EasyManua.ls Logo

Alcatel-Lucent OmniSwitch 6860 Series

Alcatel-Lucent OmniSwitch 6860 Series
1078 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Configuring QoS Creating Policies
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 26-50
The following example creates a policy rule (rule1) that is automatically assigned to the default policy
list.
-> policy condition cond1 source mac 00:11:22:33:44:55 source vlan 100
-> policy action act1 disposition drop
-> policy rule rule1 condition cond1 action act1
-> qos apply
In this example, the no default-list parameter is not used with the policy rule command, so the rule is
automatically assigned to the default policy list. The default list always exists and is not configurable. As a
result, the policy list command is not required to assign the rule to the default list.
By default, a policy list is enabled at the time the list is created. To disable or enable a policy list, use the
following commands:
-> policy list unp1_rules disable
-> policy list unp1_rules enable
To remove an individual rule from a policy list, use the following command:
-> policy list unp1_rules no rules r2
To remove an entire policy list from the switch configuration, use the following command:
-> no policy list unp1_rules
Use the show policy list command to display the QoS policy rule configuration for the switch.
Guidelines for Configuring Policy Lists
Consider the following guidelines when configuring QoS policy rules and lists:
Create policy rules first before attempting to create a list. The policy list rules command requires that
the specified policy rules must already exist in the switch configuration. See “Creating Policies” on
page 26-42.
A rule may belong to a Universal Network Profile (UNP) list, the default list, and an egress policy list
at the same time. In addition, a rule can also belong to multiple UNP or egress policy lists. Each time a
rule is assigned to a policy list, however, an instance of that rule is created. Each instance is allocated
system resources.
By default, QoS assigns rules to the default policy list. To exclude a rule from this list, use the no
default-list option of the policy rule command when the rule is created. See “Using the Default Policy
List” on page 26-51 for more information.
If the rule is going to belong to a QoS policy list for a UNP, use the no default-list option when
creating the rule. Doing so will give the rule precedence over default list rules when the policy list is
applied to UNP device traffic.
Only those rules that are assigned to an egress policy list are applied to egress traffic. The following
policy conditions and actions are supported when creating rules for an egress policy list:
policy conditions policy actions
Source IPv4 address and mask
Source IPv6 address and mask
Outgoing port
Outgoing VLAN
Disposition accept
Disposition drop
Disposition deny

Table of Contents

Related product manuals