Cisco Systems [very simple question] configuration

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
[very simple question] configuration Amator 12-17-05
Posted by Amator on December 17, 2005, 9:23 am
Please log in for more thread options
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 <ip number>

Any help is greatly appreciated!

Best regards,
A.

Posted by Arnold Nipper on December 17, 2005, 9:40 am
Please log in for more thread options
On 17.12.2005 15:23 Amator wrote

> 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 <ip number>
>
> Any help is greatly appreciated!
>

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
--
Arnold Nipper, AN45

Posted by Wil on December 17, 2005, 3:49 pm
Please log in for more thread options
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 <ip number>
!
no ip route 0.0.0.0 0.0.0.0 Ethernet0
!
end
!

Wil
my 3¢

Posted by Hansang Bae on December 22, 2005, 11:44 pm
Please log in for more thread options
> On 17.12.2005 15:23 Amator wrote
[snip]
> > 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 <ip number>


Arnold Nipper 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

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.


--

hsb


"Somehow I imagined this experience would be more rewarding" Calvin
**************************ROT13 MY ADDRESS*************************
Due to the volume of email that I receive, I may not be able to
reply to emails sent to my account. Please post a followup instead.
********************************************************************

Similar ThreadsPosted
[very simple question] configuration December 17, 2005, 9:23 am
Need simple PIX 501 configuration help March 24, 2006, 1:22 am
Simple ISDN configuration to dial in with Windows January 12, 2007, 12:25 pm
Simple Cisco 1841 router configuration has bad latency on one side. February 8, 2007, 6:32 pm
Simple Cisco 1841 router configuration has bad latency on one side. February 8, 2007, 6:32 pm
Simple Pix VPN question April 28, 2006, 3:25 pm
Simple ip question July 3, 2006, 7:09 pm
Simple question June 30, 2005, 6:59 am
simple question...maybe September 10, 2006, 2:20 pm
Simple(?) QoS question January 25, 2007, 3:22 pm
A simple question June 9, 2008, 5:40 am
Simple Netflow question March 3, 2006, 11:11 am
simple OSPF question August 17, 2006, 11:19 am
Simple virtual NAT question November 8, 2006, 5:58 pm
very simple question on VTYs January 1, 2008, 11:40 am