All MIBs › CPS-MIB › upsBankControlOutletCommand
upsBankControlOutletCommand
Module: CPS-MIB
OID (symbolic): CPS-MIB::upsBankControlOutletCommand
OID (numeric): 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Getting this variable will return the outlet bank state. If the outlet bank is on, the immediateOn (1) value will be returned. If the outlet bank is off, the immediateOff (2) value will be returned. If the outlet bank is critical (uncontrollable), the criticalBank (4) value will be returned. Setting this variable to immediateOn (1) will immediately turn the outlet on. Setting this variable to immediateOff (2) will immediately turn the outlet off.
What is upsBankControlOutletCommand?
This read-write enumerated value both reports and controls an outlet bank's state: getting it returns immediateOn if the bank is on, immediateOff if off, or criticalBank if the bank is uncontrollable, while setting it to immediateOn or immediateOff switches the bank right away. It gives an admin a single OID to both check and directly switch a specific outlet bank. For example, an admin sets this to immediateOff(2) on a non-critical outlet bank during a partial outage to shed load and extend runtime for the critical bank.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2 snmpwalk -v2c -c public <target> CPS-MIB::upsBankControlOutletCommand
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2.1 snmpget -v2c -c public <target> CPS-MIB::upsBankControlOutletCommand.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2.1 i <value>
Start monitoring UPS product line (vendor unclear, enterprise OID 3808) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPS-MIB::upsBankControlOutletCommand OID value, configure state conditions and alerts, and monitor any UPS product line (vendor unclear, enterprise OID 3808) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3808 | cps | CPS-MIB |
| 1.3.6.1.4.1.3808.1 | products | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1 | hardware | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1 | ups | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.8 | upsOutlet | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.8.1 | upsBankOutletControl | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.8.1.1 | upsBankOutletControlTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.8.1.1.1 | upsBankOutletControlEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2 | upsBankControlOutletCommand | CPS-MIB |