zhoneDslLineType
ZhoneDsl-MIB ·
.1.3.6.1.4.1.5504.5.4.1.1.1
Object
column r/w
Enumeration
The DSL type. Many modem vendors allow software selection between HDSL, HDSL2, SDSL and SHDSL. Using zhoneDslLineTypeSupported the user can see what dsl option is available on this interface.
Context
- MIB
- ZhoneDsl-MIB
- OID
.1.3.6.1.4.1.5504.5.4.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhoneDslLineEntry
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 'ZhoneDsl-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZhoneDsl-MIB::zhoneDslLineType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZhoneDsl-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZhoneDsl-MIB::zhoneDslLineType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZhoneDsl-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZhoneDsl-MIB::zhoneDslLineType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | hdsl |
2 | hdsl2 |
3 | shdsl |
96 | sdsl |