ipadModemDialStatus
IPADv2-MIB ·
.1.3.6.1.4.1.321.100.1.8.1.1.13
Object
column Enumeration
This object reports the current activity of the modem control feature
disabled - The feature is not enabled
setup - The feature is configuring the modem
error - The feature could not setup the modem
idle - The feature is ready to operate
dialing - The feature is placing a call
dialWait - The feature is between call attempts
ringing - The feature is waiting for an incoming call to connect or go away
answering - The feature is answering a call
negotiating - The feature is negotiating the login security
online - The feature data path is connected
disconnecting - The feature is disconnecting a call
awaitingCallback - The feature is waiting for a security callback
Context
- MIB
- IPADv2-MIB
- OID
.1.3.6.1.4.1.321.100.1.8.1.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipadModemDialTableEntry
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 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPADv2-MIB::ipadModemDialStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPADv2-MIB::ipadModemDialStatus.<ipadModemDialTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPADv2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPADv2-MIB::ipadModemDialStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | disabled |
3 | idle |
4 | dialing |
5 | answering |
6 | negotiating |
7 | online |
8 | disconnecting |
9 | error |
10 | setup |
11 | awaitingCallback |
12 | dialWait |
13 | ringing |