QoS Policy Commands
page 39-44 OmniSwitch CLI Reference Guide November 2009
policy condition destination ipv6
Configures a destination IPv6 address for a policy condition.
policy condition condition_name destination ipv6 {any | ipv6_address [mask netmask]}
policy condition condition_name no destination ipv6
Syntax Definitions
condition_name The name of the condition.
any Any destination IPv6 address.
ipv6_address A specific destination IPv6 address.
netmask The mask for the source IPv6 address.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to remove a destination IPv6 address from a condition; however, at
least one classification parameter must be associated with a condition.
• If a mask is not specified, the IPv6 address is assumed to be a host address.
Examples
-> policy condition cond3 destination ipv6 ::1234:531F:BCD2:F34A
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.