Useful command to troubleshoot DMVPN connectivity issues
DEBUGGING:
- debug crypto isakmp
- debug crypto ipsec
- undebug all
- show IPSec information
- show crypto map interface pspecific int
- show crypto map
- show crypto isakmp sa
- show crypto ipsec sa
- show crypto ispec spi-lookup
- show crypto engine connections active
Use "show crypto isakmp map" and "show crypto map [interface] to determine the info to use for "clear" commands
You can clear IKE and IPsec with:
- clear crypto isakmp [connection ID]
- clear crypto sa map [crypto map]
Comments
Post a Comment