12-15-2002 11:12 PM - edited 03-02-2019 03:36 AM
Hi Group,
I have one Cisco 4500 with two ether net interfaces.
It is 10base-t port. My requirement is, I want to limit the bandwidth in eth0 as 512kps. How can I do that in Cisco...
regds,
12-15-2002 11:44 PM
Hi,
You have to apply Committed Access Rate for this.....If you have to apply this 512 Kbps to all the packets going through eth0 then appy this command to your etho ,
rate-limit output 512000 64000 64000 confirm-action transmit exceed-action drop
rate-limit input 512000 64000 64000 confirm-action transmit exceed-action drop
Or
If u want to restrict only some of the machines to use the specified bandwidth you can create an extended or standard access-list permitting the IP's of those machines which u want to restrcit and bind that access-list in the rate-limit command in your ethernet interface.As below,
router#
router#
router#
This will restrcit only the machines which comes under the access-list 10.
All the best.
Homin
12-16-2002 11:34 AM
Ensure that CEF is enabled before implementing CAR.
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