cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1972
Views
0
Helpful
8
Replies

2 gateways of last resort

vinnienguyent
Level 1
Level 1

What will happend if two gateways of last resort is configured on a 6509?

ip route 0.0.0.0 0.0.0.0 172.16.24.1

ip route 0.0.0.0 0.0.0.0 172.31.14.254

Will the 6509 going to pick 172.16.24.1 or is it going to load balance between the 2 ?

TIA

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

vinnienguyent@yahoo.com

What will happend if two gateways of last resort is configured on a 6509?

ip route 0.0.0.0 0.0.0.0 172.16.24.1

ip route 0.0.0.0 0.0.0.0 172.31.14.254

Will the 6509 going to pick 172.16.24.1 or is it going to load balance between the 2 ?

TIA

Vinnie

It will load-balance between the 2.

Jon

View solution in original post

8 Replies 8

Jon Marshall
Hall of Fame
Hall of Fame

vinnienguyent@yahoo.com

What will happend if two gateways of last resort is configured on a 6509?

ip route 0.0.0.0 0.0.0.0 172.16.24.1

ip route 0.0.0.0 0.0.0.0 172.31.14.254

Will the 6509 going to pick 172.16.24.1 or is it going to load balance between the 2 ?

TIA

Vinnie

It will load-balance between the 2.

Jon

Thanks Jon

Jon,

Is it going to play round-robin for these two static routes?

If yes, how does it actually happen?

is it session based or something?

Regards,

Faizan

fisi1232000 wrote:

Jon,

Is it going to play round-robin for these two static routes?

If yes, how does it actually happen?

is it session based or something?

Regards,

Faizan

Faizan

Yes it will and it does it based on destination address.

Jon

Jon,

"based on destination address"

Can you please elaborate this in brief ?

fisi1232000 wrote:

Jon,

"based on destination address"

Can you please elaborate this in brief ?

There are 2 types of load-balancing , per-packet and per-destination.

Per-packet means each packet is routed separately so with 2 default routes each new packet would be sent over alternate default routes.

Per-destination means each packet that is going to the same destination is sent over the same path using the same default route.

Have a look at this doc for more details -

http://www.cisco.com/en/US/customer/tech/tk365/technologies_tech_note09186a0080094820.shtml#perper

Edit - should have mentioned that on a 6500 with sup720 only per-destination load-balancing is supported.

Jon

Jon,

Okay, good.

It means for 'per packet', same packet will go through two default routes.

and 'per destination' means one packet one destination.

Regards,

Faizan

fisi1232000 wrote:

Jon,

Okay, good.

It means for 'per packet', same packet will go through two default routes.

and 'per destination' means one packet one destination.

Regards,

Faizan

Faizan

The same packet cannot go through 2 default routes. per-packet means packet 1  is sent over default-route1, packet 2 is sent over default-route2, packet 3 is sent over default-route1, packet 4 is sent over default-route2 etc....

per destination means any packet with the same destination IP address in the IP header is sent over the same default-route.

Jon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card