294
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
(
FILTER
)
Examples
To create a filter to send all messages generated by EPSR that have a severity of
notices
or higher to the email address
use the
following commands:
awplus#
configure terminal
awplus(config)#
log email [email protected] level notices
program epsr
To create a filter to send all messages containing the text “
Bridging
initialization”
, to the email address
use the
following commands:
awplus#
configure terminal
awplus(config)#
log email [email protected] msgtext "Bridging
initialization"
To create a filter to send messages with a severity level of
informational
and
above to the email address
use the following
commands:
awplus#
configure terminal
awplus(config)#
log email [email protected] level
informational
To stop the device emailing log messages emailed to the email address
use the following commands:
awplus#
configure terminal
awplus(config)#
no log email [email protected]
To remove a filter that sends all messages generated by EPSR that have a severity
of
notices
or higher to the email address
use the
following commands:
awplus#
configure terminal
awplus(config)#
no log email [email protected] level notices
program epsr
To remove a filter that sends messages with a severity level of
informational
and above to the email address
use the
following commands:
awplus#
configure terminal
awplus(config)#
no log email [email protected] level
informational
Related
Commands
default log email
log email
show log config