Link to home
Start Free TrialLog in
Avatar of dissolved
dissolved

asked on

using class-map command (ASA)

how do I setup class-map in an ASA to give VOIP priority. I need step by step help

thanks
Avatar of Busbar
Busbar
Flag of Egypt image

you will not find a step by step guide, but here is a summary:
configure a class map to match voip traffic (rtp, rtcp, SIP).
create a policy map to apply the BW requirements either policing or priority..etc
apply the service policy on the interface required.
Avatar of dissolved
dissolved

ASKER

i need to put priority on voice traffic from 172.16.56.0/24 to 172.16.52.0/24
///I created an acl:

access-list phone_policy extended permit ip 172.16.56.0 255.255.255.0 172.16.52.0 255.255.255.0

///created a class map:
class-map voice_policy
match access-list phone_policy

Now what do I do?
ASKER CERTIFIED SOLUTION
Avatar of Busbar
Busbar
Flag of Egypt image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what command would add priority? Can you tell me that?