User guide

258 Chapter 5. Command Line Interface Reference
AggressiveModeID IP address (4 decimals separated by periods), domain name, or e-mail address.
PeerName Name of the IKE peer whose peer ID is specified. To see the peer names, use the ike
peers list command.
Example: ike peers set peerid example.flowpoint.com my_aggressive_peer
IKE PEERS SET PEERIDTYPE
Sets the type of the peer ID for the IKE peer connection. This command is used only when aggressive mode has
been selected by the ike peers set mode command for this peer name.
The peer ID type must match the local ID type on the other end of the connection. The possible ID types are IP
address, domain name, or e-mail address. For more information, see IKE Peer Commands, on page 124.
ike peers set peeridtype <IPADDR | DOMAINNAME | EMAIL> <PeerName>
One of the following:
IPADDR The peer ID must be an IP address.
DOMAINNAME The peer ID must be a domain name.
EMAIL The peer ID must be an e-mail address.
PeerName Name of the IKE peer whose peer ID type is specified. To see the peer names, use the
ike peers list command.
Example: ike peers set peeridtype domainname my_aggressive_peer
IKE PEERS SET SECRET
Sets the shared secret for the IKE peer connection. The secret must be identical for both ends. For more
information, see IKE Peer Commands, on page 124.
ike peers set secret <secret> <PeerName>
secret Secret (up to 256 characters; do not use spaces or non-printable characters).
PeerName Name of the IKE peer whose secret is specified. To see the peer names, use the ike peers list
command.
Example: ike peers set secret confidential_hushhush my_aggressive_peer
IKE PROPOSALS ADD
Defines the name of a new IKE proposal. The IKE proposal commands define the proposals exchanged during the
Phase 1 SA. For more information, see IKE Management, on page 121.
ike proposals add <ProposalName>
ProposalName Name for the new IKE proposal. To see the proposal names in use, use the ike proposals
list command.
Example: ike proposals add my_ike_proposal