1
0
Fork 0
frr/tests/topotests/bgp_vpnv6_per_nexthop_label/r2/bgpd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
536 B
Text
Raw Permalink Normal View History

router bgp 65501
bgp router-id 192.168.0.2
no bgp ebgp-requires-policy
neighbor 192:168::1 remote-as 65500
address-family ipv4 unicast
no neighbor 192:168::1 activate
exit-address-family
address-family ipv6 vpn
neighbor 192:168::1 activate
exit-address-family
!
router bgp 65501 vrf vrf1
bgp router-id 192.168.0.2
address-family ipv6 unicast
redistribute connected
label vpn export 102
rd vpn export 444:2
rt vpn both 52:100
export vpn
import vpn
exit-address-family
!
interface r2-eth0
mpls bgp forwarding
!