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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| ccarConfigDirection OBJECT-TYPE The data source for the Rate Limit object. | 1.3.6.1.4.1.9.9.113.1.1.1.1.1 | PacketSource | not-accessible | current |
| 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.2 | Integer32 (1..2147483647) | not-accessible | current |
| ccarConfigType OBJECT-TYPE The type of traffic rate-limited against. | 1.3.6.1.4.1.9.9.113.1.1.1.1.3 | RateLimitType | read-only | current |
| 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.4 | Integer32 | read-only | current |
| 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.5 | Integer32 | read-only | current |
| 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.6 | Integer32 | read-only | current |
| 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.7 | Integer32 | read-only | current |
| 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.8 | RateLimitAction | read-only | current |
| 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.9 | RateLimitAction | read-only | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | current |
| ccarStatSwitchedBytes OBJECT-TYPE The counter of bytes permitted by this interface. | 1.3.6.1.4.1.9.9.113.1.2.1.1.2 | Counter32 | read-only | current |
| 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.3 | Counter32 | read-only | current |
| 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.4 | Counter32 | read-only | current |
| ccarStatCurBurst OBJECT-TYPE The current received burst size. | 1.3.6.1.4.1.9.9.113.1.2.1.1.5 | Gauge32 | read-only | current |
| 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.6 | Counter32 | read-only | current |
| 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.7 | Counter32 | read-only | current |
| 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.8 | Counter32 | read-only | current |
| 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.9 | Counter32 | read-only | current |
| 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.10 | Counter64 | read-only | current |
| 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.11 | Counter64 | read-only | current |
| 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.12 | Counter64 | read-only | current |
| 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.13 | Counter64 | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| 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.2 | current |
| ciscoCarMIBGroup OBJECT-GROUP A collection of objects providing CAR monitoring. | 1.3.6.1.4.1.9.9.113.3.2.1 | current |
| 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.2 | current |