{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {% extends 'base/layout.html' %} {% block title %}Attach VLAN — {{ object }}{% endblock %} {% block content %}
Attach VLAN to {{ object }}

Attach an existing VLAN to {{ object }}. The device↔VLAN link is the overlay, not the VLAN group — so the same shared VLAN can be attached to several devices and a rename then propagates to all of them. The vid + name are written to the device on the next Apply. To create a brand-new VLAN first, use IPAM → VLANs (put it in a shared group, not a per-device nso-* group).

{% if vlans %}
{% csrf_token %}
Cancel
{% else %}

No unattached VLANs available. Create one first (IPAM → VLANs).

{% endif %}
{% endblock %}