Logging Commands
©2008 Allied Telesis Inc. All rights reserved.
10.24
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
To create a filter to send all messages containing the text "Bridging initialization", to a remote
syslog server with IP address 10.32.16.21 use the command:
To create a filter to send messages with a severity level of "informational" and above to the
syslog server with IP address 10.32.16.21 use the command:
To remove a filter that sends all messages generated by BGP that have a severity of "notices" or
higher to a remote syslog server with IP address 10.32.16.21 use the command:
To remove a filter that sends all messages containing the text "Bridging initialization", to a
remote syslog server with IP address 10.32.16.21 use the command:
To remove a filter that sends messages with a severity level of "informational" and above to the
syslog server with IP address 10.32.16.21 use the command:
Related Commands
default log host
show log config
awplus(config)#
log host 10.32.16.21 msgtext "Bridging
initialization"
awplus(config)#
log host 10.32.16.21 level informational
awplus(config)#
no log host 10.32.16.21 level notices
program bgp
awplus(config)#
no log host 10.32.16.21 msgtext "Bridging
initialization"
awplus(config)#
no log host 10.32.16.21 level
informational