QoS Policy Commands
page 39-40 OmniSwitch CLI Reference Guide November 2009
policy condition source ipv6
Configures a source IPv6 address for a policy condition.
policy condition condition_name source ipv6 {any | ipv6_address [mask netmask]}
policy condition condition_name no source ipv6
Syntax Definitions
condition_name The name of the condition.
any Any source IPv6 address.
ipv6_address A specific source IPv6 address.
netmask The mask for the source IPv6 address.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of the command to remove a source 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 source 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.