CTINB-MIB

File: CTINB-MIB.mib (17773 bytes)

Imported modules

RFC1155-SMI RFC-1212 CTRON-MIB-NAMES

Imported symbols

Counter TimeTicks OBJECT-TYPE
ctINBinfo

Defined Types

InbMonarchSystemEntry  
SEQUENCE    
  inbMonarchSystemINB INTEGER
  inbMonarchStatusTimeStamp TimeTicks
  inbMonarchBandwidth INTEGER
  inbMonarchTDMSlotMode INTEGER
  inbMonarchTDMSlotTotal INTEGER
  inbMonarchSystemTDMSlotActual INTEGER
  inbMonarchTDMSlotbandwidth INTEGER

InbMonarchEntry  
SEQUENCE    
  inbMonarchSlot INTEGER
  inbMonarchINB INTEGER
  inbMonarchStatus INTEGER
  inbMonarchLinkStatus INTEGER
  inbMonarchLinkCapacity INTEGER
  inbMonarchTDMSlotRequest INTEGER
  inbMonarchTDMSlotActual INTEGER
  inbMonarchRoundRobinControl INTEGER

InbStatsEntry  
SEQUENCE    
  inbStatsSlot INTEGER
  inbStatsINB INTEGER
  inbStatsIfindex INTEGER
  inbStatsUniCastCells Counter
  inbStatsMultiCastCells Counter
  inbStatsBroadCastCells Counter
  inbStatsXmitCells Counter
  inbStatsRecvSeqErrs Counter
  inbStatsRecvChksumErrs Counter
  inbStatsxmitToFps Counter
  inbStatsToFpsDrops Counter
  inbStatsFromInbErrs Counter
  inbStatsToINBDrops Counter
  inbStatsToInbErrs Counter

Defined Values

inbMonarchSystem 1.3.6.1.4.1.52.4.1.2.12.1.1
OBJECT IDENTIFIER    

inbMonarchSystemTable 1.3.6.1.4.1.52.4.1.2.12.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InbMonarchSystemEntry

inbMonarchSystemEntry 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InbMonarchSystemEntry  

inbMonarchSystemINB 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1.1
Two physical INB's may exist on a module. This object distinquishes which INB, INB-A or INB-B.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inbA(1), inbB(2)  

inbMonarchStatusTimeStamp 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1.2
This object represents the value of sysUptime when the Monarch last changed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

inbMonarchBandwidth 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1.3
The bandwidth of this INB in Megabits.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbMonarchTDMSlotMode 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1.4
The automatic TDM mode overides any preset TDM allocation. All boards get an equal number of pre-allocated TDM slots, adding up to 100% of total INB bandwidth, and have Round Robin enabled. The automatic mode will, in effect, provide each board with a 1/(number of boards) minimum guarantee INB bandwidth. The userPolicy mode will have the per board policy enforced. Each board will have a level of service (TDM slots, Round Robin arbitration from the inbMonarchTable) associated with it to take effect when this object is set to user_policy. Newly inserted boards will default to Round Robin and share the remaining fixed INB bandwidth (inbMonarchTDMSlotTotal - inbMonarchTDMSlotActual).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER automatic(1), userPolicy(2)  

inbMonarchTDMSlotTotal 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1.5
This object represents the total possible number of INB backplane TDM slots.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbMonarchSystemTDMSlotActual 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1.6
This object represents the total number of allocated INB backplane TDM slots. This is the sum of all instances of inbMonarchTDMSlotRequest in userPolicy mode. In automatic mode this number would represent the number of inserted boards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbMonarchTDMSlotbandwidth 1.3.6.1.4.1.52.4.1.2.12.1.1.1.1.7
This object represents the bandwidth in bits that each slot represents on the backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbMonarch 1.3.6.1.4.1.52.4.1.2.12.1.2
OBJECT IDENTIFIER    

inbMonarchTable 1.3.6.1.4.1.52.4.1.2.12.1.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InbMonarchEntry

inbMonarchEntry 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InbMonarchEntry  

inbMonarchSlot 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.1
The slot number containing this module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbMonarchINB 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.2
Two physical INB interfaces may exist on a module. This object distinquishes which INB, INB-A or INB-B.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inbA(1), inbB(2)  

inbMonarchStatus 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.3
Application state of the monarch application on this module. Standby - indicates this module is not the monarch but can be. SysUndefined - indicates this module can not be monarch. Operational - says this module is the monarch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER standBy(1), sysUndefined(2), operational(3)  

inbMonarchLinkStatus 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.4
This object describes the state of the backplane. LinkUp is when this INB detects the clock on the backplane. LinkDown is when no backplane clock has been detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER linkUp(1), linkDown(2)  

inbMonarchLinkCapacity 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.5
The bandwidth capacity of this board in Megabytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbMonarchTDMSlotRequest 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.6
This object is the number of fixed TDM slots requested for this board . NOTE: new request will take effect the next time the inbMonarchTDMSlotMode object is set to userPolicy. NOTE: this value has no meaning when the inbMonarchTDMSlotMode is automatic.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

inbMonarchTDMSlotActual 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.7
This object is the actual number of fixed TDM slots given to this board. In automatic mode, this value is the total number of slots divided by the number of inserted boards, in userPolicy mode, this reflects the inbMonarchTDMSlotRequest value at the last time the chassis entered userPolicy mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

inbMonarchRoundRobinControl 1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.8
This object enables or disable this INB the ability to participate in the Round Robin arbitration phase.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

inbStats 1.3.6.1.4.1.52.4.1.2.12.1.3
OBJECT IDENTIFIER    

inbStatsTable 1.3.6.1.4.1.52.4.1.2.12.1.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InbStatsEntry

inbStatsEntry 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InbStatsEntry  

inbStatsSlot 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.1
The slot number containing this module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbStatsINB 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.2
Two physical INB interfaces may exist on a module. This object distinquishes which INB, INB-A or INB-B.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inbA(1), inbB(2)  

inbStatsIfindex 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.3
The interface number of the INB. The interface identified by a particular value of this object is the same interface as identified by the same value of the ifIndex object defined in RFC 1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

inbStatsUniCastCells 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.4
Number of UniCast INB cells received from the backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsMultiCastCells 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.5
Number of multi-cast INB cells received from the backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsBroadCastCells 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.6
Number of broadcast INB cells received from the backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsXmitCells 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.7
Number of INB cells transmitted to the backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsRecvSeqErrs 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.8
Number of pkts with sequence errors received from the backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsRecvChksumErrs 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.9
Number of pkts with checksum errors received from the backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsxmitToFps 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.10
Number of transmit errors to FPS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsToFpsDrops 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.11
INBC receive fifo full count. This represents the number of cells that were not forwarded to the FPS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsFromInbErrs 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.12
Number of INB receive errors from the backplane. This includes FPSC xmit errors(inbStatsxmitToFps), INBC receive sequence errors (inbStatsRecvSeqErrs) and INBC checksum errors(inbStatsRecvChksumErrs).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsToINBDrops 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.13
Number of FPSC recv frame drop count. This represents the number of frames that were not sent out on the INB backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

inbStatsToInbErrs 1.3.6.1.4.1.52.4.1.2.12.1.3.1.1.14
Number of INB backplane transmit errors. This includes FPSC receive timeout errors
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter