Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

route add/delete

Status
Not open for further replies.

IBI

IS-IT--Management
Jun 13, 2002
76
DE
Hi,
I've a simple question to you.
I want to know how to add and how to delete a static route on my cisco 3600.
I see that ip route "network" "mask" "gw" add a route but I don't know the command to delete.
Can anyone write it to me ?

Thanks
Pam
 
just put a NO in front of the static map command that you created

ip route 10.1.1.1 255.255.0.0 10.3.1.1 permanent

no ip route 10.1.1.1 255.255.0.0 10.3.1.1 permanent
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top