wanDialerOrder
WAN-MIB ·
.1.3.6.1.4.1.6889.2.1.6.2.5.1.1.6
Object
column r/w
Enumeration
The dial strings list usage order where:
sequential(1) : The dialer starts from the beginning of the list when there is
a new reason to dial (dial trigger.
roundRobin(2): The dialer use the dialing string that is right after the
last one dialed.
lastSuccessful(3) : If the previous dial attempt was successful, the dialer
starts with its dial strings.
Context
- MIB
- WAN-MIB
- OID
.1.3.6.1.4.1.6889.2.1.6.2.5.1.1.6- Type
- column
- Access
- readwrite
- 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::wanDialerOrder'
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::wanDialerOrder.<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::wanDialerOrder'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sequential |
2 | roundRobin |
3 | lastSuccessful |