ALL >> Web-Design >> View Article
Traffic Policing On 3750 Switch
We have a Cisco 3750 WS-C3750V2-48TS-S WS-C3750V2-48TS-S
switch and an ASA. The ASA has 100Mbps bandwidth from ISP and it has two ports connected to the switch (inside and outside). 100 users are behind this ASA to access internet. What we want to achieve is to throttle the download rate for these 100 users to 70Mbps and retain the rest of the 30Mbps for other services.
Ideally I should do the traffic shaping/policing on the switch for the outside interface outbound direction. But according to Cisco article, 3750 series only allows to do the traffic shaping/policing on the inbound traffic not outbound. My question is:
If I do the traffic shaping/polcing on the switch for inside interface ingress direction, will it also work?
Litterally it shouldn't work because it only restrict the rate between users (LAN) and the ASA inside interface. However, does TCP protocol know how to adjust the rate to avoid too much packets being dropped before it goes to the inside interface? So the rate between ISP and the ASA outside can also ...
... be shaped? It's something related to TCP congestion theory I think. Anyone ever tested this in your environment or do you have other suggestions?
My configs:
access-list 101 permit ip any any
class-map match-any RSP_ASA_Class
match access-group 101
policy-map RSP_ASA
class RSP_ASA_Class
police 70000000 1000000 exceed-action drop
interface GigabitEthernet2/0/11
description ASA-INSIDE
service-policy input RSP_ASA
The policy will throttle the traffic by dropping packets that violate it. TCP is designed to account for packet loss though, so it will retransmit. The combination effectively limits speeds when shaping isn't an option. It's standard practice when dealing with incoming traffic.
Shaping is better than policing, but can only be done outbound. It gives the device the option of queuing packets rather than just dropping them like policing does. The ASA can do it, but not selectively.
It doesn't look like shaping WS-C3750V2-24TS-S WS-C3750V2-24TS-S is going to be an option here, so falling back on policing and relying on TCP's retransmission mechanism will work well.
Add Comment
Web Design Articles
1. Top Security Features Every E-commerce Website Must Have In 2025Author: Aimbeat Insights
2. How Event Management Is Evolving With Technology?
Author: Andy
3. Unlock The Dynamic Benefits Of Website Designing
Author: Liam Mackie
4. Website Design Company In Coimbatore | Pg Softwares
Author: pgsoftwares
5. Your Partner For High-impact Web Design In Dubai
Author: Tequila Branding & Web Agency Dubai
6. Elevate Your Online Presence With Thinkersfolk’s Web Development Services
Author: Thinkers Folk
7. Elevate Your Brand With Expert Social Media Marketing And Website Design Services In Pune
Author: digitaldoraemon
8. How Ai Is Transforming Software Testing And Qa For Faster Smarter Development
Author: Creamerz Soft
9. How Ai And Automation Are Transforming Modern Web Development
Author: Aimbeat Insights
10. Using Codeigniter For Event Management: Advantages And Challenges
Author: Andy
11. Improve Business Sales With Website Designing Services
Author: Liam Mackie
12. Why Search Engine Optimisation Is Considered A Top Choice For Marketing
Author: Liam Mackie
13. Professional Web Development Services In Hyderabad
Author: Santhoshi
14. Local Professional E-commerce Website Design And Seo In Abridge And Alresford
Author: Vikram kumar
15. Website Design Company In India
Author: sanjay mark






