Ipsec6.exe

Configuration of IPSec policies and security associations for IPv6 is done with Ipsec6.exe. The following are Ipsec6.exe subcommands:

ipsec6 sp [Interface]

Displays active security policies. Alternately, displays active security policies for a specific interface.

ipsec6 sa

Displays active security associations.

ipsec6 c [FileName(without extension)]

Creates files used to configure security policy and security associations. Creates FileName.spd for security policies and FileName.sad for security associations. Use the created files as templates to configure security policies or security associations. The files can be modified with a text editor. To invoke the configuration contained in the SPD and SAD files, use the ipsec6 a command.

ipsec6 a [FileName(without extension)]

Adds security policies in FileName.spd and security associations in FileName.sad to the list of active security policies and security associations.

ipsec6 i [Policy] [FileName(without extension)]

Adds security policies in FileName.spd and security associations in FileName.sad to the list of active security policies and security associations as referenced by policy number.

ipsec6 d [type = sp sa] [IndexNumber]

Deletes security policies or security associations from the list of active security policies and security associations, as referenced by their index number (displayed with ipsec6 sp or ipsec6 sa).