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

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

16 lines
298 B
Text
Raw Normal View History

! exit1
router bgp 1
no bgp ebgp-requires-policy
neighbor 10.0.0.2 remote-as 2
address-family ipv4 unicast
redistribute static
neighbor 10.0.0.2 route-map rmap out
exit-address-family
ip prefix-list plist seq 5 permit any
route-map rmap permit 1
match ip address prefix-list plist
!