I have a Cisco 2801 Router where I'm located and we have a site to site VPN tunnel that connects us to a different location that has a Cisco PIX 506E. This weekend we are switching ISP's so I will have a new set of public IP addresses. After I change my router's config the config on the Cisco PIX 506E will need to be changed in order to restore the tunnel. From looking at it the two lines in the 506E config pertaining to the VPN tunnel that contain our "old" IP address are:
crypto map VPNMAP 10 set peer xx.xx.xx.xxx
isakmp key ******** address xx.xx.xx.xxx netmask 255.255.255.255 no-xauth no-con
From my understanding I just need to put a "no" in front of these commands to remove them. Is that correct? Do I need to use any other commands?
Also.... when I put these commands back in with the new IP address do I need to know what the isakmp key is? Because it just shows asterisks in the running config.
Anything else I should know regarding restoring the VPN tunnel after this ISP switch?
crypto map VPNMAP 10 set peer xx.xx.xx.xxx
isakmp key ******** address xx.xx.xx.xxx netmask 255.255.255.255 no-xauth no-con
From my understanding I just need to put a "no" in front of these commands to remove them. Is that correct? Do I need to use any other commands?
Also.... when I put these commands back in with the new IP address do I need to know what the isakmp key is? Because it just shows asterisks in the running config.
Anything else I should know regarding restoring the VPN tunnel after this ISP switch?