{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock breadcrumbs %} {% block content %}

{% trans "ACI External Subnet" %}

{% trans "ACI Fabric" %} {{ object.aci_fabric|linkify }}
{% trans "ACI Tenant" %} {{ object.aci_tenant|linkify }}
{% trans "ACI L3Out" %} {{ object.aci_l3out|linkify }}
{% trans "ACI External EPG" %} {{ object.aci_external_endpoint_group|linkify }}
{% trans "Matched Prefix" %} {{ object.matched_prefix|placeholder }}
{% trans "NetBox Prefix" %} {{ object.nb_prefix|linkify|placeholder }}
{% trans "Name Alias" %} {{ object.name_alias|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "NetBox Tenant" %} {% if object.nb_tenant.group %} {{ object.nb_tenant.group|linkify }} / {% endif %} {{ object.nb_tenant|linkify|placeholder }}

{% trans "Subnet Scope" %}

{% trans "Import Route Control" %} {% checkmark object.import_route_control_enabled %}
{% trans "Export Route Control" %} {% checkmark object.export_route_control_enabled %}
{% trans "Shared Route Control" %} {% checkmark object.shared_route_control_enabled %}
{% trans "Import Security" %} {% checkmark object.import_security_enabled %}
{% trans "Shared Security" %} {% checkmark object.shared_security_enabled %}
{% trans "Aggregate Import Route Control" %} {% checkmark object.aggregate_import_route_control_enabled %}
{% trans "Aggregate Export Route Control" %} {% checkmark object.aggregate_export_route_control_enabled %}
{% trans "Aggregate Shared Route Control" %} {% checkmark object.aggregate_shared_route_control_enabled %}
{% include 'inc/panels/custom_fields.html' %}

{% trans "Route Summarization" %}

{% trans "BGP Route Summarization" %} {% checkmark object.bgp_route_summarization_enabled %}
{% trans "BGP Policy" %} {{ object.bgp_route_summarization_policy_name|placeholder }}
{% trans "OSPF Route Summarization" %} {% checkmark object.ospf_route_summarization_enabled %}
{% trans "OSPF Policy" %} {{ object.ospf_route_summarization_policy_name|placeholder }}
{% trans "EIGRP Route Summarization" %} {% checkmark object.eigrp_route_summarization_enabled %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}