{% extends 'layout.html' %} {% block title %}Configure Interface • Network Command{% endblock %} {% block body %}
Description: | {{config['description']}} |
Mode: | {% if 'port-mode' in config['unit']['family']['ethernet-switching'] %}{{config['unit']['family']['ethernet-switching']['port-mode']}}{% else %}Access{% endif %} |
VLANs: | {% if config['unit']['family']['ethernet-switching']['vlan']['members'] is iterable and config['unit']['family']['ethernet-switching']['vlan']['members'] is not string %} {% for vlan in config['unit']['family']['ethernet-switching']['vlan']['members'] %} {{vlan}}{{ "," if not loop.last }} {% endfor %} {% else %} {{config['unit']['family']['ethernet-switching']['vlan']['members']}} {% endif %} |