FAddr is a Python program for parsing configuration of network devices such as Juniper and Cisco routers and storing gathered data in database.
Use the package manager pip to install faddr.
pip install faddr
Generate database:
faddr-db
Find ip address termination point:
faddr 10.20.30.1
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.