ARISTA-QUEUE-MIB

File: ARISTA-QUEUE-MIB.mib (10899 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB ARISTA-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
Integer32 TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP InterfaceIndex aristaMibs

Defined Types

QueueIndex  
A unique value for each queue in an interface in the managed system.
TEXTUAL-CONVENTION    
  Integer32 0..2147483647  

PacketType  
The packet type of the packets in a queue in an interface in the managed system. It is recommended that there are three packet types of packets in a queue: unicast, multicast, mixed packet type.
TEXTUAL-CONVENTION    
  INTEGER unicast(0), multicast(1), mixedPacketType(2)  

DropPrecedence  
The drop precedences of the packets in a queue in an interface in the managed system. It is recommended that there are three levels of drop precedences of packets in a queue: DropPrecedence0, DropPrecedence1, and DropPrecedence2. When congestion occurs, packets marked with DropPrecedence2 are dropped first; packets marked with DropPrecedence0 are dropped last.
TEXTUAL-CONVENTION    
  INTEGER dropPrecedence0(0), dropPrecedence1(1), dropPrecedence2(2)  

AristaIngressQueueEntry  
SEQUENCE    
  aristaIngressIfIndex InterfaceIndex
  aristaIngressQueueIndex QueueIndex
  aristaIngressQueuePktsDropped Counter64
  aristaIngressQueueBytesDropped Counter64

AristaEgressQueueEntry  
SEQUENCE    
  aristaEgressIfIndex InterfaceIndex
  aristaEgressQueueIndex QueueIndex
  aristaEgressPacketType PacketType
  aristaEgressQueuePkts Counter64
  aristaEgressQueueBytes Counter64
  aristaEgressQueuePktsDropped Counter64
  aristaEgressQueueBytesDropped Counter64
  aristaEgressQueuePktsDroppedQFull Counter64
  aristaEgressQueuePktsDroppedNoBuffer Counter64
  aristaEgressQueueDropPrec DropPrecedence

Defined Values

aristaQueueMIB 1.3.6.1.4.1.30065.3.6
The MIB module is for managing interface queuing on Arista devices. Arista Networks has a number of products. This MIB generalizes ingress and egress queue counters supported on all Arista products. Therefore, a platform may not support all table indices and counters listed in this MIB. For example, ingressQueueIndex in aristaIngressQueueTable, aristaEgressQueuePktsDroppedQFull, aristaEgressQueuePktsDroppedNoBuffer, and aristaEgressQueueDropPrec in aristaEgressQueueTable are not supported in 7050 series switches.
MODULE-IDENTITY    

aristaQueue 1.3.6.1.4.1.30065.3.6.1
OBJECT IDENTIFIER    

aristaQueueCounterConformance 1.3.6.1.4.1.30065.3.6.2
OBJECT IDENTIFIER    

aristaIngressQueueTable 1.3.6.1.4.1.30065.3.6.1.1
This table contains statistical information of the ingress queue in an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaIngressQueueEntry

aristaIngressQueueEntry 1.3.6.1.4.1.30065.3.6.1.1.1
A list of attributes of ingress queues in an interface. The attributes include dropped packets and dropped bytes of ingress queues.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaIngressQueueEntry  

aristaIngressIfIndex 1.3.6.1.4.1.30065.3.6.1.1.1.1
The index of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

aristaIngressQueueIndex 1.3.6.1.4.1.30065.3.6.1.1.1.2
The index of ingress queues in the interface. In the case that the ingress queue information is the sum of the statistics of all ingress queues, the queueIndex is set as zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  QueueIndex  

aristaIngressQueuePktsDropped 1.3.6.1.4.1.30065.3.6.1.1.1.3
The number of dropped packets due to congestion at the ingress port in an interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaIngressQueueBytesDropped 1.3.6.1.4.1.30065.3.6.1.1.1.4
The number of dropped bytes due to congestion at the ingress port in an interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaEgressQueueTable 1.3.6.1.4.1.30065.3.6.1.2
This table contains statistical objects for the egress queues of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaEgressQueueEntry

aristaEgressQueueEntry 1.3.6.1.4.1.30065.3.6.1.2.1
A list of statistical information of egress queues in an interface. The statistical information includes transmitted packets, transmitted bytes, dropped packets, and dropped bytes of egress queues.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaEgressQueueEntry  

aristaEgressIfIndex 1.3.6.1.4.1.30065.3.6.1.2.1.1
The index of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

aristaEgressQueueIndex 1.3.6.1.4.1.30065.3.6.1.2.1.2
The index of egress queues in the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  QueueIndex  

aristaEgressPacketType 1.3.6.1.4.1.30065.3.6.1.2.1.3
The type of destination of packets in an egress queue in an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  PacketType  

aristaEgressQueuePkts 1.3.6.1.4.1.30065.3.6.1.2.1.4
The number of transmitted packets in the egress queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaEgressQueueBytes 1.3.6.1.4.1.30065.3.6.1.2.1.5
The number of transmitted bytes in the egress queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaEgressQueuePktsDropped 1.3.6.1.4.1.30065.3.6.1.2.1.6
The number of packets discarded from this egress queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaEgressQueueBytesDropped 1.3.6.1.4.1.30065.3.6.1.2.1.7
The number of bytes discarded from this egress queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaEgressQueuePktsDroppedQFull 1.3.6.1.4.1.30065.3.6.1.2.1.8
The number of packets discarded from this egress queue when the queue is full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaEgressQueuePktsDroppedNoBuffer 1.3.6.1.4.1.30065.3.6.1.2.1.9
The number of packets discarded from this egress queue when there is no buffer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

aristaEgressQueueDropPrec 1.3.6.1.4.1.30065.3.6.1.2.1.10
The drop precedence of packets in this egress queue.
Status: current Access: read-only
OBJECT-TYPE    
  DropPrecedence  

aristaQueueCounterCompliances 1.3.6.1.4.1.30065.3.6.2.1
OBJECT IDENTIFIER    

aristaQueueCounterGroups 1.3.6.1.4.1.30065.3.6.2.2
OBJECT IDENTIFIER    

aristaQueueCounterCompliance 1.3.6.1.4.1.30065.3.6.2.1.1
The compliance statement for Arista switches that support queue counters.
Status: current Access: read-only
MODULE-COMPLIANCE    

aristaQueueCounterGroup 1.3.6.1.4.1.30065.3.6.2.2.1
The group of required objects in aristaIngressQueueTable and aristaEgressQueueTable.
Status: current Access: read-only
OBJECT-GROUP