adGenPacketTimingStatRxState
ADTRAN-GENERIC-PACKET-TIMING-MIB ·
.1.3.6.1.4.1.664.5.70.32.2.1.1.1.1
Object
column Enumeration
Rx State of Packet Timing Client. These are the states of an internal state machine.
A brief description of the states is given below -
Init - initializing the packet timing client
SavePhaseError - save initial phase error
Wait - waiting for next frequency estimate
FrequencyEstimate - estimate frequency offset and jam hardware frequency
JamPhaseBuildout - jam phase buildout
Locked - acquisition, refining, tracking.
Context
- MIB
- ADTRAN-GENERIC-PACKET-TIMING-MIB
- OID
.1.3.6.1.4.1.664.5.70.32.2.1.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenPacketTimingStatTableEntry
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 'ADTRAN-GENERIC-PACKET-TIMING-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-PACKET-TIMING-MIB::adGenPacketTimingStatRxState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENERIC-PACKET-TIMING-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENERIC-PACKET-TIMING-MIB::adGenPacketTimingStatRxState.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENERIC-PACKET-TIMING-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENERIC-PACKET-TIMING-MIB::adGenPacketTimingStatRxState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | init |
2 | savePhaseError |
3 | wait |
4 | frequencyEstimate |
5 | jamPhaseBuildout |
7 | locked |