C613-50170-01 Rev B
Command Reference for x510 Series
396
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
L
OGGING
C
OMMANDS
LOG
CONSOLE
(
FILTER
)
Examples
To create a filter to send all messages containing the text “Bridging initialization”
to console instances where the
log console
command has been entered, use the
following commands:
awplus#
configure terminal
awplus(config)#
log console msgtext "Bridging initialization"
To remove a filter that sends all messages generated by EPSR that have a severity
of
notices
or higher to consoles, use the following commands:
awplus#
configure terminal
awplus(config)#
no log console level notices program epsr
To remove a default filter that includes sending
critical
,
alert
and
emergency
level messages to the console, use the following commands:
awplus#
configure terminal
awplus(config)#
no log console level critical
Related
Commands