why don`t you try this with your BRI

interface BRI0
description BACKUP to ********8
ip address 10.*.*.* 255.255.255.0
encapsulation ppp
no ip mroute-cache
dialer map ip 10.*.*.* name bigboy 0123456789
dialer load-threshold 150 outbound
dialer-group 1
no fair-queue
compress stac
ppp authentication chap
ppp multilink

then add this statement in your route table

router ospf 110
network 10.0.0.0 0.255.255.255 area 10.*.0.0

and then this

ip route 0.0.0.0 0.0.0.0 10.*.*.* 150

what i have done is set OSPF for my main link (serial happens to be SMDS) 
which uses admin distance of 110
then set a default route with admin distance of 150
EQ if ospf dead use default route.
this can also be applied to your case
thus

ip route 0.0.0.0 0.0.0.0 155.1.8.222 100
ip route 0.0.0.0 0.0.0.0 150.5.11.11 50
ip route 204.0.0.0 0.0.0.0 150.3.53.3 10
use longest match ...if not avail use admin distance 50 then 100 (watch your 
dynamic routing though...the admin distances there)

not the most ideal of solutions but it works.

me .... ijust put a "backup interface" command on my main int and that will 
do the job...with a dialer map of course

HTH....(and please list go easy)

steve


>From: "beth shriver" 
>Reply-To: "beth shriver" 
>To: [EMAIL PROTECTED]
>Subject: static ip routes and how they work? [7:4077]
>Date: Thu, 10 May 2001 17:25:42 -0400
>
>Hello, I have a quick question about ip routes and how
>they work , if i have the following:
>
>ip route 0.0.0.0 0.0.0.0 155.1.8.222
>ip route 0.0.0.0 0.0.0.0 150.5.11.11
>ip route 204.0.0.0 0.0.0.0 150.3.53.3
>
>and then tryp to ping 204.167.*.*  what route would
>this take and why? the reason i ask is in some of my
>routes i have a frame relay with back up isdn and so i
>have to have 2 route statements in host router. is
>there a rule like ip dial maps where if the first
>doesnt work it goes to second? so should i have these
>put in a certain order based on which one i want it to
>try first?
>Thanks for anyone who can clear up my confusion!!!
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Auctions - buy the things you want at great prices
>http://auctions.yahoo.com/
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=4142&t=4077
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to