frr/tests/topotests/bgp_link_bw_ip/r9/bgpd.conf

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

18 lines
352 B
Text
Raw Normal View History

hostname r9
!
ip prefix-list redist seq 10 permit 0.0.0.0/0 ge 32
!
route-map redist permit 10
match ip address prefix-list redist
!
router bgp 65353
bgp router-id 11.1.5.2
no bgp ebgp-requires-policy
neighbor 11.1.5.1 remote-as external
neighbor 11.1.5.1 timers 3 10
!
address-family ipv4 unicast
redistribute connected route-map redist
!
!