05-03-2013 11:07 AM - edited 03-11-2019 06:38 PM
I was looking at this article regarding QoS implementation on the ASA through VPN tunnels
https://supportforums.cisco.com/docs/DOC-1230
I though that you could either do a traffic policing policy, OR a traffic shaping policy on one interface (or for one tunnel).
The author seems to suggest we can do both.
Can we? Will there be a conflict?
Solved! Go to Solution.
05-03-2013 12:29 PM
Hi Colin,
No, we can't. Also in the doc Panos mentioned this while defining shaping:
Now, lets assume that we have the same ASA as in the previous case. And we now want to traffic shape all traffic and prioritize the voice through the VPN.
Check out the service-policies he applied:
In case of policing:
ASA(config-pmap-c)# service-policy police-priority-policy interface outside
In case of shaping:
ASA(config-pmap-c)# service-policy shape-priority-policy interface outside
For further clarity, check this section on configuration guide which explains how various QOS features interact:
As per above link:
Typically, if you enable traffic shaping, you do not also enable policing for the same traffic, although the ASA does not restrict you from configuring this.
Because it won't make much of a sense anyways.
HTH.
-
Sourav
05-03-2013 12:29 PM
Hi Colin,
No, we can't. Also in the doc Panos mentioned this while defining shaping:
Now, lets assume that we have the same ASA as in the previous case. And we now want to traffic shape all traffic and prioritize the voice through the VPN.
Check out the service-policies he applied:
In case of policing:
ASA(config-pmap-c)# service-policy police-priority-policy interface outside
In case of shaping:
ASA(config-pmap-c)# service-policy shape-priority-policy interface outside
For further clarity, check this section on configuration guide which explains how various QOS features interact:
As per above link:
Typically, if you enable traffic shaping, you do not also enable policing for the same traffic, although the ASA does not restrict you from configuring this.
Because it won't make much of a sense anyways.
HTH.
-
Sourav
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