ARISTA-QUEUE-MIB
28 objects
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.
Imported Objects
| ARISTA-SMI-MIB | aristaMibs |
| IF-MIB | InterfaceIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter64 Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.30065.3.6 | IdentityaristaQueueMIB | 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 cou… | ||
| 1.3.6.1.4.1.30065.3.6.1 | NodearistaQueue | |||
| 1.3.6.1.4.1.30065.3.6.1.1 | TablearistaIngressQueueTable | not-accessible | current | This table contains statistical information of the ingress queue in an interface. |
| 1.3.6.1.4.1.30065.3.6.1.1.1 | RowaristaIngressQueueEntry | not-accessible | current | A list of attributes of ingress queues in an interface. The attributes include dropped packets and dropped bytes of ingress queues. |
| 1.3.6.1.4.1.30065.3.6.1.1.1.1 | ColumnaristaIngressIfIndex | not-accessible | current | The index of an interface. |
| 1.3.6.1.4.1.30065.3.6.1.1.1.2 | ColumnaristaIngressQueueIndex | not-accessible | current | 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… |
| 1.3.6.1.4.1.30065.3.6.1.1.1.3 | ColumnaristaIngressQueuePktsDropped | read-only | current | The number of dropped packets due to congestion at the ingress port in an interface. |
| 1.3.6.1.4.1.30065.3.6.1.1.1.4 | ColumnaristaIngressQueueBytesDropped | read-only | current | The number of dropped bytes due to congestion at the ingress port in an interface. |
| 1.3.6.1.4.1.30065.3.6.1.2 | TablearistaEgressQueueTable | not-accessible | current | This table contains statistical objects for the egress queues of an interface. |
| 1.3.6.1.4.1.30065.3.6.1.2.1 | RowaristaEgressQueueEntry | not-accessible | current | A list of statistical information of egress queues in an interface. The statistical information includes transmitted packets, transmitted bytes, dropped packet… |
| 1.3.6.1.4.1.30065.3.6.1.2.1.1 | ColumnaristaEgressIfIndex | not-accessible | current | The index of an interface. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.2 | ColumnaristaEgressQueueIndex | not-accessible | current | The index of egress queues in the interface. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.3 | ColumnaristaEgressPacketType | not-accessible | current | The type of destination of packets in an egress queue in an interface. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.4 | ColumnaristaEgressQueuePkts | read-only | current | The number of transmitted packets in the egress queue. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.5 | ColumnaristaEgressQueueBytes | read-only | current | The number of transmitted bytes in the egress queue. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.6 | ColumnaristaEgressQueuePktsDropped | read-only | current | The number of packets discarded from this egress queue. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.7 | ColumnaristaEgressQueueBytesDropped | read-only | current | The number of bytes discarded from this egress queue. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.8 | ColumnaristaEgressQueuePktsDroppedQFull | read-only | current | The number of packets discarded from this egress queue when the queue is full. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.9 | ColumnaristaEgressQueuePktsDroppedNoBuffer | read-only | current | The number of packets discarded from this egress queue when there is no buffer. |
| 1.3.6.1.4.1.30065.3.6.1.2.1.10 | ColumnaristaEgressQueueDropPrec | read-only | current | The drop precedence of packets in this egress queue. |
| 1.3.6.1.4.1.30065.3.6.2 | NodearistaQueueCounterConformance | |||
| 1.3.6.1.4.1.30065.3.6.2.1 | NodearistaQueueCounterCompliances | |||
| 1.3.6.1.4.1.30065.3.6.2.1.1 | CompliancearistaQueueCounterCompliance | current | The compliance statement for Arista switches that support queue counters. | |
| 1.3.6.1.4.1.30065.3.6.2.2 | NodearistaQueueCounterGroups | |||
| 1.3.6.1.4.1.30065.3.6.2.2.1 | GrouparistaQueueCounterGroup | current | The group of required objects in aristaIngressQueueTable and aristaEgressQueueTable. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| DropPrecedence | INTEGER { dropPrecedence0(0), dropPrecedence1(1), dropPrecedence2(2) } | current | 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 DropPr… |
| PacketType | INTEGER { unicast(0), multicast(1), mixedPacketType(2) } | current | 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. |
| QueueIndex | Integer32 (0..2147483647) | current | A unique value for each queue in an interface in the managed system. |