qos Configuration for cisco router 3845
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2013 12:00 AM - edited 03-03-2019 07:07 AM
Hi,
have an cisco 3845 router
bandwidth 34 mbps want create and apply qos for voice
so how to create and wher to apply?
- Labels:
-
Other Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2013 05:45 AM
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
