03-29-2011 04:00 PM - edited 03-06-2019 04:20 PM
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.
03-30-2011 06:24 AM
And if you apply it to the VLAN interface (L3) and not the switch physical interface (L2)?
03-30-2011 07:07 AM
Hi,
Service-policy input: QoS
If you want to mark traffic you must use an output policy-map.
Regards.
Alain.
04-01-2011 06:34 AM
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.
04-01-2011 07:54 AM
What is your goal?
Regards.
alain.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide