Am trying to deploy a simple QoS template on my ISR 4331 (which was working 
fine on my 2900 router) , but seems am missing something?

class-map match-any VIDEO-Traffic
 match access-group 101
class-map match-any VOICE-Traffic
 match access-group 103
!
policy-map JCB-QOS-POLICY
 class VIDEO-Traffic
  police cir  1000000
 class VOICE-Traffic
  police  cir  512000
 class class-default
  shape average 2488000

access-list 101 permit ip 200.80.2.200 0.0.0.7 any
access-list 101 permit ip 200.80.2.208 0.0.0.7 any
access-list 101 permit ip 200.80.2.216 0.0.0.7 any
access-list 101 permit ip 200.80.2.224 0.0.0.7 any
access-list 101 deny   ip any any
access-list 103 permit ip host 200.80.2.137 any
access-list 103 permit ip host 200.80.2.125 any
access-list 103 permit ip host 200.80.2.126 any
access-list 103 permit ip host 200.80.2.120 any
access-list 103 permit ip host 200.80.2.124 any
access-list 103 permit ip host 200.80.2.129 any
access-list 103 permit ip host 200.80.2.128 any
access-list 103 permit ip host 200.80.2.122 any
access-list 103 deny   ip any any

interface GigabitEthernet0/0/1.808
 bandwidth 4096
 encapsulation dot1Q 808
 ip address 10.80.2.2 255.255.255.252
 delay 100
 no cdp enable
 service-policy output JCB-QOS-POLICY


I have also tried to configure nested (parent/child) without any luck


Could it possible that something changed regarding QoS on sub-interface ? it 
might work if the service-policy applied directly under the physical interface?


BR,

Mohammad
_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to