You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ These scripts were created as an alternative to the cumbersome tftp and xmodem e
6
6
Copy pasting a config directly usually works for smaller configs however at a certain point configs are too large - data is sent too quickly and the device chokes, causing errors in the final config.
7
7
8
8
Herein lies the simplicity of automation by script - read a local config and send it to the device, with a configurable delay between lines to prevent errors.
9
+
This method does not require setting up an IP on the device for TFTP or an FTP server on your end device prior to sending a config.
10
+
**Rapid deployment; wipe and send.**
11
+
9
12
This repository contains both an advanced multi-threaded asynchronous python - and a simple Bash version of the script.
0 commit comments