vaRating
Module: CPS-MIB
OID (symbolic): CPS-MIB::vaRating
OID (numeric): 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The VA rating of the equipment plugged into the UPS.
What is vaRating?
This read-write integer holds the VA rating of a specific piece of equipment plugged into the UPS. An admin records it so the UPS's tracked equipment table reflects the actual power draw of everything connected. For example, an admin sets this to 500 for a newly-added switch so the UPS's tracked equipment table reflects its actual power draw.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3 snmpwalk -v2c -c public <target> CPS-MIB::vaRating
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3.1 snmpget -v2c -c public <target> CPS-MIB::vaRating.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> vaRating.1
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::vaRating 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.5 | upsConfig | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.5.1 | upsBaseConfig | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.5.1.2 | upsBaseConfigDeviceTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.5.1.2.1 | upsBaseConfigDeviceEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3 | vaRating | CPS-MIB |