Cisco Cisco ASR 5000

Page of 9109
  Global Configuration Mode Commands (L-S) 
snmp notif-threshold  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
5547 
snmp notif-threshold 
Configures the number of SNMP notification that need to be generated for a given event before it is propagated to the 
SNMP users. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration 
configure
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config)# 
Syntax
 
snmp notif-threshold count [ low low_count ] [ period seconds ] 
[ default | no ] snmp notif-threshold 
default
 
Resets the threshold to 100. 
no
 
Removes all SNMP notification thresholds. All notifications will be broadcast to SNMP users. 
count
 
The traps creation rate will be monitored periodically (as configured by the 
period
 field). If the number of 
traps created over one period cycle exceeds the count value configured, then the trap creation will be 
disabled. 
count
 must be an integer from 1 through 10000. Default: 100 for release 18.0 and earlier Default: 
300 for release 19.0 and forward 
low
 
low_count
 
The traps creation rate will be monitored periodically (as configured by the 
period
 field). The trap creation 
will be enabled again only if the number of trap creation drops below the 
low_count
 value configured. 
Otherwise, trap creation remains disabled. 
low_count
 must be an integer from 1 through 10000. Default: 20 
period
 
seconds
 
Specifies the number of seconds of the monitoring window size before any subsequent notification may be 
broadcast to users. 
seconds
 must be an integer from 10 through 3600. Default: 300 
Usage 
Set the notification threshold to avoid a flood of events which may be the result of a single failure or 
maintenance activity.