• Remove the previously configured next-hop-self statements.
• Configure an outbound route-map on R4, and an inbound route-map on R1 in order to resolve any next-hop reachability issues for the routes learned from AS 54.
R1:
router bgp 100
neighbor 155.1.146.6 route-map SET_NEXT_HOP_FROM_R6 in
!
route-map SET_NEXT_HOP_FROM_R6 permit 10
set ip next-hop 155.1.146.6
R4:
router bgp 100
no neighbor 155.1.146.1 next-hop-self
neighbor 155.1.146.1 route-map SET_NEXT_HOP_TO_R1 out
!
route-map SET_NEXT_HOP_TO_R1 permit 10
set ip next-hop 155.1.146.4
R6:
router bgp 100
no neighbor 155.1.146.1 next-hop-self
沒有留言:
張貼留言