QoS Policy Commands
page 39-54 OmniSwitch CLI Reference Guide November 2009
policy condition source ip port
Configures a source IP port number for a policy condition.
policy condition condition_name source ip port port[-port]
policy condition condition_name no source ip port
Syntax Definitions
condition_name The name of the condition.
port The TCP or 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 6250
Usage Guidelines
• Use the no form of the command to remove a source 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 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 source IP port with a source TCP port, source UDP port, service,
or service group.
Examples
-> policy condition cond1 ip protocol 6 source ip port 137
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.