adEShdslTestRepeaterPoweringState
ADTRAN-SHDSL-MIB ·
.1.3.6.1.4.1.664.5.59.1.5.2.1.1
Object
column r/w
Enumeration
Determines the method by which the repeaters provide power. The default mode is normal(1) where the repeaters read their hardware dip switches to determine whether to send power on to the next repeater. Setting the state to manual(2) allows the user to override the switch settings any only power a set number of repeaters. This is used primarily to diagnose powering issues.
Context
- MIB
- ADTRAN-SHDSL-MIB
- OID
.1.3.6.1.4.1.664.5.59.1.5.2.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adEShdslTestRepeaterPoweringEntry
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-SHDSL-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-SHDSL-MIB::adEShdslTestRepeaterPoweringState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-SHDSL-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-SHDSL-MIB::adEShdslTestRepeaterPoweringState.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-SHDSL-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-SHDSL-MIB::adEShdslTestRepeaterPoweringState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | manual |