08-04-2003 06:47 PM - edited 03-02-2019 09:21 AM
I have a Frame Relay link. One of the host can utilize 25% of the Frame Relay link. How to configure it to Cisco IOS router.
Any sample link?
Thank You in advance
08-05-2003 04:30 AM
you can rate limit the host by using a config simialr to this
access-list 1 permit x.x.x.x
int s0.1
rate-limit output access-group 1 rate-limit 10000 1000 conform-action transmit exceed-action drop
this would limit the host to 10K of bandwidth and allow a burst of 1K anything over the 10K it would drop
08-05-2003 05:03 AM
test
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