From 8ac1e9a4086b23f709535757d6c51e9ff9493b60 Mon Sep 17 00:00:00 2001 From: Justin Lentz Date: Tue, 25 Jun 2024 09:02:16 -0500 Subject: [PATCH] Fortigate append-index doc (#16153) * Create Fortigate.md * Update mkdocs.yml * Update Fortigate.md * Update mkdocs.yml --------- Co-authored-by: Tony Murray --- doc/Support/Device-Notes/Fortigate.md | 7 +++++++ mkdocs.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 doc/Support/Device-Notes/Fortigate.md diff --git a/doc/Support/Device-Notes/Fortigate.md b/doc/Support/Device-Notes/Fortigate.md new file mode 100644 index 0000000000..4484a9d67a --- /dev/null +++ b/doc/Support/Device-Notes/Fortigate.md @@ -0,0 +1,7 @@ +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 diff --git a/mkdocs.yml b/mkdocs.yml index 1d7fa1c44a..c564f0fd50 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -293,6 +293,7 @@ nav: - Asuswrt-Merlin: Support/Device-Notes/AsuswrtMerlin.md - Carel pCOweb: Support/Device-Notes/Carel-pCOweb-Devices.md - Dell OpenManage: Extensions/Dell-OpenManage.md + - Fortigate: Support/Device-Notes/Fortigate.md - OpenWRT: Support/Device-Notes/Openwrt.md - RouterOS: Support/Device-Notes/Routeros.md - Supermicro: Extensions/Supermicro.md