08-05-2020 11:42 AM
Hi there!
We have an ASR 9001 that I'm wanting to better balance our outbound traffic for.
Our setup is as follows
Router -> Tier 1 ISP X
Router -> BGP peer with another public ASN -> Tier 1 ISP Y
It was easy to balance the incoming traffic, I simply prepended our ASN once to ISP X, however I'm having a difficult time balancing outbound traffic.
Ideally what I'd like to do is simply strip out the ASN that's in the middle of going to ISP Y so that BGP bestpath is more accurate. However I have not found a way to do this, as it's a public ASN.
Any assistance or ideas would be appreciated.
Thanks!
Solved! Go to Solution.
08-17-2020 12:53 PM
Thanks Paul, I appreciate the assistance. Would this failover to the other ISP if said ISP it's set as the next-hop to failed? It doesnt seem like it to me, but I could be wrong.
08-17-2020 03:48 PM - edited 08-17-2020 03:49 PM
Hello
@blacksnow94 wrote:
Thanks Paul, I appreciate the assistance. Would this failover to the other ISP if said ISP it's set as the next-hop to failed? It doesnt seem like it to me, but I could be wrong.
Hello
A rudimentary resilience for pbr would be to specify a second next hop in the same route
map or you could apply some ip verification on the tracking which is a little more configuration but a lot more deterministic
ip sla 10
icmp-echo <next-hop>
ip sla schedule 10 start-time now life forever
track 10 rtr 10 reachability
route-map xx
set ip next-hop verify-availability <next-hop>
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