11-24-2018 04:19 PM - edited 02-21-2020 08:30 AM
Hello,
Please, I need to implement video conferencing between two branches on local Network,
what about qos configuration on Cisco ASA? and how can be configure Qos using CLI and ASDM ?
Thanks
11-25-2018 01:30 AM
Look at this thread you have some reference to start :
https://community.cisco.com/t5/firewalls/asa5505-qos-web-video-conference-meeting/td-p/2374546
11-26-2018 04:43 AM
you need to using something called Modular Policy Framework on the ASA, here is an example via CLI:
class-map cm-video
match dscp af41
policy-map pm-video
class cm-video
priority
service-policy pm-video interface outside
class map is used to match the video conf traffic
policy map states what action to take
service policy is applied to the interface
regards, mk
please rate if helpful or accept as solution :)
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