File tree Expand file tree Collapse file tree
roles/dtc/common/templates/ndfc_fabric/ebgp_vxlan_fabric Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{# Auto-generated NDFC eBGP VXLAN EVPN Base config data structure for fabric {{ vxlan.fabric.name }} #}
22{% from 'macros/convert_ranges.j2' import convert_ranges as convert_ranges %}
33- FABRIC_NAME: {{ vxlan.fabric.name }}
4- FABRIC_TYPE: Easy_Fabric_eBGP
4+ FABRIC_TYPE: BGP
55 DEPLOY: False
66
77{# Include NDFC eBGP VXLAN EVPN General Template #}
88{% include '/ndfc_fabric/ebgp_vxlan_fabric/general/ebgp_vxlan_fabric_general.j2' %}
99
10+ {# Include NDFC eBGP VXLAN EVPN Template #}
11+ {% include '/ndfc_fabric/ebgp_vxlan_fabric/evpn/ebgp_vxlan_fabric_evpn.j2' %}
12+
1013{# Include NDFC eBGP VXLAN EVPN vPC Template #}
1114{% include '/ndfc_fabric/ebgp_vxlan_fabric/vpc/ebgp_vxlan_fabric_vpc.j2' %}
1215
16+ {# Include NDFC eBGP VXLAN EVPN Protocols Template #}
17+ {% include '/ndfc_fabric/ebgp_vxlan_fabric/protocols/ebgp_vxlan_fabric_protocols.j2' %}
18+
1319{% if ndfc_version | cisco .nac_dc_vxlan .version_compare ('12.2.2' , '>=' ) %}
1420{# Include NDFC eBGP VXLAN EVPN Security Template #}
1521{% include '/ndfc_fabric/ebgp_vxlan_fabric/security/ebgp_vxlan_fabric_security.j2' %}
1622{% endif %}
1723
24+ {# Include NDFC eBGP VXLAN EVPN Advanced Template #}
25+ {% include '/ndfc_fabric/ebgp_vxlan_fabric/advanced/ebgp_vxlan_fabric_advanced.j2' %}
26+
1827{# Include NDFC eBGP VXLAN EVPN Manageability Template #}
1928{% include '/ndfc_fabric/ebgp_vxlan_fabric/manageability/ebgp_vxlan_fabric_manageability.j2' %}
2029
You can’t perform that action at this time.
0 commit comments