]> git.proxmox.com Git - pve-network.git/blame - 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
4bd3d7bf 1frr version 8.2.2
1262519c 2frr defaults datacenter
1262519c 3hostname localhost
9c7dded6
AD
4log syslog informational
5service integrated-vtysh-config
1262519c
AD
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
916488cc 35 neighbor VTEP route-map MAP_VTEP_IN in
847f5144 36 neighbor VTEP route-map MAP_VTEP_OUT out
1262519c
AD
37 neighbor VTEP activate
38 advertise-all-vni
39 exit-address-family
32870bdc 40exit
1262519c
AD
41!
42router bgp 65000 vrf vrf_myzone
f34a898e 43 bgp router-id 192.168.0.1
32870bdc 44exit
1262519c 45!
916488cc 46route-map MAP_VTEP_IN permit 1
32870bdc 47exit
916488cc 48!
847f5144 49route-map MAP_VTEP_OUT permit 1
32870bdc 50exit
847f5144 51!
1262519c
AD
52line vty
53!