diff options
Diffstat (limited to 'docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf')
-rw-r--r-- | docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf index a1bdd97e..5c74fa93 100644 --- a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf +++ b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf @@ -18,12 +18,12 @@ set protocols ospf area 0 network '172.29.0.4/31' set protocols ospf area 0 network '172.29.0.6/31' set protocols ospf interface eth2 network 'point-to-point' set protocols ospf interface eth3 network 'point-to-point' +set protocols ospf interface eth2 passive disable +set protocols ospf interface eth3 passive disable set protocols ospf log-adjacency-changes detail set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '172.29.255.3' set protocols ospf passive-interface 'default' -set protocols ospf passive-interface-exclude 'eth3' -set protocols ospf passive-interface-exclude 'eth2' set protocols ospf redistribute connected set protocols bgp address-family l2vpn-evpn advertise ipv4 unicast |