CTINB2-MIB

File: CTINB2-MIB.mib (8738 bytes)

Imported modules

RFC-1212 CTRON-MIB-NAMES

Imported symbols

OBJECT-TYPE ctINBinfo2

Defined Types

CtInbUtilEntry  
SEQUENCE    
  ctInbUtilSrcSlot INTEGER
  ctInbUtilDestSlot INTEGER
  ctInbUtilHiByteCountA INTEGER
  ctInbUtilLoByteCountA INTEGER
  ctInbUtilHiByteCountB INTEGER
  ctInbUtilLoByteCountB INTEGER
  ctInbUtilAbsoluteA INTEGER
  ctInbUtilAbsoluteB INTEGER
  ctInbUtilAbsoluteTotal INTEGER

Defined Values

ctInbUtil 1.3.6.1.4.1.52.4.1.2.12.2.1
OBJECT IDENTIFIER    

ctInbUtilInterval 1.3.6.1.4.1.52.4.1.2.12.2.1.1
The length of the sampling interval in seconds used for all INB utilization measurements and calculations.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctInbUtilTable 1.3.6.1.4.1.52.4.1.2.12.2.1.2
A list of byte counts and absolute utilization percentages reflecting data transferred via the INB during the last sampling interval.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtInbUtilEntry

ctInbUtilEntry 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1
Byte counts and utilization percentages reflecting data transferred from a source module to a destination module via the INB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtInbUtilEntry  

ctInbUtilSrcSlot 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.1
The chassis slot number containing the module from which bytes are transmitted onto the INB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilDestSlot 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.2
The chassis slot number containing the module to which bytes are transmitted across the INB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilHiByteCountA 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.3
The high-order 32 bits of the 64-bit entity which represents the number of bytes transferred from the source module to the destination module across INB channel A during the last sampling interval. This 64-bit byte count may be calculated as: ctInbUtilByteCountA = (ctInbUtilHiByteCountA * 2**32) + ctInbUtilLoByteCountA
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilLoByteCountA 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.4
The low-order 32 bits of the 64-bit entity which represents the number of bytes transferred from the source module to the destination module across INB channel A during the last sampling interval. This 64-bit byte count may be calculated as: ctInbUtilByteCountA = (ctInbUtilHiByteCountA * 2**32) + ctInbUtilLoByteCountA
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilHiByteCountB 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.5
The high-order 32 bits of the 64-bit entity which represents the number of bytes transferred from the source module to the destination module across INB channel B during the last sampling interval. This 64-bit byte count may be calculated as: ctInbUtilByteCountB = (ctInbUtilHiByteCountB * 2**32) + ctInbUtilLoByteCountB
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilLoByteCountB 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.6
The low-order 32 bits of the 64-bit entity which represents the number of bytes transferred from the source module to the destination module across INB channel B during the last sampling interval. This 64-bit byte count may be calculated as: ctInbUtilByteCountB = (ctInbUtilHiByteCountB * 2**32) + ctInbUtilLoByteCountB
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilAbsoluteA 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.7
The percentage of absolute utilization of INB channel A by data transferred from the source module to the destination module during the last sampling interval. This percentage is calculated by dividing ctInbUtilByteCountA (a 64-bit entity which is calculated as specified above) by the theoretical maximum number of bytes that could have traversed INB channel A during the interval. Note that in order to increase precision, the value of this object is the actual percentage multiplied by 100 (that is, to determine the actual percentage, divide the value of this object by 100).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilAbsoluteB 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.8
The percentage of absolute utilization of INB channel B by data transferred from the source module to the destination module during the last sampling interval. This percentage is calculated by dividing ctInbUtilByteCountB (a 64-bit entity which is calculated as specified above) by the theoretical maximum number of bytes that could have traversed INB channel B during the interval. Note that in order to increase precision, the value of this object is the actual percentage multiplied by 100 (that is, to determine the actual percentage, divide the value of this object by 100).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctInbUtilAbsoluteTotal 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.9
The percentage of absolute utilization of the total INB by data transferred from the source module to the destination module during the last sampling interval. This percentage is calculated by dividing the sum of ctInbUtilByteCountA and ctInbUtilByteCountB by the theoretical maximum number of bytes that could have traversed both INB channels during the interval. Note that in order to increase precision, the value of this object is the actual percentage multiplied by 100 (that is, to determine the actual percentage, divide the value of this object by 100).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER