
Release 1.0 | System Administration Commands |
|
|
logging trap
The logging trap command filters messages logged to the SYSLOG servers based on severity. The command limits the log messages sent to a SYSLOG server to messages with a severity level up to and including the severity level specified with this command. The no logging trap command disables the logging of these messages to the SYSLOG servers.
Group Access
All
Command Mode
Global Configuration
Command Line Usage
logging trap {alerts critical emergencies errors informational notifications warnings}
no logging trap {alerts critical emergencies errors informational notifications warnings}
Command Syntax
Severity Levels and Descriptions
emergencies | emergency conditions where the system is |
| unusable - reserved for |
| hardware or software errors that prevents |
| normal system operation and causes reporting |
| system to reboot |
| (severity level = 0) |
alert | conditions where immediate action is needed |
| - a serious failure which causes the reporting |
| system to reboot but is not caused by |
| hardware or software malfunctioning |
| (severity level = 1) |
MGBI |