24 lines
597 B
Text
24 lines
597 B
Text
hostname r5
|
|
!
|
|
ip prefix-list anycast_ip seq 10 permit 198.10.1.0/24 le 32
|
|
!
|
|
route-map anycast_ip permit 10
|
|
match ip address prefix-list anycast_ip
|
|
set extcommunity bandwidth num-multipaths
|
|
!
|
|
route-map anycast_ip permit 20
|
|
!
|
|
router bgp 65302
|
|
bgp router-id 11.1.5.1
|
|
bgp bestpath as-path multipath-relax
|
|
no bgp ebgp-requires-policy
|
|
neighbor 11.1.2.5 remote-as external
|
|
neighbor 11.1.2.5 extended-link-bandwidth
|
|
neighbor 11.1.2.5 timers 3 10
|
|
neighbor 11.1.5.2 remote-as external
|
|
neighbor 11.1.5.2 timers 3 10
|
|
!
|
|
address-family ipv4 unicast
|
|
neighbor 11.1.2.5 route-map anycast_ip out
|
|
!
|
|
!
|