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

Console Connections Import

{% csrf_token %} {% render_form form %}

CSV Format

Field Description Example
Console server Device name or {ID} abc1-cs3
Console server port Full CS port name Port 35
Device Device name or {ID} abc1-switch7
Console Port Console port name Console
Connection Status "planned" or "connected" planned

Example

abc1-cs3,Port 35,abc1-switch7,Console,planned
{% endblock %}