]> git.proxmox.com Git - pve-network.git/blame - 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
CommitLineData
1262519c
AD
1log syslog informational
2ip forwarding
3ipv6 forwarding
4frr defaults datacenter
5service integrated-vtysh-config
6hostname localhost
7!
8!
9vrf vrf_myzone
10 vni 1000
11exit-vrf
12!
13router 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
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
42!
847f5144
AD
43route-map MAP_VTEP_OUT permit 1
44!
1262519c
AD
45line vty
46!