{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% block content %}
BGP Peer Address Family
Assigned Object {{ object.assigned_object|linkify }}
Address Family {{ object.address_family|linkify }}
Enabled {{ object.enabled }}
Route Map (in) {{ object.routemap_in|linkify }}
Route Map (out) {{ object.routemap_out|linkify }}
Prefix List (in) {{ object.prefixlist_in|linkify }}
Prefix List (out) {{ object.prefixlist_out|linkify }}
{% include 'netbox_routing/inc/settings.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}