{% extends "ipdevinfo/base.html" %} {% block content %} {% ifequal port_type 'swport' %} {% endifequal %} {% ifequal port_type 'swport' %} {% endifequal %} {% ifequal port_type 'swport' %} {% endifequal %}
Interface {{ port.interface }} at {{ port.module.netbox.sysname }}
At IP device {{ port.module.netbox }}
At module Module {{ port.module.module_number }}
Interface {{ port.interface }}
IfIndex {{ port.ifindex }}
Port {{ port.port }}
Port name {{ port.port_name }}
Link {{ port.get_link_display|capfirst }}
Speed {{ port.speed }} Mbit
Trunk {{ port.trunk|yesno:"Yes,No,N/A" }}
To IP device {% if port.to_netbox %} {{ port.to_netbox }} {% else %} N/A {% endif %}
To switch port {% if port.to_swport %} {{ port.to_swport }} {% else %} N/A {% endif %}
Patched to {% if port.patch_set.count %} {% else %} N/A {% endif %}
Actions

Statistics

FIXME: Add statistics.

{% ifequal port_type 'gwport' %}

Prefixes

{% endifequal %} {% endblock %}