Skip navigation

JSI Tip 5366. How do I clear existing IPSec security associations?

When troubleshooting IPSec configuration problems, you may wish to clear the existing security associations.

You can use the GUI:

1. Use Administrative Tools / Services.

2. Right-click the IPSec Policy Agent and press Restart.

I prefer using the CMD prompt:

net stop "ipsec policy agent"
net start "ipsec policy agent"



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish