[very simple question] configuration

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.

Reply to
Amator
Loading thread data ...

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

Reply to
Arnold Nipper

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¢

Reply to
Wil

[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.

Reply to
Hansang Bae

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.