Skip to main content

Work with ipv4 in NetBox

Project description

netbox-ipv4-tools

Work with ipv4 in NetBox. This project includes code from netmask (rewritten in Vanilla Javascript), which is licensed under the MIT license: original license

This plugin offers a place to retrieve

  • A table with the CIDR to netmask conversion, inluding the wildcard bits and the total hosts available per CIDR
  • A tool to convert a CIDR into an IP range including information such the usable host count, the netmask in decimal dotted format and the wildcard bits

Install

The plugin is available as a Python package and can be installed with pip.

Run pip install netbox-ipv4-tools in your virtual env.

Create a file named local_requirements.txt (if not already existing) in the NetBox root directory (alongside requirements.txt) and list the netbox-ipv4-tools package:

# echo netbox-ipv4-tools >> local_requirements.txt

Once installed, the plugin needs to be enabled in your configuration.py

# In your configuration.py
PLUGINS = ["netbox_ipv4_tools"]

First run source /opt/netbox/venv/bin/activate to enter the Python virtual environment.

Then run

cd /opt/netbox/netbox
pip3 install netbox-ipv4-tools
python3 manage.py collectstatic --no-input

Versions

This plugin requires netbox >= 4.0.0

Thanks

Thanks to rs for the work on netmask
Thanks to mattieserver and his project netbox-topology-view. I used his work to get a working plugin and to publish it to pypi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox_ipv4_tools-1.0.4.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

netbox_ipv4_tools-1.0.4-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page