ODS-TRMIB

File: ODS-TRMIB.mib (30334 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    
  cardBypass INTEGER
  cardRingStar INTEGER
  cardRingSpeed INTEGER
  cardCableType INTEGER
  cardReset INTEGER
  cardSwitch INTEGER
  cardControl INTEGER
  cardID INTEGER
  cardIndex INTEGER
  cardDescrip DisplayString
  cardNumPorts INTEGER
  cardHasPorts INTEGER
  cardHasRingInt INTEGER
  cardHasTW INTEGER

PortEntry  
SEQUENCE    
  portEnable INTEGER
  portActStatus INTEGER
  portRingInsert INTEGER
  portDeinCount Counter
  portCard INTEGER
  portIndex INTEGER

RingEntry  
SEQUENCE    
  rpMode INTEGER
  rpFOTW INTEGER
  rpLoopBack INTEGER
  rpVoltSense INTEGER
  rpActStatus INTEGER
  rpCarrSense INTEGER
  rpCard INTEGER
  rpIndex INTEGER
  rpHasTW 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    

trMib1 1.3.6.1.4.1.50.3.1
OBJECT IDENTIFIER    

trSystem 1.3.6.1.4.1.50.3.1.1
OBJECT IDENTIFIER    

trAdmin 1.3.6.1.4.1.50.3.1.2
OBJECT IDENTIFIER    

trBox 1.3.6.1.4.1.50.3.1.1.1
OBJECT IDENTIFIER    

trCards 1.3.6.1.4.1.50.3.1.1.2
OBJECT IDENTIFIER    

trPorts 1.3.6.1.4.1.50.3.1.1.3
OBJECT IDENTIFIER    

trRing 1.3.6.1.4.1.50.3.1.1.4
OBJECT IDENTIFIER    

trTrapEnable 1.3.6.1.4.1.50.3.1.1.5
OBJECT IDENTIFIER    

boxChassisId 1.3.6.1.4.1.50.3.1.1.1.1
The type of chassis used for the concentrator. For modular concentrators, the hardware is further qualifed by the value of cardId for each card installed in the concentrator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ods290(32), ods861-rj45(112), ods861-uc(96), ods841(80), ods840(64)  

boxMaxDeinCount 1.3.6.1.4.1.50.3.1.1.1.4
Contains the maximum number of successive de-inserts that can occur before a given port is shut off automatically.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

boxMaxDeinDelta 1.3.6.1.4.1.50.3.1.1.1.5
The maximum time in seconds between successive de-inserts for a given port for which the portDeinCount will be incremeneted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

boxReset 1.3.6.1.4.1.50.3.1.1.1.7
Setting to 1 will reboot the agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

boxFWVersion 1.3.6.1.4.1.50.3.1.1.1.8
The version of the firmware that is currently resident.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

trapId 1.3.6.1.4.1.50.3.1.1.1.9
The trap Id for this particular trap. It is a one-up counter that identifies this trap.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

changedOid 1.3.6.1.4.1.50.3.1.1.1.10
The Object Id of the variable that is the reason for sending the trap.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

changedValue 1.3.6.1.4.1.50.3.1.1.1.11
The value of the variable that is being trapped.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

changedDescr 1.3.6.1.4.1.50.3.1.1.1.12
A textual description of the variable, the slot, the port, and the new value that is being trapped.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..255)  

tftpAddress 1.3.6.1.4.1.50.3.1.1.1.13
The IP address from which TFTP packets will be accepted by the agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

dosCommand 1.3.6.1.4.1.50.3.1.1.1.14
A Dos command that will be executed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..40)  

dosExitCode 1.3.6.1.4.1.50.3.1.1.1.15
The status of the last executed DOS command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

enbBcnIsoAlg 1.3.6.1.4.1.50.3.1.1.1.16
Enable for the Beacon Isolation Algorithm. When this variable is set to enable, then if the ring beacons and is unable to recover itself, the MAU will execute the Beacon Isolation Algorithm. This algorithm will attempt to isolate the problem in the ring to a single port. This algorithm should ONLY be enabled if all MAU's in the ring are ODS MAU's with in-band agents that also have enbBcnIsoAlg set to enable. NOTE: this should be set to disable for all MAU's in the ring if any of the in-band agents has control of an MAU that has multiple rings.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cardNumSlots 1.3.6.1.4.1.50.3.1.1.2.1
The number of slots in the concentrator. For modular concentrators, this value is the maximum number of cards that can be installed. For non-modular concentrators, the value is always one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cardNumCards 1.3.6.1.4.1.50.3.1.1.2.2
The number of cards actually installed in the concentrator. For non-modular concentrators, the value is always one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

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

cardBypass 1.3.6.1.4.1.50.3.1.1.2.3.1.1
The current bypass state of the card.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bypassOn(1), bypassOff(2), unavailable(3)  

cardRingStar 1.3.6.1.4.1.50.3.1.1.2.3.1.2
The Ring/Star mode of the card.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER starMode(1), ringMode(2), unavailable(3)  

cardRingSpeed 1.3.6.1.4.1.50.3.1.1.2.3.1.3
The Ring Speed of the card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER speed16MHz(1), speed4MHz(2), unavailable(3)  

cardCableType 1.3.6.1.4.1.50.3.1.1.2.3.1.4
The card's Cable Type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER type3(1), type1(2), unavailable(3)  

cardReset 1.3.6.1.4.1.50.3.1.1.2.3.1.6
The card's Reset Switch state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2), unavailable(3)  

cardSwitch 1.3.6.1.4.1.50.3.1.1.2.3.1.7
The state of the HW/SW switch on the card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sw(1), hw(2), unavailable(3)  

cardControl 1.3.6.1.4.1.50.3.1.1.2.3.1.8
Who currently controls the card, HW or SW.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sw(1), hw(2), unavailable(3)  

cardId 1.3.6.1.4.1.50.3.1.1.2.3.1.9
The type of card installed in the concentrator. If the chassis is a modular chassis, then cardId defines the type of card. However, if the chassis is an 841 or 861 type chassis, then boxChassisId fully defines the type of card installed, so for a non-modular chassis the cardId specifies the Revision level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER revA(1), revB(2), revC(3), ods290-FO10port(31), ods290-DB910port(237), ods290-12port(239), ods290-ringint(251), ods290-ATRJ16port(126), ods290-ATR50(125), ods290-RMringmgr(45), ods290-386-20RM(42), ods290-386-20Bridge(41)  

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

cardDescrip 1.3.6.1.4.1.50.3.1.1.2.3.1.11
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)  

cardNumPorts 1.3.6.1.4.1.50.3.1.1.2.3.1.12
The number of configurable ports on the card. For some cards, the value may be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cardHasPorts 1.3.6.1.4.1.50.3.1.1.2.3.1.13
This value describes if there are configurable user ports on the card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hasUserPorts(1), noUserPorts(2)  

cardHasRingInt 1.3.6.1.4.1.50.3.1.1.2.3.1.14
This value describes if the card has ring in and ring out ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hasRingPorts(1), noRingPorts(2)  

cardHasTW 1.3.6.1.4.1.50.3.1.1.2.3.1.15
This value describes if the card's user ports are twisted wire or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hasTW(1), noTW(2)  

cardHasCtrl 1.3.6.1.4.1.50.3.1.1.2.3.1.16
This value describes if the card has a HW/SW Control switch or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hasCtrl(1), noCtrl(2)  

cardHasBypass 1.3.6.1.4.1.50.3.1.1.2.3.1.17
This value describes if the card has a Bypass switch or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hasBypass(1), noBypass(2)  

portTable 1.3.6.1.4.1.50.3.1.1.3.1
A list of port entries for each interface port in the concentrator. The number of entries is given by the sum of CardNumPorts for each card in the CardTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortEntry

portEntry 1.3.6.1.4.1.50.3.1.1.3.1.1
A port entry containing objects pertaining to an interface port in the concentrator.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortEntry  

portEnable 1.3.6.1.4.1.50.3.1.1.3.1.1.1
The current enable status of the port. If the value is off(2), no data is passed through the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

portActStatus 1.3.6.1.4.1.50.3.1.1.3.1.1.2
Whether we currently see activity on the port. If we have activity, then the value is true(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

portRingInsert 1.3.6.1.4.1.50.3.1.1.3.1.1.3
Whether someone is currently inserted onto the ring through this port. If true(1), then someone is inserted onto this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

portDeinCount 1.3.6.1.4.1.50.3.1.1.3.1.1.4
Current count of successive deinserts that occurred on this port, each within MaxDeinDelta of the previous deinsert.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

portCard 1.3.6.1.4.1.50.3.1.1.3.1.1.5
The card on which the port exists. The card identified by this value is the same card as identified by the same value of CardIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portIndex 1.3.6.1.4.1.50.3.1.1.3.1.1.6
An integer which uniquely identifes this port on the card. Its value ranges between 1 and the value of CardNumPorts for the card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ringportTable 1.3.6.1.4.1.50.3.1.1.4.1
A list of entries for Ring In and Ring Out ports of the concentrator.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RingEntry

ringEntry 1.3.6.1.4.1.50.3.1.1.4.1.1
A ring port entry containing objects pertaining the concentrator's Ring In and Ring Out ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RingEntry  

rpMode 1.3.6.1.4.1.50.3.1.1.4.1.1.1
The current status of the ring port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER autoLoop(1), internalLoop(2), normal(3)  

rpFOTW 1.3.6.1.4.1.50.3.1.1.4.1.1.2
Whether fiber optic or twisted wire are currently being used by the ring port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER fiberOptic(1), twistedWire(2)  

rpLoopBack 1.3.6.1.4.1.50.3.1.1.4.1.1.3
Whether the concentrator's ring port is in loopback mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER loopBackOn(1), noLoopBack(2)  

rpVoltSense 1.3.6.1.4.1.50.3.1.1.4.1.1.4
Whether voltage is being sensed across the ring port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER voltSenseOn(1), noVoltSense(2)  

rpActStatus 1.3.6.1.4.1.50.3.1.1.4.1.1.5
Whether we currently see activity on the port. if we have activity, then the value is true(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

rpCarrSense 1.3.6.1.4.1.50.3.1.1.4.1.1.6
Whether a carrier is sensed on the ring port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER carrSenseOn(1), noCarrSense(2)  

rpCard 1.3.6.1.4.1.50.3.1.1.4.1.1.7
The card on which the ring ports exist. The card identified by this value is the same card as identified by the same value of CardIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

rpIndex 1.3.6.1.4.1.50.3.1.1.4.1.1.8
An integer which uniquely identifies this ring port on the card. Its value ranges between 1 (Ring In) and 2 (Ring Out).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ringInPort(1), ringOutPort(2)  

rpHasTW 1.3.6.1.4.1.50.3.1.1.4.1.1.9
Whether or not the ring port has Twisted Wire.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

teLoopBack 1.3.6.1.4.1.50.3.1.1.5.1
The Loopback state for a ring port has changed. This trap will be sent to the defined management station(s) if the value of teLoopBack enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teMode 1.3.6.1.4.1.50.3.1.1.5.2
The state of the Ring Port mode switch has changed (Normal, Internal Loop, Auto Loop). This trap will be sent to the defined management station(s) if the value of teMode is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teFOTW 1.3.6.1.4.1.50.3.1.1.5.3
The state of the Fiber Optic/Twisted Wire switch has changed. This trap will be sent to the defined management station(s) if the value of teFOTW is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teRingInsert 1.3.6.1.4.1.50.3.1.1.5.4
A user was inserted onto the ring or de-inserted from the ring. This trap will be sent to the defined management station(s) if the value of teRingInsert is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teDeinCount 1.3.6.1.4.1.50.3.1.1.5.5
The De-insert count for one of the user ports is now greater than 1. This trap will be sent to the defined management station(s) if the value of teDeinCount is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teEnable 1.3.6.1.4.1.50.3.1.1.5.6
The state of one of the user port switches has changed. This trap will be sent to the defined management station(s) if the value of teEnable is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teBypass 1.3.6.1.4.1.50.3.1.1.5.7
The state of the Bypass control switch has changed. This trap will be sent to the defined management station(s) if the value of teBypass is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teRingStar 1.3.6.1.4.1.50.3.1.1.5.8
The state of the Ring/Star control switch has changed. This trap will be sent to the defined management station(s) if the value of teRingStar is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teRingSpeed 1.3.6.1.4.1.50.3.1.1.5.9
The state of the Ring Speed (Clock) control switch has changed. This trap will be sent to the defined management station(s) if the value of te_4_16 is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teCableType 1.3.6.1.4.1.50.3.1.1.5.10
The state of the Cable Type control switch has changed. This trap will be sent to the defined management station(s) if the value of teCableType is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teSwitch 1.3.6.1.4.1.50.3.1.1.5.12
The state of the HW/SW control switch has changed. This trap will be sent to the defined management station(s) if the value of teSwitch is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teLanManager 1.3.6.1.4.1.50.3.1.1.5.15
The Ringin or Ringout has gone into Loopback. This alert will be sent to IBM's Lan Manager management station(s) if the value of teLanManager is enabled(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)