NETGEAR-RADLAN-SOCKET-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
1
Rows
1
Columns
5
.1.3.6.1.4.1.4526.17.85.2 · 1 row entry · 5 columns
Uses the netgear variant from /opt/observium/mibs/netgear.
Command help
Walk rlSocketTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NETGEAR-RADLAN-SOCKET-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-SOCKET-MIB::rlSocketTable'
The (conceptual) table listing the sockets which are currently
open in the system.
rlSocketEntry row .1.3.6.1.4.1.4526.17.85.2.1
An entry (conceptual row) in the SocketTable.
Indexes
Column Syntax OID
The value of the id of the socket.
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.4526.17.85.2.1.1
Specifies the type of the socket.
Enumeration
Enumerated Values:
1stream
2dgram
3raw
.1.3.6.1.4.1.4526.17.85.2.1.2
Specifies the state in which the socket is in.
Enumeration
Enumerated Values:
1connected
2notConnected
3recvClosed
4sendClosed
5closed
6peerClosed
7sendRecvClosed
.1.3.6.1.4.1.4526.17.85.2.1.3
Specifies the blocking mode of the socket.
Enumeration
Enumerated Values:
1blocking
2nonBlocking
.1.3.6.1.4.1.4526.17.85.2.1.4
The time elapsed since this socket was created.
SNMPv2-SMITimeTicks
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.4526.17.85.2.1.5