ARISTA-QUEUE-MIB: View SNMP OID List / Download MIB

VENDOR: ARISTA NETWORKS


 Home MIB: ARISTA-QUEUE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     aristaQueue 1.3.6.1.4.1.30065.3.6.1
         aristaIngressQueueTable 1.3.6.1.4.1.30065.3.6.1.1 no-access
This table contains statistical information of the ingress queue in an interface.
             aristaIngressQueueEntry 1.3.6.1.4.1.30065.3.6.1.1.1 no-access
A list of attributes of ingress queues in an interface. The attributes include dropped packets and dropped bytes of ingress queues.
                 aristaIngressIfIndex 1.3.6.1.4.1.30065.3.6.1.1.1.1 interfaceindex no-access
The index of an interface.
                 aristaIngressQueueIndex 1.3.6.1.4.1.30065.3.6.1.1.1.2 queueindex no-access
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.
                 aristaIngressQueuePktsDropped 1.3.6.1.4.1.30065.3.6.1.1.1.3 counter64 read-only
The number of dropped packets due to congestion at the ingress port in an interface.
                 aristaIngressQueueBytesDropped 1.3.6.1.4.1.30065.3.6.1.1.1.4 counter64 read-only
The number of dropped bytes due to congestion at the ingress port in an interface.
         aristaEgressQueueTable 1.3.6.1.4.1.30065.3.6.1.2 no-access
This table contains statistical objects for the egress queues of an interface.
             aristaEgressQueueEntry 1.3.6.1.4.1.30065.3.6.1.2.1 no-access
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.
                 aristaEgressIfIndex 1.3.6.1.4.1.30065.3.6.1.2.1.1 interfaceindex no-access
The index of an interface.
                 aristaEgressQueueIndex 1.3.6.1.4.1.30065.3.6.1.2.1.2 queueindex no-access
The index of egress queues in the interface.
                 aristaEgressPacketType 1.3.6.1.4.1.30065.3.6.1.2.1.3 packettype no-access
The type of destination of packets in an egress queue in an interface.
                 aristaEgressQueuePkts 1.3.6.1.4.1.30065.3.6.1.2.1.4 counter64 read-only
The number of transmitted packets in the egress queue.
                 aristaEgressQueueBytes 1.3.6.1.4.1.30065.3.6.1.2.1.5 counter64 read-only
The number of transmitted bytes in the egress queue.
                 aristaEgressQueuePktsDropped 1.3.6.1.4.1.30065.3.6.1.2.1.6 counter64 read-only
The number of packets discarded from this egress queue.
                 aristaEgressQueueBytesDropped 1.3.6.1.4.1.30065.3.6.1.2.1.7 counter64 read-only
The number of bytes discarded from this egress queue.
                 aristaEgressQueuePktsDroppedQFull 1.3.6.1.4.1.30065.3.6.1.2.1.8 counter64 read-only
The number of packets discarded from this egress queue when the queue is full.
                 aristaEgressQueuePktsDroppedNoBuffer 1.3.6.1.4.1.30065.3.6.1.2.1.9 counter64 read-only
The number of packets discarded from this egress queue when there is no buffer.
                 aristaEgressQueueDropPrec 1.3.6.1.4.1.30065.3.6.1.2.1.10 dropprecedence read-only
The drop precedence of packets in this egress queue.
     aristaQueueCounterConformance 1.3.6.1.4.1.30065.3.6.2
         aristaQueueCounterCompliances 1.3.6.1.4.1.30065.3.6.2.1
             aristaQueueCounterCompliance 1.3.6.1.4.1.30065.3.6.2.1.1
The compliance statement for Arista switches that support queue counters.
         aristaQueueCounterGroups 1.3.6.1.4.1.30065.3.6.2.2
             aristaQueueCounterGroup 1.3.6.1.4.1.30065.3.6.2.2.1
The group of required objects in aristaIngressQueueTable and aristaEgressQueueTable.