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 >= 3.4.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for netbox_ipv4_tools-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b7e410c51fc58226af8ccda7fdfe4a9c2d1f0b8b47eb933259b5be05f3608ad |
|
MD5 | 0dc0383526e4100225377627ccb1f1b4 |
|
BLAKE2b-256 | 0089ca3847536cbd2bd3a906fdea78e1e82066743d6a1f1543c20126ad9d993d |