Cisco router "rate-limit" command
I've got a new Cisco 2851 with 20mb of a T3 going in one end, and two gigabit ethernet ports coming out the other. Our student net is currently plugged into one of those ports, and nothing's on the other. Soon we'll move the faculty/staff net over to the unused ethernet port. It's currently on a different router with a different pipe.
Output of "show version" starts with this:
Cisco IOS Software, 2800 Software (C2800NM-SPSERVICESK9-M), Version 12.4(3g), RE
What I want to do is split our 20mb connection to 15/5 between the 2851's two ethernet ports. Our student net would get 15, and our faculty/staff net would get 5. I'm pretty sure I can configure the second port to get the network up, but I'm not confident with limiting the bandwidth usage.
Here's my guess at the rate-limit command:
config terminal
interface g0/0
rate-limit input 15000000 24000 24000 conform-action transmit exceed-action drop
rate-limit output 15000000 24000 24000 conform-action transmit exceed-action drop
Does that sound right? Do I need to provide more info?