CTINB2-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: CTINB2-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ctInbUtil 1.3.6.1.4.1.52.4.1.2.12.2.1
     ctInbUtilInterval 1.3.6.1.4.1.52.4.1.2.12.2.1.1 integer read-write
The length of the sampling interval in seconds used for all INB utilization measurements and calculations.
     ctInbUtilTable 1.3.6.1.4.1.52.4.1.2.12.2.1.2 no-access
A list of byte counts and absolute utilization percentages reflecting data transferred via the INB during the last sampling interval.
         ctInbUtilEntry 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1 no-access
Byte counts and utilization percentages reflecting data transferred from a source module to a destination module via the INB.
             ctInbUtilSrcSlot 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.1 integer read-only
The chassis slot number containing the module from which bytes are transmitted onto the INB.
             ctInbUtilDestSlot 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.2 integer read-only
The chassis slot number containing the module to which bytes are transmitted across the INB.
             ctInbUtilHiByteCountA 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.3 integer read-only
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
             ctInbUtilLoByteCountA 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.4 integer read-only
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
             ctInbUtilHiByteCountB 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.5 integer read-only
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
             ctInbUtilLoByteCountB 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.6 integer read-only
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
             ctInbUtilAbsoluteA 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.7 integer read-only
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).
             ctInbUtilAbsoluteB 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.8 integer read-only
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).
             ctInbUtilAbsoluteTotal 1.3.6.1.4.1.52.4.1.2.12.2.1.2.1.9 integer read-only
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).