ASCEND-MULTI-SHELF-MIB

File: ASCEND-MULTI-SHELF-MIB.mib (5195 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

multiShelf Counter OBJECT-TYPE

Defined Types

MultiShelfEntry  
SEQUENCE    
  multiShelfIndex INTEGER
  multiShelfState INTEGER
  multiShelfResentFrames Counter
  multiShelfNLinkUp Counter
  multiShelfTxQs INTEGER
  multiShelfTxSeq INTEGER
  multiShelfRxSeq INTEGER
  multiShelfTimerValue INTEGER

Defined Values

myShelfNumber 1.3.6.1.4.1.529.19.1
The shelf number associated with the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

myShelfOperation 1.3.6.1.4.1.529.19.2
The operation mode of this shelf of a multi-shelf configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), slave(2), master(3)  

masterShelfNumber 1.3.6.1.4.1.529.19.3
The shelf number of the master of the multi-shelf configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

multiShelfTableSize 1.3.6.1.4.1.529.19.4
The maximum number of entries in the multiShelfTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

multiShelfTable 1.3.6.1.4.1.529.19.5
The multi-shelf table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MultiShelfEntry

multiShelfEntry 1.3.6.1.4.1.529.19.5.1
An entry in the multi-shelf table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MultiShelfEntry  

multiShelfIndex 1.3.6.1.4.1.529.19.5.1.1
The index of the multi-shelf entry. The destination shelf number of the multi-shelf system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

multiShelfState 1.3.6.1.4.1.529.19.5.1.2
The state of the destination multi-shelf system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), outGoing(2), inComing(3), up(4)  

multiShelfResentFrames 1.3.6.1.4.1.529.19.5.1.3
The number of times frames were resent to the destination shelf number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

multiShelfNLinkUp 1.3.6.1.4.1.529.19.5.1.4
The number of times the data link to the destination shelf number has gone up and down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

multiShelfTxQs 1.3.6.1.4.1.529.19.5.1.5
The current frames in the transmit queue to the destination shelf number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

multiShelfTxSeq 1.3.6.1.4.1.529.19.5.1.6
The next transmit sequence number to the destination shelf number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

multiShelfRxSeq 1.3.6.1.4.1.529.19.5.1.7
The next receive sequence number from the destination shelf number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

multiShelfTimerValue 1.3.6.1.4.1.529.19.5.1.8
The timer value in seconds associated with the data link to the destination shelf number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

multiShelfStateTrapState 1.3.6.1.4.1.529.19.6
This variable indicates whether the master system produces the multiShelfStateChange trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)