mdmLineState
Modem-MIB ·
.1.3.6.1.2.1.38.1.1.3.1.2
Object
column r/w
Enumeration
Allows the inspection and alteration of the state of the modem. Management commands may change the state to `on- hook', `busied-out', or `reset' from any state. No other alterations are permitted from the management protocol. When this object is set to reset, the modem shall be reset and the value will change to the modem's new, implementation dependent state.
Context
- MIB
- Modem-MIB
- OID
.1.3.6.1.2.1.38.1.1.3.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mdmLineEntry
- Groups
- 1
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 'Modem-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Modem-MIB::mdmLineState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Modem-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Modem-MIB::mdmLineState.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Modem-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Modem-MIB::mdmLineState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | onHook |
3 | offHook |
4 | connected |
5 | busiedOut |
6 | reset |
Conformance
Member of