QoS Policy Commands
page 39-60 OmniSwitch CLI Reference Guide November 2009
policy condition destination tcp port
Configures a destination TCP port number for a policy condition.
policy condition condition_name destination tcp port port[-port]
policy condition condition_name no destination tcp port
Syntax Definitions
condition_name The name of the condition.
port The TCP port number (or port range) of the destination address of the
Layer 3 flow, in the range from 0–65535. A range of ports (separated by
a hyphen) may be specified instead of a single port.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of the command to remove a destination TCP port from a condition; however, at least
one classification parameter must be associated with a condition.
• This command is a shortcut for the policy condition destination ip port command, which requires that
the protocol also be specified. Rather than specifying destination ip port and ip protocol, use
destination tcp port.
• The same condition cannot specify a destination TCP port with a service or service group.
• IP port protocol types cannot be mixed in the same condition; ports must be either TCP or UDP.
• Use this condition in combination with the IPv6 condition (policy condition ipv6) to configure IPv6
policies for Layer 4 information, services, and service groups.
Examples
-> policy condition cond4 destination tcp port 137-138
-> policy condition cond5 ipv6 destination tcp port 140
-> policy condition cond4 no destination tcp port
Release History
Release 6.6.1; command was introduced.