]> git.proxmox.com Git - pve-network.git/blame - test/zones/evpn/multipath_relax/expected_controller_config
controllers: evpn: fix multiple exit-nodes with route-map filtering
[pve-network.git] / test / zones / evpn / multipath_relax / expected_controller_config
CommitLineData
9c7dded6 1frr version 8.0.1
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
40!
41router bgp 65000 vrf vrf_myzone
f34a898e 42 bgp router-id 192.168.0.1
1262519c 43!
916488cc
AD
44route-map MAP_VTEP_IN permit 1
45!
847f5144
AD
46route-map MAP_VTEP_OUT permit 1
47!
1262519c
AD
48line vty
49!