{% extends "base.html" %} {% block title %}AS215085 - Router tools | BGP neighbor information{% endblock %} {% block content %} BGP neighbor details: {{ neighbor_ip }} {% if error %} Error occurred Unable to retrieve details for this neighbor. {{ error }} {% else %} {{ neighbor_data }} {% endif %} Back to BGP overview {% endblock %}
Unable to retrieve details for this neighbor.
{{ error }}
{{ neighbor_data }}