{% load helpers %}
Site | {% if termination.site.region %} {{ termination.site.region }} / {% endif %} {{ termination.site }} |
Termination |
{% if termination.cable %}
{% if perms.dcim.delete_cable %}
{% endif %}
{{ termination.cable }}
{% with peer=termination.get_cable_peer %}
to
{% if peer.device %}
{{ peer.device }}
{% elif peer.circuit %}
{{ peer.circuit }}
{% endif %}
({{ peer }})
{% endwith %}
{% else %}
{% if perms.dcim.add_cable %}
|
Speed | {% if termination.port_speed and termination.upstream_speed %} {{ termination.port_speed|humanize_speed }} {{ termination.upstream_speed|humanize_speed }} {% elif termination.port_speed %} {{ termination.port_speed|humanize_speed }} {% else %} — {% endif %} |
IP Addressing |
{% if termination.connected_endpoint %}
{% for ip in termination.ip_addresses %}
{% if not forloop.first %} {% endif %} {{ ip }} ({{ ip.vrf|default:"Global" }}) {% empty %} None {% endfor %} {% else %} — {% endif %} |
Cross-Connect | {{ termination.xconnect_id|placeholder }} |
Patch Panel/Port | {{ termination.pp_info|placeholder }} |
Description | {{ termination.description|placeholder }} |