11-08-2013 06:21 AM - edited 03-07-2019 04:29 PM
Hello All,
I'm trying to prioritize UDP traffic over TCP traffic for a WAN overseas. I've decided to go with the access-list option to prioritize UDP. The commands I've used so far are:
class-map match-all UDP
match access-group 101
class-map match-all tcp
match access-group 102
!
!
policy-map UDP-THEN-TCP
class UDP
set ip precedence 1
However, I am unable to do the following:
policy-map UDP-THEN-TCP
class UDP
priority percent 30 ---> my 3560 doesn't give me this option, why?
These are my actual commands:
3560X(config)#poli
3560X(config)#policy-map UDP-THEN-TCP
3560X(config-pmap)#cl
3560X(config-pmap)#class UDP
3560X(config-pmap-c)#prir
^
% Invalid input detected at '^' marker.
3560X(config-pmap-c)#?
QoS policy-map class configuration commands:
exit Exit from QoS class action configuration mode
no Negate or set default values of a command
police Police
service-policy Configure QoS Service Policy
set Set QoS values
trust Set trust value for the class
<cr>
3560X(config-pmap-c)#
Any suggestions?
Thank you in advance!
Solved! Go to Solution.
11-08-2013 10:09 AM
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
Any suggestions?
Yes, read your IOS version's reference manual and configuration guide's chapter on QoS.
You appear to be trying to use "router" QoS. 3560-X doesn't support egress polices like a router does.
11-08-2013 10:09 AM
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
Any suggestions?
Yes, read your IOS version's reference manual and configuration guide's chapter on QoS.
You appear to be trying to use "router" QoS. 3560-X doesn't support egress polices like a router does.
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