I need to change peer addressing on a vpn tunnel. 1.1.1.1 is the old address & 2.2.2.2 is the new address. My plan was to have both addresses in the crypto map & when the peer changes on their side to their new 2.2.2.2 address my assumption is that with the configuration below it will automatically form the tunnel to the new IP. My coworker told me that it may work but that the config I have will restrict my side of the tunnel to only be a responder. My coworker says that when 2 peers are configured that restricts our side to acting as either or not both. I'm not sure how that impacts things if at all. Can someone kindly advise?
crypto map outside_map 90 match address EncryptDomain
crypto map outside_map 90 set peer 1.1.1.1 2.2.2.2
crypto map outside_map 90 set ikev1 transform-set ESP-AES-256-SHA
crypto map outside_map 90 set nat-t-disable