Files
librenms-librenms/doc/Extensions/PeeringDB.md
Neil Lathwood 778c83797d Updated WebUI config options in docs to support direct linking to installs (#15009)
* Updated WebUI config options in docs to support direct linking to installs

* Reverted distributed polling config for hostname
2023-05-10 19:05:12 -05:00

19 lines
600 B
Markdown

# PeeringDB Support
LibreNMS has integration with PeeringDB to match up your BGP sessions
with the peering exchanges you are connected to.
To enable the integration please do so within the WebUI
!!! setting "external/peeringdb"
```bash
lnms config:set peeringdb.enabled true
```
Data will be collated the next time daily.sh is run or you can
manually force this by running `php daily.php -f peeringdb`, the
initial collection is delayed for a random amount of time to avoid
overloading the PeeringDB API.
Once enabled you will have an additional menu item under Routing -> PeeringDB