A SERVICE OF

logo

Quality of Service (QoS): Managing Bandwidth More Effectively
Using QoS Classifiers To Configure QoS for Outbound Traffic
no qos < udp-port | tcp-port > < tcp-udp port number >
Deletes the specified UDP or TCP port number as a QoS
classifier.
show qos tcp-udp-port-priority
Displays a listing of all TCP and UDP QoS classifiers
currently in the running-config file.
For example, configure and list 802.1p priority for the following UDP and TCP
port prioritization:
TCP/UDP Port 802.1p Priority
for TCP
802.1p Priority
for UDP
TCP Port 23 (Telnet) 7 7
UDP Port 23 (Telnet) 7 7
TCP Port 80 (World Wide Web HTTP) 2 2
UDP Port 80 (World Wide Web HTTP) 1 1
ProCurve (config)# qos tcp-port 23 priority 7
ProCurve (config)# qos udp-port 23 priority 7
ProCurve (config)# qos tcp-port 80 priority 2
ProCurve (config)# qos udp-port 80 priority 1
ProCurve (config)# show qos tcp-udp-port-priority
TCP/UDP port based priorities
| Application |
Protocol | Port Apply rule | DSCP Priority
-------- + ----------- ---------- + ------ -----------
TCP | 23 Priority | 7
UDP | 23 Priority | 7
TCP | 80 Priority | 2
UDP | 80 Priority | 1
Values in these two Indicates 802.1p priority
assignments are in use for
packets with 23 or 80 as a
TCP or UDP Application
port number.
Shows the 802.1p priority
columns define the assignment for packets
QoS classifiers to with the indicated QoS
use for identifying classifiers.
packets to prioritize.
Figure 6-6. Example of Configuring and Listing 802.1p Priority Assignments on
TCP/UDP Ports
6-23