{% extends 'dcim/device/base.html' %} {% load static %} {% block title %}{{ object }} - LLDP Neighbors{% endblock %} {% block head %} {% endblock %} {% block content %}
Loading...
LLDP Neighbors
{% comment %}
{% endcomment %}
{% 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 data %} {% endblock %}