cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
290
Views
0
Helpful
4
Replies

need help removing a route in 2600

gkeramidas
Level 1
Level 1

eds left a client of mine and their router has an incorrect route i need to remove. i was wondering if someone could walk me through it.

thanks

Host Flags Age Type Address(es)

mi01cubeol (perm, OK) ** IP 200.101.100.1

4 Replies 4

horvaia
Level 1
Level 1

hi,

if it is a static route, then in enable mode type:

conf t

no ip route (the route what you want to remove)

eg.: no ip route 0.0.0.0 0.0.0.0 serial0

Harold Ritter
Cisco Employee
Cisco Employee

This is not a route but rather an entry in the host table. you can remove it with the following command in global configuration mode:

no ip host mi01cubeol

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

thanks for the reply.

does this entry impact performance at all?

if i remove it, is the configuration automatically saved or do i need to manually save the configuration after i remove it?

Hi,

It should not impact on performance .IP host command will resolve from name to IP in your Router instead of sending to DNS servers for name resolution.I hope you have configured in your Router ip name-server a.b.c.d for name resolution where a.b.c.d is your DNS server IP address. You need to save it after removing /adding any command .

Hope it helps .

Regards,

Raju