cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
295
Views
0
Helpful
1
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

1 Reply 1

Kevin Dorrell
Level 10
Level 10

It really depends not on how quickly the router can switch to the alternate route. With layer-3 routing protocols, it is now possible to converge in sub-second times.

Rather, it depends mostly on how quickly the router can detect that the next-hop is down. Now, if you can persuade the interface leading to 192.168.201.5 to go down as soon as the next-hop is unavailable, then convergence would be near instantaneous. If, however, it does not go down immediately, then you will need to do some next-hop tracking. It is the parameters of the next-hop tracking that will determine your convergence time ratyer than any static adjust time.

If you have a very recent version of IOS, you might like to consider BFD (Bi-directional Forwarding Detection) together with a routing protocol. That can bring the convergence time down to sub-second levels.

http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_bfd_ps6441_TSD_Products_Configuration_Guide_Chapter.html

Kevin Dorrell

Luxembourg