24-10
Cisco ME 3800X and 3600X Switch Software Configuration Guide
OL-23400-01
Chapter 24 Configuring System Message Logging
Configuring System Message Logging
When the history table is full (it contains the maximum number of message entries specified with the
logging history size global configuration command), the oldest message entry is deleted from the table
to allow the new message entry to be stored.
To return the logging of syslog messages to the default level, use the no logging history global
configuration command. To return the number of messages in the history table to the default value, use
the no logging history size global configuration command.
Enabling the Configuration-Change Logger
You can enable a configuration logger to keep track of configuration changes made with the
command-line interface (CLI). When you enter the logging enable configuration-change logger
configuration command, the log records the session, the user, and the command that was entered to
change the configuration. You can configure the size of the configuration log from 1 to 1000 entries (the
default is 100). You can clear the log at any time by entering the no logging enable command followed
by the logging enable command to disable and reenable logging.
Use the show archive log config {all | number [end-number] | user username [session number] number
[end-number] | statistics} [provisioning] privileged EXEC command to display the complete
configuration log or the log for specified parameters.
The default is that configuration logging is disabled.
For information about the commands, see the Cisco IOS Configuration Fundamentals and Network
Management Command Reference, Release 12.4 at this URL:
http://www.cisco.com/en/US/docs/ios/fundamentals/configuration/guide/12_4/cf_12_4_book.html
Beginning in privileged EXEC mode, follow these steps to enable configuration logging:
Step 3
logging history size number
Specify the number of syslog messages that can be stored in the history
table.
The default is to store one message. The range is 0 to 500 messages.
Step 4
end
Return to privileged EXEC mode.
Step 5
show running-config
Verify your entries.
Step 6
copy running-config startup-config
(Optional) Save your entries in the configuration file.
1.
Table 24-3
lists the level keywords and severity level. For SNMP usage, the severity level values increase by 1. For example, emergencies equal 1, not
0, and critical equals 3, not 2.
Command
Purpose
Command Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
archive
Enter archive configuration mode.
Step 3
log config
Enter configuration-change logger configuration mode.
Step 4
logging enable
Enable configuration change logging.
Step 5
logging size entries
(Optional) Configure the number of entries retained in the configuration
log. The range is from 1 to 1000. The default is 100.
Note
When the configuration log is full, the oldest log entry is removed
each time a new entry is entered.