A plugin for tracking all kinds of routing information
- Static routing
- Dynamic routing
- BGP
- Templates/Group inheritance
- OSPF
- BGP
- Dynamic Routing
- BGP
- IPv4/IPv46 AF VRF support
- VPNv4 support
- EIGRP
- IS-IS
- BGP
- Netbox 4.5+
- Python 3.12+
| Netbox 3.2.x | NetBox 4.1.x | Netbox 4.2.x | NetBox 4.3.x - 4.4.x | NetBox 4.5.x | |
|---|---|---|---|---|---|
| 0.1.x | Compatible | Not Compatible | Not Compatible | Not Compatible | Not Compatible |
| 0.2.x | Not Compatible | Compatible | Not Compatible | Not Compatible | Not Compatible |
| 0.3.0 | Not Compatible | Not Compatible | Compatible | Not Compatible | Not Compatible |
| 0.3.1 | Not Compatible | Not Compatible | Not Compatible | Compatible | Not Compatible |
| 0.3.2 | Not Compatible | Not Compatible | Not Compatible | Not Compatible | Compatible |
| 0.4.x | Not Compatible | Not Compatible | Not Compatible | Not Compatible | Compatible |
Install the python module
pip install netbox-routing
To install, simply include this plugin in the plugins configuration section of netbox.
Example:
PLUGINS = [
'netbox_routing'
],Note
If you utilize netbox-bgp this plugin is not compatible, however there is now a migration tool built in.
You will need to remove netbox-bgp from the plugin list, and make sure netbox-routing is installed.
Once installed, run the migrations:
python netbox/manage.py migrate
Run the static collections:
python netbox/manage.py collectstatic --no-input
If migrating from netbox-bgp run migrate-netbox-bgp:
python netbox/manage.py migrate-netbox-bgp
None
TBD
TBD
Contributions are always welcome! Please open an issue first before contributing as the scope is going to be kept intentionally narrow