quickconnect
IS-IT--Management
Our company will be switching External addressed shortly and want to see if you all can help me make sure I can so this and do it correctly.
Currently our Cisco 1700 series router are doing a Site-2-Site back to the main office (3000 series Cisco Concentrator) head end device. The routers currently point to our VRRP address which will change. What I want to accomplish is setting up a second peer host in the routers prior to the IP conversion. I want to set the new VRRP Address on the the router so that on the day of cutover My routers with just blip and connect to the new address.
Current my config looks like this:
crypto isakmp policy 110
hash md5
authentication pre-share
lifetime 600
crypto isakmp key XXXXX address 65.221.x.x
!
crypto ipsec security-association lifetime seconds 600
!
crypto ipsec transform-set drbset esp-3des esp-md5-hmac
crypto mib ipsec flowmib history tunnel size 200
crypto mib ipsec flowmib history failure size 200
!
crypto map drbmap 10 ipsec-isakmp
set peer 65.221.x.x
set transform-set drbset
match address 101
Can I just do this then when the conversion is over and all the tunnels come back up I can remove the old statment?
New Config:
crypto isakmp policy 110
hash md5
authentication pre-share
lifetime 600
crypto isakmp key cms7655drb address 65.221.x.x
crypto isakmp key cms7655drb address 64.200.x.x
!
crypto ipsec security-association lifetime seconds 600
!
crypto ipsec transform-set drbset esp-3des esp-md5-hmac
crypto mib ipsec flowmib history tunnel size 200
crypto mib ipsec flowmib history failure size 200
!
crypto map drbmap 10 ipsec-isakmp
set peer 65.221.x.x
set peer 64.200.x.x
set transform-set drbset
match address 101
Currently our Cisco 1700 series router are doing a Site-2-Site back to the main office (3000 series Cisco Concentrator) head end device. The routers currently point to our VRRP address which will change. What I want to accomplish is setting up a second peer host in the routers prior to the IP conversion. I want to set the new VRRP Address on the the router so that on the day of cutover My routers with just blip and connect to the new address.
Current my config looks like this:
crypto isakmp policy 110
hash md5
authentication pre-share
lifetime 600
crypto isakmp key XXXXX address 65.221.x.x
!
crypto ipsec security-association lifetime seconds 600
!
crypto ipsec transform-set drbset esp-3des esp-md5-hmac
crypto mib ipsec flowmib history tunnel size 200
crypto mib ipsec flowmib history failure size 200
!
crypto map drbmap 10 ipsec-isakmp
set peer 65.221.x.x
set transform-set drbset
match address 101
Can I just do this then when the conversion is over and all the tunnels come back up I can remove the old statment?
New Config:
crypto isakmp policy 110
hash md5
authentication pre-share
lifetime 600
crypto isakmp key cms7655drb address 65.221.x.x
crypto isakmp key cms7655drb address 64.200.x.x
!
crypto ipsec security-association lifetime seconds 600
!
crypto ipsec transform-set drbset esp-3des esp-md5-hmac
crypto mib ipsec flowmib history tunnel size 200
crypto mib ipsec flowmib history failure size 200
!
crypto map drbmap 10 ipsec-isakmp
set peer 65.221.x.x
set peer 64.200.x.x
set transform-set drbset
match address 101