Specifications
348 Chapter 8. Command Reference
The peer ID type must match the local 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.
One of the following:
IPADDR The peer ID must be an IP address.
DOMAINNAME The peer ID must be a domain name.
EMAIL The peer ID must be an e-mail address.
PeerName Name of the IKE peer whose peer ID type is specified. To see the peer names, use the
ike peers list command.
Example: ike peers set peeridtype domainname my_aggressive_peer
IKE PEERS SET SECRET
Sets the shared secret for the IKE peer connection. The secret must be identical for both ends. For more
information, see IKE Peer Commands, on page 139.
secret Secret (up to 256 characters; do not use spaces or non-printable characters).
PeerName Name of the IKE peer whose secret is specified. To see the peer names, use the ike peers list
command.
Example: ike peers set secret confidential_hushhush my_aggressive_peer
IKE PROPOSALS ADD
Defines the name of a new IKE proposal. The IKE proposal commands define the proposals exchanged during the
Phase 1 SA. For more information, see IKE Management, on page 136.
ProposalName Name for the new IKE proposal. To see the proposal names in use, use the ike proposals
list command.
Example: ike proposals add my_ike_proposal
IKE PROPOSALS DELETE
Deletes an existing IKE proposal. See IKE Proposal Commands, on page 140.
ike peers set peeridtype <IPADDR | DOMAINNAME | EMAIL> <PeerName>
ike peers set secret <secret> <PeerName>
ike proposals add <ProposalName>
ike proposals delete <ProposalName>