Skip to content

Commit 835147d

Browse files
committed
OS10: Redistribute EVPN prefixes into VRF OSPF instances
1 parent 2d75c8b commit 835147d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netsim/ansible/templates/vrf/dellos10.ospfv2-vrf.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ router ospf {{ vdata.vrfidx }} vrf {{ vname }}
77
{% if bgp.as is defined %}
88
redistribute bgp {{ bgp.as }}
99
{% endif %}
10+
{% if 'evpn' in module %}
11+
redistribute l2vpn evpn
12+
{% endif %}
1013
{% if vdata.ospf.reference_bandwidth is defined %}
1114
auto-cost reference-bandwidth {{ vdata.ospf.reference_bandwidth }}
1215
{% endif %}

0 commit comments

Comments
 (0)