06-13-2013 02:25 PM - edited 03-07-2019 01:53 PM
Hi experts,
I have this urgent question.
I thought if I apply a policy-map on a SVI/VLAN interface then traffic coming in on that VLAN and that will be routed to another vlan or interface will be marked with the configured QoS bit... However I just tried but doesn't work... I applied the policy-map on the physical interface then it works...
ip access-list extended v100->v200
permit ip host 10.0.100.100 host 10.0.200.200
!
class-map match-all ef
match access-group name v100->v200
!
policy-map qos-mark-inbound
class ef
set ip dscp ef
class class-default
set ip dscp default
!
interface Vlan100 !!! this doesn't work
service-policy input qos-mark-inbound
!
interface GigabitEthernet1/14 !!! this works
service-policy input qos-mark-inbound
First of all, does this behavior make sense to you? My sup is WS-SUP720-3BXL and software version is Version 12.2(33)SXH4
If this is expected behavior, is there a way to apply this inbound marking policy-map on a particular vlan (so affects all interfaces in this vlan) or do I need to apply individually on every single physical port??
Thanks!
Solved! Go to Solution.
06-13-2013 09:11 PM
Pdriver is correct. When you are using VLAN based QoS, you need to instruct the port of the same with the mls qos vlan-based command. Apply this on the ingress port and check to see if it works now.
Regards,
Aninda
06-13-2013 03:31 PM
Hello
You may need to apply MLS QOS VLAN-BASED on the trunks carrying the specific vlans
Res
Paul
Sent from Cisco Technical Support iPad App
06-13-2013 09:11 PM
Pdriver is correct. When you are using VLAN based QoS, you need to instruct the port of the same with the mls qos vlan-based command. Apply this on the ingress port and check to see if it works now.
Regards,
Aninda
06-13-2013 05:39 PM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
If I remember correctly, to use VLAN based QoS, you need to configure the port to use it. (I.e. the policy is set on the VLAN, but the port requires it be told to use that policy.)
06-14-2013 09:36 AM
Thank you all. Didn't know this command.. Did some test and it did work.
I ran into another 6500QoS problem and I will post another thread. Please help me on that one as well.
Thanks,
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