CISCO-CAR-MIB

File: CISCO-CAR-MIB.mib (15974 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 Counter32 Counter64
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
ifIndex ciscoMgmt

Defined Types

PacketSource  
The source of the packet rate-limited for. input statistics of the input packets. output statistics of the output packets.
TEXTUAL-CONVENTION    
  INTEGER input(1), output(2)  

RateLimitType  
The type of traffic rate-limited for. all all traffic. quickAcc traffic matches rate-limit's access list. standardAcc traffic matches standard access list.
TEXTUAL-CONVENTION    
  INTEGER all(1), quickAcc(2), standardAcc(3)  

RateLimitAction  
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.
TEXTUAL-CONVENTION    
  INTEGER drop(1), xmit(2), continue(3), precedXmit(4), precedCont(5)  

CcarConfigEntry  
SEQUENCE    
  ccarConfigDirection PacketSource
  ccarConfigRowIndex Integer32
  ccarConfigType RateLimitType
  ccarConfigAccIdx Integer32
  ccarConfigRate Integer32
  ccarConfigLimit Integer32
  ccarConfigExtLimit Integer32
  ccarConfigConformAction RateLimitAction
  ccarConfigExceedAction RateLimitAction

CcarStatEntry  
SEQUENCE    
  ccarStatSwitchedPkts Counter32
  ccarStatSwitchedBytes Counter32
  ccarStatFilteredPkts Counter32
  ccarStatFilteredBytes Counter32
  ccarStatCurBurst Gauge32
  ccarStatSwitchedPktsOverflow Counter32
  ccarStatSwitchedBytesOverflow Counter32
  ccarStatFilteredPktsOverflow Counter32
  ccarStatFilteredBytesOverflow Counter32
  ccarStatHCSwitchedPkts Counter64
  ccarStatHCSwitchedBytes Counter64
  ccarStatHCFilteredPkts Counter64
  ccarStatHCFilteredBytes Counter64

Defined Values

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.
MODULE-IDENTITY    

ciscoCarMIBObjects 1.3.6.1.4.1.9.9.113.1
OBJECT IDENTIFIER    

ccarConfigs 1.3.6.1.4.1.9.9.113.1.1
OBJECT IDENTIFIER    

ccarStats 1.3.6.1.4.1.9.9.113.1.2
OBJECT IDENTIFIER    

ccarConfigTable 1.3.6.1.4.1.9.9.113.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcarConfigEntry

ccarConfigEntry 1.3.6.1.4.1.9.9.113.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcarConfigEntry  

ccarConfigDirection 1.3.6.1.4.1.9.9.113.1.1.1.1.1
The data source for the Rate Limit object.
Status: current Access: not-accessible
OBJECT-TYPE    
  PacketSource  

ccarConfigRowIndex 1.3.6.1.4.1.9.9.113.1.1.1.1.2
An arbitrary index for rate limit objects. It will increase as the list is traversed, but may skip.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ccarConfigType 1.3.6.1.4.1.9.9.113.1.1.1.1.3
The type of traffic rate-limited against.
Status: current Access: read-only
OBJECT-TYPE    
  RateLimitType  

ccarConfigAccIdx 1.3.6.1.4.1.9.9.113.1.1.1.1.4
The index to the access list if RateLimitType is either quickAcc or standardAcc.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ccarConfigRate 1.3.6.1.4.1.9.9.113.1.1.1.1.5
The comitted access rate. This is the sustained rate permitted by the rate limit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ccarConfigLimit 1.3.6.1.4.1.9.9.113.1.1.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ccarConfigExtLimit 1.3.6.1.4.1.9.9.113.1.1.1.1.7
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).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ccarConfigConformAction 1.3.6.1.4.1.9.9.113.1.1.1.1.8
Action to be taken when the traffic is within the Rate Limit.
Status: current Access: read-only
OBJECT-TYPE    
  RateLimitAction  

ccarConfigExceedAction 1.3.6.1.4.1.9.9.113.1.1.1.1.9
Action to be taken when the traffic exceeds the Rate Limit.
Status: current Access: read-only
OBJECT-TYPE    
  RateLimitAction  

ccarStatTable 1.3.6.1.4.1.9.9.113.1.2.1
A table of rate limit status entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CcarStatEntry

ccarStatEntry 1.3.6.1.4.1.9.9.113.1.2.1.1
A collection of rate-limit status objects on this interface. Entries are created and deleted via the rate-limit command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CcarStatEntry  

ccarStatSwitchedPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.1
The counter of packets permitted by this rate limit.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatSwitchedBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.2
The counter of bytes permitted by this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatFilteredPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.3
The counter of packets which exceeded this rate limit.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatFilteredBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.4
The counter of bytes which exceeded this rate limit.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatCurBurst 1.3.6.1.4.1.9.9.113.1.2.1.1.5
The current received burst size.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ccarStatSwitchedPktsOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.6
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatSwitchedBytesOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.7
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatFilteredPktsOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.8
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatFilteredBytesOverflow 1.3.6.1.4.1.9.9.113.1.2.1.1.9
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ccarStatHCSwitchedPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.10
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
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ccarStatHCSwitchedBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.11
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
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ccarStatHCFilteredPkts 1.3.6.1.4.1.9.9.113.1.2.1.1.12
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
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ccarStatHCFilteredBytes 1.3.6.1.4.1.9.9.113.1.2.1.1.13
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
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ciscoCarMIBConformance 1.3.6.1.4.1.9.9.113.3
OBJECT IDENTIFIER    

ciscoCarMIBCompliances 1.3.6.1.4.1.9.9.113.3.1
OBJECT IDENTIFIER    

ciscoCarMIBGroups 1.3.6.1.4.1.9.9.113.3.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoCarMIBGroup 1.3.6.1.4.1.9.9.113.3.2.1
A collection of objects providing CAR monitoring.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP