06-29-2016 11:30 PM - edited 03-08-2019 06:26 AM
Hi,
I have attached a photo can you please have a look and let me know what configuration we can do for inbound traffic in ospf ans bgp
06-30-2016 12:34 AM
Hi
Theres a few ways to do it using path attributes but local pref is usually preferred for adjusting incoming routes as preferred path your learning from the ISP , if you use the below on the preferred ebgp neighbour it will make that path more preferred as the local pref will higher than the default 100
router bgp xxx
neighbor x.x.x.x route-map LP.Prefer in
access-list 101 permit ip any any
!
route-map LP.Prefer permit 10
match ip address 101
set local-preference 200
route-map LP.Prefer permit 20
07-03-2016 07:59 PM
I think you didnt under stand my qustion. please go through one more time.
I am asking how can we send the traffic out from the arrow sign link
07-03-2016 11:49 PM
your learning routes in from both providers PE1 and PE2 yes is that correct ?
if you want your lan traffic to go out PE1 you need to make the routes coming in from PE1 more preferred or else use another path attribute to make it more preferable , setting all routes coming in from PE1 with higher LP will make it more preferred for lan traffic in BGP table
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide