1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

12 lines
490 B
Markdown
Raw Normal View History

2020-03-05 11:16:54 -05:00
# VLANs
2021-04-05 12:55:57 -04:00
A VLAN represents an isolated layer two domain, identified by a name and a numeric ID (1-4094) as defined in [IEEE 802.1Q](https://en.wikipedia.org/wiki/IEEE_802.1Q). VLANs are arranged into VLAN groups to define scope and to enforce uniqueness.
2020-03-05 11:16:54 -05:00
Each VLAN must be assigned one of the following operational statuses:
* Active
* Reserved
* Deprecated
2020-07-30 12:55:51 -04:00
As with prefixes, each VLAN may also be assigned a functional role. Prefixes and VLANs share the same set of customizable roles.