diff options
author | rebortg <github@ghlr.de> | 2022-10-10 16:11:13 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-10-10 16:11:13 +0200 |
commit | 50bf0de51cb71e2800520f25ee92520feafed1f8 (patch) | |
tree | 3dbcc16a34911b0513ea3a8a16eeec7ebdb4324b /docs/configexamples/autotest/L3VPN_EVPN/_include | |
parent | 8fce5147e291ebb7054f3b113da4c3da96a0a9d0 (diff) | |
download | vyos-documentation-50bf0de51cb71e2800520f25ee92520feafed1f8.tar.gz vyos-documentation-50bf0de51cb71e2800520f25ee92520feafed1f8.zip |
autotest: L3VPN_EVPN Version update
Diffstat (limited to 'docs/configexamples/autotest/L3VPN_EVPN/_include')
3 files changed, 12 insertions, 12 deletions
diff --git a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf index 549f3205..4b54e3fd 100644 --- a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf +++ b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE1.conf @@ -28,7 +28,7 @@ set protocols ospf redistribute connected set protocols bgp address-family l2vpn-evpn advertise ipv4 unicast set protocols bgp address-family l2vpn-evpn advertise-all-vni -set protocols bgp local-as '100' +set protocols bgp system-as '100' set protocols bgp neighbor 172.29.255.2 peer-group 'ibgp' set protocols bgp neighbor 172.29.255.3 peer-group 'ibgp' set protocols bgp parameters log-neighbor-changes @@ -45,7 +45,7 @@ set interfaces vxlan vxlan2000 vni '2000' set vrf name blue protocols bgp address-family ipv4-unicast redistribute connected set vrf name blue protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name blue protocols bgp local-as '100' +set vrf name blue protocols bgp system-as '100' set vrf name blue table '2000' set vrf name blue vni '2000' @@ -57,7 +57,7 @@ set interfaces vxlan vxlan3000 vni '3000' set vrf name red protocols bgp address-family ipv4-unicast redistribute connected set vrf name red protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name red protocols bgp local-as '100' +set vrf name red protocols bgp system-as '100' set vrf name red table '3000' set vrf name red vni '3000' @@ -69,7 +69,7 @@ set interfaces vxlan vxlan4000 vni '4000' set vrf name green protocols bgp address-family ipv4-unicast redistribute connected set vrf name green protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name green protocols bgp local-as '100' +set vrf name green protocols bgp system-as '100' set vrf name green table '4000' set vrf name green vni '4000' diff --git a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf index 84427b86..fe61ae17 100644 --- a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf +++ b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE2.conf @@ -28,7 +28,7 @@ set protocols ospf redistribute connected set protocols bgp address-family l2vpn-evpn advertise ipv4 unicast set protocols bgp address-family l2vpn-evpn advertise-all-vni -set protocols bgp local-as '100' +set protocols bgp system-as '100' set protocols bgp neighbor 172.29.255.1 peer-group 'ibgp' set protocols bgp neighbor 172.29.255.3 peer-group 'ibgp' set protocols bgp parameters log-neighbor-changes @@ -45,7 +45,7 @@ set interfaces vxlan vxlan2000 vni '2000' set vrf name blue protocols bgp address-family ipv4-unicast redistribute connected set vrf name blue protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name blue protocols bgp local-as '100' +set vrf name blue protocols bgp system-as '100' set vrf name blue table '2000' set vrf name blue vni '2000' @@ -57,7 +57,7 @@ set interfaces vxlan vxlan3000 vni '3000' set vrf name red protocols bgp address-family ipv4-unicast redistribute connected set vrf name red protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name red protocols bgp local-as '100' +set vrf name red protocols bgp system-as '100' set vrf name red table '3000' set vrf name red vni '3000' @@ -69,7 +69,7 @@ set interfaces vxlan vxlan4000 vni '4000' set vrf name green protocols bgp address-family ipv4-unicast redistribute connected set vrf name green protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name green protocols bgp local-as '100' +set vrf name green protocols bgp system-as '100' set vrf name green table '4000' set vrf name green vni '4000' diff --git a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf index 5c74fa93..78c12003 100644 --- a/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf +++ b/docs/configexamples/autotest/L3VPN_EVPN/_include/PE3.conf @@ -28,7 +28,7 @@ set protocols ospf redistribute connected set protocols bgp address-family l2vpn-evpn advertise ipv4 unicast set protocols bgp address-family l2vpn-evpn advertise-all-vni -set protocols bgp local-as '100' +set protocols bgp system-as '100' set protocols bgp neighbor 172.29.255.1 peer-group 'ibgp' set protocols bgp neighbor 172.29.255.2 peer-group 'ibgp' set protocols bgp parameters log-neighbor-changes @@ -45,7 +45,7 @@ set interfaces vxlan vxlan2000 vni '2000' set vrf name blue protocols bgp address-family ipv4-unicast redistribute connected set vrf name blue protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name blue protocols bgp local-as '100' +set vrf name blue protocols bgp system-as '100' set vrf name blue table '2000' set vrf name blue vni '2000' @@ -57,7 +57,7 @@ set interfaces vxlan vxlan3000 vni '3000' set vrf name red protocols bgp address-family ipv4-unicast redistribute connected set vrf name red protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name red protocols bgp local-as '100' +set vrf name red protocols bgp system-as '100' set vrf name red table '3000' set vrf name red vni '3000' @@ -69,7 +69,7 @@ set interfaces vxlan vxlan4000 vni '4000' set vrf name green protocols bgp address-family ipv4-unicast redistribute connected set vrf name green protocols bgp address-family l2vpn-evpn advertise ipv4 unicast -set vrf name green protocols bgp local-as '100' +set vrf name green protocols bgp system-as '100' set vrf name green table '4000' set vrf name green vni '4000' |