12-21-2015 10:47 AM - edited 02-21-2020 08:35 PM
I am working on transitioning from static IPSEC connections to GRE with IPSEC connections
we are also working to replace a 2821 router At our to be implemented DMVPN HUB site with an ASR1000 type router. The ASR does not support ted transform-set which we are presently using.
is there a way to not encrypt the traffic between specific router to router connections while encrypting all other router to router connections.
I am trying to come up with a transition plan that will not take any sites offline to transition from static connections to DMVPN tunneling.
Byron
12-21-2015 11:06 AM
Use two DMVPN tunnels - one for encrypted traffic, and one not using encrypted traffic (for example, Tunnel10 and Tunnel100). Only apply the "tunnel ipsec profile" command to the tunnel that needs encryption.
Make sure you use different tunnel keys on each tunnel to help the router tell them apart.
12-21-2015 12:24 PM
The problem is the new hub router (ASR1000) does not support the IPSEC transform-set used on the routers in use now.
I was wondering if there is a way to not use encryption between the new ASR router and the legacy routers only using the present IPsec route-map ACL .
I do not have the option of removing IPSEC encryption from the present routers outside interface.
12-21-2015 12:33 PM
Can you install both the old and new routers at the same time and migrate the tunnels across?
Failing that, you are going to have to migrate to a supported transform set first. On the head end you can do something like:
crypto ipsec profile spokes
set transform-set <original transform> <new transform>
Or if you are using crypto maps:
crypto map cm-cryptomap 110 ipsec-isakmp
set transform-set <original transform> <new transform>
So list both the old and new transforms. This allows clients to negotiate the use of either. Then start updating all the spokes to use the new transform. Once they are all updated, put the new ASR in.
12-21-2015 12:59 PM
I can try and migrate to a supported transform set first
I will try it in a test bed and let you know how it goes.
but this idea sound very doable.
Thanks
Byron
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide