Please pardon my newbieness ...

I have a router with this in the routing table:

Router#show ip route
     
     10.0.0.0/24 is subnetted, 1 subnets
     C       10.0.0.0 is directly connected, Loopback0
     
Router#

I would like to remove it.  However, the following (and several variations) 
doesn't do the trick:

Router(config)#no ip route 10.0.0.0 255.255.255.0 Loopback 0
%No matching route to delete
Router(config)# 

This command with other addresses works the way I would expect it to work. 
E.g. I can do "ip route 10.0.0.3 255.255.255.255 Loopback 0" and the route 
appears, and then "no ip route 10.0.0.3 255.255.255.255 Loopback 0" and the 
route is gone.  Presumably the difference is that the 10.0.0.0 address is a 
network address.  Is there a way to remove it?

This router is a 3620 shared by several people in a lab environment.  I 
don't know how this route got into the table.

James




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=62811&t=62811
--------------------------------------------------
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