VoIP packages priority

Hello,

I'm looking for good solution to priority VoIP packages in routers. We have about 10 Cisco routers, and sometimes when someone downloading files from internet connection over VoIP telephone is slow/disconnent. Is this solution is good to priority packages:

access-list 100 permit ip any 'IP_VOIP_SERVER' access-list 100 permit ip 'IP_VOIP_SERVER' any

class-map test_speed match access-group 100

policy-map test class test_speed set ip precedence 5 class class-default set ip precedence 0

interface Ethernet0/0 service-policy input test

Maybe there is a better solution ? Those packages are only marked with higher prioryty, is this part of config I should write on all my routers'???

Thanks Pawel R.

Reply to
Pawel Rutkowski
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.