https://github.com/miyuk/netbox-vlan-manager
NetBox VLAN Manager Plugin
https://github.com/miyuk/netbox-vlan-manager
netbox netbox-plugin
Last synced: 6 days ago
JSON representation
NetBox VLAN Manager Plugin
- Host: GitHub
- URL: https://github.com/miyuk/netbox-vlan-manager
- Owner: miyuk
- License: apache-2.0
- Created: 2023-02-22T17:14:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T11:15:23.000Z (over 1 year ago)
- Last Synced: 2025-12-16T03:22:34.950Z (about 1 month ago)
- Topics: netbox, netbox-plugin
- Language: Python
- Homepage:
- Size: 782 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetBox VLAN Manager
NetBox plugin for viewer of multiple VLAN Group spaces.


## Purpose
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.

## Features
### Models
This plugin provides following Models:
- VLAN Group Set
- Manage multiple VLAN Group
### API
This plugin provides following API:
- Available VLAN
- Extract none used VID searching all VLAN Groups
## Compatibility
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|
## Installation
The plugin is available as a Python package in PyPI and can be installed with pip:
```bash
pip install netbox-vlan-manager
```
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py
```python
PLUGINS = ['netbox_vlan_manager']
```
Restart NetBox
## Configuration
Currently, this plugin is not necessary plugin configuration
## Screenshots
VLAN Group Set List

VLAN Group View Set with VLANs
