{% extends 'dcim/device/base.html' %} {% load static %} {% block title %}{{ object }} - LLDP Neighbors{% endblock %} {% block head %} {% endblock %} {% block content %}
Loading...
LLDP Neighbors
{% for iface in interfaces %} {% with peer=iface.connected_endpoints.0 %} {% if peer.device %} {% elif peer.circuit %} {% with circuit=peer.circuit %} {% endwith %} {% else %} {% endif %} {% endwith %} {% endfor %}
Interface Configured Device Configured Interface LLDP Device LLDP Interface
{{ iface }} {{ peer.device }} {{ peer }} {{ circuit.provider }} {{ circuit }} None
{% endblock %} {% block data %} {% endblock %}