PBDG-MIB

File: PBDG-MIB.mib (5059 bytes)

Imported modules

RFC1155-SMI RFC-1212 PB-MIB

Imported symbols

Counter OBJECT-TYPE nas

Defined Types

PbdgDatagramEntry  
SEQUENCE    
  pbdgDatagramIndex INTEGER
  pbdgDatagramSentPkts Counter
  pbdgDatagramRcvdPkts Counter
  pbdgDatagramBusTimeOuts Counter
  pbdgDatagramErrorStatus INTEGER
  pbdgDatagramClockStatus INTEGER

PbdgCfgEntry  
SEQUENCE    
  pbdgCfgIndex INTEGER
  pbdgCfgMasterClock INTEGER
  pbdgCfgClockLossEvent INTEGER
  pbdgCfgClockRestoreEvent INTEGER

Defined Values

pbdg 1.3.6.1.4.1.429.1.14
OBJECT IDENTIFIER    

pbdgDatagram 1.3.6.1.4.1.429.1.14.1
OBJECT IDENTIFIER    

pbdgDatagramTable 1.3.6.1.4.1.429.1.14.1.1
A table containing configuration information for each NAC in the NAS chassis that supports packet bus datagrams.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PbdgDatagramEntry

pbdgDatagramEntry 1.3.6.1.4.1.429.1.14.1.1.1
There is one Configuration row for each Card in the NAS chassis that supports packet bus datagrams.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PbdgDatagramEntry  

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

pbdgDatagramSentPkts 1.3.6.1.4.1.429.1.14.1.1.1.2
This object contains the number of packet bus datagrams sent by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pbdgDatagramRcvdPkts 1.3.6.1.4.1.429.1.14.1.1.1.3
This object contains the number of packet bus datagrams received by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pbdgDatagramBusTimeOuts 1.3.6.1.4.1.429.1.14.1.1.1.4
This object contains the number of packet bus timeouts experienced by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pbdgDatagramErrorStatus 1.3.6.1.4.1.429.1.14.1.1.1.5
This object reflects the current error status of this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), invalidParm(2), socketNotOpened(3), noMoreSocket(4), ackWaitTimeout(9), hwNakRcvd(10), otherBusError(11), noMemory(14), nullPointer(15), notInitialized(17), failedToRecv(18), invalidMsgType(19), socketClosed(22), noResponse(27), 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), invalidAckMeRtnMarker(45), invalidFragmentOffset(46), maxRxMsgLengthExceeded(47)  

pbdgDatagramClockStatus 1.3.6.1.4.1.429.1.14.1.1.1.6
This object defines the current status of the packet bus clock.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(1), clockMaster(2), clockSlave(3), noClockPresent(4)  

pbdgCfg 1.3.6.1.4.1.429.1.14.2
OBJECT IDENTIFIER    

pbdgCfgTable 1.3.6.1.4.1.429.1.14.2.1
A table containing configuration information for each NAC in the NAS chassis that supports packet bus datagrams.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PbdgCfgEntry

pbdgCfgEntry 1.3.6.1.4.1.429.1.14.2.1.1
There is one Configuration row for each Card in the NAS chassis that supports packet bus datagrams.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PbdgCfgEntry  

pbdgCfgIndex 1.3.6.1.4.1.429.1.14.2.1.1.1
A unique value for each card in the chassis. The value of this object matches the value of the index of the corresponding card's entry in the entity table of the chassis
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pbdgCfgMasterClock 1.3.6.1.4.1.429.1.14.2.1.1.2
This object is used to disable the ability for a NAC to act as packet bus clock master.Default =enable(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), enable(2), disable(3)  

pbdgCfgClockLossEvent 1.3.6.1.4.1.429.1.14.2.1.1.3
This object is used to disable the ability for a NAC to report when the packet bus clock has been lost. Default = disableAll(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enableTrap(1), disableAll(2), enableLog(3), enableAll(4)  

pbdgCfgClockRestoreEvent 1.3.6.1.4.1.429.1.14.2.1.1.4
This object is used to disable the ability for a NAC to report when the packet bus clock has been restored. Default = disableAll(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enableTrap(1), disableAll(2), enableLog(3), enableAll(4)