rlSntpAnycastStatus
NETGEAR-RADLAN-TIMESYNCHRONIZATION-MIB ·
.1.3.6.1.4.1.4526.17.92.2.2.11.1.5
Object
column Enumeration
The Operational State of the remote IP Address of the SNTP Anycast. 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.11.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlSntpAnycastEntry
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 '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::rlSntpAnycastStatus'
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::rlSntpAnycastStatus.<rlSntpAnycastIfIndex>'
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::rlSntpAnycastStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | inProcess |
3 | up |
4 | down |