cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1379
Views
0
Helpful
6
Replies

QOS on 1841 with ACL Help

sam
Level 1
Level 1

I have a customer that wants to prioritize printing on tcp port 9100 and handheld scanners on tcp port 11590 in addition to the current prioritization of Avaya IP Office VoIP.  Web browsing would be the lowest priority out of the three .  I'm not quite sure how to do this as I believe this will require an ACL as the packets are not tagged by the respective devices.  Here's what I have now on the remote router:

class-map match-any VOIP

match  dscp ef

class-map match-any IPSI

match  dscp af41

!

!

policy-map AVAYA-QOS

class VOIP

  priority percent 40

class IPSI

  bandwidth percent 5

class class-default

  fair-queue

  random-detect

!

!

!

interface Multilink1

ip address 172.16.1.1 255.255.255.0

max-reserved-bandwidth 100

service-policy output AVAYA-QOS

no ip route-cache cef

no ip route-cache

no ip mroute-cache

no cdp enable

ppp multilink

ppp multilink group 1

6 Replies 6

cadet alain