All MIBs › BESTPOWER-MIB › upsControlTurnOffUPS
upsControlTurnOffUPS
Module: BESTPOWER-MIB
OID (symbolic): BESTPOWER-MIB::upsControlTurnOffUPS
OID (numeric): 1.3.6.1.4.1.2947.1.6.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Setting this variable to UpsOff(2) causes the UPS to shut off. When the UPS is in the off state, the UPS will remain off until the ON/OFF switch is manually toggled.
Setting this variable to cancelUpsOff(1) allows for a method to cancel the upsOff(2) command to the UPS that is still pending, or will make an attempt to restart a UPS that has been shutdown, provided that BestLink is powered by some other means.
Setting this variable to rebootUps(3) causes the UPS to shut off and turn back on.
Setting this variable to cancelrebootUps(4) allows for a method to cancel the rebootUps(3) command to the UPS that is still pending, or will make an attempt to restart a UPS that has been shutdown, provided that BestLink is powered by some other means.
What is upsControlTurnOffUPS?
A read-write control used to remotely turn the UPS output off (or cancel a pending turn-off); once off, it stays off until manually switched back on.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2947.1.6.1 snmpwalk -v2c -c public <target> BESTPOWER-MIB::upsControlTurnOffUPS
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2947.1.6.1.1 snmpget -v2c -c public <target> BESTPOWER-MIB::upsControlTurnOffUPS.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2947.1.6.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> upsControlTurnOffUPS.1
Start monitoring Best Power UPS systems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BESTPOWER-MIB::upsControlTurnOffUPS OID value, configure state conditions and alerts, and monitor any Best Power UPS systems 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.2947 | bestPower | BESTPOWER-MIB |
| 1.3.6.1.4.1.2947.1 | bestLink | BESTPOWER-MIB |
| 1.3.6.1.4.1.2947.1.6 | upsControl | BESTPOWER-MIB |
| 1.3.6.1.4.1.2947.1.6.1 | upsControlTurnOffUPS | BESTPOWER-MIB |