[c-nsp] MPLS VPN QoS not working on 6509/SUP-720

Zahid Hassan zhassan at gmx.net
Mon May 15 14:33:13 EDT 2006


Hi Capron,


Many thanks for your input.

Yes, I have spotted the mistake.


I think I have now managed to solve the problem by 
reapplying the DSCP bits under the policy map statement.

I am now seeing matches. 



!
class-map match-all VOICE
  match ip dscp ef 
class-map match-all ROUTING
  match ip dscp cs6 
class-map match-all VOICE-SIGNALLING
  match ip dscp af31 
!
!
policy-map FROM-PE-CE
  class VOICE
    priority percent 80
   set dscp ef
  class ROUTING
    bandwidth percent 9
   set dscp cs6
  class VOICE-SIGNALLING
    bandwidth percent 10
   set dscp af31
!             
PE-1#sh policy-map interface fastEthernet 3/10 output 
 FastEthernet3/7 

  Service-policy output: FROM-PE-CE

    queue stats for all priority classes:
      queue size 0, queue limit 20000
      packets output 0, packet drops 0
      tail/random drops 0, no buffer drops 0, other drops 0

    class-map: VOICE (match-all)
      Match: ip dscp ef 
      set dscp 46:
      Earl in slot 5 :
        0 bytes
        5 minute offered rate 0 bps
        aggregate-forwarded 0 bytes

    class-map: ROUTING (match-all)
      Match: ip dscp cs6 
      set dscp 48:
      Earl in slot 5 :
        9870 bytes
        5 minute offered rate 0 bps
        aggregate-forwarded 9870 bytes

    class-map: VOICE-SIGNALLING (match-all)
      Match: ip dscp af31 
      set dscp 26:
      Earl in slot 5 :
        36676 bytes
        5 minute offered rate 336 bps
        aggregate-forwarded 36676 bytes




Regards,


Zahid 


-----Original Message-----
From: Capron, Mathew [mailto:mcapron at aimnetsolutions.com]
Sent: Monday, May 15, 2006 2:58 PM
To: Zahid Hassan; Cisco NSP
Cc: Cisco NSP Puck Nether Net
Subject: RE: [c-nsp] MPLS VPN QoS not working on 6509/SUP-720



Zahid,

You may want to check your class maps.  They are configured for
"Match-all".  Match-all means you need to match every match statement in
order to be included in the class.   I would suggest using "match-any"
on the 6509 if you want to look for more than one attribute.

-----Original Message-----
From: cisco-nsp-bounces at puck.nether.net
[mailto:cisco-nsp-bounces at puck.nether.net] On Behalf Of Zahid Hassan
Sent: Sunday, May 07, 2006 11:01 PM
To: Cisco NSP
Cc: Cisco NSP Puck Nether Net
Subject: [c-nsp] MPLS VPN QoS not working on 6509/SUP-720

Dear All,


I am using a 6509/SUP-720 and a 7507 as PE routers for a customer VPN.
The CEs connected to each of the PEs are mark packets with DSCP bits.
On the PEs, I have output service policy to the CEs matching the DSCP
bits
set the CEs.
On the 7507, I am being able to match packets from the 6509/SUP-720 with
DSCP bits but
not on the 6509/SUP-720 from the 7507.

QoS is globally enabled on the 6509/SUP-720 and the CEs are certainly
marking packets.
The 6509/SUP-720 is running 12.2 SXD7.

Is there anything else that I have to enable to get QoS to work on the
6509/SUP-720 ?
I would be really greatefull for any help or input on this.



Extract of my config:


6509/SUP-720
-------------

!
class-map match-all VOICE
  match ip dscp ef
  match protocol rtp
  match mpls experimental topmost 5
class-map match-all ROUTING
  match ip dscp cs6
  match mpls experimental topmost 3
class-map match-all VOICE-SIGNALLING
  match ip dscp af31
  match ip dscp cs3
  match mpls experimental topmost 4

!
policy-map FROM-PE-CE
  class VOICE
    priority percent 80
   set dscp ef
  class VOICE-SIGNALLING
    bandwidth percent 10
  class ROUTING
    bandwidth percent 9
!
interface FastEthernet1/1
 ip vrf forwarding via
 ip address 15.16.19.34 255.255.255.252
 speed 100
 duplex full
 mls qos trust dscp
 max-reserved-bandwidth 100
 service-policy output FROM-PE-CE


7507
-----

policy-map PE-TO-CE
  class REALTIME
    priority percent 50
  class CRITICAL-DATA
    bandwidth percent 20
    random-detect dscp-based
  class PREFERRED-DATA
    bandwidth percent 15
    random-detect dscp-based
  class BULK-DATA
    bandwidth percent 5
    random-detect dscp-based
  class class-default
    bandwidth percent 10
    random-detect
!

class-map match-any VOICE
  match ip dscp 46
class-map match-all ROUTING
  match ip dscp 48
class-map match-any CALL-SIGNALLING
  match ip dscp 26
  match ip dscp 24


Current configuration : 280 bytes
!
interface Serial0/0/0.1/2/3/1:0
 ip vrf forwarding conn
 ip address 192.168.2.157 255.255.255.252
 no ip directed-broadcast
 no fair-queue
 service-policy output PE-TO-CE


Regards,


Zahid
_______________________________________________
cisco-nsp mailing list  cisco-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/



More information about the cisco-nsp mailing list