frr/tests/topotests/bgp_vpnv4_noretain/r2/bgpd.conf

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

55 lines
1.2 KiB
Text
Raw Normal View History

router bgp 65500
bgp router-id 192.0.2.2
neighbor 10.125.0.1 remote-as 65500
address-family ipv4 unicast
no neighbor 10.125.0.1 activate
exit-address-family
address-family ipv4 vpn
neighbor 10.125.0.1 activate
exit-address-family
!
router bgp 65500 vrf vrf1
bgp router-id 192.0.2.2
address-family ipv4 unicast
redistribute connected
label vpn export 201
rd vpn export 192.0.2.2:1
rt vpn import 192.0.2.1:100 192.0.2.2:100 192.0.2.2:200
rt vpn export 192.0.2.2:100
export vpn
import vpn
exit-address-family
!
router bgp 65500 vrf vrf2
bgp router-id 192.0.2.2
address-family ipv4 unicast
redistribute connected
label vpn export 202
rd vpn export 192.0.2.2:2
rt vpn import 192.0.2.1:100 192.0.2.2:100 192.0.2.2:200
rt vpn export 192.0.2.2:200
export vpn
import vpn
exit-address-family
!
router bgp 65500 vrf vrf3
bgp router-id 192.0.2.2
address-family ipv4 unicast
redistribute connected
label vpn export 203
rd vpn export 192.0.2.2:3
rt vpn export 192.0.2.2:300
export vpn
exit-address-family
!
router bgp 65500 vrf vrf4
bgp router-id 192.0.2.2
address-family ipv4 unicast
redistribute connected
label vpn export 204
rd vpn export 192.0.2.2:4
rt vpn export 192.0.2.2:400
export vpn
exit-address-family
!