Interface {{ port }}
{% include 'ipdevinfo/frag-disclaimer.html' %}
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 }}
{% if detention.status == 'disabled' %}
(Disabled by Arnold)
{% endif %}
{% if port.is_degraded %}
Degraded
{% endif %}
|
Speed |
{{ port.speed }} Mbit
{% if port.duplex %}
{{ port.get_duplex_display|capfirst }}
{% endif %}
|
Hardware address |
{{ port.ifphysaddress|default:"N/A"|upper }} |
{% if debug %}
ifIndex |
{{ port.ifindex }} |
Baseport |
{{ port.baseport }} |
{% endif %}