{% load helpers %}
| Location | {% include 'dcim/inc/location_hierarchy.html' with location=termination.location %} |
| Cable | {% include 'circuits/inc/circuit_termination_cable_fragment.html' %} |
| Provider Network | {{ termination.provider_network|hyperlinked_object }} |
| Cloud Network | {{ termination.cloud_network|hyperlinked_object }} |
| 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|hyperlinked_object }} ({{ 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 }} |