David_Lee
7 years agoFormer Employee
Fortigate missing interfaces
Recently we have seen a number of issues whith Fortigate not showing interface datasources.
With the release of FortiOS 5.4.1 Fortigate changed the behaviour of the description oid. This results in Logicmonitor being unable to discover the interfaces.
The SNMP get value for the interface description now returns the value from "set description " instead of the interface name.
You must add descriptions to each interface using these CLI commands:
config system interface
edit
set description “<int>”
end
Once completed, forcing Active Discovery will resolve the issue.