{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
BGP Peer-Endpoint Address-Family
{% if object.peer_endpoint.routing_instance and object.peer_endpoint.routing_instance.device %} {% else %} {% endif %}
Device{{ object.peer_endpoint.routing_instance.device }}None
Routing Instance {{ object.peer_endpoint.routing_instance }}
Peer Endpoint {{ object.peer_endpoint }}
Attributes
AFI-SAFI {{ object.afi_safi }}
Multipath {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object.fields_inherited.multipath %}
{% endblock content_left_page %} {% block content_right_page %}
Policy
Import Policy {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object.fields_inherited.import_policy %}
Export Policy {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object.fields_inherited.export_policy %}
{% endblock content_right_page %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %}