Files
scripts-conlxsyslog03/rancid/change_vpn_peer/asa-frankfurt_154.45.49.25_154.45.49.100.txt
conetadm 5718e70f15 init
2024-11-14 21:11:06 +01:00

29 lines
681 B
Plaintext

config t
!Remove old tunnel-group
no tunnel-group 154.45.49.25 ipsec-attributes
!Re-Configure new tunnel-group
tunnel-group 154.45.49.100 type ipsec-l2l
tunnel-group 154.45.49.100 ipsec-attributes
ikev2 remote-authentication pre-shared-key 54PnTeTpMeZnmVGS74mK
ikev2 local-authentication pre-shared-key 54PnTeTpMeZnmVGS74mK
exit
tunnel-group 154.45.49.100 general-attributes
default-group-policy EuroCCP_GroupPolicy
exit
!Remove Old Peer from Crypto map
no crypto map CONET-Solutions_vpnmap 25 set peer 154.45.49.25
!Create New Peer on Crypto Map
crypto map CONET-Solutions_vpnmap 25 set peer 154.45.49.100
clear config tunnel-group 154.45.49.25
!Save Config
end
wr mem