Technical Tip: How to get power supply SNMP information for chassis based FortiGate-7000F
| Description | This article describes how to get power supply information via SNMP on chassis-based FortiGate-7000F. |
| Scope | FortiGate-7000F series. |
| Solution | Information about the power supply unit (PSU) could be retrieved by SNMP using those 2 OIDs:
Here is an example of an FIM polling for 6 PSU on a FortiGate-7000F chassis:
This will display the mapping between the ID of the PSU and its name.
w@EU:~$ snmpwalk -v 3 -l noAuthNoPriv -u w 1.5.4.1 1.3.6.1.4.1.12356.101.4.3.2.1.2 | grep Status
This will display the PSU status. A return '1' means that the PSU is operational:
The stability for getting those values has been improved in v7.2.11, v7.4.8, and v7.6.3.
Related document: |
