CNT23-MIB: View SNMP OID List / Download MIB

VENDOR: COMPUTER NETWORK TECHNOLOGY


 Home MIB: CNT23-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
 cnt2SubAgent 1.3.6.1.4.1.333.2.3.1
     cnt2RegistrationNum 1.3.6.1.4.1.333.2.3.1.1 integer read-only
The number of registerations received from subagents.
     cnt2RegistrationTable 1.3.6.1.4.1.333.2.3.1.2 no-access
A list of registration entries. The number of registrations is given by the value of cnt2RegstrationNum.
         cnt2RegistrationEntry 1.3.6.1.4.1.333.2.3.1.2.1 no-access
A subagent entry containing objects known about the subagents by the master agent.
             cnt2RegisterIndex 1.3.6.1.4.1.333.2.3.1.2.1.1 integer read-only
A unique value for each registration. Its value ranges between 1 and the value of cnt2RegistrationNum. The order in which entries exist in this table identifies the chronological order in which subagent registrations occurred.
             cnt2RegisterSlot 1.3.6.1.4.1.333.2.3.1.2.1.2 integer read-only
The slot number for this subagent if it is connected over the switch. If it is TCP or UDP connected, this value is 0.
             cnt2RegisterProtocol 1.3.6.1.4.1.333.2.3.1.2.1.3 integer read-only
The protocol used to interface to this subagent. Enumeration: 'local': 4, 'none': 1, 'dpiv2': 2, 'smux': 3.
             cnt2RegisterTransport 1.3.6.1.4.1.333.2.3.1.2.1.4 integer read-only
The transport method/protocol underlying the master/subagent protocol that is used to interface to this subagent. Enumeration: 'udp': 3, 'direct': 6, 'tcp': 2, 'switch': 1, 'memory': 4, 'fl': 5.
             cnt2RegisterAgentDescr 1.3.6.1.4.1.333.2.3.1.2.1.5 displaystring read-only
A textual string containing a description of the registering subagent.
             cnt2RegisterGroup 1.3.6.1.4.1.333.2.3.1.2.1.6 object identifier read-only
The group object identifier used by the subagent to register. If the subagent registered a row, this will reflect the table identifier.
             cnt2RegisterMibVersion 1.3.6.1.4.1.333.2.3.1.2.1.7 displaystring read-only
A textual string containing a reference to the body administering the registered tree and the version of the registered tree. The string will be in one of the following forms: RFC xxxx - xxxx is the RFC number, CNT x.y - x is the major version, y is the minor version, IETF vv/mmm/yy - (IETF Draft), vv is the version, mmm is a three character month code, yy is the year, NAME vv/mmm/yy - NAME is a Standards Body name, vv is the version, mmm is a three character month code, yy is the year.
             cnt2RegisterUpTime 1.3.6.1.4.1.333.2.3.1.2.1.8 timeticks read-only
The time that the subagent has been registered, relative to the master agent.
             cnt2RegisterRowInstance 1.3.6.1.4.1.333.2.3.1.2.1.9 displaystring read-only
A textual string containing the following format: *.x1[.x2.x3...xn], where * - the OID range registered by the subagent, xn - object idenifier representing instance OIDs registered by the subagent. when appended to cnt2RegisterGroup, the entire OID is the group and row registered by the subagent.