portModemStatus
DASAN-DSL-MIB ·
.1.3.6.1.4.1.6296.9.3.1.3.2.1.7
Object
column obsolete
r/w
Enumeration
idle : system does not try to establish modem link. trying : system is trying to establish modem link. established : modem link has been established. If trying is written, modem will be reset and the system will try to re-establish modem link. If idle is set, system will not manage modem connection. When established is written, it will be ignored silently.
Context
- MIB
- DASAN-DSL-MIB
- OID
.1.3.6.1.4.1.6296.9.3.1.3.2.1.7- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- dsDslPortEntry
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 'DASAN-DSL-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DASAN-DSL-MIB::portModemStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DASAN-DSL-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DASAN-DSL-MIB::portModemStatus.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DASAN-DSL-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DASAN-DSL-MIB::portModemStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | trying |
3 | established |