CISCO-IP-STAT-MIB

File: CISCO-IP-STAT-MIB.mib (12564 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 MacAddress
TEXTUAL-CONVENTION ifIndex ciscoMgmt

Defined Types

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

CipPrecedenceEntry  
SEQUENCE    
  cipPrecedenceDirection PacketSource
  cipPrecedenceIpPrecedence Integer32
  cipPrecedenceSwitchedPkts Counter32
  cipPrecedenceSwitchedBytes Counter32

CipMacEntry  
SEQUENCE    
  cipMacDirection PacketSource
  cipMacAddress MacAddress
  cipMacSwitchedPkts Counter32
  cipMacSwitchedBytes Counter32

CipMacFreeEntry  
SEQUENCE    
  cipMacFreeDirection PacketSource
  cipMacFreeCount Gauge32

CipPrecedenceXEntry  
SEQUENCE    
  cipPrecedenceHCSwitchedPkts Counter64
  cipPrecedenceHCSwitchedBytes Counter64

CipMacXEntry  
SEQUENCE    
  cipMacHCSwitchedPkts Counter64
  cipMacHCSwitchedBytes Counter64

Defined Values

ciscoIpStatMIB 1.3.6.1.4.1.9.9.84
Cisco IP Statistics MIB - Overview This MIB incorporates objects to provide support for the Cisco IP statistics as implemented in command interfaces ip accounting [ mac-address {input | ouput } | precedence { input | ouput } ] The above CLI provides additional IP statistics categorized by precedence of IP packets, as well as the MAC address associated with IP packets. This is a supplement to those defined in OLD-CISCO-IP-MIB.my.
MODULE-IDENTITY    

ciscoIpStatMIBObjects 1.3.6.1.4.1.9.9.84.1
OBJECT IDENTIFIER    

cipPrecedence 1.3.6.1.4.1.9.9.84.1.1
OBJECT IDENTIFIER    

cipMacIf 1.3.6.1.4.1.9.9.84.1.2
OBJECT IDENTIFIER    

cipPrecedenceTable 1.3.6.1.4.1.9.9.84.1.1.1
A table of entries sorted by the precedence of IP packets. The table is created and deleted via ip accounting command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipPrecedenceEntry

cipPrecedenceEntry 1.3.6.1.4.1.9.9.84.1.1.1.1
An entry in the cipPrecedenceTable is created for each IP precedence value. There are 8 precedences total.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipPrecedenceEntry  

cipPrecedenceDirection 1.3.6.1.4.1.9.9.84.1.1.1.1.1
The data source for the object.
Status: current Access: not-accessible
OBJECT-TYPE    
  PacketSource  

cipPrecedenceIpPrecedence 1.3.6.1.4.1.9.9.84.1.1.1.1.2
The ip precedence value this object is collected upon.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..7  

cipPrecedenceSwitchedPkts 1.3.6.1.4.1.9.9.84.1.1.1.1.3
Traffic, in packets, at the cipPrecedenceIpPrecedence precedence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipPrecedenceSwitchedBytes 1.3.6.1.4.1.9.9.84.1.1.1.1.4
Traffic, in bytes, at the cipPrecedenceIpPrecedence precedence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipMacTable 1.3.6.1.4.1.9.9.84.1.2.1
A table is created and deleted via ip accounting command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipMacEntry

cipMacEntry 1.3.6.1.4.1.9.9.84.1.2.1.1
An entry in the cipMacTable is created for each unique MAC address which receives/sends IP packets. Entries are deleted via the command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipMacEntry  

cipMacDirection 1.3.6.1.4.1.9.9.84.1.2.1.1.1
The data source for the object.
Status: current Access: not-accessible
OBJECT-TYPE    
  PacketSource  

cipMacAddress 1.3.6.1.4.1.9.9.84.1.2.1.1.2
The MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

cipMacSwitchedPkts 1.3.6.1.4.1.9.9.84.1.2.1.1.3
The counter in packets with respect to cipMacAddress.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipMacSwitchedBytes 1.3.6.1.4.1.9.9.84.1.2.1.1.4
The counter in bytes with respect to cipMacAddress.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cipMacFreeTable 1.3.6.1.4.1.9.9.84.1.2.2
A table of free space available to store new MAC address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipMacFreeEntry

cipMacFreeEntry 1.3.6.1.4.1.9.9.84.1.2.2.1
The MAC free space table entry. Entry is created when Entries are created and deleted via ip accounting command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipMacFreeEntry  

cipMacFreeDirection 1.3.6.1.4.1.9.9.84.1.2.2.1.1
The data source for the object.
Status: current Access: not-accessible
OBJECT-TYPE    
  PacketSource  

cipMacFreeCount 1.3.6.1.4.1.9.9.84.1.2.2.1.2
Number of items in the MAC free space.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cipPrecedenceXTable 1.3.6.1.4.1.9.9.84.1.1.2
This table contains additional objects for the cipPrecedenceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipPrecedenceXEntry

cipPrecedenceXEntry 1.3.6.1.4.1.9.9.84.1.1.2.1
An entry containing additional management information applicable to a particular precedence value.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipPrecedenceXEntry  

cipPrecedenceHCSwitchedPkts 1.3.6.1.4.1.9.9.84.1.1.2.1.1
Traffic, in packets, at the cipPrecedenceIpPrecedence precedence. This object is the 64-bit version of cipPrecedenceSwitchedPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cipPrecedenceHCSwitchedBytes 1.3.6.1.4.1.9.9.84.1.1.2.1.2
Traffic, in bytes, at the cipPrecedenceIpPrecedence precedence. This object is the 64-bit version of cipPrecedenceSwitchedBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cipMacXTable 1.3.6.1.4.1.9.9.84.1.2.3
This table contains additional objects for the cipMacTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CipMacXEntry

cipMacXEntry 1.3.6.1.4.1.9.9.84.1.2.3.1
An entry containing additional management information applicable to a particular MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  CipMacXEntry  

cipMacHCSwitchedPkts 1.3.6.1.4.1.9.9.84.1.2.3.1.1
The high capacity counter in packets with respect to cipMacAddress. This object is the 64-bit version of cipMacSwitchedPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cipMacHCSwitchedBytes 1.3.6.1.4.1.9.9.84.1.2.3.1.2
The counter in bytes with respect to cipMacAddress. This object is the 64-bit version of cipMacSwitchedBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ciscoIpStatMIBConformance 1.3.6.1.4.1.9.9.84.3
OBJECT IDENTIFIER    

ciscoIpStatMIBCompliances 1.3.6.1.4.1.9.9.84.3.1
OBJECT IDENTIFIER    

ciscoIpStatMIBGroups 1.3.6.1.4.1.9.9.84.3.2
OBJECT IDENTIFIER    

ciscoIpStatMIBCompliance 1.3.6.1.4.1.9.9.84.3.1.1
The compliance statement for entities which implement the IP Statistics on a Cisco router.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoIpStatMIBComplianceRev2 1.3.6.1.4.1.9.9.84.3.1.2
The compliance statement for entities which implement the IP Statistics on a Cisco router. This deprecates ciscoIpStatMIBCompliance to provide 64-bit versions of packet and byte counter objects.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoIpStatMIBGroup 1.3.6.1.4.1.9.9.84.3.2.1
A collection of objects providing IP Statistics monitoring. For interfaces that operate at speeds greater than 20,000,000 bits/second, it is recommended that the HC counters in the optional compliance section be supported and used.
Status: current Access: read-only
OBJECT-GROUP    

ciscoIpStatHCMIBGroup 1.3.6.1.4.1.9.9.84.3.2.2
A collection of objects providing IP Statistics monitoring. This is recommended for high speed (high speed interfaces transmit and receive at speeds over 20,000,000 bits/second) network interfaces.
Status: current Access: read-only
OBJECT-GROUP