Awesome
FAddr
FAddr is a Python program for parsing configuration of network devices such as Juniper and Cisco routers and storing gathered data in database.
Installation
Use the package manager pip to install faddr.
pip install faddr
Usage
Generate database:
faddr-db
Find ip address termination point:
faddr 10.20.30.1
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.