Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Can someone clarify something for me. I have this situation, I need to match dscp ef traffic and guarantee it 512K, limit http traffic to 1Mbps and make sure that all traffic is randomly dropped if congestion occurs.class-map EFmatch ip dscp efclass-...
What is the proper way to:Limit any web traffic from www.site.com to 1 Mbps and if the site has .torrent extension then drop the packet.Here is my configuration, tell me if it is wrong or right?Webserver IP is 2.2.2.2access-list 120 permit host 2.2.2...