Re: static ip routes and how they work? [7:4077]

2001-05-10 Thread Neil Schneider
I'm sure someone will correct me if i am wrong, but i am pretty sure your ping will use the 150.3.53.3 next hop. 204.0.0.0 is a longer match to 204.167.*.* than the default 0.0.0.0 so it will be used first. Neil Schneider ""beth shriver"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTE

Re: static ip routes and how they work? [7:4077]

2001-05-10 Thread Brian
On Thu, 10 May 2001, beth shriver wrote: > 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.*.* w

RE: static ip routes and how they work? [7:4077]

2001-05-10 Thread Chuck Larrieu
The most specific route is always chosen. This is the "longest match" rule In the case you have laid out, however, you do not have a route to anything. On the IOS I am running, you can't use a quad zero mask to anything other than a quad zero network. Your static would have to be ip route 204.0.

Re: static ip routes and how they work? [7:4077]

2001-05-10 Thread Brian
On Thu, 10 May 2001, Brian wrote: > On Thu, 10 May 2001, beth shriver wrote: > > > 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 1

Re: static ip routes and how they work? [7:4077]

2001-05-11 Thread Stephen Skinner
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

RE: static ip routes and how they work? [7:4077]

2001-05-11 Thread Hire, Ejay
The First two routes would load balance on a per destination basis if you have ip route-cache enabled. With Ip route-cache disabled, it would load balance on a per-packet basis resulting in hisgh cpu utilization. The last statement is invalid and was kicked back when I tried to test it with the

RE: static ip routes and how they work? [7:4077]

2001-05-11 Thread Rauch, Mike
the Titanic was built by professionals, The ARC was built by amateurs." -Original Message- From: Brian [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 6:03 PM To: [EMAIL PROTECTED] Subject: Re: static ip routes and how they work? [7:4077] On Thu, 10 May 2001, beth shriver wrote