Get BGP Neighbours from network devices


License
BSD-2-Clause
Install
pip install bgpneiget==1.0.0

Documentation

bgpneiget

Get BGP neighbours from network devices and output a json object.

Configuration

Create a config file in ~/.config/bgpneiget/config.json

{
    "username": "user",
    "password": "password"
}

Usage

Run the command with --help to see command line options.