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).
|
|||
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. |
|
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. |