I assume you are using the clear ip route ... exec command. I suspect
what is happening is the route is being deleted and then ospf
propmptly puts it back into the routing table. This is correct
behavior. If you are looking to keep it out of the table I suggest
filtering it.
-bob
According to the manuals it should be possible to delete a routing entry from
the routing table. This doesn't seem to work. I use OSPF as routing protocol
and release 9.14(10) and 9.17(10). Any ideas?
Thanks in advance.
--
Werner LEMAIRE Alcatel Bell - Network Support - GZ44
Francis Wellesplein 1, B-2018 Antwerpen
Phone: +32-3-2408207 Fax: +32-3-2409952
Internet : lema...@btmaa.bel.alcatel.be
X400 : c=be,a=rtt,p=alcanet,o=alcatel,ou1=bela1,s=lemaire,g=werner
The problem is that in release 9.1 and its variations, you have to use the
'clear ip route' without the network mask.
Thank you Arpakon (aboo...@cisco.com) for the information.