mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
8ac1e9a408
* Create Fortigate.md * Update mkdocs.yml * Update Fortigate.md * Update mkdocs.yml --------- Co-authored-by: Tony Murray <murraytony@gmail.com>
8 lines
327 B
Markdown
8 lines
327 B
Markdown
To gather Port IP info & routing info for Fortigates, disable the append-index feature. This feature appends VDOM to the index, breaking standard MIBs.
|
|
```
|
|
config system snmp sysinfo
|
|
set append-index disable
|
|
end
|
|
```
|
|
https://docs.fortinet.com/document/fortigate/7.2.0/new-features/742119/enabling-the-index-extension-7-2-8
|