RFC1414-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: RFC1414-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
 ident 1.3.6.1.2.1.24
       identInfo 1.3.6.1.2.1.24.1
           identTable 1.3.6.1.2.1.24.1.1 no-access
A table containing user information for TCP connections. Note that this table contains entries for all TCP connections on a managed system. The corresponding instance of tcpConnState (defined in MIB-II) indicates the state of a particular connection.
               identEntry 1.3.6.1.2.1.24.1.1.1 no-access
User information about a particular TCP connection.
                   identStatus 1.3.6.1.2.1.24.1.1.1.1 integer read-only
Indicates whether user information for the associated TCP connection can be determined. A value of `noError(1)' indicates that user information is available. A value of `unknownError(2)' indicates that user information is not available. Enumeration: 'unknownError': 2, 'noError': 1.
                   identOpSys 1.3.6.1.2.1.24.1.1.1.2 octet string read-only
Indicates the type of operating system in use. In addition to identifying an operating system, each assignment made for this purpose also (implicitly) identifies the textual format and maximum size of the corresponding identUserid and identMisc objects. The legal values for the `indentOpSys' strings are those listed in the SYSTEM NAMES section of the most recent edition of the ASSIGNED NUMBERS RFC [8].
                   identCharset 1.3.6.1.2.1.24.1.1.1.3 octet string read-only
Indicates the repertoire of the corresponding identUserid and identMisc objects. The legal values for the `identCharset' strings are those listed in the CHARACTER SET section of the most recent edition of the ASSIGNED NUMBERS RFC [8].
                   identUserid 1.3.6.1.2.1.24.1.1.1.4 octet string read-only
Indicates the user's identity. Interpretation of this object requires examination of the corresponding value of the identOpSys and identCharset objects.
                   identMisc 1.3.6.1.2.1.24.1.1.1.5 octet string read-only
Indicates miscellaneous information about the user. Interpretation of this object requires examination of the corresponding value of the identOpSys and identCharset objects.