Qos Policy For Layer 4 Tcp/Udp Traffic; Qos Policy For Subnet Traffic - HP 3500 Series Advanced Traffic Management Manual

Switch software
Hide thumbs Also See for 3500 Series:
Table of Contents

Advertisement

HP Switch(config)# class ipv4 http
HP Switch(config-class)# match tcp any any eq 80
HP Switch(config-class)# match tcp any any eq 443
HP Switch(config-class)# match tcp any any eq 8080
HP Switch(config-class)# exit
HP Switch(config)# class ipv4 kazaa
HP Switch(config-class)# match tcp any eq 1214 any
HP Switch(config-class)# match tcp any any eq 1214
HP Switch(config-class)# exit
HP Switch(config)# class ipv4 gnutella
HP Switch(config-class)# match tcp any range 6346 6347 any
HP Switch(config-class)# match tcp any any range 6346 6347
HP Switch(config-class)# match udp any range 6346 6347 any
HP Switch(config-class)# match udp any any range 6346 6347
HP Switch(config-class)# exit
HP Switch(config)# policy qos PrioritizeSuspectTraffic
HP Switch(config-policy)# class ipv4 http action rate-limit kbps 7000
HP Switch(config-policy)# class ipv4 kazaa action rate-limit kbps 3500
HP Switch(config-policy)# class ipv4 gnutella action rate-limit kbps 3500
HP Switch(config-policy)# exit
HP Switch(config)# interface all service-policy PrioritizeSuspectTraffic in
Figure 5-38. Example of a QoS Policy for TCP/UDP Applications on Inbound Port Interfaces
HP Switch(config)# class ipv4 adminTraffic
HP Switch(config-class)# match ip 15.29.16.1/10 any
HP Switch(config-class)# match ip any 15.29.16.1/10
HP Switch(config-class)# match tcp ::/0 ::/0 range 100 200 ip-dscp 46
HP Switch(config-class)# exit
HP Switch(config)# policy prioritizeAdminTraffic
HP Switch(config-policy)# class ipv4 adminTraffic action priority 7
HP Switch(config-policy)# exit
HP Switch(config)# vlan 5 service-policy prioritizeAdminTraffic in
Figure 5-39. Example of a QoS Policy for IPv4 and IPv6 Subnet Traffic on a VLAN Interface

QoS Policy for Layer 4 TCP/UDP Traffic

The following example shows how to configure a rate-limiting policy for TCP/
UDP application streams and apply the policy on all inbound switch ports.

QoS Policy for Subnet Traffic

The next example shows how to configure a QoS policy that prioritizes
inbound traffic sent to and received from a specified subnet (15.29.16.0/10)
and TCP port range on VLAN 5.
Quality of Service: Managing Bandwidth More Effectively
Advanced Classifier-Based QoS
Match statement with IPv6 source
and destination addresses.
5-89

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents