System information

BSR 64000 Configuration and Management Guide
4-26
port is the UDP port number; valid values are 0 to 65535.
If no version keyword is present, the default is version 1. The no snmp-server
enable traps command entered with no keywords disables traps, but not informs, to
the host. To disable informs, use the no snmp-server enable informs command.
Restricting Trap Rates
You can restrict the rate of SNMP traps generated to prevent excessive traffic on the
network.
1. Use the snmp-server trap rate-limit command in Global Configuration mode to
specify the number of traps allowed per number of seconds, as shown below.
When the number of traps exceeds the limit, trap generation is automatically
disabled unless the auto-restart parameter is enabled.
MOT(config)#snmp-server trap rate-limit [<number-of-traps
0-2147483648> <per-number-of-seconds> | auto-restart]
where:
number-of-traps is the number of SNMP traps allowed value; valid entries
are from 0 to 2147483648.
number is the number of seconds during which the number of traps value is
allowed.
2. Use the no snmp-server rate-limit command to disable rate limitations.
Example
The following example sets a limit of 100 traps per second.
MOT(config)#snmp-server trap rate-limit 100 1