hwTdmModemInfoWireMode
HUAWEI-TDMCPE-MIB ·
.1.3.6.1.4.1.2011.5.30.1.2.1.1.3
Object
column Enumeration
This object indicates the modem wiring. Options: 1. twoWire(1) - Indicates that the modem wiring is twoWire. 2. fourWire(2) - Indicates that the modem wiring is fourWire. 3. notApplicable(255) - Indicates that the modem wiring isnotApplicable.
Context
- MIB
- HUAWEI-TDMCPE-MIB
- OID
.1.3.6.1.4.1.2011.5.30.1.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwTdmModemInfoEntry
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 'HUAWEI-TDMCPE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-TDMCPE-MIB::hwTdmModemInfoWireMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-TDMCPE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-TDMCPE-MIB::hwTdmModemInfoWireMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-TDMCPE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-TDMCPE-MIB::hwTdmModemInfoWireMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | twoWire |
2 | fourWire |
255 | notApplicable |