All MIBs › CCPOWER-MIB › floatVoltage
floatVoltage
Module: CCPOWER-MIB
OID (symbolic): CCPOWER-MIB::floatVoltage
OID (numeric): 1.3.6.1.4.1.18642.1.1.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Rectifier DC Output Voltage. Return value is XXX representing XX.X volts.
What is floatVoltage?
This is the configured 'float' voltage the rectifier plant's power supplies output continuously to keep the battery string topped up while feeding the DC load, per the description. Because the raw SNMP integer is scaled by 10 to represent tenths of a volt, an admin must divide the returned value by 10 to get true volts, and setting it even a volt or two above the battery manufacturer's spec can quietly overcharge and shorten the battery bank's life over months of continuous float operation. A returned value of 540 means the plant is floating the batteries at 54.0 volts, a typical setting for a -48V telecom string.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.18642.1.1.1.1 snmpwalk -v2c -c public <target> CCPOWER-MIB::floatVoltage
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.18642.1.1.1.1.1 snmpget -v2c -c public <target> CCPOWER-MIB::floatVoltage.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.18642.1.1.1.1.1 i <value>
Start monitoring DC rectifier/power-plant equipment (enterprise OID 18642) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CCPOWER-MIB::floatVoltage OID value, configure state conditions and alerts, and monitor any DC rectifier/power-plant equipment (enterprise OID 18642) 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.18642 | ccpower | CCPOWER-MIB |
| 1.3.6.1.4.1.18642.1 | dcSystem | CCPOWER-MIB |
| 1.3.6.1.4.1.18642.1.1 | readWriteObjects | CCPOWER-MIB |
| 1.3.6.1.4.1.18642.1.1.1 | settings | CCPOWER-MIB |
| 1.3.6.1.4.1.18642.1.1.1.1 | floatVoltage | CCPOWER-MIB |