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