CTINB2-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
14
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
14 total| Object Name |
|---|
ctInbUtil OBJECT IDENTIFIER .1.3.6.1.4.1.52.4.1.2.12.2.1 |
IMPORTS Unknown .1.3.6.1.4.1.52.4.1.2.12.2.1 |
ctInbUtilIntervalThe length of the sampling interval in seconds used for all INB
utilization measurements and calculations.rw INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.1 |
ctInbUtilTableA list of byte counts and absolute utilization percentages reflecting
data transferred via the INB during the last sampling interval. SEQUENCE OF CtInbUtilEntry .1.3.6.1.4.1.52.4.1.2.12.2.1.2 |
ctInbUtilEntryByte counts and utilization percentages reflecting data transferred
from a source module to a destination module via the INB. CtInbUtilEntry .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1 |
ctInbUtilSrcSlotThe chassis slot number containing the module from which bytes are
transmitted onto the INB.ro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.1 |
ctInbUtilDestSlotThe chassis slot number containing the module to which bytes are
transmitted across the INB.ro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.2 |
ctInbUtilHiByteCountAThe 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) + ctInbUtilLoByteCountAro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.3 |
ctInbUtilLoByteCountAThe 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) + ctInbUtilLoByteCountAro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.4 |
ctInbUtilHiByteCountBThe 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) + ctInbUtilLoByteCountBro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.5 |
ctInbUtilLoByteCountBThe 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) + ctInbUtilLoByteCountBro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.6 |
ctInbUtilAbsoluteAThe 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).ro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.7 |
ctInbUtilAbsoluteBThe 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).ro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.8 |
ctInbUtilAbsoluteTotalThe 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).ro INTEGER .1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.9 |