Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPenguin07 authored Oct 19, 2023
1 parent 59dc41a commit 7c8d87f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ These scripts were created as an alternative to the cumbersome tftp and xmodem e
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.

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.
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.
**Rapid deployment; wipe and send.**

This repository contains both an advanced multi-threaded asynchronous python - and a simple Bash version of the script.

#### TO-DO
Expand Down

0 comments on commit 7c8d87f

Please sign in to comment.