{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }}
{% trans "Device" %} | {{ object.device|linkify }} |
---|---|
{% trans "Module" %} | {{ object.module|linkify|placeholder }} |
{% trans "Name" %} | {{ object.name }} |
{% trans "Label" %} | {{ object.label|placeholder }} |
{% trans "Type" %} | {{ object.get_type_display }} |
{% trans "Speed/Duplex" %} | {{ object.speed|humanize_speed|placeholder }} / {{ object.get_duplex_display|placeholder }} |
{% trans "MTU" %} | {{ object.mtu|placeholder }} |
{% trans "Enabled" %} | {% checkmark object.enabled %} |
{% trans "Management Only" %} | {% checkmark object.mgmt_only %} |
{% trans "Description" %} | {{ object.description|placeholder }} |
{% trans "PoE Mode" %} | {{ object.get_poe_mode_display|placeholder }} |
{% trans "PoE Type" %} | {{ object.get_poe_type_display|placeholder }} |
{% trans "802.1Q Mode" %} | {{ object.get_mode_display|placeholder }} |
{% trans "Transmit power (dBm)" %} | {{ object.tx_power|placeholder }} |
{% trans "Tunnel" %} | {{ object.tunnel_termination.tunnel|linkify|placeholder }} |
{% trans "L2VPN" %} | {{ object.l2vpn_termination.l2vpn|linkify|placeholder }} |
{% trans "Parent" %} | {{ object.parent|linkify|placeholder }} |
---|---|
{% trans "Bridge" %} | {{ object.bridge|linkify|placeholder }} |
{% trans "LAG" %} | {{ object.lag|linkify|placeholder }} |
{% trans "MAC Address" %} | {{ object.mac_address|placeholder }} |
---|---|
{% trans "WWN" %} | {{ object.wwn|placeholder }} |
{% trans "VRF" %} | {{ object.vrf|linkify|placeholder }} |
{% trans "Local" %} | {% if peer %}{% trans "Peer" %} | {% endif %}|
---|---|---|
{% trans "Role" %} | {{ object.get_rf_role_display|placeholder }} | {% if peer %}{{ peer.get_rf_role_display|placeholder }} | {% endif %}
{% trans "Channel" %} | {{ object.get_rf_channel_display|placeholder }} | {% if peer %}{{ peer.get_rf_channel_display|placeholder }} | {% endif %}
{% trans "Channel Frequency" %} | {% if object.rf_channel_frequency %} {{ object.rf_channel_frequency|floatformat:"-2" }} {% trans "MHz" %} {% else %} {{ ''|placeholder }} {% endif %} | {% if peer %}{% if peer.rf_channel_frequency %} {{ peer.rf_channel_frequency|floatformat:"-2" }} {% trans "MHz" %} {% else %} {{ ''|placeholder }} {% endif %} | {% endif %}
{% trans "Channel Width" %} | {% if object.rf_channel_width %} {{ object.rf_channel_width|floatformat:"-3" }} {% trans "MHz" %} {% else %} {{ ''|placeholder }} {% endif %} | {% if peer %}{% if peer.rf_channel_width %} {{ peer.rf_channel_width|floatformat:"-3" }} {% trans "MHz" %} {% else %} {{ ''|placeholder }} {% endif %} | {% endif %}
{% trans "Group" %} | {% trans "SSID" %} | |
---|---|---|
{{ wlan.group|linkify|placeholder }} | {{ wlan|linkify:"ssid" }} | |
{% trans "None" %} |
{% trans "Parent" %} | {% trans "Interface" %} | {% trans "Type" %} |
---|---|---|
{{ member.device|linkify }} | {{ member|linkify }} | {{ member.get_type_display }} |
{% trans "No member interfaces" %} |