cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
285
Views
0
Helpful
2
Replies

Rate LIMIT on Frame Relay

j.hato
Level 1
Level 1

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

2 Replies 2

deilert
Level 6
Level 6

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

fanshan
Level 1
Level 1

test