adGenGr909LoadCoilsDistance
ADTRAN-TA5K-GR909-MIB ·
.1.3.6.1.4.1.664.5.67.1.19.1.1.32
Object
column OctetString
Returns a vector of 32-bit unsigned integers (split into octets)
containing the measured distance to each detected load coil
in feet.
If no load coil is detected then the system will return
a NULL. If one load coil is detected, then it will return four bytes
that will contain the distance in feet to that load coil from the node.
Similarly if a second load coil is detected then eight bytes
will be returned with the last four bytes containing the distance
to the second load coil from the node. Since this method allows
detection of up to 5 load coils, possibly 20 bytes containing the
distances to each of the coils from the node could be returned.
For example, a return of 0x00 00 04 1A 00 00 08 7F corresponds
to two load coils at distances of 1050 ft. and 2175 ft. from the node.
Context
- MIB
- ADTRAN-TA5K-GR909-MIB
- OID
.1.3.6.1.4.1.664.5.67.1.19.1.1.32- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenGr909Entry
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-TA5K-GR909-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-TA5K-GR909-MIB::adGenGr909LoadCoilsDistance'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-TA5K-GR909-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-TA5K-GR909-MIB::adGenGr909LoadCoilsDistance.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-TA5K-GR909-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-TA5K-GR909-MIB::adGenGr909LoadCoilsDistance'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.