cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
726
Views
0
Helpful
10
Replies

IP Route Question

dphills18
Level 1
Level 1

I have two data centers and I am starting to look into VPN failover. Will the following scenario cause me to have a routing problems. What exactly will this do.

ip route 5.5.5.5 255.255.255.255 8.8.8.8

ip route 5.5.5.5 255.255.255.255 9.9.9.9

10 Replies 10

Edison Ortiz
Hall of Fame
Hall of Fame

No much information to go by, the route you posted will load-balance via links 8.8.8.8 and 9.9.9.9 for traffic going to host 5.5.5.5

HTH,

__

Edison.

It should be noticed that link cost matters. Most protocols won't balance over unequal links.

This is an ip route, not a dynamic routing decision. It doesn't care about the cost.

right! foolish me, I stand corrected.

edio..

please brief a little how that route load balcne the traffic.can we use such a route while forwarding traffic from a single source to two different ISPs ?

It will load-balance the traffic as the destination will have two equal paths in the routing table.

As the packet traverses this routing device destined for host 5.5.5.5, this routing device looks at its routing table and sees there are 2 devices acting as gateway. It will use both gateways proportionally.

One thing to keep in mind is the return traffic. If you don't have similar return path, the traffic may be asymmetrical.

Can you elaborate what you are trying to achieve ?

HTH,

__

Edison.

"One thing to keep in mind is the return traffic. If you don't have similar return path, the traffic may be asymmetrical "

eloborate it litt more please . thanks

"One thing to keep in mind is the return traffic. If you don't have similar return path, the traffic may be asymmetrical "

eloborate it litt more please . thanks

If you have 2 links and packets leaves via one interface, the expected return traffic should be via that same interface. If the return traffic is via another interface, then it's considered asymmetrical.

You often see this kind of behavior when you load-balance links. You must ensure both side of the links have the needed routes pointing to the correct interfaces.

Can you elaborate in your questions a bit, please. Thanks

__

Edison.

To supplement the answer from Edison, assymetric traffic is not a problem in and of itself (and is found with some frequency where multiple paths are available). But assymetry is a problem if some device is doing statefull inspection and expects responses to arrive on the same interface on which the original packet was tranmitted (typically a firewall or some device providing firewall services). It can also be an issue if you are doing an RPF (Reverse Path Forwarding) check on incoming traffic.

HTH

Rick

HTH

Rick
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