Home/Catalog/CISCO-SWITCH-RATE-LIMITER-MIB

CISCO-SWITCH-RATE-LIMITER-MIB

AI MIB Summary

The CISCO-SWITCH-RATE-LIMITER-MIB manages rate-limiting policies on Cisco Layer 2 and Layer 3 switches to constrain the volume of redirected control packets egressing exceptions, thereby preventing supervisor module saturation. It provides visibility into and control over the thresholds and counters associated with these traffic suppression mechanisms to ensure device stability under high-load conditions.

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.
Main OID:
ciscoSwitchRateLimiterMIB.1.3.6.1.4.1.9.9.773
25
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

25 total
Object Name
ciscoSwitchRateLimiterMIBThis 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
.1.3.6.1.4.1.9.9.773
ciscoSwitchRateLimiterMIBNotifs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.0
ciscoSwitchRateLimiterMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.1
csrlRateLimiterInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.1.1
csrlRateLimiterClassTableA table containing descriptions of the rate limiter classes supported by the device.
SEQUENCE OF CsrlRateLimiterClassEntry
.1.3.6.1.4.1.9.9.773.1.1.1
csrlRateLimiterClassEntryA conceptual row containing the description of a particular rate limiter class.
CsrlRateLimiterClassEntry
.1.3.6.1.4.1.9.9.773.1.1.1.1
csrlRateLimiterClassIdAn arbitrary positive integer value that uniquely identifies a rate limiter class.
Unsigned32
.1.3.6.1.4.1.9.9.773.1.1.1.1.1
csrlRateLimiterClassDescrThis object indicates the description of the rate limiter class.ro
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.9.9.773.1.1.1.1.2
csrlGlobalRateLimiter
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.1.2
csrlGlobalRateLimiterTableA table containing global configuration and statistics of rate limiter classes.
SEQUENCE OF CsrlGlobalRateLimiterEntry
.1.3.6.1.4.1.9.9.773.1.2.1
csrlGlobalRateLimiterEntryA conceptual row containing global management information of a particular rate limiter class.
CsrlGlobalRateLimiterEntry
.1.3.6.1.4.1.9.9.773.1.2.1.1
csrlGlobalRateLimiterConfiguredThis 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.rw
Integer32 (-1 | 0..2147483647) UNITS "packets per second"
.1.3.6.1.4.1.9.9.773.1.2.1.1.1
csrlGlobalRateLimiterAllowedThis 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.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.9.9.773.1.2.1.1.2
csrlGlobalRateLimiterDroppedThis 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.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.9.9.773.1.2.1.1.3
csrlGlobalRateLimiterTotalThis 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.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.9.9.773.1.2.1.1.4
csrlLocalRateLimiter
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.1.3
csrlLocalRateLimiterTableA 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.
SEQUENCE OF CsrlLocalRateLimiterEntry
.1.3.6.1.4.1.9.9.773.1.3.1
csrlLocalRateLimiterEntryA conceptual row containing the local rate limiter management information for a particular rate limiter capable entity.
CsrlLocalRateLimiterEntry
.1.3.6.1.4.1.9.9.773.1.3.1.1
csrlLocalRateLimiterConfiguredThis 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.rw
Integer32 (-2 | -1 | 0..2147483647) UNITS "packets per second"
.1.3.6.1.4.1.9.9.773.1.3.1.1.1
csrlLocalRateLimiterAllowedThis 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.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.9.9.773.1.3.1.1.2
csrlLocalRateLimiterDroppedThis 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.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.9.9.773.1.3.1.1.3
csrlLocalRateLimiterTotalThis 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.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.9.9.773.1.3.1.1.4
ciscoSwitchRateLimiterMIBConform
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.2
csrlMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.2.1
csrlMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.773.2.2
CISCO-SWITCH-RATE-LIMITER-MIB - SNMP MIB Reference | MIBs Explorer