ODS-FDDIMIB

File: ODS-FDDIMIB.mib (6962 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC RFC1158-MIB

Imported symbols

enterprises NetworkAddress IpAddress
Counter Gauge TimeTicks
OBJECT-TYPE DisplayString snmp

Defined Types

CardEntry  
SEQUENCE    
  fddiCardIndex INTEGER
  fddiCardID INTEGER
  fddiCardDescrip DisplayString
  fddiCardStatus INTEGER
  fddiCardPortNumber INTEGER
  fddiCardPortIndex INTEGER
  fddiCardBypassStatus INTEGER

Defined Values

ods 1.3.6.1.4.1.50
OBJECT IDENTIFIER    

enc 1.3.6.1.4.1.50.1
OBJECT IDENTIFIER    

enBridge 1.3.6.1.4.1.50.2
OBJECT IDENTIFIER    

tokenRing 1.3.6.1.4.1.50.3
OBJECT IDENTIFIER    

trBridge 1.3.6.1.4.1.50.4
OBJECT IDENTIFIER    

fddi 1.3.6.1.4.1.50.5
OBJECT IDENTIFIER    

fddiChassisId 1.3.6.1.4.1.50.5.1
The type of chassis used for the concentrator. For modular concentrators, the hardware is further qualifed by the value of fddiCardId for each card installed in the concentrator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiChassisDescr 1.3.6.1.4.1.50.5.2
A textual description of the concentrator chassis being used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

fddiPowerSupplyMap 1.3.6.1.4.1.50.5.3
Specifies the location of the power supply(s) in the chassis. Bit 0 represents the left power supply and bit 1 represents the right. If the bit is set then the corresponding power supply is present.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER left(1), right(2), both(3)  

fddiPowerSupplyStatus 1.3.6.1.4.1.50.5.4
Specifies the status of the power supply(s) in the chassis. Bit 0 represent the left power supply status an bit 1 represents the right. If the bit is set then the corresponding supply is good.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER leftgood(1), rightgood(2), bothgood(3)  

fddiCardCapacity 1.3.6.1.4.1.50.5.5
The number of card slots that is contained in the concentrator chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiCardNumber 1.3.6.1.4.1.50.5.6
The number of cards that are currently installed in the concentrator chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiCardTable 1.3.6.1.4.1.50.5.7
A list of card entries for each card installed in the concentrator. The number of entries is given by the value of fddiCardNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CardEntry

fddiCardEntry 1.3.6.1.4.1.50.5.7.1
A card entry containing objects pertaining to a card installed in the concentrator.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CardEntry  

fddiCardIndex 1.3.6.1.4.1.50.5.7.1.1
The slot in which the card is installed. This value uniquely identifies the card. Its value ranges between 1 and the value of fddiCardCapacity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiCardId 1.3.6.1.4.1.50.5.7.1.2
The type of card installed in the concentrator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiCardDescr 1.3.6.1.4.1.50.5.7.1.3
A textual description of the card including the ODS model number, media type and number of ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

fddiCardStatus 1.3.6.1.4.1.50.5.7.1.4
This value indicated whether the card is on-line or off-line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER onLine(1), offLine(2)  

fddiCardPortNumber 1.3.6.1.4.1.50.5.7.1.5
This value specifies the number of ports contained on the card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiCardPortIndex 1.3.6.1.4.1.50.5.7.1.6
This value is the SMT index of the first port on this card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiCardBypassStatus 1.3.6.1.4.1.50.5.7.1.7
This value specifies the status of the optical bypass for this card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), unsupported(3)