{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Auto-cable two ports{% endblock %} {% block content %}
{{ plan.reason }}
{% if plan.path_steps %}Path:
Path: {{ plan.path_names|join:" → " }}
{% endif %} {% if plan.status == 'propose_direct_no_path' %}Saturated path — {{ plan.saturated_hops|length }} bottleneck(s) along the shortest path. You must add fiber (or pull a bridge) on each:
| Bottleneck (rack ↔ rack) | Free | Total | To add |
|---|---|---|---|
| {{ h.a }} ↔ {{ h.b }} | {{ h.free }} | {{ h.total }} | ≥ 1 fiber |
Why no cabling ?
{% if plan.off_backbone_a or plan.off_backbone_b %}One of the racks has no backbone panel for this media (neither in its rack nor in its room) — you must first connect it to the backbone, or choose two ports located on the backbone.
{% elif plan.disconnected %}The two racks are on unconnected backbone segments: no trunk connects them. A direct cable is only possible within the same room.
{% endif %} {% if plan.alt_media %} {% endif %}Cables to create ({{ rows|length }}) — from endpoint A to endpoint B:
| # | Location | From | To | Cable |
|---|---|---|---|---|
| {{ r.n }} | {{ r.rack }}{% if r.bridge %} bridge{% endif %} | {{ r.from }} | {{ r.to }} | {{ r.cable_type }} |