I want to read the power consumption of our switches (e.g. C4510).
currently I am using these OIDs:
System Power: 1.3.6.1.4.1.9.9.117.1.1.1.1.4.16
Inline Power: 1.3.6.1.4.1.9.9.117.1.1.4.1.4.16
But at least the Inline Power does not seem to be the real power consumption.
A-04-S1#sh power inline
Available:3272(w) Used:954(w) Remaining:2318(w)
Interface Admin Oper Power(Watts) Device Class
From PS To Device
--------- ------ ---------- ---------- ---------- ------------------- -----
Gi1/1 auto on 10.2 9.5 IP Phone 8961 4
A-04-S1#sh power inline police
Available:3272(w) Used:954(w) Remaining:2318(w)
Interface Admin Oper Admin Oper Cutoff Oper
State State Police Police Power Power
--------- ------ ---------- ---------- ---------- ------ -----
Gi1/1 auto on none n/a n/a 5.0
[...]
--------- ------ ---------- ---------- ---------- ------ -----
Totals: 450.2
The OID mentioned above returns 954 Watts.
But the actual power consumed by my PoE devices is 450 Watts according to "show power inline police".
When I dimm the display of a Cisco phone I can see "Oper Power" decreases for that port.
So I think these "Oper Power" values are the correct ones.
We want to implement some power saving features and I would like to monitor the changes.
But how can I read the real power consumed by the switch (total or just inline power)?