User guide
248 Chapter 5. Command Line Interface Reference
Internet Key Exchange (IKE) Commands
The IKE software option and the IKE commands are described in IPSec (Internet Protocol Security), on page 119.
IKE FLUSH
Clears all IKE configuration information from the router. For more information about IKE, see IPSec (Internet
Protocol Security), on page 119.
ike flush
IKE IPSEC POLICIES ADD
Defines the name of an IPsec policy to be used for filtering. Other IPSec Policy commands define the filtering
parameters (see IKE IPSec Policy Commands, on page 127).
ike ipsec policies add <PolicyName>
PolicyName New name for an IPsec policy. To see the policy names in use, use the ike ipsec policies list
command.
Example: ike ipsec policies add mypolicy
IKE IPSEC POLICIES DELETE
Deletes an existing IPSec policy. To define IPSec Policies, see IKE IPSec Policy Commands, on page 127.
ike ipsec policies delete <PolicyName>
PolicyName Name of an existing IPsec policy. To see the policy names, use the ike ipsec policies list
command.
Example: ike ipsec policies delete mypolicy
IKE IPSEC POLICIES DISABLE
Disables an IPSec policy. The policy can be re-enabled using the enable command (see IKE IPSec Policy
Commands, on page 127).
ike ipsec policies disable <PolicyName>
PolicyName Name of an existing IPsec policy. To see the policy names, use the ike ipsec policies list
command.
Example: ike ipsec policies disable mypolicy