{% extends 'switchinfo/base.html' %}
{% block content %}
{% if switch.image %}
{% endif %}
Location | {{ switch.location|default:"" }} | |
---|---|---|
Model | {% if switch.model %}{{ switch.type|default:"" }} {{ switch.model }} | {% else %}{{ switch.type|default:"" }} {{ switch.model|default:"" }} | {% endif %}
Series | {% if switch.series %}{{ switch.series }} | {% else %}{% endif %} |
Description | {{ switch.description|default:""|linebreaksbr }} |
{% include 'switchinfo/switch_table.html' %}
Update interfaces
Update MAC
{% if switch.has_backup %}
Show config backup
{% endif %}
Show vlans on switch