A SERVICE OF

logo

6-34
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-10 lists 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:
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:
Figure 6-13. Example of Show Config Listing with Non-Default Priority Settings in
the DSCP Table
Codepoint Default
Priority
001100 No-override
001101 No-override
001110 No-override
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
Startup configuration:
; 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)#
Configure these three
codepoints with non-default
priorities.
Show config lists the non
default codepoint
settings.