MIB Viewer

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-MIBaristaMibs
IF-MIBInterfaceIndex
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMICounter64 Integer32 MODULE-IDENTITY OBJECT-TYPE
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.30065.3.6IdentityaristaQueueMIBThe 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.1NodearistaQueue
1.3.6.1.4.1.30065.3.6.1.1TablearistaIngressQueueTablenot-accessiblecurrentThis table contains statistical information of the ingress queue in an interface.
1.3.6.1.4.1.30065.3.6.1.1.1RowaristaIngressQueueEntrynot-accessiblecurrentA 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.1ColumnaristaIngressIfIndexnot-accessiblecurrentThe index of an interface.
1.3.6.1.4.1.30065.3.6.1.1.1.2ColumnaristaIngressQueueIndexnot-accessiblecurrentThe 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.3ColumnaristaIngressQueuePktsDroppedread-onlycurrentThe 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.4ColumnaristaIngressQueueBytesDroppedread-onlycurrentThe number of dropped bytes due to congestion at the ingress port in an interface.
1.3.6.1.4.1.30065.3.6.1.2TablearistaEgressQueueTablenot-accessiblecurrentThis table contains statistical objects for the egress queues of an interface.
1.3.6.1.4.1.30065.3.6.1.2.1RowaristaEgressQueueEntrynot-accessiblecurrentA 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.1ColumnaristaEgressIfIndexnot-accessiblecurrentThe index of an interface.
1.3.6.1.4.1.30065.3.6.1.2.1.2ColumnaristaEgressQueueIndexnot-accessiblecurrentThe index of egress queues in the interface.
1.3.6.1.4.1.30065.3.6.1.2.1.3ColumnaristaEgressPacketTypenot-accessiblecurrentThe type of destination of packets in an egress queue in an interface.
1.3.6.1.4.1.30065.3.6.1.2.1.4ColumnaristaEgressQueuePktsread-onlycurrentThe number of transmitted packets in the egress queue.
1.3.6.1.4.1.30065.3.6.1.2.1.5ColumnaristaEgressQueueBytesread-onlycurrentThe number of transmitted bytes in the egress queue.
1.3.6.1.4.1.30065.3.6.1.2.1.6ColumnaristaEgressQueuePktsDroppedread-onlycurrentThe number of packets discarded from this egress queue.
1.3.6.1.4.1.30065.3.6.1.2.1.7ColumnaristaEgressQueueBytesDroppedread-onlycurrentThe number of bytes discarded from this egress queue.
1.3.6.1.4.1.30065.3.6.1.2.1.8ColumnaristaEgressQueuePktsDroppedQFullread-onlycurrentThe 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.9ColumnaristaEgressQueuePktsDroppedNoBufferread-onlycurrentThe 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.10ColumnaristaEgressQueueDropPrecread-onlycurrentThe drop precedence of packets in this egress queue.
1.3.6.1.4.1.30065.3.6.2NodearistaQueueCounterConformance
1.3.6.1.4.1.30065.3.6.2.1NodearistaQueueCounterCompliances
1.3.6.1.4.1.30065.3.6.2.1.1CompliancearistaQueueCounterCompliancecurrentThe compliance statement for Arista switches that support queue counters.
1.3.6.1.4.1.30065.3.6.2.2NodearistaQueueCounterGroups
1.3.6.1.4.1.30065.3.6.2.2.1GrouparistaQueueCounterGroupcurrentThe group of required objects in aristaIngressQueueTable and aristaEgressQueueTable.
Type Definitions
NameSyntaxStatusDescription
DropPrecedenceINTEGER { dropPrecedence0(0), dropPrecedence1(1), dropPrecedence2(2) }currentThe 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…
PacketTypeINTEGER { unicast(0), multicast(1), mixedPacketType(2) }currentThe 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.
QueueIndexInteger32 (0..2147483647)currentA unique value for each queue in an interface in the managed system.