07-23-2010 08:46 PM
Hi,
Just to ask if CSS can support the architect that 2 service group with different upstream.
It seems if I set a default route then I can have only one upstream routing path.
Thanks.
07-25-2010 03:49 AM
you can configure mulitple gateway/upstream.
The CSS by default select the correct route....the one that corresponds to the inbound request.
So, if request came in from upstream-A the response will be sent through that same upstream.
This behavior can be modified with the following command :
CSS11503-2(config)# ip ecmp ?
address Choose among alternate paths based on IP addresses
no-prefer-ingress Do not prefer the ingress port for the reverse path
egress
roundrobin Alternate between equal paths in a roundrobin fashion
CSS11503-2(config)# ip ecmp
Gilles.
07-25-2010 06:36 AM
Hi Gilles,
Many thanks to your reply.
By the way, how to configure multiple gateway?
The original configuration has one gateway and applied a static default route to the original upstream like below:
ip route 0.0.0.0 0.0.0.0 172.23.2.2541
and thus direct the flow to only one upstream...
Do I need to remove the static default route?
07-25-2010 08:13 AM
Simply added a 2nd static route for the 2nd upstream.
Gilles.
07-25-2010 09:06 AM
Hi Gilles,
Do you mean add static route and configure as below?
ip route 0.0.0.0 0.0.0.0 172.23.2.254 1
ip route 0.0.0.0 0.0.0.0 192.168.200.250 1
ip ecmp address
Thanks.
07-26-2010 12:02 AM
correct.
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