pduOutletSwitchControl
VERTIV-QUETZAL-MIB ·
.1.3.6.1.4.1.21239.6.1.99.7.1.10
Object
column deprecated
r/w
Enumeration
Used for manual control of the outlet. The default is none(0). When set, it keeps this value until the operation is complete. Then the value goes back to none(0). Outlet must be in manual mode to set, otherwise it causes an inconsistentValue error. Can be set to one of the following: 1 = Cancel pending action 2 = Turn outlet on without delay 3 = After delay, turn outlet on 4 = Turn outlet off without delay 5 = After delay, turn outlet off 6 = Reboot outlet without delay 7 = After delay, reboot outlet
Context
- MIB
- VERTIV-QUETZAL-MIB
- OID
.1.3.6.1.4.1.21239.6.1.99.7.1.10- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- pduOutletSwitchEntry
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 'VERTIV-QUETZAL-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-QUETZAL-MIB::pduOutletSwitchControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VERTIV-QUETZAL-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-QUETZAL-MIB::pduOutletSwitchControl.<pduOutletMainIndex>.<pduOutletMainID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VERTIV-QUETZAL-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VERTIV-QUETZAL-MIB::pduOutletSwitchControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | cancelActions |
2 | onNoDelay |
3 | onDelay |
4 | offNoDelay |
5 | offDelay |
6 | rebootNoDelay |
7 | rebootDelay |