XEDIA-ETHERNET-MIB

File: XEDIA-ETHERNET-MIB.mib (14554 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF EtherLike-MIB
XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
MODULE-COMPLIANCE OBJECT-GROUP dot3StatsEntry
xediaMibs

Defined Types

Xdot3StatsEntry  
SEQUENCE    
  xdot3StatsOutUnderflows Counter32
  xdot3StatsOutNoCarriers Counter32
  xdot3StatsOutCarrierLosses Counter32
  xdot3StatsOutJabberTimeouts Counter32
  xdot3StatsOutTotalCollisions Counter32
  xdot3StatsInDescriptorErrors Counter32
  xdot3StatsInRunts Counter32
  xdot3StatsInTotalCollisions Counter32
  xdot3StatsInDribbles Counter32
  xdot3StatsInOverflows Counter32
  xdot3StatsInV1EthFrames Counter32
  xdot3StatsInV2Dot3Frames Counter32
  xdot3StatsInMissedFrames Counter32
  xdot3NegotiatedConfigSpeed INTEGER
  xdot3NegotiatedConfigDuplexMode INTEGER
  xdot3NegotiatedFlowControl INTEGER
  xdot3IfOperStatus INTEGER

Xdot3ConfigEntry  
SEQUENCE    
  xdot3ConfigSpeed INTEGER
  xdot3ConfigDuplexMode INTEGER
  xdot3ConfigMedia INTEGER
  xdot3ConfigCaptureEffectResol INTEGER
  xdot3ConfigAutoNegotiate INTEGER

Defined Values

xediaEthernetMIB 1.3.6.1.4.1.838.3.3
This module defines proprietary objects that extend those in IETF's the Ethernet-Like Interface MIB.
MODULE-IDENTITY    

xdot3Objects 1.3.6.1.4.1.838.3.3.1
OBJECT IDENTIFIER    

xdot3Conformance 1.3.6.1.4.1.838.3.3.2
OBJECT IDENTIFIER    

xdot3StatsTable 1.3.6.1.4.1.838.3.3.1.1
Additional Xedia proprietary statistics for ethernet-like interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Xdot3StatsEntry

xdot3StatsEntry 1.3.6.1.4.1.838.3.3.1.1.1
Additional Xedia proprietary statistics for single ethernet-like interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Xdot3StatsEntry  

xdot3StatsOutUnderflows 1.3.6.1.4.1.838.3.3.1.1.1.1
A count of frames not transmitted on a particular interface because of underflow. An underflow occurs when the driver does not keep up with the hardware's transmit speed in providing buffers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsOutNoCarriers 1.3.6.1.4.1.838.3.3.1.1.1.2
The number of times that the carrier signal from the transceiver was not present when a frame was to be transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsOutCarrierLosses 1.3.6.1.4.1.838.3.3.1.1.1.3
The number of times the carrier was lost during transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsOutJabberTimeouts 1.3.6.1.4.1.838.3.3.1.1.1.4
The number of times a transmission was aborted because the jabber timer timed out.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsOutTotalCollisions 1.3.6.1.4.1.838.3.3.1.1.1.5
The total number of collisions that have occurred while transmitting on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInDescriptorErrors 1.3.6.1.4.1.838.3.3.1.1.1.6
The number of frames that were truncated because they did not fit within the current desriptor buffers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInRunts 1.3.6.1.4.1.838.3.3.1.1.1.7
The number of runt frames. A runt frame may have been damaged by collision or premature termination before the collision window had passed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInTotalCollisions 1.3.6.1.4.1.838.3.3.1.1.1.8
The number of collisions detected on incoming frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInDribbles 1.3.6.1.4.1.838.3.3.1.1.1.9
The number of frames which were not a multiple of 8 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInOverflows 1.3.6.1.4.1.838.3.3.1.1.1.10
The number of frames that were truncated due to FIFO overflow. This indicates a hardware problem (as opposed to MissedFrames which indicates the software did not keep up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInV1EthFrames 1.3.6.1.4.1.838.3.3.1.1.1.11
The number of Ethernet-type (version 1) frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInV2Dot3Frames 1.3.6.1.4.1.838.3.3.1.1.1.12
The number of 802.3-type (version 2) frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3StatsInMissedFrames 1.3.6.1.4.1.838.3.3.1.1.1.13
The number of frames that were received by the hardware but that were not picked up by the driver.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdot3NegotiatedConfigSpeed 1.3.6.1.4.1.838.3.3.1.1.1.14
The negotiated configured speed of the interface when the auto negotiates mode is enable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mbps10(1), mbps100(2), gbps1(3), unknown(4)  

xdot3NegotiatedConfigDuplexMode 1.3.6.1.4.1.838.3.3.1.1.1.15
The negotiated configured duplex mode of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER full(1), half(2), unknown(3)  

xdot3NegotiatedFlowControl 1.3.6.1.4.1.838.3.3.1.1.1.16
The negotiated configured flow control parameters.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabledXmit(2), enabledRcv(3), enabledXmitAndRcv(4), unknown(5)  

xdot3IfOperStatus 1.3.6.1.4.1.838.3.3.1.1.1.17
This is a reference object (from the ifmib.mi2's ifOperStatus) reports the current operational states of the interface for the auto-negotiate configuration purpose.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)  

xdot3ConfigTable 1.3.6.1.4.1.838.3.3.1.2
Xedia proprietary configuration parameters for ethernet-like interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Xdot3ConfigEntry

xdot3ConfigEntry 1.3.6.1.4.1.838.3.3.1.2.1
Xedia proprietary configuration parameters for single ethernet-like interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Xdot3ConfigEntry  

xdot3ConfigSpeed 1.3.6.1.4.1.838.3.3.1.2.1.1
The configured speed of the interface. This may be set by the administrator or may be the result of auto-negotiation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mbps10(1), mbps100(2), gbps1(3)  

xdot3ConfigDuplexMode 1.3.6.1.4.1.838.3.3.1.2.1.2
The configured mode of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER full(1), half(2)  

xdot3ConfigMedia 1.3.6.1.4.1.838.3.3.1.2.1.3
The media type of the interface. The value 'tx(1)' indicates copper, 'fx(2)' indicates 850 nm multi-mode fiber, 'sx(3)' indicates 850 nm multi-mode fiber and lx(4) indicates 1300 nm single-mode or multi-mode fiber.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tx(1), fx(2), sx(3), lx(4)  

xdot3ConfigCaptureEffectResol 1.3.6.1.4.1.838.3.3.1.2.1.4
This object controls whether a non-standard backoff algorithm is used for collision handling in order to avoid 'capture effect'. Capture effect occurs when two stations transmit in such a way that, because of collision backoff, one station captures the channel for an unfair amount of time (and the line may remain idle for a long time after that station stops transmitting because of the second station increasing its backoff time.) The value of 'enabled(1)' indicates the enhanced algorithm will be use. The value 'disabled(2)' is the default and indicates the standard backoff algorithm is used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xdot3ConfigAutoNegotiate 1.3.6.1.4.1.838.3.3.1.2.1.5
This object controls whether to negotiate the speed and duplex mode for 10/100 fast ethernet; and negotiate duplex mode and MAC control for gigabit ethernet interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xdot3Compliances 1.3.6.1.4.1.838.3.3.2.1
OBJECT IDENTIFIER    

xdot3Groups 1.3.6.1.4.1.838.3.3.2.2
OBJECT IDENTIFIER    

xdot3Compliance 1.3.6.1.4.1.838.3.3.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

xdot3Group 1.3.6.1.4.1.838.3.3.2.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-write
OBJECT-GROUP