l3SatPeerTodStatus
RAD-L3SAT-MIB ·
.1.3.6.1.4.1.164.6.1.15.2.12.1.9
Object
column Enumeration
The current TOD synchronization state with the responder device.
The value unknown(1) is returned if the generator device is connected
to an NTP server but the peer is not active (means no TWAMP to pass
indication from responder device).
The value sync(2) is returned if the generator device is connected to
an NTP server and the responder device is indicating the same (via
TWAMP payload).
The value outOfSync(3) is returned in all other cases.
Context
- MIB
- RAD-L3SAT-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.2.12.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- l3SatPeerEntry
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 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatPeerTodStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatPeerTodStatus.<l3SatGeneratorName>.<l3SatPeerAddrType>.<l3SatPeerAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-L3SAT-MIB::l3SatPeerTodStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | sync |
3 | outOfSync |