MIBs Depot

CISCO-SWITCH-RATE-LIMITER-MIB

Registered at
1.3.6.1.4.1.9.9.773
Last updated
2011-05-16 00:00
Organization
Cisco Systems, Inc.
Revisions
2011-05-16 00:00
Namespace
cisco
Source file
CISCO-SWITCH-RATE-LIMITER-MIB
Digest
sha256:b93bc83bcee968a55d50768f5cb0d4a8bf5b49f416b04c4dfd1eb92b626efedf

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
ENTITY-MIBentPhysicalIndex
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-SMI
CISCO-SWITCH-RATE-LIMITER-MIB
ENTITY-MIB
IANA-ENTITY-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
UUID-TC-MIB

Objects

NameOIDSyntaxAccessStatus
ciscoSwitchRateLimiterMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.0
ciscoSwitchRateLimiterMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.1
csrlRateLimiterInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.1.1
csrlRateLimiterClassTable
OBJECT-TYPE
A table containing descriptions of the rate limiter classes supported by the device.
1.3.6.1.4.1.9.9.773.1.1.1not-accessiblecurrent
csrlRateLimiterClassEntry
OBJECT-TYPE
A conceptual row containing the description of a particular rate limiter class.
1.3.6.1.4.1.9.9.773.1.1.1.1not-accessiblecurrent
csrlRateLimiterClassId
OBJECT-TYPE
An arbitrary positive integer value that uniquely identifies a rate limiter class.
1.3.6.1.4.1.9.9.773.1.1.1.1.1Unsigned32 (1..2147483647)not-accessiblecurrent
csrlRateLimiterClassDescr
OBJECT-TYPE
This object indicates the description of the rate limiter class.
1.3.6.1.4.1.9.9.773.1.1.1.1.2SnmpAdminStringread-onlycurrent
csrlGlobalRateLimiter
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.1.2
csrlGlobalRateLimiterTable
OBJECT-TYPE
A table containing global configuration and statistics of rate limiter classes.
1.3.6.1.4.1.9.9.773.1.2.1not-accessiblecurrent
csrlGlobalRateLimiterEntry
OBJECT-TYPE
A conceptual row containing global management information of a particular rate limiter class.
1.3.6.1.4.1.9.9.773.1.2.1.1not-accessiblecurrent
csrlGlobalRateLimiterConfigured
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.2.1.1.1Integer32 (-1 | 0..2147483647)read-writecurrent
csrlGlobalRateLimiterAllowed
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.2.1.1.2Counter64read-onlycurrent
csrlGlobalRateLimiterDropped
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.2.1.1.3Counter64read-onlycurrent
csrlGlobalRateLimiterTotal
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.2.1.1.4Counter64read-onlycurrent
csrlLocalRateLimiter
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.1.3
csrlLocalRateLimiterTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.3.1not-accessiblecurrent
csrlLocalRateLimiterEntry
OBJECT-TYPE
A conceptual row containing the local rate limiter management information for a particular rate limiter capable entity.
1.3.6.1.4.1.9.9.773.1.3.1.1not-accessiblecurrent
csrlLocalRateLimiterConfigured
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.3.1.1.1Integer32 (-2 | -1 | 0..2147483647)read-writecurrent
csrlLocalRateLimiterAllowed
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.3.1.1.2Counter64read-onlycurrent
csrlLocalRateLimiterDropped
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.3.1.1.3Counter64read-onlycurrent
csrlLocalRateLimiterTotal
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.773.1.3.1.1.4Counter64read-onlycurrent
ciscoSwitchRateLimiterMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.2
csrlMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.2.1
csrlMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.773.2.2

Conformance

NameOIDStatus
csrlMIBCompliance
MODULE-COMPLIANCE
The compliance statement for CISCO-SWITCH-RATE-LIMITER-MIB.my.
1.3.6.1.4.1.9.9.773.2.1.1current
csrlRateLimiterClassGroup
OBJECT-GROUP
A collection of objects providing Rate Limiter Class information.
1.3.6.1.4.1.9.9.773.2.2.1current
csrlGlobalRateLimiterGroup
OBJECT-GROUP
A collection of objects providing global rate limiter information.
1.3.6.1.4.1.9.9.773.2.2.2current
csrlLocalRateLimiterGroup
OBJECT-GROUP
A collection of objects providing local rate limiter information.
1.3.6.1.4.1.9.9.773.2.2.3current