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 Using Condition Groups in Policies
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 26-58
The policy condition command removes the MAC group from the condition. See “Creating Policy
Conditions” on page 26-44 for more information about configuring policy conditions. The MAC group is
deleted at the next qos apply.
Creating Port Groups
Port groups are made up of slot and port number combinations. Note that there are many built-in port
groups, one for each slot on the switch. Built-in port groups are subdivided by slice. The built in groups
are named by slot (Slot01, Slot02, etc.). To view the built-in groups, use the show policy port group
command.
To create a port group, use the policy port group command. For example:
-> policy port group techpubs 2/1 3/1 3/2 3/3
The port group can then be associated with a condition through the policy condition command. Note that
the policy condition specifies whether the group must be used for source or destination. For example:
-> policy condition cond4 source port group techpubs
This command creates a condition called cond4 that can be used in a policy rule to classify traffic by
source port number. The port numbers are specified in the port group. For more information about
configuring conditions, see “Creating Policy Conditions” on page 26-44.
To delete ports from a port group, use no and the relevant port number(s).
-> policy port group techpubs no 2/1
This command specifies that port 2/1 is deleted from the techpubs port group at the next qos apply.
To delete a port group, use the no form of the policy port group command with the relevant port group
name. The port group must not be associated with any policy condition. For example:
-> no policy port group techpubs
The port group techpubs are deleted at the next qos apply. If techpubs is associated with a policy
condition, an error message displays instead:
ERROR: techpubs is being used by condition 'cond4'
In this case, remove the port group from the condition first; then enter the no policy port group
command. For example:
-> policy condition cond4 no source port group
-> no policy port group techpubs
The policy condition command removes the port group from the policy condition. (See “Creating Policy
Conditions” on page 26-44 for more information about configuring policy conditions.) The port group is
deleted at the next qos apply.
Note. Port group configuration is not active until the qos apply command is entered.

Table of Contents

Related product manuals