summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_vrf_route_leak_basic/r1/bgpd.conf
blob: 03dfbf9322c7f987fb7c6dd79a4f341961ba0522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
hostname r1

router bgp 99 vrf DONNA
  no bgp ebgp-requires-policy
  address-family ipv4 unicast
    redistribute connected
    import vrf EVA
  !
!
router bgp 99 vrf EVA
  no bgp ebgp-requires-policy
  address-family ipv4 unicast
    redistribute connected
    import vrf DONNA
  !
!