NOTE: This is very much a work in progress
Take a known input list of devices connect to each device and gather device information including:
- hostname
- hardware model
- inventory components
- software version
- interace information
- interfacfce #'s
- IP / subnet
- vlan tagging (if configured)
- status (up/down)
Check CDP Neighbours look for any other Cisco devices not already in known inventory list
- add list of known devices to nornir_inventory.py
- create a "secrets.yaml" file with:
--- defaults: username: (username) password: (password))
- output will be saved in a file per device in json format
- finish initial goals
- find an easier input method for inventory (maybe look at SimpleInventory instead of building custom inventory class)
- define next steps