Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

QoS on ASA L2L

Status
Not open for further replies.

zinkann

ISP
Jan 8, 2008
167
US
I'm trying to figure out if this service policy is working. Does this look accurate? I'm trying to prioritize my SCCP traffic through my L2L.

access-list VoIP-Traffic-OUT extended permit tcp 192.168.4.0 255.255.255.0 10.0.0.0 255.0.0.0 eq 2000
access-list VoIP-Traffic-IN extended permit tcp 10.0.0.0 255.0.0.0 192.168.4.0 255.255.255.0 eq 2000
!
class-map Voice-OUT
match access-list VoIP-Traffic-OUT
class-map Voice-IN
match access-list VoIP-Traffic-IN
!
policy-map VoicePolicy
class Voice-OUT
priority
class Voice-IN
priority
!
service-policy VoicePolicy interface outside

CCNA, Network+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top