https://github.com/danielcristho/paramiko-na-csv
Network Automation Cisco Mikrotik
https://github.com/danielcristho/paramiko-na-csv
Last synced: 2 months ago
JSON representation
Network Automation Cisco Mikrotik
- Host: GitHub
- URL: https://github.com/danielcristho/paramiko-na-csv
- Owner: danielcristho
- Created: 2021-10-18T11:05:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T06:20:04.000Z (over 2 years ago)
- Last Synced: 2025-01-30T02:28:32.445Z (4 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paramiko-NetworkAutomation-CSV
Automation script for Cisco & Mikrotik devices. Contains ```CSV``` file as device information.
## Build
```bash
git clone https://github.com/danielcristho/paramiko-na-csv.git && cd paramiko-na-csv
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```You need to specify devices information on ```list-devices.csv```
