https://github.com/Juniper/ChassisInfoFetcher
cmd on Windows 10 ( as administrator ) | |
---|---|
Install VirtualBox | https://www.virtualbox.org/wiki/Downloads |
Install Vagrant | https://www.vagrantup.com/downloads.html c:\ChassisInfoFetcher>vagrant --version c:\ChassisInfoFetcher>vagrant plugin list |
download the ChassisInfoFetcher Project
| https://github.com/Juniper/ChassisInfoFetcher c:\>git clone https://github.com/Juniper/ChassisInfoFetcher.git ChassisInfoFetcher/CIF notepad hosts.csv 172.30.95.206,NetBox,Netbox,22 |
First modify the vagrantfile:config.vm.box = "ubuntu/xenial32" | cd C:\ChassisInfoFetcher vagrant up vagrant provision vagrant ssh |
edit / check the host file ( list of routers, switch, firewall ) | cd /home/ubuntu/ChassisInfoFetcher more hosts.csv |
run the app.py | cd /home/ubuntu/ChassisInfoFetcher python app.py |
export resul from the ./output directory | |
Vagrantrfile is a Ruby file , and there is a problem with the speach mark | |