Re: QOS service policy problem

From: Andy Reid <ccie_at_reid.it>
Date: Wed, 26 Aug 2009 23:16:18 +0800

In addition I have added a WEB policy that classifies traffic to port
80. This is also working as expected (along with the voice signaling
classification and marking).

Additional configuration:

ip access-list extended WEB
 permit tcp any any eq 80
exit

class-map match-all WEB-IN
 match access-group name WEB
exit

class-map match-all WEB-OUT
 match ip dscp af21
exit

policy-map TO-BE-CLASSIFIED
 class WEB-IN
  set ip dscp af21
 exit
exit

policy-map CLASSIFIED
 class WEB-OUT
    bandwidth percent 30
 exit
exit

lab#show policy-map interface vlan 10
 Vlan10
  Service-policy input: TO-BE-CLASSIFIED
    Class-map: WEB-IN (match-all)
      259 packets, 66239 bytes
      30 second offered rate 9000 bps, drop rate 0 bps
      Match: access-group name WEB
      QoS Set
        dscp af21
          Packets marked 259

lab#show policy-map interface tunnel 1
 Tunnel1
  Service-policy output: PARENT-CLASSIFIED
      Service-policy : CLASSIFIED
        Class-map: WEB-OUT (match-all)
          251 packets, 69086 bytes
          30 second offered rate 9000 bps, drop rate 0 bps
          Match: ip dscp af21 (18)
          Queueing
          queue limit 64 packets
          (queue depth/total drops/no-buffer drops) 0/0/0
          (pkts output/bytes output) 0/0
          bandwidth 30% (16 kbps)

Blogs and organic groups at http://www.ccie.net
Received on Wed Aug 26 2009 - 23:16:18 ART

This archive was generated by hypermail 2.2.0 : Tue Sep 01 2009 - 05:43:57 ART