RE: newbie: removing an ip route to loopback [7:62811]

2003-02-11 Thread Casey, Paul (6822)
Type no interface loopback0 

The network is a virtual interface on the router, 
If you scroll through the running config you will see 

Int loopback0
Ip address 10.x.x.x x.x.x.x

MAKE SURE no one needs this before delete it, 
Otherwise fire ahead, this will reemove it,

Matbe go and research its usage before you delete it to be sure.

Its showing up because its directly attached to the router, , 
Look at the C beside it, that means directly connected.

Kind regards.


-Original Message-
From: J. Johnson [mailto:[EMAIL PROTECTED]] 
Sent: 11 February 2003 17:23
To: [EMAIL PROTECTED]
Subject: newbie: removing an ip route to loopback [7:62811]


Please pardon my newbieness ...

I have a router with this in the routing table:

Router#show ip route
 
 10.0.0.0/24 is subnetted, 1 subnets
 C   10.0.0.0 is directly connected, Loopback0
 
Router#

I would like to remove it.  However, the following (and several variations) 
doesn't do the trick:

Router(config)#no ip route 10.0.0.0 255.255.255.0 Loopback 0 %No matching
route to delete Router(config)# 

This command with other addresses works the way I would expect it to work. 
E.g. I can do "ip route 10.0.0.3 255.255.255.255 Loopback 0" and the route 
appears, and then "no ip route 10.0.0.3 255.255.255.255 Loopback 0" and the 
route is gone.  Presumably the difference is that the 10.0.0.0 address is a 
network address.  Is there a way to remove it?

This router is a 3620 shared by several people in a lab environment.  I 
don't know how this route got into the table.

James


This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=62812&t=62811
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: newbie: removing an ip route to loopback [7:62811]

2003-02-11 Thread Ladrach, Daniel E.
This is the address of the loopback.

conf t
int loopback 0
no ip address 10.0.0.X 255.255.255.0




Daniel Ladrach
CCNP, CCNA
WorldCom



-Original Message-
From: J. Johnson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 12:23 PM
To: [EMAIL PROTECTED]
Subject: newbie: removing an ip route to loopback [7:62811]


Please pardon my newbieness ...

I have a router with this in the routing table:

Router#show ip route
 
 10.0.0.0/24 is subnetted, 1 subnets
 C   10.0.0.0 is directly connected, Loopback0
 
Router#

I would like to remove it.  However, the following (and several variations) 
doesn't do the trick:

Router(config)#no ip route 10.0.0.0 255.255.255.0 Loopback 0
%No matching route to delete
Router(config)# 

This command with other addresses works the way I would expect it to work. 
E.g. I can do "ip route 10.0.0.3 255.255.255.255 Loopback 0" and the route 
appears, and then "no ip route 10.0.0.3 255.255.255.255 Loopback 0" and the 
route is gone.  Presumably the difference is that the 10.0.0.0 address is a 
network address.  Is there a way to remove it?

This router is a 3620 shared by several people in a lab environment.  I 
don't know how this route got into the table.

James




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=62840&t=62811
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]