cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
4
Helpful
6
Replies

2 WAN Links on router

Halidan22
Level 1
Level 1

Hello,I have client that wants to set up a new router that has 2 wan links. The idea is that the first link will handle most/all of the workload and the second link will only be used if the 1 link is down, or when traffic is to much for the first link.

My question is, would the 1721 router with 2 wan wic's work for this setup? and how would you recommend the links be configured?

Thanks for any ideas/insight.

Rob

6 Replies 6

thisisshanky
Level 11
Level 11

That should work fine. I would still recommend using something like a 1800 series router as the price difference is not a lot and your money will be well invested as, these routers will be in support from Cisco for the next 5 - 10 yrs.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

That is very useful, how would you handle setting up the backup interface? Could I implement a Dial on Demand routing configuration, even if they are 2 wan links that are each connected to an always on internet link? 1 is to the databahn network, 2 is to a slower satellite connection.

You can use backup interface command to specify when to bring up the backup interface.

Check this link.

http://www.cisco.com/en/US/products/sw/iosswrel/ps1828/products_command_reference_chapter09186a00800ca527.html

Or else, you can set up two floating static routes and get redundancy.

ip route 0.0.0.0 0.0.0.0 serial 0 <----primary

ip route 0.0.0.0 0.0.0.0 serial 1 150 <---secondary

150 is admin distance. By default , static routes have admin distance of 1, so your primary wan will be used and when it fails, secondary link will be used.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

I think this is exactly what I was looking for. Thanks.

Rob

hi

i have a question about the backup interface method.

lets say we have se0 as the primary interface and se1 is supposed to backup for se0 should se0 fail.

you go into interface se0 and do the foll.

inter se0

backup inter se1

ip addr x.x.x.x y.y.y.0

no shut

end

Do we need to do anything at all on the se1 interface ?

Do we need to set it up with a separate ip address or it will invoke all the configs from the se0 primary interface ?

if it picks up the config from the primary s0 interface, then how do is the other end of the backup interface se1 configured ?

Can you please explain ?

Thanks in advance !

Arav

Arav

When you set up se1 as backup of se0, you need to configure an IP address and any other appropriate prarmeters on se1. It does not invoke any configs from se0. The other end of the backup link will also need to be configured with a corresponding IP address and any other parameters.

HTH

Rick

HTH

Rick
Review Cisco Networking products for a $25 gift card