290
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
L
OGGING
C
OMMANDS
LOG
CONSOLE
(
FILTER
)
command. This filter may be removed and replaced by filters that are more
selective.
Mode
Global Configuration
Examples
To create a filter to send all messages generated by MSTP that have a severity of
info
or higher to console instances where the log console command has been
given, remove the default filter that includes everything use the following
commands:
awplus#
configure terminal
awplus(config)#
log console level info program mstp
and then use the command:
awplus(config)#
log console level info program mstp
To create a filter to send all messages containing the text “
Bridging
initialization”
to console instances where the log console command has
been given 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
Validation
Commands
show log config
Related
Commands
log console