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

CSV Format

Field Description Example
Device A Device name or {ID} abc1-core1
Interface A Interface name xe-0/0/6
Device B Device name or {ID} abc1-switch7
Interface B Interface name xe-0/0/0
Connection Status "planned" or "connected" planned

Example

abc1-core1,xe-0/0/6,abc1-switch7,xe-0/0/0,planned
{% endblock %}