Alcatel-Lucent 6850-48 Guida Di Riferimento

Pagina di 3444
QoS Policy Commands
OmniSwitch CLI Reference Guide
September 2009
page 53-65
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 6400, 6850, 6855, 9000, 9000E
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 th
 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.1; command was introduced.
Release 6.3.1; support for IPv6 policies added.