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

QoS for specific website traffic

sudip.acharya1
Level 1
Level 1

Hi,
I want users accessing www.learnlive.com to have priority using QoS.

QoS on our router (connected to our service provider).



QoS on our switch (connected to the router):
!
class-map match-any LearnLive
  match access-group 90
!
!
policy-map QoS
  class LearnLive
   set dscp 31
!

access-list 90 permit 10.148.0.0 0.0.255.255

The policy has been applied to the physical int, not the vlan int.

Output (not seeing any hits.):

#        sh policy-map interface
FastEthernet0/5

  Service-policy input: QoS

    Class-map: LearnLive (match-any)
      0 packets, 0 bytes
       offered rate 0 bps, drop rate 0 bps
      Match: access-group 90
        0 packets, 0 bytes
         rate 0 bps

    Class-map: class-default (match-any)
      0 packets, 0 bytes
       offered rate 0 bps, drop rate 0 bps
      Match: any
        0 packets, 0 bytes
         rate 0 bps

After appliying the qos settings, i see 0 matches when i issue the "sh policy-map interface"


Thanks in advance.

4 Replies 4

IAN WHITMORE
Level 4
Level 4

And if you apply it to the VLAN interface (L3) and not the switch physical interface (L2)?

cadet alain
VIP Alumni
VIP Alumni

Hi,

Service-policy input: QoS

If you want to mark traffic you must use an output policy-map.

Regards.

Alain.

Don't forget to rate helpful posts.

I am not able to issue "serv-policy output QoS" to the Vlan interface.


It accepts it but when i do a Sh run, the comand is not issued on the vlan interface. Also, Sh policy-map interface does not return anything.

What is your goal?

Regards.

alain.

Don't forget to rate helpful posts.