AT-S62 Command Line User’s Guide
277
Examples
The following command changes the IP address for syslog server
definition 3 to 198.45.12.1:
set log output=3 server=198.45.12.1
The following command changes the facility level and message format
for syslog server definition 4. The facility level is changed to LOCAL1
(numerical code 17) and the format to normal so that the messages
include only severity, module, and description:
set log output=11 facility=local1
syslogformat=normal
The following command changes syslog server definition 11 to send
only spanning tree and IGMP snooping events with a severity level of
error or warning:
set log output=11 module=stp,igmpsnooping
severity=e,w