]> git.proxmox.com Git - pve-network.git/blame - test/zones/evpn/multipath_relax/expected_controller_config
controllers: bgp: add bgp-multipath-as-path-relax option
[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
36 neighbor VTEP activate
37 advertise-all-vni
38 exit-address-family
39!
40router bgp 65000 vrf vrf_myzone
41!
42line vty
43!