HOW to ratelimit upload bandwidth ?!?! Please.. Why is it so HARD!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 07:34 PM
At least with srr-queue i can sort of do something to manage speeds.. but with upload.. acl.. access group.. policy .. police... jesus.. i can not find one guide that actually works from beginning to end.. im desparate to be able to do this.. im trying to learn this on an older cisco 8 port 3560.. but i would love to be able to do this on any of the catalyst models..
please...!!!
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 07:51 PM
I'd say you can use QoS traffic policing , just define an ACL matching the traffic you want to limit upload, then match it to the outgoing traffic of the interface and limit it to whatever bandwidth you want using traffic policing and NOT shaping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2019 03:19 AM
i have tried to follow so many guides on this.. and on all i get to where i would need to match access group and then put the name of the access list that was created.. and it is an unrecognized command.. id pay money to have someone post a command by command guide on how to do this..
please..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2019 12:44 PM
Hello,
on a side note, QoS is very much platform specific, there is no such thing as a comprehensive guide that covers all switches. Each platform has specific ASICs, and they all have their limitations and possibilities.
What exactly are you trying to accomplish, on which switch (and which IOS) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2019 01:30 AM
Hi,
I hope this will help you!
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2019 01:58 AM
policy-map 30Mb-Policer
class class-default
police 30000000 100000 exceed-action drop
inter gi0/1
service-policy input 30Mb-Policer
