cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
967
Views
0
Helpful
6
Replies

Routing multiple paths

mpickens
Level 1
Level 1

I am trying to figure out how to leverage two high speed circuits we have.

One of the circuits is 100Mb and the other is 45Mb. We use OSPF for our routing protocol. If you reference the attached file, I am trying to get the 192.168.5.0 /24 address to go accross the 100Mb link to the 172.20.5.0 /24 address. Then I need the 192.168.1.0 /24 address to cross the 45 Mb link to the 172.20.1.0 /24 address.

The idea behind splitting the traffic is that we want to send our less latency sensitive traffic on the 45Mb link and our more important production data on our 100Mb link. In the event that either link fails, we would want all the traffic to traverse the other link.

Thanks for any ideas!

6 Replies 6

I had originally looked at PBR with the thought to doing Source-Based routing. Since my two WAN routers are not directly connected, in this situation there is a chance of redundancy failure. One WAN router cannot track the availability of the WAN side interface of the other WAN router. It would then continue to route packets back towards the failed circuit in this scenario based on what I saw.

The other idea I had was to try and modify the routing protocol metrics, but I could not seem to accomplish that. It appeared after testing that the metric was not modified at all after passing through the route-map. If someone has more insight into how to modify the routing metrics at different points along the path, I would love to hear about it.

Any other ideas? Or did I miss something in the PBR section that you had ment for me to notice?

Thanks!

You could use a route map with PBR, that should allow you to PBR and still have failover.

noroutes4u
Level 1
Level 1

Have you looked into Policy Based Routing?

evsrajatgupta
Level 1
Level 1

Hi mpickens,

(please rate)

Best solution will be Source-Based routing. You can also do Qos but is bit complex depending on the type of services you are running.

For Failover you can go for

Gateway Load Balancing Protocol

http://www.cisco.com/en/US/docs/ios/12_2s/feature/guide/fs_glbp2.html

Or

The Hot Standby Router Protocol (HSRP)

http://www.cisco.com/en/US/tech/tk648/tk362/tk321/tsd_technology_support_sub-protocol_home.html

Just advice: In ospf load balance happens only on equal cost path, thus you 100 MB link will be used only up to 45 MB. When you have un-equal bandwidths use EIGRP if possible

Dear mpickens ,

You should run two OSPF process , one

to get the 192.168.5.0 /24 address to go accross the 100Mb link to the 172.20.5.0 /24 address,and other to get the 192.168.1.0/ 24 address to go cross the 45 Mb link to the 172.20.1.0 /24 address.

Also you can configure static routes with AD > 110 (OSPF AD) with next hop the other router for backup purposes .

when any link become down OSPF will withdraw the routes from the rouring table and the traffic will be forwarded to the other router ( link) according to the static route.

Mohamed Ibarhim

Cairo

Review Cisco Networking products for a $25 gift card