{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
BGP Peer Endpoint
{% if object.routing_instance and object.routing_instance.device %} {% endif %}
Device {{ object.routing_instance.device }}
Routing Instance {{ object.routing_instance }}
Peer Group {% if object.peer_group %} {{ object.peer_group }} {% else %} None {% endif %}
Peering Session {% if object.peering %} {{ object.peering }} {% else %} None {% endif %}
Authentication
Secrets {% include "nautobot_bgp_models/inc/native_property.html" with property=object.secret %}
Attributes
Source IP Address {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.source_ip %}
Source Interface {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.source_interface %}
Description {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.description %}
Enabled {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.enabled %}
Autonomous System {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.autonomous_system %}
{% endblock content_left_page %} {% block content_right_page %}
Remote Peer Information
Remote Peer Endpoint {% if object.peer %} {{ object.peer }} {% else %} None {% endif %}
Policy
Import Policy {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.import_policy %}
Export Policy {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object_fields.export_policy %}
{% endblock content_right_page %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %}