Hello Fran,
thank you for your reply.
As far as we're aware, a device doesn't report a Power Supply as being the "redundant" one or not. They're simply considered "Power Supplies". Please refer to this data reported by an actual stack:
Power Supplies Name's/Description
ciscoEnvMonSupplyStatusDescr.1009 | "Switch 1 - Power Supply A, Normal" |
ciscoEnvMonSupplyStatusDescr.1010 | "Switch 1 - Power Supply B, Normal" |
ciscoEnvMonSupplyState.1009 | "1"(normal) |
ciscoEnvMonSupplyState.1010 | "1"(normal) |
ciscoEnvMonSupplySource.1009 | "2"(ac) |
ciscoEnvMonSupplySource.1010 | "2"(ac) |
You can further review the CISCO-ENVMON-MIB MIB in this 3rd partywebsite:
While the standard sensor doesn't evaluate the ciscoEnvMonSupplySource, it appears to "always" be reported as "2"(AC) and never one of the other Statuses(Which includes "internalRedundant"):
unknown(1), ac(2), dc(3), externalPowerSupply(4), internalRedundant(5) |
if it did, you could use an SNMP Custom Table sensor + Lookup to monitor your power supplies and have an additional channel telling you whenever the power supply "source" is: unknown(1), ac(2), dc(3), externalPowerSupply(4) or internalRedundant(5).
Conceptually, a "redundant" power supply isn't a specific Power Supply, only the concept of having more than a single unit performing the same task result in "redundancy". For the switch it doesn't matter which power supply is providing power as long as it is. And any failed power supply (being the "redundant" unit or not) is still an issue to worry about.
There are different SNMP implementation, for instance for physical disks on a RAID where a Disk's Status can be Hot Spare, since it's a "standby redundancy", which differs from being a RAID Member (but conceptually there's also not a "primary and redundant" disk in a RAID1 array).
Best Regards,
Luciano Lingnau [Paessler Support]
Add comment