{% extends "ipdevinfo/base.html" %} {% block content %}
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 %}
|
Actions |
FIXME: Add statistics.
{% ifequal port_type 'gwport' %}