Specifications

Chapter 8. Command Reference 347
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 Main Mode and Aggressive Mode, on page 137
.)
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 139.
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.efficient.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.
ike peers set mode <MAIN | AGGRESSIVE> <PeerName>
ike peers set peerid <AggressiveModeID> <PeerName>