I was looking at the rate-limit command on the router, but I'm a little unsure on how to restrict the connection to 256K. Here's the rate-limit options...
cis2621ny1(config-if)#rate-limit ?
input Rate limit on input
output Rate limit on output
cis2621ny1(config-if)#rate-limit input ?
<8000-2000000000> Bits per second
access-group Match access list
dscp Match dscp value
qos-group Match qos-group ID
cis2621ny1(config-if)#rate-limit input 256000 ?
<1000-512000000> Normal burst bytes
cis2621ny1(config-if)#rate-limit input 256000 256000 ?
<2000-1024000000> Maximum burst bytes
cis2621ny1(config-if)#rate-limit input 256000 256000 256000 ?
conform-action action when rate not exceeded
cis2621ny1(config-if)#rate-limit input 256000 256000 256000 conform-action ?
continue scan other rate limits
drop drop packet
set-dscp-continue set dscp, scan other rate limits
set-dscp-transmit set dscp and send it
set-mpls-exp-continue set exp during imposition, scan other rate limits
set-mpls-exp-transmit set exp during imposition and send it
set-prec-continue rewrite packet precedence, scan other rate limits
set-prec-transmit rewrite packet precedence and send it
set-qos-continue set qos-group, scan other rate limits
set-qos-transmit set qos-group and send it
transmit transmit packet
cis2621ny1(config-if)#rate-limit input 256000 256000 256000 conform-action continue ?
exceed-action action when rate exceeded
cis2621ny1(config-if)#rate-limit input 256000 256000 256000 conform-action continue
Thanks,
Chris