
C613-50186-01 Rev B
Command Reference for AR2050V
328
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
L
OGGING
C
OMMANDS
LOG
HOST
(
FILTER
)
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 following
commands:
awplus#
configure terminal
awplus(config)#
log host 10.32.16.21 level informational
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
following commands:
awplus#
configure terminal
awplus(config)#
no log host 10.32.16.21 msgtext "Bridging
initialization"
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 following
commands:
awplusawpluls#
configure terminal
awplus(config)#
no log host 10.32.16.21 level informational
Related
Commands