Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rate limiting on 6509

Status
Not open for further replies.

pperreira

Technical User
Joined
Feb 21, 2006
Messages
3
Location
US
We are currently using a Cisco 6506 to provide ISP services. The switch houses the following modules:

1 2 Cat 6k sup 1 Enhanced QoS (Active) WS-X6K-SUP1A-2GE SAD04320MU1
3 48 48 port 10/100 mb RJ45
WS-X6348-RJ-45 SAL05073Y6G
4 8 8 port 1000mb ethernet WS-X6408-GBIC SAD04130FA

with the following sub-modules:
1 Policy Feature Card WS-F6K-PFC SAD044100T8 1.1 Ok
1 MSFC Cat6k daughterboard WS-F6K-MSFC SAD04280HWJ 1.4 Ok

We are wondering if we can rate limit bandwidth on the fast ethernet ports... for example if we have someone that wants to have 45 mb or even 2 mb of bandwidth, can this be done? if so, How? if not what product should we consider?

 
int x/x
rate-limit input 4500000 50000 50000 conform-action transmit exceed-action drop
rate-limit input 4500000 50000 50000 conform-action transmit exceed-action drop
 
Sorry typo

int x/x
rate-limit input 4500000 50000 50000 conform-action transmit exceed-action drop
rate-limit output 4500000 50000 50000 conform-action transmit exceed-action drop
 
Thank you all for the help, I am working on testing these suggestions... I want to know if it is possible to make it burstable? meaning i want a port to have 2 mb burstable to 10 mb... is that possible?
 
If you implement the policing I mentioned, you can specify a burst value in there.
 
thank you very much Kiscokid... I was looking at teh burst values... i just have to make sure that the conversion is correct when the value is entered...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top