rlSntpServerInetStatus
RADLAN-TIMESYNCHRONIZATION-MIB ·
.1.3.6.1.4.1.89.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
- RADLAN-TIMESYNCHRONIZATION-MIB
- OID
.1.3.6.1.4.1.89.92.2.2.17.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlSntpServerInetEntry
Net-SNMP examples
How SNMP and these commands workWalk 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::rlSntpServerInetStatus'
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::rlSntpServerInetStatus.<rlSntpServerInetAddressType>.<rlSntpServerInetAddress>'
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::rlSntpServerInetStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | inProcess |
3 | up |
4 | down |