CISCO-SWITCH-RATE-LIMITER-MIB

File: CISCO-SWITCH-RATE-LIMITER-MIB.mib (12976 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF ENTITY-MIB
SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Counter64 MODULE-COMPLIANCE
OBJECT-GROUP entPhysicalIndex SnmpAdminString
ciscoMgmt

Defined Types

CsrlRateLimiterClassEntry  
SEQUENCE    
  csrlRateLimiterClassId Unsigned32
  csrlRateLimiterClassDescr SnmpAdminString

CsrlGlobalRateLimiterEntry  
SEQUENCE    
  csrlGlobalRateLimiterConfigured Integer32
  csrlGlobalRateLimiterAllowed Counter64
  csrlGlobalRateLimiterDropped Counter64
  csrlGlobalRateLimiterTotal Counter64

CsrlLocalRateLimiterEntry  
SEQUENCE    
  csrlLocalRateLimiterConfigured Integer32
  csrlLocalRateLimiterAllowed Counter64
  csrlLocalRateLimiterDropped Counter64
  csrlLocalRateLimiterTotal Counter64

Defined Values

ciscoSwitchRateLimiterMIB 1.3.6.1.4.1.9.9.773
This MIB module defines management objects for the Switch Rate Limiter features on Cisco Layer 2 and Layer 3 devices. Rate limits prevents redirected control packets for egress exceptions from overwhelming the supervisor module on a device.
MODULE-IDENTITY    

ciscoSwitchRateLimiterMIBNotifs 1.3.6.1.4.1.9.9.773.0
OBJECT IDENTIFIER    

ciscoSwitchRateLimiterMIBObjects 1.3.6.1.4.1.9.9.773.1
OBJECT IDENTIFIER    

ciscoSwitchRateLimiterMIBConform 1.3.6.1.4.1.9.9.773.2
OBJECT IDENTIFIER    

csrlRateLimiterInfo 1.3.6.1.4.1.9.9.773.1.1
OBJECT IDENTIFIER    

csrlGlobalRateLimiter 1.3.6.1.4.1.9.9.773.1.2
OBJECT IDENTIFIER    

csrlLocalRateLimiter 1.3.6.1.4.1.9.9.773.1.3
OBJECT IDENTIFIER    

csrlRateLimiterClassTable 1.3.6.1.4.1.9.9.773.1.1.1
A table containing descriptions of the rate limiter classes supported by the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsrlRateLimiterClassEntry

csrlRateLimiterClassEntry 1.3.6.1.4.1.9.9.773.1.1.1.1
A conceptual row containing the description of a particular rate limiter class.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsrlRateLimiterClassEntry  

csrlRateLimiterClassId 1.3.6.1.4.1.9.9.773.1.1.1.1.1
An arbitrary positive integer value that uniquely identifies a rate limiter class.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

csrlRateLimiterClassDescr 1.3.6.1.4.1.9.9.773.1.1.1.1.2
This object indicates the description of the rate limiter class.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

csrlGlobalRateLimiterTable 1.3.6.1.4.1.9.9.773.1.2.1
A table containing global configuration and statistics of rate limiter classes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsrlGlobalRateLimiterEntry

csrlGlobalRateLimiterEntry 1.3.6.1.4.1.9.9.773.1.2.1.1
A conceptual row containing global management information of a particular rate limiter class.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsrlGlobalRateLimiterEntry  

csrlGlobalRateLimiterConfigured 1.3.6.1.4.1.9.9.773.1.2.1.1.1
This object specifies the global rate limit configured for this rate limiter class. The global rate limit for this class is applied to every entity which does not have its local rate limit of same class configured, the value of the corresponding csrlLocalRateLimiterConfigured is -2. A value of -1 indicates that the global rate limit for this rate limiter class is disabled. A value of 0 indicates that the system does not allow any packets for this rate limiter class to go through the supervisor.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0..2147483647  

csrlGlobalRateLimiterAllowed 1.3.6.1.4.1.9.9.773.1.2.1.1.2
This object indicates the number of packets allowed globally for this rate limiter class. When the value of csrlGlobalRateLimiterConfigured is -1, the value of this object is always 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

csrlGlobalRateLimiterDropped 1.3.6.1.4.1.9.9.773.1.2.1.1.3
This object indicates the number of packets which have been dropped globally for this rate limiter class. When the value of csrlGlobalRateLimiterConfigured is -1, the value of this object is always 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

csrlGlobalRateLimiterTotal 1.3.6.1.4.1.9.9.773.1.2.1.1.4
This object indicates the total number of packets have been processed globally for this rate limiter class. When the value of csrlGlobalRateLimiterConfigured is -1, the value of this object is always 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

csrlLocalRateLimiterTable 1.3.6.1.4.1.9.9.773.1.3.1
A table containing local rate limiter configuration and statistics for a specific entity. For Example: A module on the device. A set of rate limiter class entries are added to this table when a rate limiter capable entity comes online. The same set of entries are deleted from this table when the entity goes offline.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsrlLocalRateLimiterEntry

csrlLocalRateLimiterEntry 1.3.6.1.4.1.9.9.773.1.3.1.1
A conceptual row containing the local rate limiter management information for a particular rate limiter capable entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsrlLocalRateLimiterEntry  

csrlLocalRateLimiterConfigured 1.3.6.1.4.1.9.9.773.1.3.1.1.1
This object specifies the local rate limit configured for this rate limiter class on this entity. A value of -2 indicates that the entity does not have local rate limiter configured, and will pick up the configuration from csrlGlobalRateLimiterConfigured. A value of -1 indicates that this rate limiter class is disabled locally for this entity. A value of 0 indicates that the rate limiter does not allow any packets from this entity for this rate limiter class to go through the supervisor.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2 | -1 | 0..2147483647  

csrlLocalRateLimiterAllowed 1.3.6.1.4.1.9.9.773.1.3.1.1.2
This object indicates the number of packets allowed on this entity for this rate limiter class. When the value of csrlLocalRateLimiterConfigured is -1, the value of this object is always 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

csrlLocalRateLimiterDropped 1.3.6.1.4.1.9.9.773.1.3.1.1.3
This object indicates the number of packets dropped on this entity for this rate limiter class. When the value of csrlLocalRateLimiterConfigured is -1, the value of this object is always 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

csrlLocalRateLimiterTotal 1.3.6.1.4.1.9.9.773.1.3.1.1.4
This object indicates the number of packets processed on this entity for this rate limiter class. When the value of csrlLocalRateLimiterConfigured is -1, the value of this object is always 0.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

csrlMIBCompliances 1.3.6.1.4.1.9.9.773.2.1
OBJECT IDENTIFIER    

csrlMIBGroups 1.3.6.1.4.1.9.9.773.2.2
OBJECT IDENTIFIER    

csrlMIBCompliance 1.3.6.1.4.1.9.9.773.2.1.1
The compliance statement for CISCO-SWITCH-RATE-LIMITER-MIB.my.
Status: current Access: read-only
MODULE-COMPLIANCE    

csrlRateLimiterClassGroup 1.3.6.1.4.1.9.9.773.2.2.1
A collection of objects providing Rate Limiter Class information.
Status: current Access: read-only
OBJECT-GROUP    

csrlGlobalRateLimiterGroup 1.3.6.1.4.1.9.9.773.2.2.2
A collection of objects providing global rate limiter information.
Status: current Access: read-only
OBJECT-GROUP    

csrlLocalRateLimiterGroup 1.3.6.1.4.1.9.9.773.2.2.3
A collection of objects providing local rate limiter information.
Status: current Access: read-only
OBJECT-GROUP