rlSntpServerInetStatus

NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB · .1.3.6.1.4.1.4526.17.92.2.2.17.1.6

Object

column Enumeration
The Operational State of the remote IP Address of
the SNTP Server.
unknown     - requests were not sent yet.
inProcess   - replies were not received yet.
up          - server sent SNTP packets.
down        - server stopped sending SNTP packets.

Context

MIB
NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB
OID
.1.3.6.1.4.1.4526.17.92.2.2.17.1.6
Type
column
Access
readonly
Status
current
Parent
rlSntpServerInetEntry

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 'NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB::rlSntpServerInetStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB::rlSntpServerInetStatus.<rlSntpServerInetAddressType>.<rlSntpServerInetAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB::rlSntpServerInetStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2inProcess
3up
4down