Quality of Service (QoS): Managing Bandwidth More Effectively

Using QoS Types To Configure QoS for Outbound Traffic

Quickly Listing Non-Default Codepoint Settings

Table 6-10lists the switch’s default codepoint/priority settings. If you change the priority of any codepoint setting to a non-default value and then execute write memory, the switch will list the non-default setting in the show config display. For example, in the default configuration, the following codepoint settings are true:

Codepoint Default

Priority

001100 No-override

001101 No-override

001110 No-override

If you change all three settings to a priority of 3, and then execute write memory, the switch will reflect these changes in the show config listing:

ProCurve(config)# qos dscp-map 001100 priority 3

ProCurve(config)# qos dscp-map 001101 priority 3

ProCurve(config)# qos dscp-map 001110 priority 3

ProCurve(config)# write memory

ProCurve(config)# show config

 

Configure these three

Startup configuration:

codepoints withnon-default

priorities.

; J9279A Configuration Editor; Created on release #Y.11.01

hostname "ProCurve"

qos dscp-map 001100 priority 3 qos dscp-map 001101 priority 3 qos dscp-map 001110 priority 3

.

.

.

ProCurve(config)#

Show config lists the non default codepoint settings.

Figure 6-13. Example of Show Config Listing with Non-Default Priority Settings in the DSCP Table

6-34