User guide

252 Chapter 5. Command Line Interface Reference
IKE IPSEC POLICIES SET SOURCEPORT
Defines a source port filtering parameter value for the policy. The source port parameter requires a specific source
port for the data or allows any source port (*) (Because port numbers are TCP and UDP specific, a port filter is
effective only when the protocol filter is TCP or UDP.)
ike ipsec policies set sourceport <PortNumber | TELNET | HTTP | SMTP | TFTP | *> <PolicyName>
PortNumber Source port whose data is allowed by the policy. The port can be specified by one of
TELNET the listed names or by its number. To allow data through for any source port, specify an
HTTP asterisk (*).
SMTP
TFTP
*
PolicyName Name of the IPsec policy to which the source port parameter value is added. To see the
policy names, use the ike ipsec policies list command.
Example:
ike ipsec policies set sourceport * mypolicy
ike ipsec policies set sourceport http webpolicy
IKE IPSEC PROPOSALS ADD
Defines the name of an IKE IPSec proposal. The proposal commands define the proposals exchanged to set up an
IPSec security association (SA), that is, an SA to be used for the user data transfer. See IKE IPSec Proposal
Commands, on page 125.
ike ipsec proposals add <ProposalName>
ProposalName New name for an IPsec proposal. To see the proposal names in use, use the ike ipsec
proposals list command.
Example: ike ipsec proposals add myproposal
IKE IPSEC PROPOSALS DELETE
Deletes an existing IKE IPSec proposal. For more information, see IKE IPSec Proposal Commands, on page 125.
ike ipsec proposals delete <ProposalName>
ProposalName Name of the IPsec proposal to be deleted. To see the proposal names in use, use the ike
ipsec proposals list command.
Example: ike ipsec proposals delete myproposal
IKE IPSEC PROPOSALS LIST
Lists the IKE IPSec proposals. For more information, see IKE IPSec Proposal Commands, on page 125.
ike ipsec proposals list
Example: