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.
seshuganesh
Staff
Staff
Article Id 267910
Description This article describes how to troubleshoot an issue where SNMP traps do not get generated from the firewall.
Scope All FortiGate firewalls.
Solution

The first step is to verify if there is an SNMP manager server configured in the firewall as shown below:

 

1.png

 

config system snmp sysinfo

    set status enable

end


Verify the route towards the SNMP hosts:


get router info routing-table details x.x.x.x  --> Where x.x.x.x is the IP address of the SNMP server.

 

If the route is over a VPN tunnel, consider configuring the Source IP as referenced in the following article:
Technical Tip : How to control/change the FortiGat... - Fortinet Community

 

Make sure that under System -> SNMP, the agent option is enabled and the description fields are filled as shown below:

 

2.png

 

If it is still not generating, execute these commands:


diag debug console timestamp enable
diag debug application snmpd -1

diag debug enable

 

After executing these commands, try to disable some interfaces in the downtime. Logs should be centered. Execute 'diag debug disable'. 

 

FortiOS provides a mechanism to generate a test SNMP trap which is sent to a configured SNMP server :

 

diagnose snmp trap send

 

To see if that test SNMP trap is sent to the remote server, it is possible to open 3 SSH sessions :

 

SSH No1:

 

diag debug console timestamp enable
diag debug application snmpd -1

diag debug enable

 

SSH No2:

 

diagnose snmp trap send

 

SSH No3:

 

diagnose sniffer packet any "host x.x.x.x and port abc " 6 0 l <- Where x.x.x.x is the IP address of the SNMP server and ABC is the port used for SNMP traps in the configuration (default 162).

 

If it is impossible to view traps being sent toward the hosts on SSH No3:
Try restarting the SNMP daemon:


diagnose test application snmpd 99 

 

If the issue persists, share the logs when opening the TAC ticket.