QoS Policy Commands
page 39-38 OmniSwitch CLI Reference Guide November 2009
policy condition source ip
Configures a source IP address for a policy condition.
policy condition condition_name source ip ip_address [mask netmask]
policy condition condition_name no source ip
Syntax Definitions
condition_name The name of the condition.
ip_address The source IP address of the Layer 3 flow.
netmask The mask for the source IP address.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• If a mask is not specified, the IP address is assumed to be a host address.
• A source IP address and a source IP network group cannot be specified in the same condition.
• Use the no form of the command to remove a source IP address from a condition; however, at least one
classification parameter must be associated with a condition.
Examples
-> policy condition cond3 source ip 173.201.18.3
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 Creates a policy condition.
show policy condition Shows information about a particular policy condition configured on the
switch.