R6
router bgp 1.301
bgp asnotation dot
bgp log-neighbor-changes
network 66.6.6.6 mask 255.255.255.255
aggregate-address 69.0.0.0 255.224.0.0
redistribute connected route-map conn
neighbor 16.0.0.1 remote-as 101
neighbor 16.0.0.1 next-hop-self
neighbor 56.0.0.5 remote-as 101
neighbor 56.0.0.5 route-map MED out
R6#
ip prefix-list dotsix seq 5 permit 69.1.1.0/24
ip prefix-list dotsix seq 10 permit 69.2.1.0/24
!
route-map MED permit 10
match ip address prefix-list dotsix
set metric 100
!
route-map MED permit 20
R5
R1
No comments:
Post a Comment