QoS Policy Commands
page 39-56 OmniSwitch CLI Reference Guide November 2009
policy condition destination ip port
Configures a destination IP port number for a policy condition.
policy condition condition_name destination ip port port[-port]
policy condition condition_name no destination ip port
Syntax Definitions
condition_name The name of the condition.
port The TCP or UDP port number (or port range) of the destination address
of the Layer 3 flow, in the range from 0–65535. A range of ports (sepa-
rated 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 IP port from a condition; however, at least
one classification parameter must be associated with a condition.
• The protocol (TCP or UDP) must be specified in the same condition, either on the same command line
or in a previous command. Use the ip protocol keywords. See the policy condition ip protocol
command.
• The same condition cannot specify a destination IP port with a service or service group.
Examples
-> policy condition cond2 ip protocol 6 destination ip port 137-138
Release History
Release 6.6.1; command was introduced.
Related Commands
qos apply Applies configured QoS and policy settings to the current configuration.
policy condition ip protocol Configures an IP protocol for a policy condition.
show policy condition Shows information about policy conditions configured on the switch.