rlSocketState

EDGECORE-SOCKET-MIB · .1.3.6.1.4.1.259.10.1.14.89.85.2.1.3

Object

column Enumeration
Specifies the state in which the socket is in.

Context

MIB
EDGECORE-SOCKET-MIB
OID
.1.3.6.1.4.1.259.10.1.14.89.85.2.1.3
Type
column
Access
readonly
Status
current
Parent
rlSocketEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EDGECORE-SOCKET-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EDGECORE-SOCKET-MIB::rlSocketState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EDGECORE-SOCKET-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EDGECORE-SOCKET-MIB::rlSocketState.<rlSocketId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EDGECORE-SOCKET-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EDGECORE-SOCKET-MIB::rlSocketState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1connected
2notConnected
3recvClosed
4sendClosed
5closed