Network Management
Power Supply showing incorrectly in Down or Not Present state in Cisco 38xx switches
False Power Supply status is displayed in the web console and may generate false-positive HWH sensor alerts.
First published date
Last published date
Overview
This article provides brief information when a power supply is visible but shows an incorrect status.
Product section
Cause
information returned by Oids from the Device
Resolution
- Perform an SNMPwalk to the target device. See Verify device data for NPM and SAM using SNMPwalk.
- Search the SNMP walk for the OID 1.3.6.1.4.1.9.9.13.1.5.1.3.
Example: OID=.1.3.6.1.4.1.9.9.13.1.5.1.3.1058, Type=Integer, Value=6 - Compare the value given to the following key values:
- normal(1): the environment is good, such as low temperature.
- warning(2): the environment is bad, such as temperature above normal operation range but not too high.
- critical(3): the environment is very bad, such as temperature much higher than the normal operating limit.
- shutdown(4): the environment is the worst, the system should be shut down immediately.
- notPresent(5): the environmental monitor is not present, such as temperature sensors do not exist.
- notFunctioning(6): the environmental monitor does not function properly, such as a temperature sensor generates abnormal data like 1000 C.
- If we are displaying the proper state then the you will need to work with the device manufacturer as it maybe an IOS issue, SNMP Issue, or frozen status.