Specifications

Chapter 8. Command Reference 345
Example: ike ipsec proposals set lifetime 600 myproposal
IKE PEERS ADD
Defines the name of a new IKE peer. Other commands specify the address, secret, and mode of the peer
connection; see IKE Peer Commands, on page 139.
PeerName New name for an IKE peer. To see the peer names in use, use the ike peers list command.
Example: ike peers add my_aggressive_peer
IKE PEERS DELETE
Deletes an existing IKE peer entry. For more information, see IKE Peer Commands, on page 139.
PeerName Name of the IKE peer to be deleted. To see the peer names in use, use the ike peers list
command.
Example: ike peers delete my_aggressive_peer
IKE PEERS LIST
Lists the defined IKE peers. For more information, see IKE Peer Commands, on page 139.
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.efficient.com (Domain name)
local id = test.efficient.com (Domain name)
my_main_peer
IP address = 1.2.3.4
preshared secret = "Shipsailsatmidnight"
main mode
ike peers add <PeerName>
ike peers delete <PeerName>
ike peers list