Skip to content

a084ed22/netbox_gateways

 
 

Repository files navigation

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

About

A plugin to manage prefix gateways

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.0%
  • HTML 17.7%
  • Makefile 10.2%
  • Shell 1.1%