cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4018
Views
0
Helpful
6
Replies

Changing the ip route name

Anuar Shahrin
Level 1
Level 1

Hi all,

I've configured an static route in the ASR1001 router with a name with it

eg: ip route 172.20.x.x 255.255.0.0 172.20.x.x 255.255.0.0 name To_system_X

i want to change the name without removing the route, is it possible?

Thank you

2 Accepted Solutions

Accepted Solutions

You can just overwrite the old route with the new name:

rtr(config)#do sh run | i ip route

ip route 1.1.1.1 255.255.255.255 Dialer1 name TEST

rtr(config)#ip route 1.1.1.1 255.255.255.255 dialer 1 name newTEST

rtr(config)#do sh run | i ip route

ip route 1.1.1.1 255.255.255.255 Dialer1 name newTEST

rtr(config)#

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

View solution in original post

I tried it and it was non service impacting. Well, as long as you don't take out the ip route, when changing the name.

View solution in original post

6 Replies 6

You can just overwrite the old route with the new name:

rtr(config)#do sh run | i ip route

ip route 1.1.1.1 255.255.255.255 Dialer1 name TEST

rtr(config)#ip route 1.1.1.1 255.255.255.255 dialer 1 name newTEST

rtr(config)#do sh run | i ip route

ip route 1.1.1.1 255.255.255.255 Dialer1 name newTEST

rtr(config)#

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

Thanks a lot, will give it a try

Hi, would such action have service impact, assuming that the ip route 1.1.1.1 255.255.255.255 

is carrying live traffic?  I think the answer is no, but I want to be 100%, since I am trying to do a similar thing on a production live router :)

Thanks,

Peter

I tried it and it was non service impacting. Well, as long as you don't take out the ip route, when changing the name.

Great to hear. I already tried the same since i posted this discussion and it did not affect the traffic :)

Please help me with the scenario ,

 

Site A  172.12.10.20-----> initiate connection --- > Remote site D  server  176.23.25.28

Site B  172.15.10.20-----> initiate connection --- > Remote site  D server  176.23.25.28

Both Static routing .

 

Site A connection is working fine.

Site B connection is not

IS it because of same destination ?

Traffic from Site A is detected at  Remote SIte D . Return traffic is not detected at SIte B

 

What config SIte D can configure to return the route to Site A or SIte B based on the incoming traffic path.

Thanks

 

 

 

Review Cisco Networking for a $25 gift card