]> git.proxmox.com Git - pve-network.git/blob - test/zones/evpn/multipath_relax/expected_controller_config
controllers: evpn/bgp : add exitnodes-primary && rework route-map
[pve-network.git] / test / zones / evpn / multipath_relax / expected_controller_config
1 log syslog informational
2 ip forwarding
3 ipv6 forwarding
4 frr defaults datacenter
5 service integrated-vtysh-config
6 hostname localhost
7 !
8 !
9 vrf vrf_myzone
10 vni 1000
11 exit-vrf
12 !
13 router bgp 65000
14 bgp router-id 192.168.0.1
15 no bgp default ipv4-unicast
16 coalesce-time 1000
17 neighbor VTEP peer-group
18 neighbor VTEP remote-as 65000
19 neighbor VTEP bfd
20 neighbor 192.168.0.2 peer-group VTEP
21 neighbor 192.168.0.3 peer-group VTEP
22 bgp bestpath as-path multipath-relax
23 neighbor BGP peer-group
24 neighbor BGP remote-as 65000
25 neighbor BGP bfd
26 neighbor 192.168.0.1 peer-group BGP
27 neighbor 192.168.0.2 peer-group BGP
28 neighbor 192.168.0.3 peer-group BGP
29 !
30 address-family ipv4 unicast
31 neighbor BGP activate
32 neighbor BGP soft-reconfiguration inbound
33 exit-address-family
34 !
35 address-family l2vpn evpn
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 !
43 route-map MAP_VTEP_OUT permit 1
44 !
45 line vty
46 !