dbuCommand
DS8200v2-MIB ·
.1.3.6.1.4.1.321.100.2.2.1.1.10
Object
column r/w
Enumeration
This object is the identifier of the current setting that the Dial Backup Unit is operating in. The values mean: dbuCommandDisable The dial backup unit is not to operate dbuCommandEnable The dial backup unit is to operate, subject to Activator and line conditions only dbuCommandActivate The dial backup unit is to operate, irregardless of line conditions dbuCommandLock The dial backup unit is to continue operating, irregardless of line conditions dbuCommandEnableDaily The dial backup unit is to operate, subject to Activator, line conditions, and the Time Of Day Enable fields dbuCommandTest The dial backup unit is commanded to test the link.
Context
- MIB
- DS8200v2-MIB
- OID
.1.3.6.1.4.1.321.100.2.2.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dbuConfigTableEntry
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 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS8200v2-MIB::dbuCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS8200v2-MIB::dbuCommand.<dbuNearIndex>.<dbuFarIndex>.<dbuConfigTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DS8200v2-MIB::dbuCommand'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dbuCommandOther |
2 | dbuCommandDisable |
3 | dbuCommandEnable |
4 | dbuCommandActivate |
5 | dbuCommandLock |
6 | dbuCommandEnableDaily |
7 | dbuCommandTest |