cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
661
Views
0
Helpful
3
Replies

How to disable point to point vpn

fullerthaler
Level 1
Level 1

How do you temporarily disable a point to point vpn connection?  I tried this command:

no crypto map mymap 30 set peer x.x.x.x

but I got this error message "This crypto map is incomplete. To remedy the situation add a peer and a valid access-list to this crypto map."

3 Replies 3

cflory
Level 1
Level 1

remove the 'crypto map ' statement from your interface(s).

Here are my crypto map statements.  Which one do I remove?

crypto map mymap 30 ipsec-isakmp

crypto map mymap 30 match address outside_cryptomap_30

crypto map mymap 30 set peer x.x.x.x

crypto map mymap 30 set transform-set ESP-3DES-SHA

crypto map mymap 65535 ipsec-isakmp dynamic dynmap

crypto map mymap client authentication partnerauth

crypto map mymap interface outside

If you remove map from interface it will turn off your remote access as well. You are getting that error because its kind of frame work you can ignore that error after removing (no crypto map mymap 30 set peer x.x.x.x ) it should not form VPN tunnel.

Remove it and verify your configuration and connectivity .

Thanks

Ajay