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

Walk 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
1other
2disabled
3idle
4dialing
5answering
6negotiating
7online
8disconnecting
9error
10setup
11awaitingCallback
12dialWait
13ringing