cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1119
Views
0
Helpful
2
Replies

Can we applied QoS policy on Router sub interface.

raut.pawan
Level 1
Level 1

Hi ,

I have WAN router where we have single MPLS link from service provider. I have 4 differant vrf configured on that MPLS link.

Gi0/0 - Physical MPLS link

Gi0/0.1 -  sub interface in VRF1

Gi0/0.2 -  sub interface in VRF2

Gi0/0.3 -  sub interface in VRF3

Gi0/0.4 -  sub interface in VRF4

Can I configured 4 differant QoS on these 4  differant subninterface which are in differant differant VRF.

2 Replies 2

neil grant
Level 1
Level 1

You certainly can:

http://www.cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a0080114326.shtml

Regards Neil 

http://uk.linkedin.com/pub/neil-grant/20/5b0/267

Regards Neil http://uk.linkedin.com/pub/neil-grant/20/5b0/267

Recent Proof of concept work, achieving the what you have requested.

CPE:

interface GigabitEthernet0/0.100

bandwidth 20000

encapsulation dot1Q 900 second-dot1q 100

ip vrf forwarding Customer:X_MPLS

ip address 10.10.10.2 255.255.255.252

service-policy output CE_Thus_MPLS_Core_Parent

policy-map CE_Thus_MPLS_Core_Parent

class class-default

  shape average 20000000

  service-policy CE_Thus_MPLS_Core_Child

policy-map CE_Thus_MPLS_Core_Child

class Voice

  priority percent 5

  set ip dscp ef

  set cos 1

  set cos-inner 1

  police rate percent 5

  conform-action transmit

   exceed-action drop

   violate-action drop

class Mission_Critical

  set ip dscp af41

  set cos 5

  set cos-inner 5

  bandwidth percent 50

  random-detect dscp-based

class Junk

  police rate percent 5

   conform-action transmit

   exceed-action drop

   violate-action drop

  set ip dscp af13

  set cos 5

  set cos-inner 5

  bandwidth percent 5

  random-detect dscp-based

class class-default

fair-queue

  random-detect dscp-based

  set cos-inner 5

  set cos 5

class-map match-any Mission_Critical

match protocol sqlserver

match protocol citrix

match access-group name Credit_Card_Transactions

class-map match-any Junk

match protocol gnutella

match protocol gopher

match protocol kazaa2

class-map match-any Voice

match protocol rtp audio

match input-interface Loopback10

match access-group name Match_Voice_Loopback

Regards Neil http://uk.linkedin.com/pub/neil-grant/20/5b0/267
Review Cisco Networking for a $25 gift card