PurposeCommand or Action
Device# configure terminal
Enables sequence numbers.service sequence-numbers
Example:
Step 2
Device(config)# service sequence-numbers
Returns to privileged EXEC mode.end
Example:
Step 3
Device(config)# end
Defining the Message Severity Level
Limit messages displayed to the selected device by specifying the severity level of the message.
This task is optional.
Procedure
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Step 1
Device# configure terminal
Limits messages logged to the console.logging console level
Step 2
Example:
By default, the console receives debugging
messages and numerically lower levels.
Device(config)# logging console 3
Limits messages logged to the terminal lines.logging monitor level
Step 3
Example:
By default, the terminal receives debugging
messages and numerically lower levels.
Device(config)# logging monitor 3
Limits messages logged to the syslog servers.logging trap level
Step 4
Example:
By default, syslog servers receive informational
messages and numerically lower levels.
Device(config)# logging trap 3
System Management Configuration Guide, Cisco IOS XE Amsterdam 17.2.x (Catalyst 9500 Switches)
185
Configuring System Message Logs
Defining the Message Severity Level