User guide
Chapter 5. Command Line Interface Reference 257
PeerName Name of the IKE peer whose local ID is specified. To see the peer names, use the ike
peers list command.
Example: ike peers set localid test.flowpoint.com my_aggressive_peer
IKE PEERS SET LOCALIDTYPE
Sets the type of the local 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 local ID type must match the peer 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 localidtype <IPADDR | DOMAINNAME | EMAIL> <PeerName>
One of the following:
IPADDR The local ID must be an IP address.
DOMAINNAME The local ID must be a domain name.
EMAIL The local ID must be an e-mail address.
PeerName Name of the IKE peer whose local ID type is specified. To see the peer names, use the
ike peers list command.
Example: ike peers set localidtype domainname my_aggressive_peer
IKE PEERS SET MODE
Sets the IKE peer connection mode to either main mode or aggressive mode. Main mode is used when the IP
addresses of both ends are known and constant. Aggressive mode is used when the address of one end can change,
as with a typical modem or DSL connection. (See IKE Management, on page 121.)
ike peers set mode <MAIN | AGGRESSIVE> <PeerName>
One of the following:
MAIN Selects main mode (both ends constant).
AGGRESSIVE Selects aggressive mode (one end can change).
PeerName Name of the IKE peer whose mode is specified. To see the peer names, use the ike
peers list command.
Example: ike peers set mode aggressive my_aggressive_peer
IKE PEERS SET PEERID
Sets 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 must match the local ID on the other end of the connection. The peer ID can be an IP address, domain
name, or e-mail address as specified by the set peeridtype command. For more information, see IKE Peer
Commands, on page 124.
ike peers set peerid <AggressiveModeID> <PeerName>