frr/tests/topotests/bgp_link_bw_ip/r8/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 r8
!
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 65352
bgp router-id 11.1.4.6
no bgp ebgp-requires-policy
neighbor 11.1.4.5 remote-as external
neighbor 11.1.4.5 timers 3 10
!
address-family ipv4 unicast
redistribute connected route-map redist
!
!