NetBox plugin to view usage of prefixes in an IP map
Project description
NetBox Prefix Map
Summary
A NetBox plugin that enable a new way to visualize available IPs inside a Prefix
Install
The plugin is available as a Python package and can be installed with pip.
Run pip install netbox-prefix-map in your virtual env.
To ensure NetBox Prefix Map plugin is automatically re-installed during future upgrades, create a file named local_requirements.txt (if not already existing) in the NetBox root directory (alongside requirements.txt) and list the netbox-prefix-map package:
# echo netbox-prefix-map >> local_requirements.txt
Once installed, the plugin needs to be enabled in your configuration.py
# In your configuration.py
PLUGINS = ["netbox_prefix_map"]
First run source /opt/netbox/venv/bin/activate to enter the Python virtual environment.
Then run
cd /opt/netbox/netbox
pip3 install netbox-prefix-map
python3 manage.py collectstatic --no-input
Mentions
README inspired by NetBox Topology Views Plugin
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netbox_prefix_map-0.1.2.tar.gz.
File metadata
- Download URL: netbox_prefix_map-0.1.2.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85909c05812ceaac251d656ad43eb564016994eb8f58672ccb8b8d566b42f332
|
|
| MD5 |
22fdaaed0cf219dec76e8d0b314b3848
|
|
| BLAKE2b-256 |
79de846b1f9cf403908054d80058890cf248d4f16b6abf35789a5739e793fd85
|
File details
Details for the file netbox_prefix_map-0.1.2-py3-none-any.whl.
File metadata
- Download URL: netbox_prefix_map-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de3ee2a8e84be99d9c2a73ccc6e9388f9de178e169bc3cdca264aabb6b3154e1
|
|
| MD5 |
8ef5ac99c3a1cfc4d4df2d241435dcab
|
|
| BLAKE2b-256 |
8a60b9553808e52f435f19829d7bbac98259cc0f532b8a33c9d5006172f73842
|