Specifications

Table Of Contents
2-186
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
logging rate-limit
logging rate-limit
Configures the maximum number of messages logged per second.
To reset the rate limit to the default level (10), use the no form of this command.
logging rate-limit rate [except severity-level]
no logging rate-limit
Syntax Description
Command Default 10 messages logged per second
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines Authorization: admin
Examples The following example shows how to configure the logging rate limit. In this example, fatal error
messages have no rate limit.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#logging rate-limit 15 except fatal
SCE(config)#
rate Number of messages to be logged per second. Valid values are 1 to 10000.
The default is 10.
except severity-level (Optional) Excludes messages of this severity level and higher. Valid levels
are :
fatal
error
warning
info
Release Modification
3.6.x This command was introduced.