DLINK-3100-SOCKET-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINK-3100-SOCKET-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
 rlSocket 1.3.6.1.4.1.171.10.94.89.89.85
This private MIB module defines socket private MIBs.
       rlSocketMibVersion 1.3.6.1.4.1.171.10.94.89.89.85.1 integer read-only
MIB's version, the current version is 1.
       rlSocketTable 1.3.6.1.4.1.171.10.94.89.89.85.2 no-access
The (conceptual) table listing the sockets which are currently open in the system.
           rlSocketEntry 1.3.6.1.4.1.171.10.94.89.89.85.2.1 no-access
An entry (conceptual row) in the SocketTable.
               rlSocketId 1.3.6.1.4.1.171.10.94.89.89.85.2.1.1 integer read-only
The value of the id of the socket.
               rlSocketType 1.3.6.1.4.1.171.10.94.89.89.85.2.1.2 integer read-only
Specifies the type of the socket. Enumeration: 'dgram': 2, 'raw': 3, 'stream': 1.
               rlSocketState 1.3.6.1.4.1.171.10.94.89.89.85.2.1.3 integer read-only
Specifies the state in which the socket is in. Enumeration: 'notConnected': 2, 'sendClosed': 4, 'recvClosed': 3, 'connected': 1, 'closed': 5.
               rlSocketBlockMode 1.3.6.1.4.1.171.10.94.89.89.85.2.1.4 integer read-only
Specifies the blocking mode of the socket. Enumeration: 'blocking': 1, 'nonBlocking': 2.
               rlSocketUpTime 1.3.6.1.4.1.171.10.94.89.89.85.2.1.5 timeticks read-only
The time elapsed since this socket was created.