{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_network_profile_form{% endblock %} {% block form_action %}{% url 'horizon:router:nexus1000v:create_network_profile' %}{% endblock %} {% block modal_id %}create_network_profile_modal{% endblock %} {% block modal-header %}{% trans "Create Network Profile" %}{% endblock %} {% block modal-body %}
{% trans "Name" %}: {% blocktrans %} Select a name for your network profile.{% endblocktrans %}
{% trans "Segment Type" %}: {% blocktrans %} Segment types available are VLAN, Overlay and Trunk.{% endblocktrans %}
{% trans "Segment Sub Type" %}: {% blocktrans %} Sub types available are for the Overlay and Trunk segments. Available sub-types for Overlay are: Native-VXLAN, Enhanced-VXLAN or 'Other' (eg. GRE) which can be manually inputed as a text parameter for subtype. Available sub-type for Trunk is: VLAN.{% endblocktrans %}
{% trans "Segment Range" %}: {% blocktrans %} Segment Ranges are 1-4093 for VLAN and above 5000 for Enhanced-VXLAN Overlay.{% endblocktrans %}