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

Routing with ISDN as a backup Link

Hi Everyone

We are using Leased line as primary link b/w sites and ISDN is used as a backup link ( Static routing used on routers) , but there is one problem that when Primary link goes down , the ISDN link used as a backup link (adminsitrative distance higher than that of leased line in the routing table -- routes put administratively) is Up and when seeting the routing table using sh ip route command , the leased line routes are not flushed out and some one suggested that while putting the static route in the route for leased line use exit interface aswell as next hop ip for example

ip route 172.x.x.x 255.255.0.0 serail 1/0 172.22.100.4

and the problem got resolved -- i mean routes were flused whenever leased line got down

so my question is what is the logic behind putting both exit interface and next hop ip in the route

and what is this called ( i mean any reference on cisco site to it)

10 Replies 10

Danilo Dy
VIP Alumni
VIP Alumni

Hi,

You mean when the leased line is down (down/down or up/down), the route thru leased line is still in the routing table? i.e.

S 172.x.x.x/16 [1/0] via 172.22.100.4

Route will be injected in the routing table when its define gateway is available/reachable or the exit interface is up/up. If the define gateway is not available/reachable or the exit interface is down/down or up/down, the route will be flush.

Regards,

Dandy

Hi Medan

thats is where the problem is , i mean when exit interface specified in the ip route command say s1/0 is having status as UP/Down -- status UP , protocol Down , the route never gets flushed from the routing table and while using exit interface aswell as next hop ip , this problem doesnot resurface and route gets automatically flushed from routing table .

i have checked this on production routers in our setup since our network is spanned across india using LL as primary link and ISDN as backup link

is there any reference on Cisco website which explains something about specifying both exit interface and next hop ip while putting static route in a router

Hi,

Do you enable keepalive in your serial1/0 interface? Can you post the config of your serial1/0 interface and "show interface serial1/0" output?

Thanks,

Dandy

Hi dandy

No we dont enbale kepalives ( i dont know whether they are enabled by default)

and the configuration of serial interface is

sh run int s1/0

int s1/0

ip address 172.x.x.x. 255.255.255.252

description *** 64 K Lease Line to XXX ***

bandwidth 64

encapsulation ppp

so its quite straight forward configuration using encapsulation as ppp and subnet of /30

and bandwidth 64 which makes it useless unless we are using dynamic routing since we are using static route at our access locations

Goutam Sanyal
Level 4
Level 4

Hi,

Can u put the output of serial,ISDN & the Static route?

hi Gautam

can u come again please as i didnt get what u r asking

Hi,

Can u post the conf you applied ?

smothuku
Level 7
Level 7

Hi Sohail ,

Can you paste the previous and present config of the router.i.e before adding exit interface for static route and with next-hop ip in the static route.

if possible paste the " show ip route" in both the cases by shutting serial interface.

Thanks,

satish

do u require complete configuration of the router or simple routing table and interface configuration plus sh version

Hi Sohail ,

It is better if you get us complete config of the router.

Thanks,

satish

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