Gathers all info from Cisco devices and creates/updates it in Netbox server
Script gathers all needed info from Cisco devices and creates entities in Netbox (devices, interfaces, prefixes, ip addresses, cdp connections etc) This script has two parts: What the main.py script does: Connects to ips of Cisco devices written in ip_list_all.txt or ip_list.txt files by netmiko or paramiko Gathers information according to templates Parses data and writes into api/”device_name”.csv files in json format Script’s main purpose is full integration between Cisco and Netbox (https://netbox.readthedocs.io/en/stable/) Script works fine with IOS, NX-OS, XR, […]
Read more