ASA with two default-routes

Hi, does anybody know who a ASA with two default routes loadbalances the traffic? Per destination or per packed of whatever else?

Reply to
Helmut
Loading thread data ...

formatting link
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

Reply to
Anthony

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

Anth>> Hi, does anybody know who a ASA with two default routes loadbalances the

formatting link

Reply to
Helmut

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.