jasjukaitis / netbox_ipcalculator

IP Calculator plugin for Netbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Calculator

Adds an IP Calculator to the views of

  • Aggregate
  • Prefix
  • Ip Address

IP Calculator image

Installation

Update the /opt/netbox/local_requirements.txt with

netbox-ipcalculator

Edit the /opt/netbox/netbox/netbox/configuration.py and add the plugin

PLUGINS = ['netbox_ipcalculator']

run the ./upgrade.sh

/opt/netbox# ./upgrade.sh

restart nextbox

sudo systemctl restart netbox

About

IP Calculator plugin for Netbox


Languages

Language:HTML 85.5%Language:Python 14.5%