cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
509
Views
0
Helpful
2
Replies

uplink router load balance

rgomez
Level 1
Level 1

Hello,

I would like to know if there is a way to load balance the outgoing traffic from the server´s farm to the clients through several default gateways, or at least return the incoming traffic from their respective router.

There are several commands that sounds appropiated for this feature but I am not sure:

ip source-route

ip record-route

ip ecmp

Also It seems to me like a FW load balance configuration but without the external switch

Beforehand thanks for your comments

Rodolfo Gomez

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

'ip source-route' and 'ip record-route' are standards ip feature (source-routing, record routes, ...) and will not help you here.

However, ecmp is the CSS routing algorithm that wil ldo exactly what you need.

That is you can have multiple routes for one destination and the CSS will use the one from which the incoming traffic came in.

OK,

I appreciate your help.

Thank you.