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

VRF Import

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

CSV Format

Field Description Example
Name Name of VRF Customer_ABC
RD Route distinguisher 65000:123456
Description Short description (optional) Native VRF for customer ABC

Example

Customer_ABC,65000:123456,Native VRF for customer ABC
{% endblock %}