User guide
256 Chapter 5. Command Line Interface Reference
ike peers list
Example:
# ike peers list
IKE Peers:
IKE Peers:
my_aggressive_peer
IP address = 0.0.0.0
preshared secret = "confidential_hushhush"
aggressive, peer id = example.flowpoint.com (Domain name)
local id = test.flowpoint.com (Domain name)
my_main_peer
IP address = 1.2.3.4
preshared secret = "Shipsailsatmidnight"
main mode
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
121.)
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.
ike peers set address <IPaddress> <PeerName>
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 124.
ike peers set localid <AggressiveModeID> <PeerName>
AggressiveModeID IP address (4 decimals separated by periods), domain name, or e-mail address.