[c-nsp] static routes reappear after "clear ip route *"
Elmar K. Bins
elmi at 4ever.de
Wed Jan 18 13:06:43 EST 2006
lachlan at cs.caltech.edu (Lachlan Andrew) wrote:
> Greetings,
>
> I'm managing a few 7609 routers, and am having trouble deleting static
> routes.
> The command
> clear ip route *
> removes them, but within a few seconds they reappear spontaneously.
Since static routes are something you configure explicitly:
conf t
ip route <net> <mask> <gw>/<int>
you have to disconfigure them:
conf t
no ip route ...
Here's your route config part:
> ip route 10.0.11.0 255.255.255.0 10.1.1.1
> ip route 10.0.24.0 255.255.255.0 10.0.13.3
> ip route 10.0.24.2 255.255.255.255 10.0.13.3
> ip route 10.1.0.0 255.255.0.0 10.1.0.2
> ip route 10.0.24.2 255.255.255.255 10.0.13.3
> ip route 10.1.0.0 255.255.0.0 10.1.0.2
> ip route 10.1.51.0 255.255.255.0 10.1.51.2
> ip route 10.1.51.18 255.255.255.255 10.1.51.2
> ip route 10.1.51.34 255.255.255.255 10.1.51.2
> ip route 10.2.0.0 255.255.0.0 10.0.13.3
> ip route 10.2.1.2 255.255.255.255 10.0.13.3
> ip route 10.2.2.1 255.255.255.255 10.0.13.3
> ip route 10.2.3.101 255.255.255.255 10.0.13.3
> ip route 10.2.14.2 255.255.255.255 10.0.13.3
Cheers,
Elmi.
--
"Begehe nur nicht den Fehler, Meinung durch Sachverstand zu substituieren."
(PLemken, <bu6o7e$e6v0p$2 at ID-31.news.uni-berlin.de>)
--------------------------------------------------------------[ ELMI-RIPE ]---
More information about the cisco-nsp
mailing list