crypto-map-ipsec-isakmp-instance
Removes or reverts the auto site-to-site VPN tunnel or remote VPN client settings
no [ip|local-endpoint-ip|modeconfig|peer|pfs|remote-type|security-association|transform-set|use]
no <PARAMETERS>
no <PARAMETERS> | Removes or resets this auto site-to-site/remote VPN settings based on the parameters passed |
The following example shows the IPSec site-to-site VPN tunnel ‘test‘ settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#show context crypto map test 1 ipsec-isakmp use ip-access-list test security-association level perhost peer 1 ikev2 ikev2Peer1 local-endpoint-ip 192.168.13.10 pfs 5 security-association lifetime kilobytes 250000 security-association inactivity-timeout 200 transform-set AutVPN ip nat crypto nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)# nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#no use ip-access-list nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#no security-association level perhost nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#no ip nat crypto nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#no pfs nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#no local-endpoint-ip
The following example shows the IPSec site-to-site VPN tunnel ‘test‘ settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#show context crypto map test 1 ipsec-isakmp peer 1 ikev2 ikev2Peer1 security-association lifetime kilobytes 250000 security-association inactivity-timeout 200 transform-set AutoVPN nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#1)#
The following example shows the IPSec remote VPN client ‘test‘ settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#2)#show context crypto map test 2 ipsec-isakmp dynamic use ip-access-list test2 peer 1 ikev1 RemoteIKEv1Peer1 local-endpoint-ip 157.235.204.62 pfs 14 security-association lifetime seconds 10000 transform-set RemoteVPN remote-type none nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#2)# nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#2)#no use ip-access-list nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#2)#no peer 1 nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#2)#no transform-set
The following example shows the IPSec remote VPN client ‘test‘ settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#2)#show context crypto map test 2 ipsec-isakmp dynamic local-endpoint-ip 157.235.204.62 pfs 14 security-association lifetime seconds 10000 remote-type none nx9500-6C8809(config-device-B4-C7-99-6C-88-09-cryptomap-test#2)#