netbox_gateways
netbox_gateways copied to clipboard
A plugin to manage prefix gateways
trafficstars
NetBox Gateways Plugin
Netbox plugin to Manage simple default gateways for prefixes.
Compatibility
| Netbox Version | Plugin Version |
|---|---|
| NetBox 3.2 | 0.4.2 |
Installation
- The plugin is available as a Python package in pypi and can be installed with pip
pip install netbox-gateways
- Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_gateways']
- Add
netbox-gatewaysto your local_requirements.txt to ensure plugin is re-installed during a future upgrade or execution of .upgrade.sh script
echo netbox-gateways >> /opt/netbox/local_requirements.txt
- Run Migrate
python3 netbox/manage.py migrate
Screenshots
Prefix View

Gateways

Add New Gateway
