1
0
Fork 0
frr/tests/topotests/bgp_path_selection/r1/bgpd.conf

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

28 lines
695 B
Text
Raw Permalink Normal View History

router bgp 65001
no bgp ebgp-requires-policy
neighbor 192.0.2.2 remote-as 65002
neighbor 192.0.2.2 timers 1 3
neighbor 192.0.2.2 timers connect 1
neighbor 192.0.2.2 ebgp-multihop 2
neighbor 192.0.2.3 remote-as 65002
neighbor 192.0.2.3 timers 1 3
neighbor 192.0.2.3 timers connect 1
neighbor 192.0.2.3 ebgp-multihop 2
address-family ipv4
redistribute connected
exit-address-family
address-family ipv4 vpn
neighbor 192.0.2.2 activate
neighbor 192.0.2.3 activate
exit-address-family
!
router bgp 65001 vrf vrf1
bgp router-id 192.0.2.1
address-family ipv4 unicast
label vpn export 101
rd vpn export 101:1
rt vpn both 52:100
import vpn
export vpn
exit-address-family
!