| Specifics |
To configure an Allied Telesyn router to send messages to a syslog daemon, you'll have to create a
log output definition, which will send the messages to a syslog daemon.
Use the following command to create the output definition:
create log output=1 destination=syslog secure=yes server=address
Where address is the IP address of the host running the 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
|