- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2013 01:59 AM - edited 03-04-2019 08:04 PM
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
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2013 02:16 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2015 03:56 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2013 02:16 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2013 05:15 AM
Thanks a lot, will give it a try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2015 10:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2015 03:56 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2015 06:21 PM
Great to hear. I already tried the same since i posted this discussion and it did not affect the traffic :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2020 10:58 PM
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
