I'm reviewing my QoS sections and its still unclear to me how I calculate
burst sizes if none are given.  For example, if I have a 10Mbps Ethernet
link and I want to rate-limit it to 2 Mbps for certain traffic, how would I
calculate the burst sizes.

access-list 101 permit ip 10.1.1.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list 102 permit ip 10.1.2.0 255.255.255.0 10.1.1.0 255.255.255.0

int fa0/0
 rate-limit output access-group 101 2000000 <normal burst> <excess burst>
conform-action transmit exceed-action drop
 rate-limit input access-group 102 2000000 <normal burst> <excess burst>
conform-action transmit exceed-action drop

-Matt
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to