{% extends 'utilities/obj_import.html' %} {% load render_table from django_tables2 %} {% load form_helpers %} {% block title %}VRF Import{% endblock %} {% block instructions %}

CSV Format

Field Description Example
Name Name of VRF Customer_ABC
RD Route distinguisher 65000:123456
Tenant Name of tenant (optional) ABC01
Enforce uniqueness Prevent duplicate prefixes/IP addresses True
Description Short description (optional) Native VRF for customer ABC

Example

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