> Do you have a route to x.x.x.x? Is that not what I am doing with the statement
ip route 0.0.0.0 0.0.0.0 x.x.x.x Or do I need to do something more? Incidentally, the router is not connected to anything - I want to have it fully pre-configured because we cannot afford to be down for more than a few minutes. Will it only establish the routes after it connects? To clarify (I cannot disclose the actual IPs of course), here is what I did: conf t router rip network 63.x.x.0 exit ip route 0.0.0.0 0.0.0.0 63.x.x.193 int s0/0 ip address 63.x.x.194 255.255.255.248 So what did I miss? Thanx, Anil Gupte ----- Original Message ----- From: "Brian Dennis" To: Sent: Tuesday, June 10, 2003 6:22 PM Subject: RE: Simple config issues [7:70482] > Do you have a route to x.x.x.x? If your router does not have a route to > x.x.x.x it will not install the static route in the routing table since the > next hop is unreachable. As far as RIP goes you are seeing the correct > behavior. Remember that RIP is classful. > > Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security) > > Anil Gupte wrote: > > > > I am trying to configure a 2600 router. I have two problems: > > > > 1. I issued the default route command > > ip route 0.0.0.0 0.0.0.0 x.x.x.x > > > > I can see this under ip classless in "sh run" > > > > However, when I do a "sh ip route", it does not appear there > > and in fact > > says: > > > > Gateway of last resort is not set > > > > 2. I configured it for RIP using > > router rip > > network 63.x.x.0 > > > > and it shows as > > 63.0.0.0 > > > > in "sh run". Is this correct behavior? Until now I had only > > dealt with > > networks in the Class C range. This is a Class C assigned to > > us but by the > > first octet you can see that it is from a Class A range. > > > > Any help or pointers will be muchly appreciated. > > > > Thanx, > > Anil Gupte Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=70520&t=70482 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

