mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
817 B
817 B
VLANs
A Virtual LAN (VLAN) represents an isolated layer two domain, identified by a name and a numeric ID (1-4094) as defined in IEEE 802.1Q. VLANs are arranged into VLAN groups to define scope and to enforce uniqueness.
Fields
ID
A 12-bit numeric ID for the VLAN, 1-4094 (inclusive).
Name
The configured VLAN name.
Status
The VLAN's operational status.
!!! tip
Additional statuses may be defined by setting VLAN.status
under the FIELD_CHOICES
configuration parameter.
Role
The user-defined functional role assigned to the VLAN.
VLAN Group or Site
The VLAN group or site to which the VLAN is assigned.