NW-Automation is a project aimed at automating network tasks to improve efficiency and reduce human error. The initial focus is on automating firewall upgrades using SSH with a Python script.
- ๐ Automates firewall firmware upgrades
- ๐พ Backs up current firewall configuration
- ๐ค Uploads new firmware to the firewall
- โ๏ธ Executes the upgrade process
- โ Verifies the upgrade status
- Clone the Repository
git clone https://github.com/gautamvenna/NW-Automation.git cd NW-Automation