All MIBs › CHS-MIB › uchasPowerSupplyOutOfferedVolt
uchasPowerSupplyOutOfferedVolt
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasPowerSupplyOutOfferedVolt
OID (numeric): 1.3.6.1.4.1.429.1.1.4.2.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: In hundredths of a volt, the voltage actually offered by the output. If uchasPowerSupplyOutStatus is good(4), the value 0 means offered voltage is not available.
What is uchasPowerSupplyOutOfferedVolt?
This integer reports, again in hundredths of a volt, the voltage this specific rail is actually measured to be delivering right now, to be compared directly against the nominal value in uchasPowerSupplyOutNominalVolt for that same rail. Notably the description flags a quirk an admin must code around: if uchasPowerSupplyOutStatus reports good(4), a reading of exactly 0 here specifically means the measurement itself just isn't available, not that the rail has dropped to zero volts -- so this field can't be read in isolation from the status object. For example, an admin's monitoring script comparing offered vs nominal voltage must first check the corresponding status field, since a naive 0-volt threshold alarm would false-positive on a perfectly healthy rail whose measurement simply wasn't reported.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.4.2.1.5 snmpwalk -v2c -c public <target> CHS-MIB::uchasPowerSupplyOutOfferedVolt
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.4.2.1.5.1 snmpget -v2c -c public <target> CHS-MIB::uchasPowerSupplyOutOfferedVolt.1
Start monitoring US Robotics Total Control/NetServer chassis (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHS-MIB::uchasPowerSupplyOutOfferedVolt OID value, configure state conditions and alerts, and monitor any US Robotics Total Control/NetServer chassis (legacy) 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.429 | usr | CHS-MIB |
| 1.3.6.1.4.1.429.1 | nas | CHS-MIB |
| 1.3.6.1.4.1.429.1.1 | chs | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.4 | uchasPowerSupply | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.4.2 | uchasPowerSupplyOutTable | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.4.2.1 | uchasPowerSupplyOutEntry | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.4.2.1.5 | uchasPowerSupplyOutOfferedVolt | CHS-MIB |