Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
QoS Policy Commands
OmniSwitch CLI Reference Guide
September 2009
page 53-67
policy condition source udp port
Configures a source UDP port number for a policy condition.
policy condition condition_name source udp port port[-port]
policy condition condition_name no source udp port
Syntax Definitions
condition_name
The name of the condition.
port
The UDP port number of the source 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 source UDP 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 source ip port and ip protocol, use source udp 
port
.
• The same condition cannot specify a source UDP 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 cond5 source udp port 1200-1400
-> policy condition cond6 ipv6 source udp port 1000
-> policy condition cond5 no source udp port
Release History
Release 6.1; command was introduced.
Release 6.3.1; support for IPv6 policies added.