ITOUCH-ETHERNET-MIB: View SNMP OID List / Download MIB

VENDOR: MRV COMMUNICATIONS


 Home MIB: ITOUCH-ETHERNET-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
 xEthernet 1.3.6.1.4.1.33.11
       etherTable 1.3.6.1.4.1.33.11.1 no-access
A list of generic entries.
           etherEntry 1.3.6.1.4.1.33.11.1.1 no-access
Generic status and parameter values for an Ethernet interface.
               etherIndex 1.3.6.1.4.1.33.11.1.1.1 integer read-only
An index value that uniquely identifies an Ethernet interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
               etherAlignmentErrors 1.3.6.1.4.1.33.11.1.1.2 counter read-only
A count of frames received on a particular interface that are not an integral number of octets in length and do not pass the FCS check.
               etherFCSErrors 1.3.6.1.4.1.33.11.1.1.3 counter read-only
A count of frames received on a particular interface that are an integral number of octets in length that do not pass the FCS check.
       etherTxTable 1.3.6.1.4.1.33.11.2 no-access
A list of Ethernet transmit entries.
           etherTxEntry 1.3.6.1.4.1.33.11.2.1 no-access
Transmit status and parameter values for an Ethernet interface.
               etherTxIndex 1.3.6.1.4.1.33.11.2.1.1 integer read-only
An index value that uniquely identifies an Ethernet interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
               etherTxSingleCollisionFrames 1.3.6.1.4.1.33.11.2.1.2 counter read-only
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the etherTxMultipleCollisionFrames object.
               etherTxMultipleCollisionFrames 1.3.6.1.4.1.33.11.2.1.3 counter read-only
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the etherTxSingleCollisionFrames object.
       etherMulticastTable 1.3.6.1.4.1.33.11.3 no-access
A list of etherMulticast entries.
           etherMulticastEntry 1.3.6.1.4.1.33.11.3.1 no-access
EtherMulticast status and parameter values for an Ethernet interface.
               etherMulticastIndex 1.3.6.1.4.1.33.11.3.1.1 integer read-only
An index value that uniquely identifies an Ethernet interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
               etherMulticastBytesIn 1.3.6.1.4.1.33.11.3.1.2 counter read-only
A count of frames successfully received on a particular interface and for which the destination address multicast bit was set. Bytes that are counted by an instance of this object are also counted by the corresponding instance of the ifInOctets object.
               etherMulticastBytesOut 1.3.6.1.4.1.33.11.3.1.3 counter read-only
A count of successfully frames successfully transmitted on a particular interface and for which the destination address multicast bit was set. Bytes that are counted by an instance of this object are also counted by the corresponding instance of the ifOutOctets object.
       etherXTxTable 1.3.6.1.4.1.33.11.4 no-access
A list of Ethernet extended transmit entries.
           etherXTxEntry 1.3.6.1.4.1.33.11.4.1 no-access
Extended transmit status and parameter values for an Ethernet interface.
               etherXTxIndex 1.3.6.1.4.1.33.11.4.1.1 integer read-only
An index value that uniquely identifies an Ethernet interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
               etherXTxExcessiveCollisions 1.3.6.1.4.1.33.11.4.1.2 counter read-only
A count of frames for which transmission on a particular interface fails due to excessive collisions.