QoS Policy Commands
OmniSwitch CLI Reference Guide November 2009 page 39-81
policy condition ipv6
Configures a policy condition to classify IPv6 traffic.
policy condition condition_name ipv6
policy condition condition_name no ipv6
Syntax Definitions
condition_name The name of the condition.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of the command to remove IPv6 traffic as a condition; however, at least one classifi-
cation parameter must be associated with a condition.
• When the ipv6 keyword is used in a condition, a policy that uses the condition is considered an IPv6
policy. IPv6 policies are effected only on IPv6 traffic. All other IP policies are considered IPv4 poli-
cies and are effected only on IPv4 traffic.
• IPv6 Layer 4 policies are supported and are configured using the ipv6 keyword in a condition that
specifies Layer 4 information, services, or service groups. Note that IPv6 Layer 4 policies only work
with packets that contain a single header.
• The icmptype and icmpcode keywords in an IPv6 policy imply the ICMPv6 protocol, not the ICMPv4
protocol.
Examples
-> policy condition cond4 ipv6
-> policy condition cond5 ipv6 tos 7
-> policy condition cond6 ipv6 source port 1/1
-> policy condition cond7 ipv6 source tcp port 21
-> policy condition cond8 ipv6 source tcp port 0-1024
-> policy condition cond6 no ipv6
Release History
Release 6.6.1; command was introduced.