ipadDbuStatus
IPADv2-MIB ·
.1.3.6.1.4.1.321.100.1.8.3.1.12
Object
column Enumeration
This object reports the current activity of the Dial Backup feature
disabled - The feature is not enabled
setup - The feature is configuring the modem
error - The feature could not setup the modem
standby - The feature is ready to operate
disallowed - The Dial Backup Daily table prevents activation
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
awaitingCallback - The feature is waiting for a security callback
active - The feature backup path is connected
disconnecting - The feature is disconnecting a call
testWaiting - The feature is waiting for a link test call
testPassed - The feature has successfully tested the backup link
testFailed - The feature could not establish the backup link
Context
- MIB
- IPADv2-MIB
- OID
.1.3.6.1.4.1.321.100.1.8.3.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipadDbuTableEntry
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::ipadDbuStatus'
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::ipadDbuStatus.<ipadDbuIndex>'
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::ipadDbuStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | disabled |
3 | standby |
4 | disallowed |
5 | dialing |
6 | answering |
7 | negotiating |
8 | awaitingCallback |
9 | active |
10 | disconnecting |
11 | testWaiting |
12 | testPassed |
13 | testFailed |
14 | error |
15 | setup |
16 | dialWait |
17 | ringing |