wanDialerState
WAN-MIB ·
.1.3.6.1.4.1.6889.2.1.6.2.5.1.1.2
Object
column Enumeration
The current state of the dialer finit-state-machine
Context
- MIB
- WAN-MIB
- OID
.1.3.6.1.4.1.6889.2.1.6.2.5.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wanDialerEntry
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 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WAN-MIB::wanDialerState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WAN-MIB::wanDialerState.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WAN-MIB::wanDialerState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initModem |
2 | idle |
3 | waiting4Modem |
4 | maxAttemptsDisabled |
5 | preDialReset |
6 | waitForConnect |
7 | waitForDCD |
8 | hangUp |
9 | persistentDelay |
10 | waitForIPCP |
11 | connected |