From 37929593191c07857a52d47d66ebfcf7225581b3 Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Thu, 18 Jan 2024 16:00:42 +0800 Subject: [PATCH] NAPALM has moved to a plugin --- NAPALM-Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NAPALM-Configuration.md b/NAPALM-Configuration.md index 06191ec..fc432c4 100644 --- a/NAPALM-Configuration.md +++ b/NAPALM-Configuration.md @@ -1,3 +1,5 @@ +_Note: NAPALM support was removed from Netbox core in version [3.5.0](https://github.com/netbox-community/netbox/releases/v3.5.0) and has been moved to a [plugin](https://github.com/netbox-community/netbox-napalm)_ + NAPALM is tightly integrated into NetBox. NAPALM allows NetBox to fetch live data from devices and return it to a requester via its REST API. To learn more about what NAPALM is and how it works, please see the documentation from the [library itself][napalm-doc] or the documentation from [NetBox][netbox-napalm-doc] on how it is integrated.