02-22-2007 03:13 PM - edited 03-03-2019 03:53 PM
As a service providers we using Cisco 3750ME and 3750 Series to provide Layer 2 and Layer 3 network access with different rate from 6Mb to 100Mb bandwidth for their different needs.
Customers who need 100Mb or less will connect to 100Mb, Full Duplex Ethernet port.
As access provider, we want to be able to provide a simple RATE LIMITING at a given port to match their paid bandwidth needs.
If customer needs internet service we simply using OSPF or BGP routing protocol.
If customers need interconnect between multiple sites, we simply provides QinQ L2 service.
Greatly appreciate !!!
Solved! Go to Solution.
02-22-2007 05:27 PM
Hello charles,
I think this is the only way of doing it.. you do not have rate-limit commands on the 3750 switches.. I think the new range of 3750-E switches might have it.. check the datasheet to find this out... if you have rate-limit commands included, then you can use the COmmitted-Access-Rate technologies to police the traffic , as you do it on routers !!!!
Raj
02-22-2007 05:44 PM
Charles,
I was searching through the rate-limit support on 3750-E switches and this is what the datasheet has to say:
Q. Is port rate limiting supported?
A. Yes, port rate limiting is supported from 1 percent to 99 percent of the given port's speed.
but again, when i went to the config guide, it does not give me any rate-limit commands.. it just gives the priority/class maps to do rate-limiting... so, no luck.. no rate-limiting commands on 3750-E switches too...
Yep.. it could look easy for them to include, but normally not :) :) but on a special case, they can give you an interim IOS, which can have the feature, but you gotta order some huge no of switches for that, say atleast 1000 :) ha ha.. best thing would be to contact your local cisco pre-sales and ask them for the roadmap..
Raj
02-22-2007 05:14 PM
Hello charles,
You can create classmaps/policy maps for the ingress interface of the 3750/ME switch and apply policing there... example config:
access-list 1 permit 10.1.0.0 0.0.255.255
!
class-map customer1
match access-group 1
!
policy-map customer1
class customer1
police 256000 32000 exceed-action drop
interface Fa1/0/1
service-policy input customer1
If you want to do egress queueing, you need to use the MLS QOS commands and rate limit the bandwidth on the 3750 !!!
Hope this helps.. all the best.. rate replies if found useful..
Raj
02-22-2007 05:25 PM
Raj;
Your policy input is very helpful and practical solution. Our engineers currently implement your recommendation.
I'm looking for an approach to accomplish a simple task with bandwidth limit. Is there a better way?
If customer connects to fa1/0/1 100Mb Full Duplex. I want to be able to provision for 6 Mb and done with it.
02-22-2007 05:27 PM
Hello charles,
I think this is the only way of doing it.. you do not have rate-limit commands on the 3750 switches.. I think the new range of 3750-E switches might have it.. check the datasheet to find this out... if you have rate-limit commands included, then you can use the COmmitted-Access-Rate technologies to police the traffic , as you do it on routers !!!!
Raj
02-22-2007 05:30 PM
Excellent...Rate-Limit is what I am looking for but could not find any useful information on Cisco 3750ME and 3750 Series switches. Can we ask genius at Cisco to implement a simple "rate-limit" command? It will simplify network configuration and improve productivity.
02-22-2007 05:44 PM
Charles,
I was searching through the rate-limit support on 3750-E switches and this is what the datasheet has to say:
Q. Is port rate limiting supported?
A. Yes, port rate limiting is supported from 1 percent to 99 percent of the given port's speed.
but again, when i went to the config guide, it does not give me any rate-limit commands.. it just gives the priority/class maps to do rate-limiting... so, no luck.. no rate-limiting commands on 3750-E switches too...
Yep.. it could look easy for them to include, but normally not :) :) but on a special case, they can give you an interim IOS, which can have the feature, but you gotta order some huge no of switches for that, say atleast 1000 :) ha ha.. best thing would be to contact your local cisco pre-sales and ask them for the roadmap..
Raj
02-22-2007 06:09 PM
Raj;
I downloaded Cisco 3750ME Swtich Software Configuration and Command Reference with a latest revision.
After a long research, the closet I found on page 32-89: Limiting the Egress Bandwidth on Queue Set.
I don't find a simple Port Rating Limiting. Getting close and need to validate my finding.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide