SROS Command Line Interface Reference Guide
Quality of Service (QoS) Map Commands
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
1394
Usage Examples
The following example creates a QoS map with 4 traffic classes (based on IP packet precedence values)
and allocates bandwidth to each class:
ProCurve(config)#
qos map MyMap 1
ProCurve
(
config-qos-map)#
match precedence 5
ProCurve
(
config-qos-map)#
bandwidth percent 25
ProCurve(config)#
qos map MyMap 2
ProCurve
(
config-qos-map)#
match precedence 3
ProCurve
(
config-qos-map)#
bandwidth percent 10
ProCurve(config)#
qos map MyMap 3
ProCurve
(
config-qos-map)#
match precedence 2
ProCurve
(
config-qos-map)#
bandwidth percent 10
ProCurve(config)#
qos map MyMap 4
ProCurve
(
config-qos-map)#
match precedence 1
ProCurve
(
config-qos-map)#
bandwidth percent 15