04-27-2015 02:02 AM - edited 03-11-2019 10:50 PM
Dear All,
I am not too good with Cisco ASA, but I can follow the instructions if given.
I need to configure QoS to reserve bandwidth for one of the public IP. This IP is for Video Conferencing.
Please any one let me know which steps shall I follow to accomplish this task.
04-27-2015 04:15 AM
Hi,
I think the basic configuration syntax you would be able to find in this document:-
http://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/91790-pixasa7x-traffic-mgt.html
You can match only the traffic going to/from this Public in the access list and reference it in the class map.
Thanks and Regards,
Vibhor Amrodia
04-27-2015 05:32 AM
Dear Vibhor,
The Cisco telepresence device is configured for the public IP x.x.x.x, is the below configuration correct. Please check once then I will apply.
access-list VIDEO-CONFERENCE extended permit ip host <PUBLIC_IP> any
class-map VIDEO-CONFERENCE
match access-list VIDEO-CONFERENCE
policy-map global_policy
class VIDEO-CONFERENCE
priority (I get below error when I give priority)
ERROR: Class VIDEO-CONFERENCE has 'priority' set without 'priority-queue' in any interface
Note: Is it possible to assign the bandwith for this IP. I want to assign 2 Mbps bandwidth. The 2 Mbps bandwidth should be reserved for this IP when the internet link is full.
Please let me know, how to verify as well. Thank You very much.
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