- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-04-2021 12:39 AM
Hi,
Is there any way to monitor PA3250 power supply status via SNMP?
We need to know in case there is power failure or outage in our environment.
In the gui, we never see any alarms regarding on the power loss event.
However it is only appear in system log.
Thanks
07-04-2021 08:17 AM
Hi @iFAST-SG,
You have two possible ways:
- FW to send SNMP traps to NMS: You need to configure SNMP Trap profile (Device -> Server Profile -> SNMP Trap) and use this profile under the Log Settings (Device -> Log Settings -> System Logs -> create new using filter " ( subtype eq hw)"). To simplify it, you tell the FW to "forward system log" via SNMP trap. Note that the filter will match any harware related system logs to be sent as trap - not only PSU.
- SNMP poll from NMS: You can configure your NMS system to poll the status of the PSU you can use online/offline MIB browsers to find the correct OID:
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClbfCAC
07-04-2021 08:17 AM
Hi @iFAST-SG,
You have two possible ways:
- FW to send SNMP traps to NMS: You need to configure SNMP Trap profile (Device -> Server Profile -> SNMP Trap) and use this profile under the Log Settings (Device -> Log Settings -> System Logs -> create new using filter " ( subtype eq hw)"). To simplify it, you tell the FW to "forward system log" via SNMP trap. Note that the filter will match any harware related system logs to be sent as trap - not only PSU.
- SNMP poll from NMS: You can configure your NMS system to poll the status of the PSU you can use online/offline MIB browsers to find the correct OID:
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClbfCAC
10-14-2022 08:38 AM
Hello,
For state of power source, ENTITY-STATE-MIB can be used.
ex. “snmpwalk -On -v2c -c public <ip> .1.3.6.1.2.1.131.1.1.1.ID*”
This oid shows state of power supply module and its alarm state
“.1.3.6.1.2.1.131.1.1.1.3(EntityOperState).ID*” shows power state. 3(Active) is ,2(Idle = power is not coming)
“.1.3.6.1.2.1.131.1.1.1.4.ID*” shows alarm state as “major” when one of power supply does not get power.
Be mindful that PS Object ID(=ID* above) are different in models PA3260 uses 4 and 5 , PA5220 have 9 and 10 for PS1 and PS2 /PA7050 uses 39-42/PA7080 uses 34-41 , etc..
Best Regards,
Romain
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!