]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/bgpd.conf
bgp_l3vpn_to_bgp_vrf: update to current vpn-vrf leak syntax and behavior
[mirror_frr.git] / tests / topotests / bgp_l3vpn_to_bgp_vrf / r2 / bgpd.conf
1 frr defaults traditional
2
3 hostname r2
4 password zebra
5 log stdout notifications
6 log monitor notifications
7 log commands
8 log file /tmp/topotests/bgp_l3vpn_to_bgp_vrf.test_bgp_l3vpn_to_bgp_vrf/r2-bgpd.log debugging
9
10 router bgp 5226
11 bgp router-id 2.2.2.2
12 bgp cluster-id 2.2.2.2
13 neighbor 1.1.1.1 remote-as 5226
14 neighbor 1.1.1.1 update-source 2.2.2.2
15 neighbor 3.3.3.3 remote-as 5226
16 neighbor 3.3.3.3 update-source 2.2.2.2
17 neighbor 4.4.4.4 remote-as 5226
18 neighbor 4.4.4.4 update-source 2.2.2.2
19 address-family ipv4 unicast
20 no neighbor 1.1.1.1 activate
21 no neighbor 3.3.3.3 activate
22 no neighbor 4.4.4.4 activate
23 exit-address-family
24 address-family ipv4 vpn
25 neighbor 1.1.1.1 activate
26 neighbor 1.1.1.1 route-reflector-client
27 neighbor 3.3.3.3 activate
28 neighbor 3.3.3.3 route-reflector-client
29 neighbor 4.4.4.4 activate
30 neighbor 4.4.4.4 route-reflector-client
31 exit-address-family
32 end
33
34
35