-
VLAN Groups gives us a nice list showing available VLANs within that group |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you'd have to use something like a custom validator with python code that does a database lookup. VLAN IDs are necessarily reusable. You might have a VLAN 100 in one site and different VLAN 100 in another site. Indeed, you might have two distinct VLANs, both with ID 100, in the same site. So there is no VID uniqueness enforcement in Netbox. |
Beta Was this translation helpful? Give feedback.
I think you'd have to use something like a custom validator with python code that does a database lookup.
VLAN IDs are necessarily reusable. You might have a VLAN 100 in one site and different VLAN 100 in another site. Indeed, you might have two distinct VLANs, both with ID 100, in the same site. So there is no VID uniqueness enforcement in Netbox.