/netbox_gateways

A plugin to manage prefix gateways

Primary LanguagePython

NetBox Gateways Plugin

Netbox plugin to Manage simple default gateways for prefixes.

Compatibility

Netbox Version Plugin Version
NetBox 4.0 0.5.0
NetBox 3.2 0.4.2

Installation

  1. The plugin is available as a Python package in pypi and can be installed with pip
pip install netbox-gateways
  1. Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_gateways']
  1. Add netbox-gateways to 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
  1. Run Migrate
python3 netbox/manage.py migrate

Screenshots

Prefix View Prefix View

Gateways Gateways

Add New Gateway Add New Gateway