{% extends 'base.html' %} {% block content %}

BGPLS Topology

{{ speakers | length }} speakers found in context {{ session['context_uuid'] }}
Add BGPLS Speaker
Edit BGPLS Speakers
{% if disdev %} {% for device in disdev %} {% endfor %} {% else %} {% endif %}
Node name Local IGP Id Remote IGP Id Learnt from
{{ device.nodeName }} {{ device.igpID }} {{ device.learntFrom }}
No devices found
{% endblock %}