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

ME3400 Qos for VOD

sajism220
Level 1
Level 1

Hi All,

We are testing one Qos policy for ME3400, the requirment is to rate limit the IPTV VOD traffic to 30 Mb.

I tried to do the same with matching access list and get this error.

“Configuration Failed. Can not have ACL based classification in a class-map within an output policy-map"

Then I tried the design with diffrent method and below is the config which I tried...

But the traffic not getting matched, and our VOD is getting freez after some time.

Can any one confim this...

class-map match-all out-class1

  match qos-group 1

class-map match-all in-class1

  match access-group name VOD

!

policy-map in-policy

class in-class1

   set qos-group 1

policy-map out-policy

class out-class1

    bandwidth percent 35

   queue-limit 544

class class-default

    queue-limit 544

interface FastEthernet0/22

description Link to  CE/CPE devices

  service-policy output out-policy

ip access-list extended VOD

permit ip 172.20.76.0 0.0.3.255 host 10.100.20.145

permit ip 172.20.76.0 0.0.3.255 host 10.100.20.112

ME3400#sh policy-map interface fastEthernet 0/22

FastEthernet0/22

  Service-policy output: out-policy

    Class-map: out-class1 (match-all)

      554 packets

      Match: qos-group 1

        Bandwidth 35 (3500000 bps)

      Output Queue:

        Max queue-limit default threshold: 160

        Tail Packets Drop: 0

    Class-map: class-default (match-any)

      580916 packets

      Match: any

          Tail Packets Drop: 0

      Queue Limit        queue-limit 544 (packets)

      Output Queue:

        Max queue-limit default threshold: 544

        Tail Packets Drop: 0

Regards

-Saji

0 Replies 0