]> git.proxmox.com Git - pve-network.git/blob - test/zones/evpn/multipath_relax/expected_controller_config
frr: update config frrversion to 8.2.2
[pve-network.git] / test / zones / evpn / multipath_relax / expected_controller_config
1 frr version 8.2.2
2 frr defaults datacenter
3 hostname localhost
4 log syslog informational
5 service integrated-vtysh-config
6 !
7 !
8 vrf vrf_myzone
9 vni 1000
10 exit-vrf
11 !
12 router bgp 65000
13 bgp router-id 192.168.0.1
14 no bgp default ipv4-unicast
15 coalesce-time 1000
16 neighbor VTEP peer-group
17 neighbor VTEP remote-as 65000
18 neighbor VTEP bfd
19 neighbor 192.168.0.2 peer-group VTEP
20 neighbor 192.168.0.3 peer-group VTEP
21 bgp bestpath as-path multipath-relax
22 neighbor BGP peer-group
23 neighbor BGP remote-as 65000
24 neighbor BGP bfd
25 neighbor 192.168.0.1 peer-group BGP
26 neighbor 192.168.0.2 peer-group BGP
27 neighbor 192.168.0.3 peer-group BGP
28 !
29 address-family ipv4 unicast
30 neighbor BGP activate
31 neighbor BGP soft-reconfiguration inbound
32 exit-address-family
33 !
34 address-family l2vpn evpn
35 neighbor VTEP route-map MAP_VTEP_IN in
36 neighbor VTEP route-map MAP_VTEP_OUT out
37 neighbor VTEP activate
38 advertise-all-vni
39 exit-address-family
40 !
41 router bgp 65000 vrf vrf_myzone
42 bgp router-id 192.168.0.1
43 !
44 route-map MAP_VTEP_IN permit 1
45 !
46 route-map MAP_VTEP_OUT permit 1
47 !
48 line vty
49 !