{% extends 'generic/object_detail.html' %} {% load helpers %} {% load static %} {% block content_left_page %}
BGP Peer Group
{% if object.routing_instance and object.routing_instance.device %} {% else %} {% endif %} {% if object.vrf %} {% else %} {% endif %}
Name {{ object.name }}
Device{{ object.routing_instance.device }}None
Routing Instance {{ object.routing_instance }}
VRF{{ object.vrf }}None
Peer Group Template
Template {% include "nautobot_bgp_models/inc/native_property.html" with property=object.peergroup_template %}
Authentication
Secrets {% include "nautobot_bgp_models/inc/native_property.html" with property=object.secret %}
Attributes
Source IP Address {% include "nautobot_bgp_models/inc/native_property.html" with property=object.source_ip %}
Source Interface {% include "nautobot_bgp_models/inc/native_property.html" with property=object.source_interface %}
Description {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object.fields_inherited.description %}
Enabled {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object.fields_inherited.enabled %}
Autonomous System {% include "nautobot_bgp_models/inc/inheritable_property.html" with property=object.fields_inherited.autonomous_system %}
{% endblock content_left_page %} {% block content_right_page %}
Peer Group Address-Families
{% for af in object.address_families.all %} {% endfor %}
{{ af.afi_safi }}
Peerings In This Group
{% for endpoint in object.endpoints.all %} {% endfor %}
{{ endpoint }} peered to {{ endpoint.peer }}
{% endblock content_right_page %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %}