Skip to content

Commit 7c8d87f

Browse files
authored
Update README.md
1 parent 59dc41a commit 7c8d87f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ These scripts were created as an alternative to the cumbersome tftp and xmodem e
66
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.
77

88
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+
912
This repository contains both an advanced multi-threaded asynchronous python - and a simple Bash version of the script.
1013

1114
#### TO-DO

0 commit comments

Comments
 (0)