CISCO-CAR-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CAR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoCarMIB 1.3.6.1.4.1.9.9.113
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.
         ciscoCarMIBObjects 1.3.6.1.4.1.9.9.113.1
             ccarConfigs 1.3.6.1.4.1.9.9.113.1.1
                 ccarConfigTable 1.3.6.1.4.1.9.9.113.1.1.1 no-access
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.
                     ccarConfigEntry 1.3.6.1.4.1.9.9.113.1.1.1.1 no-access
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.
                         ccarConfigDirection 1.3.6.1.4.1.9.9.113.1.1.1.1.1 packetsource no-access
The data source for the Rate Limit object.
                         ccarConfigRowIndex 1.3.6.1.4.1.9.9.113.1.1.1.1.2 integer32 no-access
An arbitrary index for rate limit objects. It will increase as the list is traversed, but may skip.
                         ccarConfigType 1.3.6.1.4.1.9.9.113.1.1.1.1.3 ratelimittype read-only
The type of traffic rate-limited against.
                         ccarConfigAccIdx 1.3.6.1.4.1.9.9.113.1.1.1.1.4 integer32 read-only
The index to the access list if RateLimitType is either quickAcc or standardAcc.
                         ccarConfigRate 1.3.6.1.4.1.9.9.113.1.1.1.1.5 integer32 read-only
The comitted access rate. This is the sustained rate permitted by the rate limit.
                         ccarConfigLimit 1.3.6.1.4.1.9.9.113.1.1.1.1.6 integer32 read-only
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.
                         ccarConfigExtLimit 1.3.6.1.4.1.9.9.113.1.1.1.1.7 integer32 read-only
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).
                         ccarConfigConformAction 1.3.6.1.4.1.9.9.113.1.1.1.1.8 ratelimitaction read-only
Action to be taken when the traffic is within the Rate Limit.
                         ccarConfigExceedAction 1.3.6.1.4.1.9.9.113.1.1.1.1.9 ratelimitaction read-only
Action to be taken when the traffic exceeds the Rate Limit.
             ccarStats 1.3.6.1.4.1.9.9.113.1.2
                 ccarStatTable 1.3.6.1.4.1.9.9.113.1.2.1 no-access
A table of rate limit status entries.
                     ccarStatEntry 1.3.6.1.4.1.9.9.113.1.2.1.1 no-access
A collection of rate-limit status objects on this interface. Entries are created and deleted via the rate-limit command line interface.
                         ccarStatSwitchedPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.1 counter32 read-only
The counter of packets permitted by this rate limit.
                         ccarStatSwitchedBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.2 counter32 read-only
The counter of bytes permitted by this interface.
                         ccarStatFilteredPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.3 counter32 read-only
The counter of packets which exceeded this rate limit.
                         ccarStatFilteredBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.4 counter32 read-only
The counter of bytes which exceeded this rate limit.
                         ccarStatCurBurst 1.3.6.1.4.1.9.9.113.1.2.1.1.5 gauge32 read-only
The current received burst size.
                         ccarStatSwitchedPktsOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.6 counter32 read-only
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).
                         ccarStatSwitchedBytesOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.7 counter32 read-only
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).
                         ccarStatFilteredPktsOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.8 counter32 read-only
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).
                         ccarStatFilteredBytesOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.9 counter32 read-only
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).
                         ccarStatHCSwitchedPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.10 counter64 read-only
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
                         ccarStatHCSwitchedBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.11 counter64 read-only
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
                         ccarStatHCFilteredPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.12 counter64 read-only
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
                         ccarStatHCFilteredBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.13 counter64 read-only
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
         ciscoCarMIBConformance 1.3.6.1.4.1.9.9.113.3
             ciscoCarMIBCompliances 1.3.6.1.4.1.9.9.113.3.1
                 ciscoCarMIBCompliance 1.3.6.1.4.1.9.9.113.3.1.1
The compliance statement for entities which implement the CAR on a Cisco router.
                 ciscoCarMIBComplianceHCCounters 1.3.6.1.4.1.9.9.113.3.1.2
The compliance statement for entities that implement 64-bit counters for Switched/Filtered Packet/Bytes objects for CAR on a Cisco router.
             ciscoCarMIBGroups 1.3.6.1.4.1.9.9.113.3.2
                 ciscoCarMIBGroup 1.3.6.1.4.1.9.9.113.3.2.1
A collection of objects providing CAR monitoring.
                 ciscoCarMIBHCGroup 1.3.6.1.4.1.9.9.113.3.2.2
A collection of high capacity counters (64-bit) provided for CAR monitoring.