FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
hrahuman_FTNT
Article Id 192988
Description
This article describes what is the OID for power supply failure.

The OID value for power supply trap. 
Name : fnTrapPowerSupplyFailure
OID : .1.3.6.1.4.1.12356.100.1.3.0.106

Solution
- This OID will send the trap when power supply failure detected. 
- Not available on all models. 
- Available on some units which support redundant power supplies. Refer datasheet for specifications.

If the OID returns 1, This means the system detects a hardware issue with the Power supply.

For example FOrtiGate-1500D, the unit have 2 power supply, the ending 0 or 1 can mean the first and second Power supply.

It is possible to get below outputs from CLI to check.

# execute sensor list

45 PS1 Status        alarm=0
50 PS2 Status        alarm=1

# execute sensor detail

45 PS1 Status        alarm=0
    type=8/111
    upper_non_recoverable=0
    upper_critical=0
    upper_non_critical=0

50 PS2 Status        alarm=1
    type=8/111
    upper_non_recoverable=0
    upper_critical=0
    upper_non_critical=0

Related Articles

Technical Tip: How to Configure FortiGate SNMP Agent for Monitoring

Contributors