Link to home
Create AccountLog in
Avatar of supportemea
supportemea

asked on

Cisco ASA5510 QOS Question

Hey Gents,

I am trying to implement QOS for our VOIP traffic on a ASA 5510… Seems to be working fine so far… however I do have a couple of question

access-list voip_traffic extended permit ip any host 192.168.3.3
policy-map qos_pri
 class voip_traffic
  priority
service-policy qos_pri interface WAN

From the access-list above this means that traffic takes priority when traffic is going TO host 192.168.3.3 but do I need to create another rule so that traffic FROM host 192.168.3.3 also has priority ?

e.g. access-list voip_traffic extended permit ip host 192.168.3.3 any

Is there a way of creating a secondary “priority grouping” that has less of a priority than the “primary grouping”

Also is there any way of monitoring QOS to see if/when this rule is actually in service ?


Cheers
Andrew
Avatar of shubhanshu_jaiswal
shubhanshu_jaiswal

you will have to mention this policy in each and every device in your network between source and destination...
ASKER CERTIFIED SOLUTION
Avatar of koudry
koudry
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Hello,

There are various sample codes at the URL below. Please take a look:

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008080dfa7.shtml

Thanks.