Configuring an Allied Telesyn router
Previous  Top  Next


Information kindly supplied by Taylor Wilkens from Allied Telesyn New Zealand.

You can create a log output definition which will send messages to a syslog daemon. The command to create the output definition is:

   create log output=1 destination=syslog server=address

where address is the IP address of the host running the Kiwi Syslog Daemon.

Having created this output definition, you must add filters to the definition to tell it what sort of log messages to send. For example, if you want to send messages that are generated by the IP traffic filters, the command would be:

   add log output=1 type=IPFILT


Or, if you want to log the durations of all ISDN calls, the command would be:

   add log output=1 mod=ICC type=CALL subtype=DOWN


To show all the events, use the filter:

   add log output=1 filter=1 all


To log only interface events like the Frame going up/down and lmi states etc...

   add log output=1 filter=1 type=vint
   add log output=1 filter=1 type=dlink

For more information on the logging commands available, please visit:
http://www.alliedtelesyn.co.nz/documentation/arrouter/241/pdf/log.pdf