{% extends '_base.html' %} {% load render_table from django_tables2 %} {% load form_helpers %} {% block title %}VLAN Import{% endblock %} {% block content %}

VLAN Import

{% csrf_token %} {% render_form form %}
Cancel

CSV Format

Field Description Example
Site Name of assigned site LAS2
Group Name of VLAN group (optional) Backend Network
ID Configured VLAN ID 1400
Name Configured VLAN name Cameras
Tenant Name of tenant (optional) Internal
Status Current status Active
Role Functional role (optional) Security
Description Short description (optional) Security team only

Example

LAS2,Backend Network,1400,Cameras,Internal,Active,Security,Security team only
{% endblock %}