Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Initial README.md File
  • Loading branch information
nouse4it authored Nov 12, 2020
1 parent 9d40f89 commit f899215
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# netmiko_IOS_Update
Use Netmiko Framework to update IOS of Cisco 2960X Switches and up to 4 Stacks.

Author: nouse4it <[email protected]>

IOS_update_threating_w_stack.py
Illustrate the following conecepts:
- Fully automate Update process of IOS on given IOS-based Switch
-- Including 2960x-Stacks (tested with up to 4)
- Process handling happend parallel by threating
- Including MD5-Check after copy of Software to Switch to ensure integrity
- When update finished, reload device

You need to fill the devices-file with the needed information of the switches you want to update.
After this run the main script and put in the name of the update file (needs to be in same location as the script), your username and password, when prompted for.
Leave the rest up to the script.
"""

0 comments on commit f899215

Please sign in to comment.