Cisco Cisco Gigabit Ethernet Switch Module (CGESM) for HP Technical References

Page of 742
   
2-250
Cisco Gigabit Ethernet Switch Module for the HP p-Class BladeSystem Command Reference Guide
380265-002
Chapter  2      CGESM Switch Cisco IOS Commands
set
set
Use the set policy-map class configuration command to classify IP traffic by setting a Differentiated 
Services Code Point (DSCP) or an IP-precedence value in the packet. Use the no form of this command 
to remove traffic classification.
set {dscp new-dscp | [ip] precedence new-precedence}
no set {dscp new-dscp | [ipprecedence new-precedence}
Syntax Description
Defaults
No traffic classification is defined.
Command Modes
Policy-map class configuration
Command History
Usage Guidelines
f you have used the set ip dscp command, the switch changes this command to set dscp in the switch 
configuration. If you enter the set ip dscp command, this setting appears as set dscp in the switch 
configuration.
In Cisco IOS Release 12.2(25)SED or later, you can use the set ip precedence or the set precedence 
command. This setting appears as set ip precedence in the switch configuration.
The set command is mutually exclusive with the trust policy-map class configuration command within 
the same policy map.
For the set dscp new-dscp or the set ip precedence new-precedence command, you can enter a 
mnemonic name for a commonly used value. For example, you can enter the set dscp af11 command, 
which is the same as entering the set dscp 10 command. You can enter the set ip precedence critical 
command, which is the same as entering the set ip precedence 5 command. For a list of supported 
mnemonics, enter the set dscp ? or the set ip precedence ? command to see the command-line help 
strings.
To return to policy-map configuration mode, use the exit command. To return to privileged EXEC mode, 
use the end command.
dscp new-dscp
New DSCP value assigned to the classified traffic. The range 
is 0 to 63. You also can enter a mnemonic name for a commonly 
used value.
[ip] precedence new-precedence New IP-precedence value assigned to the classified traffic. The 
range is 0 to 7. You also can enter a mnemonic name for a 
commonly used value. 
Release
Modification
12.2(25)SE1
This command was introduced.
12.2(25)SED
The ip keyword is optional.