Interface {{ port.ifname }}
{% if port.module %}
at {{ port.module.netbox.get_short_sysname }}
{% endif %}
At IP device |
{{ port.netbox }}
|
Interface |
{{ port.ifdescr }} |
At module |
{% if port.module %}
Module {{ port.module.name }}
{% else %}
No module
{% endif %}
|
Port name |
{{ port.ifalias|default:"N/A" }} |
Link |
{{ port.get_link_display|capfirst }} |
Speed |
{{ port.speed }} Mbit
{% if port.duplex %}
{{ port.get_duplex_display|capfirst }}
{% endif %}
|
{% if debug %}
ifIndex |
{{ port.ifindex }} |
Baseport |
{{ port.baseport }} |
{% endif %}