From af93a3df920457ec095da798aaf49cac1779645c Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Tue, 18 Jan 2022 11:41:14 -0500 Subject: [PATCH] Updated NAPALM Configuration (markdown) --- NAPALM-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NAPALM-Configuration.md b/NAPALM-Configuration.md index e9b80b7..35320f7 100644 --- a/NAPALM-Configuration.md +++ b/NAPALM-Configuration.md @@ -6,7 +6,7 @@ To enable this functionality, simply complete the following lines in `netbox.env * `NAPALM_USERNAME`: A common username that can be utilized for connecting to network devices in your environment. * `NAPALM_PASSWORD`: The password to use in combintation with the username to connect to network devices. -* `NAPALM_TIMEOUT`: A value to use for when an attempt to connect to a device will timeout if no response has been recieved. +* `NAPALM_TIMEOUT`: A value to use for when an attempt to connect to a device will timeout if no response has been received. [napalm-doc]: http://napalm.readthedocs.io/en/latest/index.html [netbox-napalm-doc]: https://netbox.readthedocs.io/en/stable/additional-features/napalm/ \ No newline at end of file