diff options
author | rebortg <github@ghlr.de> | 2022-03-28 17:53:27 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-03-28 17:53:27 +0200 |
commit | 4bf3e11b7032fd6b5edafad0b42a3f5dc2be6377 (patch) | |
tree | 025796965462b177eae7f8ee9c16998fb57d331a /docs/configexamples/autotest/L3VPN_EVPN/_include | |
parent | 3b6848821c2d7857c8a5ad0f362ae2bfc9787b6b (diff) | |
download | vyos-documentation-4bf3e11b7032fd6b5edafad0b42a3f5dc2be6377.tar.gz vyos-documentation-4bf3e11b7032fd6b5edafad0b42a3f5dc2be6377.zip |
autotest: L3VPN_EVPN pump version and ajust commands
Diffstat (limited to 'docs/configexamples/autotest/L3VPN_EVPN/_include')
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf index 6d161f89..549f3205 100644 --- a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf +++ b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf @@ -18,12 +18,12 @@ set protocols ospf area 0 network '172.29.0.2/31' set protocols ospf area 0 network '172.29.0.6/31' set protocols ospf interface eth1 network 'point-to-point' set protocols ospf interface eth3 network 'point-to-point' +set protocols ospf interface eth1 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.1' set protocols ospf passive-interface 'default' -set protocols ospf passive-interface-exclude 'eth1' -set protocols ospf passive-interface-exclude 'eth3' set protocols ospf redistribute connected set protocols bgp address-family l2vpn-evpn advertise ipv4 unicast diff --git a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf index 3f25f193..84427b86 100644 --- a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf +++ b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf @@ -18,12 +18,12 @@ set protocols ospf area 0 network '172.29.0.2/31' set protocols ospf area 0 network '172.29.0.4/31' set protocols ospf interface eth1 network 'point-to-point' set protocols ospf interface eth2 network 'point-to-point' +set protocols ospf interface eth1 passive disable +set protocols ospf interface eth2 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.2' set protocols ospf passive-interface 'default' -set protocols ospf passive-interface-exclude 'eth1' -set protocols ospf passive-interface-exclude 'eth2' set protocols ospf redistribute connected set protocols bgp address-family l2vpn-evpn advertise ipv4 unicast 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 |