]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_vpnv6_per_nexthop_label/rr/bgpd.conf
topotests: add bgp_vpnv6 test allocation
[mirror_frr.git] / tests / topotests / bgp_vpnv6_per_nexthop_label / rr / bgpd.conf
1 router bgp 65500
2 bgp router-id 100.100.100.100
3 no bgp network import-check
4 neighbor 192:2::1 remote-as 65500
5 neighbor 192:2::11 remote-as 65500
6 neighbor 192:2::12 remote-as 65500
7 address-family ipv4 unicast
8 no neighbor 192:2::1 activate
9 no neighbor 192:2::11 activate
10 no neighbor 192:2::12 activate
11 !
12 address-family ipv6 unicast
13 neighbor 192:2::1 activate
14 neighbor 192:2::1 route-reflector-client
15 neighbor 192:2::1 nexthop-local unchanged
16 neighbor 192:2::11 activate
17 neighbor 192:2::11 route-reflector-client
18 neighbor 192:2::11 nexthop-local unchanged
19 neighbor 192:2::12 activate
20 neighbor 192:2::12 route-reflector-client
21 neighbor 192:2::12 nexthop-local unchanged
22 exit-address-family
23 !
24