Specifications

346 Chapter 8. Command Reference
IKE PEERS SET ADDRESS
Sets the IP address of the other endpoint of the secure IKE peer connection. The address specified depends on the
mode of the peer connection, which can be either main mode or aggressive mode. (See IKE Management, on page
136.)
If the mode is main mode, the other endpoint of the peer connection is constant, and you specify its IP address.
If the mode is aggressive mode, one end of the connection, the gateway, has a fixed IP address. The other end, the
client, has a changing address. When configuring the client, set the peer IP address to the fixed gateway address.
When configuring the gateway for an aggressive mode connection, set the peer IP address to 0.0.0.0.
IPaddress IP address (4 decimals separated by periods). When configuring a gateway for an aggressive
mode connection, set the IP address to 0.0.0.0.
PeerName Name of the IKE peer whose address is specified. To see the peer names, use the ike peers list
command.
Example: ike peers set address 0.0.0.0 my_aggressive_peer
IKE PEERS SET LOCALID
Sets 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 must match the peer ID on the other end of the connection. The local ID can be an IP address,
domain name, or e-mail address as specified by the set localidtype 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 local ID is specified. To see the peer names, use the ike
peers list command.
Example: ike peers set localid test.efficient.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 139.
ike peers set address <IPaddress> <PeerName>
ike peers set localid <AggressiveModeID> <PeerName>
ike peers set localidtype <IPADDR | DOMAINNAME | EMAIL> <PeerName>