rlSntpServerStatus

RADLAN-TIMESYNCHRONIZATION-MIB · .1.3.6.1.4.1.89.92.2.2.12.1.5

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
RADLAN-TIMESYNCHRONIZATION-MIB
OID
.1.3.6.1.4.1.89.92.2.2.12.1.5
Type
column
Access
readonly
Status
current
Parent
rlSntpServerEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2inProcess
3up
4down