ITOUCH-ETHERNET-MIB

File: ITOUCH-ETHERNET-MIB.mib (12431 bytes)

Imported modules

RFC1155-SMI RFC-1212 ITOUCH-MIB

Imported symbols

Counter OBJECT-TYPE iTouch

Defined Types

EtherEntry  
SEQUENCE    
  etherIndex INTEGER
  etherAlignmentErrors Counter
  etherFCSErrors Counter

EtherTxEntry  
SEQUENCE    
  etherTxIndex INTEGER
  etherTxSingleCollisionFrames Counter
  etherTxMultipleCollisionFrames Counter

EtherMulticastEntry  
SEQUENCE    
  etherMulticastIndex INTEGER
  etherMulticastBytesIn Counter
  etherMulticastBytesOut Counter

EtherXTxEntry  
SEQUENCE    
  etherXTxIndex INTEGER
  etherXTxExcessiveCollisions Counter

Defined Values

xEthernet 1.3.6.1.4.1.33.11
OBJECT IDENTIFIER    

etherTable 1.3.6.1.4.1.33.11.1
A list of generic entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherEntry

etherEntry 1.3.6.1.4.1.33.11.1.1
Generic status and parameter values for an Ethernet interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EtherEntry  

etherIndex 1.3.6.1.4.1.33.11.1.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

etherAlignmentErrors 1.3.6.1.4.1.33.11.1.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

etherFCSErrors 1.3.6.1.4.1.33.11.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

etherTxTable 1.3.6.1.4.1.33.11.2
A list of Ethernet transmit entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherTxEntry

etherTxEntry 1.3.6.1.4.1.33.11.2.1
Transmit status and parameter values for an Ethernet interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EtherTxEntry  

etherTxIndex 1.3.6.1.4.1.33.11.2.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

etherTxSingleCollisionFrames 1.3.6.1.4.1.33.11.2.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

etherTxMultipleCollisionFrames 1.3.6.1.4.1.33.11.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

etherMulticastTable 1.3.6.1.4.1.33.11.3
A list of etherMulticast entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherMulticastEntry

etherMulticastEntry 1.3.6.1.4.1.33.11.3.1
EtherMulticast status and parameter values for an Ethernet interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EtherMulticastEntry  

etherMulticastIndex 1.3.6.1.4.1.33.11.3.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

etherMulticastBytesIn 1.3.6.1.4.1.33.11.3.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

etherMulticastBytesOut 1.3.6.1.4.1.33.11.3.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

etherXTxTable 1.3.6.1.4.1.33.11.4
A list of Ethernet extended transmit entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtherXTxEntry

etherXTxEntry 1.3.6.1.4.1.33.11.4.1
Extended transmit status and parameter values for an Ethernet interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EtherXTxEntry  

etherXTxIndex 1.3.6.1.4.1.33.11.4.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

etherXTxExcessiveCollisions 1.3.6.1.4.1.33.11.4.1.2
A count of frames for which transmission on a particular interface fails due to excessive collisions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter