Information
Enabling SNMP traps for memory usage monitoring helps detect anomalies and ensure critical security features remain operational. This proactive approach enhances system reliability by alerting administrators to potential resource issues.
Monitoring memory usage via SNMP traps ensures that critical security processes have sufficient resources to operate effectively. This helps prevent performance degradation or failures that could expose the system to security risks.
Solution
To configure SNMP trap trap-free-memory-threshold and trap-freeable-memory-threshold. From CLI:
FGT1 # config system snmp sysinfo
FGT1 (sysinfo) # show
config system snmp sysinfo
set status enable
set trap-free-memory-threshold 20
set trap-freeable-memory-threshold 50
end
Impact:
Memory usage reaching critical status will automatically turn FortiGates into conserve mode which will impact security inspection.