[very simple question] configuration

Dec 17, 2005 3 Replies

Hi all,



I've got very simple question, because I'm Cisco-beginner. What should I do to remove some lines from router-configuration or replace a line with another one.



Example: I want to replace:



ip route 0.0.0.0 0.0.0.0 Ethernet0



with:



ip route 0.0.0.0 0.0.0.0



Any help is greatly appreciated!



Best regards, A.


On 17.12.2005 15:23 Amator wrote

Many Cisco configuration commands are undone with putting a "no " in front. Hence

no ip route 0.0.0.0 0.0.0.0 Ethernet0

will undo your first command. Then add the 2nd one.

Arnold

It would be wise to add the default route first, and then delete the stale entry. i.e:

! config terminal ! ip route 0.0.0.0 0.0.0.0 ! no ip route 0.0.0.0 0.0.0.0 Ethernet0 ! end !

Wil my 3¢

[snip]

Arnold Nipper wrote:

DOH! Hope you weren't doing it remotely! ;) If you were, hope you have access to the directly connected router so you can jump off from it.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required