PB-MIB

File: PB-MIB.mib (10519 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises experimental IpAddress
TimeTicks Gauge Counter
DisplayString OBJECT-TYPE

Defined Types

PbCfgEntry  
SEQUENCE    
  pbCfgIndex INTEGER
  pbCfgMaxSessions INTEGER

PbSessionEntry  
SEQUENCE    
  pbSessionEntityIndex INTEGER
  pbSessionIndex INTEGER
  pbSessionDestSlot INTEGER
  pbSessionDestChan INTEGER
  pbSessionDestSess INTEGER
  pbSessionRowState INTEGER
  pbSessionStatus INTEGER
  pbSessionReqStatus INTEGER
  pbSessionLastRequest INTEGER
  pbSessionPktSents Counter
  pbSessionPktRcvds Counter
  pbSessionPktSize INTEGER
  pbSessionBusTimeOuts Counter
  pbSessionErrorStatus INTEGER

PbTrapEnaEntry  
SEQUENCE    
  pbTrapEnaIndex INTEGER
  pbTrapSessionIndex INTEGER
  pbTrapEnaSessActive INTEGER
  pbTrapEnaPktBusCongest INTEGER
  pbTrapEnaPktBusSessLost INTEGER
  pbTrapEnaSessionInactive INTEGER
  pbTrapEnaSessionError INTEGER

Defined Values

usr 1.3.6.1.4.1.429
OBJECT IDENTIFIER    

nas 1.3.6.1.4.1.429.1
OBJECT IDENTIFIER    

pb 1.3.6.1.4.1.429.1.12
OBJECT IDENTIFIER    

pbCfg 1.3.6.1.4.1.429.1.12.1
OBJECT IDENTIFIER    

pbCfgTable 1.3.6.1.4.1.429.1.12.1.1
A table containing an configuration information for each Gateway NAC in the NAS chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PbCfgEntry

pbCfgEntry 1.3.6.1.4.1.429.1.12.1.1.1
There is one Configuration row for each Gateway Card in the NAS chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PbCfgEntry  

pbCfgIndex 1.3.6.1.4.1.429.1.12.1.1.1.1
A unique value for each Gateway Card in the chassis. The value of this object matches the value of the index of the corresponding Gateway Card's entry in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbCfgMaxSessions 1.3.6.1.4.1.429.1.12.1.1.1.2
This read-only object defines the maximum number of packet bus sessions supported by this entity. This value is used to determine the number of rows present in the pbSessionTable for this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbSession 1.3.6.1.4.1.429.1.12.2
OBJECT IDENTIFIER    

pbSessionTable 1.3.6.1.4.1.429.1.12.2.1
The Packet Bus Session table contains an entry for each manageable Gateway NAC in the chassis. It provides a means to configure packet bus connections and determine the status of the defined connections. This table resides in the NAC and can be impemented as either a dense or sparse table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PbSessionEntry

pbSessionEntry 1.3.6.1.4.1.429.1.12.2.1.1
There is an row for each Packet Bus connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PbSessionEntry  

pbSessionEntityIndex 1.3.6.1.4.1.429.1.12.2.1.1.1
A unique value for each entity in the chassis. The value of this object matches the value of the index of the corresponding entry in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbSessionIndex 1.3.6.1.4.1.429.1.12.2.1.1.2
An index that uniquely identifies the packet bus session for this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbSessionDestSlot 1.3.6.1.4.1.429.1.12.2.1.1.3
A number that identifies the slot of the entity in the chassis to which a packet bus session has been assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..64  

pbSessionDestChan 1.3.6.1.4.1.429.1.12.2.1.1.4
A number that identifies a particular entity in a slot.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

pbSessionDestSess 1.3.6.1.4.1.429.1.12.2.1.1.5
A number that identifies the particular session from the other communicating Gateway.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

pbSessionRowState 1.3.6.1.4.1.429.1.12.2.1.1.6
Set availability for this row of packet bus session. Default=free(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER free(1), used(2)  

pbSessionStatus 1.3.6.1.4.1.429.1.12.2.1.1.7
Displays the current status of the packet bus session. A status of Unassigned coupled with a state of used indicates that a packet bus failure has occured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unassigned(1), assigned(2), connected(3)  

pbSessionReqStatus 1.3.6.1.4.1.429.1.12.2.1.1.8
Used to assign or delete a session between the entities specified by the table indecies. A request connect is a issue of packet bus session link start, and a request disconnect is a issue of packet bus session link terminate. Default=disconnected(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disconnected(1), connected(2)  

pbSessionLastRequest 1.3.6.1.4.1.429.1.12.2.1.1.9
Indicates the type of communications contained in the last packet sent to the destination entity.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), open(2), close(3), listen(4), dial(5), disconnect(6), transmit(7), receive(8), setMode(9), query(10), flush(11), kill(12), reserve(13), answer(14), attach(15)  

pbSessionPktSents 1.3.6.1.4.1.429.1.12.2.1.1.10
A counter that indicates number of packets that have been sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pbSessionPktRcvds 1.3.6.1.4.1.429.1.12.2.1.1.11
A counter that indicates number of packets that have been received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pbSessionPktSize 1.3.6.1.4.1.429.1.12.2.1.1.12
A number that indicates the packet size of the current or last established session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbSessionBusTimeOuts 1.3.6.1.4.1.429.1.12.2.1.1.13
A counter that indicates number of packet bus timeout that have occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pbSessionErrorStatus 1.3.6.1.4.1.429.1.12.2.1.1.14
Error return status from last packet command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), invalidParm(2), socketNotOpened(3), noMoreSocket(4), connectionExist(5), connectionFailed(6), noMoreConnObj(7), noActiveConn(8), ackWaitTimeout(9), hwNakRcvd(10), otherBusError(11), linkStartRcvd(12), outOfSeqFrame(13), noMemory(14), nullPointer(15), invalidBlock(16), notInitialized(17), failedToRecv(18), invalidMsgType(19), exceedMaxSends(20), connectionReset(21), socketClosed(22), uiReqPending(23), heartbeatTimeout(24), remoteBusy(25), localBusy(26), noResponse(27), linkdownNoTx(28), noDataToTx(29), txPreAck(30), txTardyAck(31), txBusTimeOut(32), rxBusTimeOut(33), txTAL(34), rxTAL(35), txMasterTimeOut(36), clkVanished(37), clkReturned(38), shutdown(39), frameError(40), xIDTimeOut(41), recvLSinInfoTransferState(42), recvIFrameWithWrongSeq(43), rxMsgBufferOverflow(44), linkDown(45), listenFailed(46), listenRcvFailed(47), dtrDrop(48), answerFailed(49), openFailed(50), closeFailed(51), readFailed(52), writeFailed(53), autoParityFailed(54), setmodeFailed(55), badDataBase(56), padStreamsError(57), padError(58)  

pbTrapEna 1.3.6.1.4.1.429.1.12.3
OBJECT IDENTIFIER    

pbTrapEnaTable 1.3.6.1.4.1.429.1.12.3.1
A table containing an enable for each trap that a manageable Gateway entity is capable of generating.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PbTrapEnaEntry

pbTrapEnaEntry 1.3.6.1.4.1.429.1.12.3.1.1
There is one Gateway trap enable row for each Gateway card in the NAS chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PbTrapEnaEntry  

pbTrapEnaIndex 1.3.6.1.4.1.429.1.12.3.1.1.1
A unique value for each Gateway Card in the chassis. The value of this object matches the value of the index of the corresponding Gateway Card's entry in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbTrapSessionIndex 1.3.6.1.4.1.429.1.12.3.1.1.2
A value that identifies the packet bus session for trap enable/disable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbTrapEnaSessActive 1.3.6.1.4.1.429.1.12.3.1.1.3
An object which enables or disables the Active Session trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pbTrapEnaPktBusCongest 1.3.6.1.4.1.429.1.12.3.1.1.4
An object to enable or disable the Packet Bus Congestion trap. The Packet Bus Congestion trap is generated when a valid packet bus session is in progress but either the Modem or the Gateway packet bus driver is experiencing congestion problem.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pbTrapEnaPktBusSessLost 1.3.6.1.4.1.429.1.12.3.1.1.5
An object to enable or disable the trap that is generated when a valid Packet Bus session has been lost.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pbTrapEnaSessionInactive 1.3.6.1.4.1.429.1.12.3.1.1.6
An object to enable or disable a trap which is generated when a request is made to change a packet bus session from the active to inactive state.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pbTrapEnaSessionError 1.3.6.1.4.1.429.1.12.3.1.1.7
An object which enables or disables the packet bus session error trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)