{% extends '_base.html' %} {% block title %}{{ device }} - LLDP Neighbors{% endblock %} {% block content %} {% include 'dcim/inc/_device_header.html' with active_tab='lldp-neighbors' %}
Interface | Configured Device | Configured Interface | LLDP Device | LLDP Interface | ||
---|---|---|---|---|---|---|
{{ iface }} | {% if iface.connection %} {% with iface.get_connected_interface as connected_iface %}{{ connected_iface.device }} | {{ connected_iface }} | {% endwith %} {% else %}None | {% endif %}