{% 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
ID Configured VLAN ID 1400
Name Configured VLAN name Cameras
Status Current status Active
Role Functional role (optional) Security

Example

LAS2,1400,Cameras,Active,Security
{% endblock %}