]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_vpnv4_per_nexthop_label/r2/bgpd.conf
Merge pull request #13506 from anlancs/fix/bfdd-vrf-check
[mirror_frr.git] / tests / topotests / bgp_vpnv4_per_nexthop_label / r2 / bgpd.conf
1 router bgp 65501
2 bgp router-id 192.168.0.2
3 no bgp ebgp-requires-policy
4 neighbor 192.168.0.1 remote-as 65500
5 address-family ipv4 unicast
6 no neighbor 192.168.0.1 activate
7 exit-address-family
8 address-family ipv4 vpn
9 neighbor 192.168.0.1 activate
10 exit-address-family
11 !
12 router bgp 65501 vrf vrf1
13 bgp router-id 192.168.0.2
14 address-family ipv4 unicast
15 redistribute connected
16 label vpn export 102
17 rd vpn export 444:2
18 rt vpn both 52:100
19 export vpn
20 import vpn
21 exit-address-family
22 !
23 interface r2-eth0
24 mpls bgp forwarding
25 !