CUMULUS-COUNTERS-MIB

File: CUMULUS-COUNTERS-MIB.mib (20876 bytes)

Imported modules

SNMPv2-SMI IF-MIB CUMULUS-SNMP-MIB
SNMPv2-TC

Imported symbols

OBJECT-TYPE NOTIFICATION-TYPE MODULE-IDENTITY
enterprises Counter32 Counter64
InterfaceIndex ifIndex cumulusMib
DateAndTime DisplayString TEXTUAL-CONVENTION

Defined Types

DiscardCountersEntry  
SEQUENCE    
  portName DisplayString
  l3v4InDiscards Counter32
  bufferOverflowDiscards Counter32
  l3AclDiscards Counter32
  l3v4BlackholeDiscards Counter32
  egressQOverflowDiscards Counter32
  egressNonQDiscards Counter32

DiscardClCountersEntry  
SEQUENCE    
  clPortName DisplayString
  clL3v4InDiscards Counter64
  clBufferOverflowDiscards Counter64
  clL3AclDiscards Counter64
  clL3v4BlackholeDiscards Counter64
  clEgressQOverflowDiscards Counter64
  clEgressNonQDiscards Counter64

InterfaceCountersEntry  
SEQUENCE    
  portName DisplayString
  intInOctets Counter32
  intInUcastPkts Counter32
  intInBcastPkts Counter32
  intInMcastPkts Counter32
  intOutOctets Counter32
  intOutUcastPkts Counter32
  intOutBcastPkts Counter32
  intOutMcastPkts Counter32

InterfaceClCountersEntry  
SEQUENCE    
  clIntPortName DisplayString
  clIntInOctets Counter64
  clIntInUcastPkts Counter64
  clIntInBcastPkts Counter64
  clIntInMcastPkts Counter64
  clIntOutOctets Counter64
  clIntOutUcastPkts Counter64
  clIntOutBcastPkts Counter64
  clIntOutMcastPkts Counter64

PfcClCountersEntry  
SEQUENCE    
  clIntPfcPortName DisplayString
  clIntInPausePkt Counter64
  clIntOutPausePkt Counter64
  clIntInPfc0Pkt Counter64
  clIntOutPfc0Pkt Counter64
  clIntInPfc1Pkt Counter64
  clIntOutPfc1Pkt Counter64
  clIntInPfc2Pkt Counter64
  clIntOutPfc2Pkt Counter64
  clIntInPfc3Pkt Counter64
  clIntOutPfc3Pkt Counter64
  clIntInPfc4Pkt Counter64
  clIntOutPfc4Pkt Counter64
  clIntInPfc5Pkt Counter64
  clIntOutPfc5Pkt Counter64
  clIntInPfc6Pkt Counter64
  clIntOutPfc6Pkt Counter64
  clIntInPfc7Pkt Counter64
  clIntOutPfc7Pkt Counter64

Defined Values

sysSpecificCounters 1.3.6.1.4.1.40310.2
Cumulus Ethtool Interface Counters Table of the Cumulus enterprise MIB tree. These table values come from Ethtool hardware interface statistics counters.
MODULE-IDENTITY    

discardCounters 1.3.6.1.4.1.40310.2.1
OBJECT IDENTIFIER    

discardCountersTable 1.3.6.1.4.1.40310.2.1.1
This table breaks out ingress packet discards into more reason-specific discard counters.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiscardCountersEntry

discardCountersEntry 1.3.6.1.4.1.40310.2.1.1.1
Reason-specific ingress discard counters indexed by ifIndex
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  DiscardCountersEntry  

portName 1.3.6.1.4.1.40310.2.1.1.1.1
Port name
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

l3v4InDiscards 1.3.6.1.4.1.40310.2.1.1.1.2
Number of inbound IPv4 packets discarded by the routing engine.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

bufferOverflowDiscards 1.3.6.1.4.1.40310.2.1.1.1.3
Number of inbound packets discarded due to ingress buffer overflow.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

l3AclDiscards 1.3.6.1.4.1.40310.2.1.1.1.4
Number of inbound IPv4 packets discarded due to ingress ACL table.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

l3v4BlackholeDiscards 1.3.6.1.4.1.40310.2.1.1.1.5
Number of inbound packets discarded due to match on a blackhole route. This is currently unsupported.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

egressQOverflowDiscards 1.3.6.1.4.1.40310.2.1.1.1.6
Number of packets discarded due to egress queue overflow.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

egressNonQDiscards 1.3.6.1.4.1.40310.2.1.1.1.7
Total number of packets discarded on egress due to reasons reasons other than queue overflow. With IF MIB's ifOutDiscards not accounting for certain specific drops, this one accounts for drops seen in the egress pipeline of the system that were not because of egress queue overflow drops.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

discardClCountersTable 1.3.6.1.4.1.40310.2.1.2
This table breaks out ingress packet discards into more reason-specific discard counters with 64 bits.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiscardClCountersEntry

discardClCountersEntry 1.3.6.1.4.1.40310.2.1.2.1
Reason-specific ingress discard 64 bit counters indexed by ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  DiscardClCountersEntry  

clPortName 1.3.6.1.4.1.40310.2.1.2.1.1
Port name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

clL3v4InDiscards 1.3.6.1.4.1.40310.2.1.2.1.2
Number of inbound IPv4 packets discarded by the routing engine.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clBufferOverflowDiscards 1.3.6.1.4.1.40310.2.1.2.1.3
Number of inbound packets discarded due to ingress buffer overflow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clL3AclDiscards 1.3.6.1.4.1.40310.2.1.2.1.4
Number of inbound IPv4 packets discarded due to ingress Access Control List.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clL3v4BlackholeDiscards 1.3.6.1.4.1.40310.2.1.2.1.5
Number of inbound packets discarded due to match on a blackhole route. This is currently unsupported.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clEgressQOverflowDiscards 1.3.6.1.4.1.40310.2.1.2.1.6
Number of packets discarded due to egress queue overflow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clEgressNonQDiscards 1.3.6.1.4.1.40310.2.1.2.1.7
Total number of packets discarded on egress due to reasons reasons other than queue overflow. With IF MIB's ifOutDiscards not accounting for certain specific drops, this one accounts for drops seen in the egress pipeline of the system that were not because of egress queue overflow drops.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

interfaceCounters 1.3.6.1.4.1.40310.2.2
OBJECT IDENTIFIER    

interfaceCountersTable 1.3.6.1.4.1.40310.2.2.1
This table shows interface counters.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InterfaceCountersEntry

interfaceCountersEntry 1.3.6.1.4.1.40310.2.2.1.1
Interface counters indexed by ifIndex
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  InterfaceCountersEntry  

portName 1.3.6.1.4.1.40310.2.2.1.1.1
The port name
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

intInOctets 1.3.6.1.4.1.40310.2.2.1.1.2
The number of input octets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

intInUcastPkts 1.3.6.1.4.1.40310.2.2.1.1.3
The number of input unicast packets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

intInBcastPkts 1.3.6.1.4.1.40310.2.2.1.1.4
The number of input broadcast packets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

intInMcastPkts 1.3.6.1.4.1.40310.2.2.1.1.5
The number of input multicast packets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

intOutOctets 1.3.6.1.4.1.40310.2.2.1.1.6
The number of output octets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

intOutUcastPkts 1.3.6.1.4.1.40310.2.2.1.1.7
The number of output unicast packets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

intOutBcastPkts 1.3.6.1.4.1.40310.2.2.1.1.8
The number of output broadcast packets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

intOutMcastPkts 1.3.6.1.4.1.40310.2.2.1.1.9
The number of output multicast packets on the interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

interfaceClCountersTable 1.3.6.1.4.1.40310.2.2.2
This table shows 64 bit interface counters retrieved from ethtool -S.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InterfaceClCountersEntry

interfaceClCountersEntry 1.3.6.1.4.1.40310.2.2.2.1
Interface counters indexed by ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceClCountersEntry  

clIntPortName 1.3.6.1.4.1.40310.2.2.2.1.1
The port name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

clIntInOctets 1.3.6.1.4.1.40310.2.2.2.1.2
The number of input octets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInUcastPkts 1.3.6.1.4.1.40310.2.2.2.1.3
The number of input unicast packets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInBcastPkts 1.3.6.1.4.1.40310.2.2.2.1.4
The number of input broadcast packets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInMcastPkts 1.3.6.1.4.1.40310.2.2.2.1.5
The number of input multicast packets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutOctets 1.3.6.1.4.1.40310.2.2.2.1.6
The number of output octets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutUcastPkts 1.3.6.1.4.1.40310.2.2.2.1.7
The number of output unicast packets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutBcastPkts 1.3.6.1.4.1.40310.2.2.2.1.8
The number of output broadcast packets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutMcastPkts 1.3.6.1.4.1.40310.2.2.2.1.9
The number of output multicast packets on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfcClCountersTable 1.3.6.1.4.1.40310.2.2.3
This table shows the IEEE 802.1Qbb standard interface counters for pause and Priority Flow Control packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PfcClCountersEntry

pfcClCountersEntry 1.3.6.1.4.1.40310.2.2.3.1
IEEE 802.1Qbb standard Interface Pause and Priority Flow Control counters indexed by ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  PfcClCountersEntry  

clIntPfcPortName 1.3.6.1.4.1.40310.2.2.3.1.1
The port name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

clIntInPausePkt 1.3.6.1.4.1.40310.2.2.3.1.2
The number of ethernet flow control pause packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPausePkt 1.3.6.1.4.1.40310.2.2.3.1.3
The number of ethernet flow control pause packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc0Pkt 1.3.6.1.4.1.40310.2.2.3.1.4
The number of ethernet priority flow control traffic class 0 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc0Pkt 1.3.6.1.4.1.40310.2.2.3.1.5
The number of ethernet priority flow control traffic class 0 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc1Pkt 1.3.6.1.4.1.40310.2.2.3.1.6
The number of ethernet priority flow control traffic class 1 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc1Pkt 1.3.6.1.4.1.40310.2.2.3.1.7
The number of ethernet priority flow control traffic class 1 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc2Pkt 1.3.6.1.4.1.40310.2.2.3.1.8
The number of ethernet priority flow control traffic class 2 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc2Pkt 1.3.6.1.4.1.40310.2.2.3.1.9
The number of ethernet priority flow control traffic class 2 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc3Pkt 1.3.6.1.4.1.40310.2.2.3.1.10
The number of ethernet priority flow control traffic class 3 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc3Pkt 1.3.6.1.4.1.40310.2.2.3.1.11
The number of ethernet priority flow control traffic class 3 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc4Pkt 1.3.6.1.4.1.40310.2.2.3.1.12
The number of ethernet priority flow control traffic class 4 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc4Pkt 1.3.6.1.4.1.40310.2.2.3.1.13
The number of ethernet priority flow control traffic class 4 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc5Pkt 1.3.6.1.4.1.40310.2.2.3.1.14
The number of ethernet priority flow control traffic class 5 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc5Pkt 1.3.6.1.4.1.40310.2.2.3.1.15
The number of ethernet priority flow control traffic class 5 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc6Pkt 1.3.6.1.4.1.40310.2.2.3.1.16
The number of ethernet priority flow control traffic class 6 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc6Pkt 1.3.6.1.4.1.40310.2.2.3.1.17
The number of ethernet priority flow control traffic class 6 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntInPfc7Pkt 1.3.6.1.4.1.40310.2.2.3.1.18
The number of ethernet priority flow control traffic class 7 packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clIntOutPfc7Pkt 1.3.6.1.4.1.40310.2.2.3.1.19
The number of ethernet priority flow control traffic class 7 packets transmitted on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64