Select All
Service Tag
Hostname
Click for Naming Conventions
OS
{% for os in avail_os %}
{{os}}
{% endfor %}
Application Profile
{% for prof in avail_profiles %} {% if prof == "none" %}
{{prof}}
{% else %}
{{prof}}
{% endif %} {% endfor %}
Network:SwitchPortVLAN
{% for instance in data %} {% with loop=forloop.counter %}
{% csrf_token %}
{{ instance.svctag }}
{% for title, value in instance.other %}
{{title}}
{{value}}
{% endfor %}
*Host name is required*
*OS is required*
{% for os in avail_os %}
{{os}}
{% endfor %}
*Please choose 'none'if you do not want to install an Application Profile*
{% for prof in avail_profiles %} {% if prof == "none" %}
{{prof}}
{% else %}
{{prof}}
{% endif %} {% endfor %}
{{instance.sw_name}}
{{instance.sw_port}}
*VLAN is required*
{% for vlan in instance.vlans %}
{{vlan}}
{% endfor %}
{% endwith %} {% endfor %}
Submit