MIBs Depot

CISCO-CAR-MIB

Registered at
1.3.6.1.4.1.9.9.113
Last updated
1900-02-18 00:00
Organization
Cisco Systems, Inc.
Revisions
1997-07-18 00:00, 1900-02-18 00:00
Namespace
cisco
Source file
CISCO-CAR-MIB
Digest
sha256:f855c60e5ce6e90dc60b3376fea7ef66a6f43c1eb4d7ee20ed6e350decaf4fcb

Description

Cisco CAR MIB - Overview Cisco Weighted Rate-limit, known as Commited Access Rate (CAR), is a traffic control method which uses a set of rate limits to be applied to an interface for packet switching purpose. Each rate limit has a configurable action to be taken when a condition suffices. This MIB incorporates objects from the Cisco Rate-limit line interfaces. Its purpose is to provide Weighted Rate-Limit packet filtering information.

Contact

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

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, 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-CAR-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
PacketSource
TEXTUAL-CONVENTION
The source of the packet rate-limited for. input statistics of the input packets. output statistics of the output packets.
current
RateLimitAction
TEXTUAL-CONVENTION
The action taken after evaluating the rate limit. drop drop the packet. xmit transmit the packet. continue continue to evaluate to the subsequent rate limits. precedXmit rewrite the IP precedence and transmit the packet. precedCont rewrite the IP precedence and allow it evaluated by subsequent rate limits.
current
RateLimitType
TEXTUAL-CONVENTION
The type of traffic rate-limited for. all all traffic. quickAcc traffic matches rate-limit's access list. standardAcc traffic matches standard access list.
current

Objects

NameOIDSyntaxAccessStatus
ciscoCarMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.113.1
ccarConfigs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.113.1.1
ccarConfigTable
OBJECT-TYPE
A table of rate limit configuration entries. Rate Limit is a method of traffic control. It allows a set of rate limits to be configured and applied to packets flowing into/out of an interface to regulate network traffic.
1.3.6.1.4.1.9.9.113.1.1.1not-accessiblecurrent
ccarConfigEntry
OBJECT-TYPE
A collection of rate-limit configuration objects on this interface. Entries in the ccarConfigTable is created and deleted via the rate-limit command line interface.
1.3.6.1.4.1.9.9.113.1.1.1.1not-accessiblecurrent
ccarConfigDirection
OBJECT-TYPE
The data source for the Rate Limit object.
1.3.6.1.4.1.9.9.113.1.1.1.1.1PacketSourcenot-accessiblecurrent
ccarConfigRowIndex
OBJECT-TYPE
An arbitrary index for rate limit objects. It will increase as the list is traversed, but may skip.
1.3.6.1.4.1.9.9.113.1.1.1.1.2Integer32 (1..2147483647)not-accessiblecurrent
ccarConfigType
OBJECT-TYPE
The type of traffic rate-limited against.
1.3.6.1.4.1.9.9.113.1.1.1.1.3RateLimitTyperead-onlycurrent
ccarConfigAccIdx
OBJECT-TYPE
The index to the access list if RateLimitType is either quickAcc or standardAcc.
1.3.6.1.4.1.9.9.113.1.1.1.1.4Integer32read-onlycurrent
ccarConfigRate
OBJECT-TYPE
The comitted access rate. This is the sustained rate permitted by the rate limit.
1.3.6.1.4.1.9.9.113.1.1.1.1.5Integer32read-onlycurrent
ccarConfigLimit
OBJECT-TYPE
The rate limit. The amout of traffic, in bytes, in excess of the committed access rate which will be instantaneously permitted by the rate limit.
1.3.6.1.4.1.9.9.113.1.1.1.1.6Integer32read-onlycurrent
ccarConfigExtLimit
OBJECT-TYPE
The extended burst limit. The amount of traffic, in bytes, in excess of the burst limit which may be conditionnally permitted by the rate limit. The probability that the traffic is not permitted increases as the received burst increases. P(not permitted) = (BurstRate - ConfLimit) / (ConfLimitExt - ConfLimit).
1.3.6.1.4.1.9.9.113.1.1.1.1.7Integer32read-onlycurrent
ccarConfigConformAction
OBJECT-TYPE
Action to be taken when the traffic is within the Rate Limit.
1.3.6.1.4.1.9.9.113.1.1.1.1.8RateLimitActionread-onlycurrent
ccarConfigExceedAction
OBJECT-TYPE
Action to be taken when the traffic exceeds the Rate Limit.
1.3.6.1.4.1.9.9.113.1.1.1.1.9RateLimitActionread-onlycurrent
ccarStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.113.1.2
ccarStatTable
OBJECT-TYPE
A table of rate limit status entries.
1.3.6.1.4.1.9.9.113.1.2.1not-accessiblecurrent
ccarStatEntry
OBJECT-TYPE
A collection of rate-limit status objects on this interface. Entries are created and deleted via the rate-limit command line interface.
1.3.6.1.4.1.9.9.113.1.2.1.1not-accessiblecurrent
ccarStatSwitchedPkts
OBJECT-TYPE
The counter of packets permitted by this rate limit.
1.3.6.1.4.1.9.9.113.1.2.1.1.1Counter32read-onlycurrent
ccarStatSwitchedBytes
OBJECT-TYPE
The counter of bytes permitted by this interface.
1.3.6.1.4.1.9.9.113.1.2.1.1.2Counter32read-onlycurrent
ccarStatFilteredPkts
OBJECT-TYPE
The counter of packets which exceeded this rate limit.
1.3.6.1.4.1.9.9.113.1.2.1.1.3Counter32read-onlycurrent
ccarStatFilteredBytes
OBJECT-TYPE
The counter of bytes which exceeded this rate limit.
1.3.6.1.4.1.9.9.113.1.2.1.1.4Counter32read-onlycurrent
ccarStatCurBurst
OBJECT-TYPE
The current received burst size.
1.3.6.1.4.1.9.9.113.1.2.1.1.5Gauge32read-onlycurrent
ccarStatSwitchedPktsOverflow
OBJECT-TYPE
The high-word of the counter of packets permitted by this rate limit. NOTE: The object ccarStatSwitchedPkts contains the lower 32 bits of the switched packet counts. If the number of switched packets is larger than what can be stored in a 32 bit value, then the high word value is stored in this object. As such SNMP Manager applications should combine this object along with the ccarStatSwitchedPkts object to come up with the 64-bit value. SNMP v2c or v3 Manager can use the ccarStatHCSwitchedPkts object directly (which is a 64-bit object).
1.3.6.1.4.1.9.9.113.1.2.1.1.6Counter32read-onlycurrent
ccarStatSwitchedBytesOverflow
OBJECT-TYPE
The high-word of the counter of bytes permitted by this interface. NOTE: The object ccarStatSwitchedBytes contains the lower 32 bits of the switched byte counts. If the number of switched bytes is larger than what can be stored in a 32 bit value, then the high word value is stored in this object. As such SNMP Manager applications should combine this object along with the ccarStatSwitchedBytes object to come up with the 64-bit value. SNMP v2c or v3 Manager can use the ccarStatHCSwitchedBytes object directly (which is a 64-bit object).
1.3.6.1.4.1.9.9.113.1.2.1.1.7Counter32read-onlycurrent
ccarStatFilteredPktsOverflow
OBJECT-TYPE
The high-word of the counter of packets which exceeded this rate limit. NOTE: The object ccarStatFilteredPkts contains the lower 32 bits of the filtered packet counts. If the number of filtered packets is larger than what can be stored in a 32 bit value, then the high word value is stored in this object. As such SNMP Manager applications should combine this object along with the ccarStatFilteredPkts object to come up with the 64-bit value. SNMP v2c or v3 Manager can use the ccarStatHCFilteredPkts object directly (which is a 64-bit object).
1.3.6.1.4.1.9.9.113.1.2.1.1.8Counter32read-onlycurrent
ccarStatFilteredBytesOverflow
OBJECT-TYPE
The high-word of the counter of bytes which exceeded this rate limit. NOTE: The object ccarStatFilteredBytes contains the lower 32 bits of the filtered byte counts. If the number of filtered bytes is larger than what can be stored in a 32 bit value, then the high word value is stored in this object. As such SNMP Manager applications should combine this object along with the ccarStatFilteredBytes object to come up with the 64-bit value. SNMP v2c or v3 Manager can use the ccarStatHCFilteredBytes object directly (which is a 64-bit object).
1.3.6.1.4.1.9.9.113.1.2.1.1.9Counter32read-onlycurrent
ccarStatHCSwitchedPkts
OBJECT-TYPE
The counter of packets permitted by this rate limit. NOTE: This is a 64 bit (High Capacity) version of the ccarStatSwitchedPkts counter for use with SNMP v2c or v3 Managers
1.3.6.1.4.1.9.9.113.1.2.1.1.10Counter64read-onlycurrent
ccarStatHCSwitchedBytes
OBJECT-TYPE
The counter of bytes permitted by this interface. NOTE: This is a 64 bit (High Capacity) version of the ccarStatSwitchedBytes counter for use with SNMP v2c or v3 Managers
1.3.6.1.4.1.9.9.113.1.2.1.1.11Counter64read-onlycurrent
ccarStatHCFilteredPkts
OBJECT-TYPE
The counter of packets which exceeded this rate limit. NOTE: This is a 64 bit (High Capacity) version of the ccarStatFilteredPkts counter for use with SNMP v2c or v3 Managers
1.3.6.1.4.1.9.9.113.1.2.1.1.12Counter64read-onlycurrent
ccarStatHCFilteredBytes
OBJECT-TYPE
The counter of bytes which exceeded this rate limit. NOTE: This is a 64 bit (High Capacity) version of the ccarStatFilteredBytes counter for use with SNMP v2c or v3 Managers
1.3.6.1.4.1.9.9.113.1.2.1.1.13Counter64read-onlycurrent
ciscoCarMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.113.3
ciscoCarMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.113.3.1
ciscoCarMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.113.3.2

Conformance

NameOIDStatus
ciscoCarMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the CAR on a Cisco router.
1.3.6.1.4.1.9.9.113.3.1.1current
ciscoCarMIBComplianceHCCounters
MODULE-COMPLIANCE
The compliance statement for entities that implement 64-bit counters for Switched/Filtered Packet/Bytes objects for CAR on a Cisco router.
1.3.6.1.4.1.9.9.113.3.1.2current
ciscoCarMIBGroup
OBJECT-GROUP
A collection of objects providing CAR monitoring.
1.3.6.1.4.1.9.9.113.3.2.1current
ciscoCarMIBHCGroup
OBJECT-GROUP
A collection of high capacity counters (64-bit) provided for CAR monitoring.
1.3.6.1.4.1.9.9.113.3.2.2current