Alcatel-Lucent 6850-48 Reference Guide

Page of 3444
QoS Policy Commands
OmniSwitch CLI Reference Guide
September 2009
page 53-23
policy map group
Configures a map group and its associated mappings for 802.1p, Type of Service (ToS), or Differentiated 
Services Code Point (DSCP) values. A map group may be referenced in a policy action with the map 
keyword.
policy map group map_group {value1:value2...}
no policy map group map_group
policy map group no {value1:value2...}
Syntax Definitions
map_group
The name of the map group (up to 31 alphanumeric characters).
value1
The 802.1p, ToS, or DSCP value to be mapped to another value. May 
be a value or a range of values (for example, 1-2).
value2...
The 802.1p, ToS, or DSCP value to be used in place of value1. Addi-
tional mapping pairs may be included.
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to remove a mapping pair or to remove the map group entirely.
• The map group may contain more than one mapping pair.
• If the snapshot command is entered after the policy map group command is configured, the resulting 
ASCII file will include the following additional syntax for the policy map group command: 
from {cli | ldap | blt}
This syntax indicates how the map group was created. The cli and ldap options may be changed by a 
user modifying the ASCII file; however, changing this setting is not recommended. The blt option 
indicates a built-in object, this setting is not configurable.
Examples
-> policy map group tosGroup 1-4:3 5-6:5 7:6
-> policy map group tosGroup no 7:6
-> no policy map group tosGroup
Release History
Release 6.1; command was introduced.