System information

BSR 64000 Configuration and Management Guide
3-16
Clearing the Buffer
1. Clear the log using the clear log command in all modes except Privileged EXEC
mode, as shown below:
MOT#clear log
2. Use the show log command to verify that the log has been cleared, as shown
below:
MOT(config)#show log
Restricting Logging Rates and SNMP Traps
You can restrict logging rates and SNMP traps to save space on your device. When
the rate of logging messages exceeds the configured limit, logging stops.
Follow these steps to restrict the rate of messages being logged:
1. To specify the number of logged messages allowed per number of seconds, use
the logging rate-limit command in Global configuration mode as shown below:
MOT(config)#logging rate-limit [<0-2147483647> <1-2147483647>]
where:
0-2147483647 is the number of messages.
1-2147483647 is the number of seconds at which the specified number of
syslog and trap messages are logged.
The following example indicates that the rate-limit on logged messages is 10
messages per second, for example:
MOT(config)#logging rate-limit 10 1
2. To automatically re-enable logging when the logging rate falls below the
rate-limit restriction, use the logging rate-limit auto-restart command in Global
Configuration mode, as shown below: