{% extends 'dcim/device.html' %} {% block title %}{{ device }} - LLDP Neighbors{% endblock %} {% block content %} {% include 'inc/ajax_loader.html' %}
Interface | Configured Device | Configured Interface | LLDP Device | LLDP Interface | ||||
---|---|---|---|---|---|---|---|---|
{{ iface }} | {% if iface.connected_endpoint.device %}{{ iface.connected_endpoint.device }} | {{ iface.connected_endpoint }} | {% elif iface.connected_endpoint.circuit %} {% with circuit=iface.connected_endpoint.circuit %}{{ circuit.provider }} {{ circuit }} | {% endwith %} {% else %}None | {% endif %}