ASA with two default-routes

  • Follow


Hi, does anybody know who a ASA with two default routes loadbalances the 
  traffic? Per destination or per packed of whatever else?
0
Reply Helmut 12/20/2007 8:10:39 AM

On Dec 20, 2:10 am, Helmut <n...@address.com> wrote:
> Hi, does anybody know who a ASA with two default routes loadbalances the
>   traffic? Per destination or per packed of whatever else?

http://www.cisco.com/en/US/partner/docs/security/asa/asa72/configuration/guide/ip.html#wp1047894

Excerpt From Above Link:
You can define up to three equal cost routes to the same destination
per interface. ECMP is not supported across multiple interfaces. With
ECMP, the traffic is not necessarily divided evenly between the
routes; traffic is distributed among the specified gateways based on
an algorithm that hashes the source and destination IP addresses.
The following example shows static routes that are equal cost routes
that direct traffic to three different gateways on the outside
interface. The security appliance distributes the traffic among the
specified gateways.

hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.1.1
hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.1.2
hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.1.3


Anthony
0
Reply Anthony 12/20/2007 2:43:37 PM


Thank your, that's the link I searched for.
Helmut

Anthony schrieb:
> On Dec 20, 2:10 am, Helmut <n...@address.com> wrote:
>> Hi, does anybody know who a ASA with two default routes loadbalances the
>>   traffic? Per destination or per packed of whatever else?
> 
> http://www.cisco.com/en/US/partner/docs/security/asa/asa72/configuration/guide/ip.html#wp1047894
> 
> Excerpt From Above Link:
> You can define up to three equal cost routes to the same destination
> per interface. ECMP is not supported across multiple interfaces. With
> ECMP, the traffic is not necessarily divided evenly between the
> routes; traffic is distributed among the specified gateways based on
> an algorithm that hashes the source and destination IP addresses.
> The following example shows static routes that are equal cost routes
> that direct traffic to three different gateways on the outside
> interface. The security appliance distributes the traffic among the
> specified gateways.
> 
> hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.1.1
> hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.1.2
> hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.1.3
> 
> 
> Anthony
0
Reply Helmut 12/20/2007 4:28:23 PM

2 Replies
742 Views

(page loaded in 0.041 seconds)

Similiar Articles:













7/24/2012 5:47:01 AM


Reply: