Here is the route as seen with a show route command:
DMZ 10.10.30.0 255.255.255.0 10.10.20.1 1 OTHER static
Here is the command I am using to delete the route:
clear route DMZ 10.10.30.0 255.255.255.0 10.10.20.1
I have also tried
route clear DMZ 10.10.30.0 255.255.255.0 10.10.20.1
When I run the command I get this response:
Type help or '?' for a list of available commands.
Do you see anything wrong?
Thanks
Matt
mmo...@rpeconsulting.com
Matt,
In most cases, but not all, you have to put a "no" in front of the
command to remove/disable it.
So in this case, the correct command would be:
no route DMZ 10.10.30.0 255.255.255.0 10.10.20.1
Good luck.
With kind regards,
Patrick Nefkens
:Here is the route as seen with a show route command:
:DMZ 10.10.30.0 255.255.255.0 10.10.20.1 1 OTHER static
:Here is the command I am using to delete the route:
:clear route DMZ 10.10.30.0 255.255.255.0 10.10.20.1
no route DMZ 10.10.30.0 255.255.255.0 10.10.20.1
--
And the wind keeps blowing the angel / Backwards into the future /
And this wind, this wind / Is called / Progress.
-- Laurie Anderson
Use "no" not "clear"
Gaz
"Matt" <mmo...@rpeconsulting.com> wrote in message
news:d8e32063.03051...@posting.google.com...
Here it is right from Cisco's website:
Enter a static or default route for the specified interface.
(Configuration mode.)
routeif_name ip_address netmask gateway_ip [metric]
clear route [if_name ip_address [netmask gateway_ip]]
no route [if_name ip_address [netmask gateway_ip]]
show route
"Bikespace" <nos...@bikespace.co.uk> wrote in message news:<babjd9$2hm$1...@news6.svr.pol.co.uk>...
"The clear route command removes route command statements from the
configuration that do not contain the CONNECT keyword."
So, ostensibly, you would think it would remove routes with the
"STATIC" keyword, but it doesn't.
Mike
mmo...@rpeconsulting.com (Matt) wrote in message news:<d8e32063.0305...@posting.google.com>...
Mike
mmo...@rpeconsulting.com (Matt) wrote in message news:<d8e32063.0305...@posting.google.com>...