cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
381
Views
4
Helpful
5
Replies

router switching problem

dhanikonda
Level 1
Level 1

Dear experts,

Aim: To enable router to shift to next available route to a destination within 5 seconds. i.e to converge faster (within 5 seconds)

The priority of links is

1. Leased Line modem

2. RADIO

3. VSAT ( satellite modem)

The ip routes are configured in router A is shown below

ip route static adjust-time 2

ip route 192.168.11.0 255.255.255.0 192.168.201.10 5

ip route 192.168.11.0 255.255.255.0 192.168.202.10 10

ip route 192.168.11.0 255.255.255.0 192.168.59.1 15

The ip routes are configured in router B is shown below

ip route static adjust-time 2

ip route 192.168.19.0 255.255.255.0 192.168.201.5 5

ip route 192.168.19.0 255.255.255.0 192.168.202.5 10

ip route 192.168.19.0 255.255.255.0 192.168.51.1 15

The last parameter indicate the Metric value of the AD value for the route.

ip route static adjust-time 2

The default value is 60 seconds.

Since we wanted to decrease the time for the routes to converge we set the value to 2 seconds, but the router is consuming 30 seconds for the changeover compared to the earlier 45-60 seconds.

What are alternate methods to decrease the changeover time?

What is the limitation of cisco 2821 router for fast changeover?

Are higher end routers capable of faster changeover ?if yes how fast?

What is the current technology limitation?

Plz give me the information plz and iam attaching the diagram.

Regards

srini

5 Replies 5

mahmoodmkl
Level 7
Level 7

Hi

Instead of static routes why dnot u use any routing protocol which will give u faster convergence.

Thanks

Mahmood

sirdudesly
Level 2
Level 2

use a routing protocol with weighted metrics to set your preferences if a link fails

sanjay.khurana
Level 1
Level 1

Hi Srini,

yes u can do this thing but with Dynamic Routing Like RIP and EIGRP.

sdoremus33
Level 3
Level 3

As the other members mentioned simply use a Link state routing protocol and adjust metrics and timers to perform the same as what your doiung just alot easier

Tony.henry
Level 1
Level 1

Srini,

Whilst I generally agree that a routing protocol will make life easier for you. You'll have to be carefull in implementing it in your situation due to your VSAT interfaces being ethernet. They will appear to be more attractive to routing protocols which take bandwidth into accound then your serial links. which won't meet your requirements of having the VSAT as a service of last resort.

I must say that I'm at a bit of a loss why your routers are taking so long to converge. To be honest I'm not really aware what timers and static routes have to do with each other. I've read the documentation, I just don't get it.

In my experience, All three routes should be visible in your "sho Ip route" with leased line first with lowest AD, the route will fall out of the route table as soon as the link is gone, and come back when the link is restored.

Are the alternate links on demand or are they permantly available?

HTH

Tony

Review Cisco Networking products for a $25 gift card