ETH-OPT-MIB

File: ETH-OPT-MIB.mib (15452 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter enterprises OBJECT-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

DisplayString  
OCTET STRING    

Cdx6500PPCTdot3PortEntry  
SEQUENCE    
  cdx6500dot3IfIndex INTEGER
  cdx6500dot3LanCableType INTEGER
  cdx6500dot3PortMacAddress MacAddress
  cdx6500dot3TransmitQueueLimit INTEGER
  cdx6500dot3CollisionSensitivity INTEGER
  cdx6500dot3CarrierSensitivity INTEGER
  cdx6500dot3BridgeLinkNum INTEGER
  cdx6500dot3RouterIfNum INTEGER
  cdx6500dot3DuplexMode INTEGER

Cdx6500PPSTdot3Entry  
SEQUENCE    
  cdx6500dot3StatsIfIndex INTEGER
  cdx6500dot3StatsPortType INTEGER
  cdx6500dot3StatsRxShortFrames Counter
  cdx6500dot3StatsRxCollisions Counter
  cdx6500dot3StatsRxLongFrames Counter
  cdx6500dot3StatsTxDiscards Counter
  cdx6500dot3StatsDataBytesRx Counter
  cdx6500dot3StatsDataBytesTx Counter
  cdx6500dot3StatsPortStatus INTEGER
  cdx6500dot3StatsLastStatReset DisplayString
  cdx6500dot3StatsClearStats INTEGER
  cdx6500dot3StatsCommand INTEGER
  cdx6500dot3Statsframesin Counter
  cdx6500dot3Statsframesout Counter
  cdx6500dot3Statsfpsin Counter
  cdx6500dot3Statsfpsout Counter
  cdx6500dot3Statshadiscards Counter

Defined Values

codex 1.3.6.1.4.1.449
OBJECT IDENTIFIER    

cdxProductSpecific 1.3.6.1.4.1.449.2
OBJECT IDENTIFIER    

cdx6500 1.3.6.1.4.1.449.2.1
OBJECT IDENTIFIER    

cdx6500Configuration 1.3.6.1.4.1.449.2.1.2
OBJECT IDENTIFIER    

cdx6500CfgProtocolGroup 1.3.6.1.4.1.449.2.1.2.1
OBJECT IDENTIFIER    

cdx6500PCTPortProtocolGroup 1.3.6.1.4.1.449.2.1.2.1.1
OBJECT IDENTIFIER    

cdx6500Statistics 1.3.6.1.4.1.449.2.1.3
OBJECT IDENTIFIER    

cdx6500StatProtocolGroup 1.3.6.1.4.1.449.2.1.3.1
OBJECT IDENTIFIER    

cdx6500PSTPortProtocolGroup 1.3.6.1.4.1.449.2.1.3.1.1
OBJECT IDENTIFIER    

cdx6500PPCTdot3PortTable 1.3.6.1.4.1.449.2.1.2.1.1.8
This table contains Ethernet interface parameters and state variables, one entry per 802.3 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PPCTdot3PortEntry

cdx6500PPCTdot3PortEntry 1.3.6.1.4.1.449.2.1.2.1.1.8.1
A list of Ethernet status and parameter values for an 802.3 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PPCTdot3PortEntry  

cdx6500dot3IfIndex 1.3.6.1.4.1.449.2.1.2.1.1.8.1.1
This object is the port number for the Interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500dot3LanCableType 1.3.6.1.4.1.449.2.1.2.1.1.8.1.2
Two LAN connectors are provided and only one connector, selected by software, is active at any given time. This parameter specifies the type of cable and therefore which connector is used for the LAN interface as follows: utp: Unshielded Twisted Pair (RJ-45) aui: Attachment Unit Interface (DB-15)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER aui(2), utp(3)  

cdx6500dot3PortMacAddress 1.3.6.1.4.1.449.2.1.2.1.1.8.1.3
Specifies the MAC address of the LAN port. The entered value of 00-00-00-00-00-00 will be replaced by the Burned In Address (BIA) if the LAN hardware is present.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

cdx6500dot3TransmitQueueLimit 1.3.6.1.4.1.449.2.1.2.1.1.8.1.4
Number of frames that can be queued on the LAN transmitter before any frame is dropped.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cdx6500dot3CollisionSensitivity 1.3.6.1.4.1.449.2.1.2.1.1.8.1.5
This parameter specifies the width required of the collision detection signal, in bit times, before it is recognized that a collision has occurred.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cdx6500dot3CarrierSensitivity 1.3.6.1.4.1.449.2.1.2.1.1.8.1.6
This parameter specifies the width required of the carrier sense signal in bit times, before it is recognized as being active. Carrier sense deactivation is recognized immediately. This capability is useful in noisy cable environments.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cdx6500dot3BridgeLinkNum 1.3.6.1.4.1.449.2.1.2.1.1.8.1.7
This parameter specifies the bridge link number associated with this LAN port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cdx6500dot3RouterIfNum 1.3.6.1.4.1.449.2.1.2.1.1.8.1.8
This parameter specifies the router interface number associated with this LAN port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cdx6500dot3DuplexMode 1.3.6.1.4.1.449.2.1.2.1.1.8.1.9
This parameter specifies whether this LAN port should run in either Half-Duplex or Full-Duplex mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER half(0), full(1)  

cdx6500PPSTdot3PortTable 1.3.6.1.4.1.449.2.1.3.1.1.8
A table containing Ethernet statistics, one entry per 802.3 interface. All the statistics are defined using the syntax Counter as 32-bit wrap around counters. Thus, if an interface's hardware maintains these statistics in 16-bit counters, then the agent must read the hardware's counters frequently enough to prevent loss of significance, in order to maintain 32-bit counters in software.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500PPSTdot3Entry

cdx6500PPSTdot3PortEntry 1.3.6.1.4.1.449.2.1.3.1.1.8.1
An entry contains the 802.3 statistics for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500PPSTdot3Entry  

cdx6500dot3StatsIfIndex 1.3.6.1.4.1.449.2.1.3.1.1.8.1.1
The value of this object identifies the 802.3 interface for which this entry contains management information. It is also the port number of the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500dot3StatsPortType 1.3.6.1.4.1.449.2.1.3.1.1.8.1.2
The configured value of the Port type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER eth(30)  

cdx6500dot3StatsRxShortFrames 1.3.6.1.4.1.449.2.1.3.1.1.8.1.3
This counter is incremented when the LAN port observes a receive or transmitted frame which is less than 18 bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3StatsRxCollisions 1.3.6.1.4.1.449.2.1.3.1.1.8.1.4
This counter is incremented when the LAN port observes collisions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3StatsRxLongFrames 1.3.6.1.4.1.449.2.1.3.1.1.8.1.5
This counter is incremented when the LAN port observes a frame that can not be forwarded because of excessive length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3StatsTxDiscards 1.3.6.1.4.1.449.2.1.3.1.1.8.1.6
This counter is incremented when the LAN port discards the frame because the transmit queue exceeds the maximum queue length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3StatsDataBytesRx 1.3.6.1.4.1.449.2.1.3.1.1.8.1.7
This counter is incremented for each data byte received by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3StatsDataBytesTx 1.3.6.1.4.1.449.2.1.3.1.1.8.1.8
This counter is incremented for each data byte transmitted by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3StatsPortStatus 1.3.6.1.4.1.449.2.1.3.1.1.8.1.9
Indicates the status of the LAN port. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), up(3), down(4), newvalDisabled(50)  

cdx6500dot3StatsLastStatReset 1.3.6.1.4.1.449.2.1.3.1.1.8.1.10
Time stamp when the statistics were last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cdx6500dot3StatsClearStats 1.3.6.1.4.1.449.2.1.3.1.1.8.1.11
This is the command to reset the LAN port statistics.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER reset(1)  

cdx6500dot3StatsCommand 1.3.6.1.4.1.449.2.1.3.1.1.8.1.12
This is a control for the 802.3 port. enable : will enable the port. boot : will boot the port. disable : will disable the port.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER enable(1), boot(2), disable(3)  

cdx6500dot3Statsframesin 1.3.6.1.4.1.449.2.1.3.1.1.8.1.13
This counter is incremented for each frame received by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3Statsframesout 1.3.6.1.4.1.449.2.1.3.1.1.8.1.14
This counter is incremented for each frame transmitted by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3Statsfpsin 1.3.6.1.4.1.449.2.1.3.1.1.8.1.15
This stat specifies the number of frames per second received by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3Statsfpsout 1.3.6.1.4.1.449.2.1.3.1.1.8.1.16
This stat specifies the number of frames per second transmitted by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cdx6500dot3Statshadiscards 1.3.6.1.4.1.449.2.1.3.1.1.8.1.17
This counter specifies the number of frames the HA discarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter