Fore-Asxethernet-MIB

File: Fore-Asxethernet-MIB.mib (5915 bytes)

Imported modules

SNMPv2-SMI Fore-Common-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE software
ifIndex

Defined Types

AsxEthernetModes  
INTEGER tenHalfDuplex(1), tenFullDuplex(2), hundredHalfDuplex(3), hundredFullDuplex(4), auto(5)    

AsxEthernetAutoNegotiationEntry  
SEQUENCE    
  asxEthernetConfigModes AsxEthernetModes
  asxEthernetOperStatus AsxEthernetModes
  asxEthernetLinkState INTEGER
  asxEthernetRemoteAutoNeg INTEGER
  asxEthernetRemoteOperStatus INTEGER

Defined Values

asxEthernetAutoNegotiate 1.3.6.1.4.1.326.2.2.2.5
Fore Switch ASX extensions to the etherlike mib.
MODULE-IDENTITY    

asxEthernetAutoNegotiationTable 1.3.6.1.4.1.326.2.2.2.5.1
A table that contains the auto negotiation informtion about every port of a given alchemy blade.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsxEthernetAutoNegotiationEntry

asxEthernetAutoNegotiationEntry 1.3.6.1.4.1.326.2.2.2.5.1.1
A list of auto negotiation information that is maintained per port per blade. The configuration information of the port is also mainatained.
Status: current Access: not-accessible
OBJECT-TYPE    
  AsxEthernetAutoNegotiationEntry  

asxEthernetConfigModes 1.3.6.1.4.1.326.2.2.2.5.1.1.1
The mode which the port should be configured to. The default mode is auto.
Status: current Access: read-write
OBJECT-TYPE    
  AsxEthernetModes  

asxEthernetOperStatus 1.3.6.1.4.1.326.2.2.2.5.1.1.2
The actual operational mode of this port. Note that the values for this object are invalid if the asxEthernetLinkState is link-down.
Status: current Access: read-only
OBJECT-TYPE    
  AsxEthernetModes  

asxEthernetLinkState 1.3.6.1.4.1.326.2.2.2.5.1.1.3
This object signifies if the link on the specified port is actually up or down
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER link-up(1), link-down(2)  

asxEthernetRemoteAutoNeg 1.3.6.1.4.1.326.2.2.2.5.1.1.4
This object signifies whether the remote end of the link is using auto-negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER detected(1), not-detected(2)  

asxEthernetRemoteOperStatus 1.3.6.1.4.1.326.2.2.2.5.1.1.5
The actual operational mode of the remote end of this link. The value of this object is invalid if the asxEthernetRemoteAutoNeg is not-detected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), tenHalfDuplex(1), tenFullDuplex(2), hundredHalfDuplex(3), hundredFullDuplex(4)