QoS Policy Commands
OmniSwitch CLI Reference Guide November 2009 page 39-103
policy condition destination port
Configures a destination port number for a policy condition. Note that this condition is supported only in
combination with a multicast condition (multicast ip, multicast ipv6, or multicast network group).
policy condition condition_name destination port slot/port[-port]
policy condition condition_name no destination port
Syntax Definitions
condition_name The name of the condition. May be an existing condition name or a new
condition.
slot/port The slot and port number (or range of ports) on which the frame is
received.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of the command to remove a destination port from a condition; however, at least one
classification parameter must be associated with a condition.
• The destination port condition is only applied to bridged traffic, it is not applied to routed traffic.
Examples
-> policy condition cond3 destination port 4/2 multicast ip any
-> policy condition cond4 destination port 4/3-4 multicast ipv6 any
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 policy conditions configured on the switch.