]> git.proxmox.com Git - pve-network.git/blame_incremental - test/zones/evpn/multipath_relax/expected_controller_config
frr: config : add exit on router && routemaps.
[pve-network.git] / test / zones / evpn / multipath_relax / expected_controller_config
... / ...
CommitLineData
1frr version 8.2.2
2frr defaults datacenter
3hostname localhost
4log syslog informational
5service integrated-vtysh-config
6!
7!
8vrf vrf_myzone
9 vni 1000
10exit-vrf
11!
12router 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
40exit
41!
42router bgp 65000 vrf vrf_myzone
43 bgp router-id 192.168.0.1
44exit
45!
46route-map MAP_VTEP_IN permit 1
47exit
48!
49route-map MAP_VTEP_OUT permit 1
50exit
51!
52line vty
53!