cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
0
Helpful
1
Replies

qos Configuration for cisco router 3845

anil.sanap
Level 1
Level 1

Hi,

have an cisco 3845 router

bandwidth 34 mbps want create and apply qos for voice

so how to create and wher to apply?

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The  Author of this posting offers the information contained within this  posting without consideration and with the reader's understanding that  there's no implied or expressed suitability or fitness for any purpose.  Information provided is for informational purposes only and should not  be construed as rendering professional advice of any kind. Usage of this  posting's information is solely at reader's own risk.

Liability Disclaimer

In  no event shall Author be liable for any damages whatsoever (including,  without limitation, damages for loss of use, data or profit) arising out  of the use or inability to use the posting's information even if Author  has been advised of the possibility of such damage.

Posting

For 34 Mbps (an E3?), CBWFQ with class-default using FQ might be "good enough".

policy-map Sample

class class-default

fair-queue

int (34mbps)

service-policy output Sample

If that's not sufficient, you can define a class for VoIP and use LLQ, e.g.

class-map match-all VoIP

match (you'll need to determine how to match your VoIP - might be by L3 ToS and/or NBAR and/or ACL)

policy-map Sample

class VoIP

priority percent 30

class class-default

fair-queue