NetBox plugin for viewer of multiple VLAN Group spaces.
Enterprise environment has a lot of routers or switches. These devices manage VLAN each other.
In many cases, these manage as one VLAN group. On the other hand, complex network has multiple VLAN groups
For example, below cases.
- Manage multi site VLAN groups
- Visualize Cisco ACI Leaf Switch VLANs
NetBox can manage VLAN space as VLAN Group
.
However, it can one VLAN Group only.
NetBox VLAN Manager manage multiple VLAN Group
as VLAN Group Set
, and visualize status in tabular form such as below image.
This plugin provides following Models:
- VLAN Group Set
- Manage multiple VLAN Group
This plugin provides following API:
- Available VLAN
- Extract none used VID searching all VLAN Groups
This plugin requires NetBox v3.4.0
or later because has migration scripts compatibility.
The compatibility table between plugin versions and netbox is as follows.
NetBox version | Plugin version |
---|---|
3.x.x | 0.1.x |
4.x.x | 0.2.x |
The plugin is available as a Python package in PyPI and can be installed with pip:
pip install netbox-vlan-manager
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py
PLUGINS = ['netbox_vlan_manager']
Restart NetBox
Currently, this plugin is not necessary plugin configuration