12-19-2008 02:12 AM - edited 03-04-2019 12:45 AM
Hello all:
I would like to provide shared bandwidth to the customers in burst ability method,
i.e. if a customer is availing a 2 Mbps (1:2) ratio leased line,
the committed bandwidth for him is 1 Mbps all the time, based on the usage of other customers,
he should be able to burst his bandwidth up to 2 Mbps full.
What is the best way to acheive this any documen will be helpful
Chao
Vishwa
12-19-2008 10:38 AM
Perhaps an easy method to accomplish your requirement is to use CBWFQ where the one customer's traffic is mapped into a class which specifies it gets at 50% of the 2 Mbps.
e.g.
class-map match-all 50pct_cust
match access-group name (named ACL that matches your customer traffic)
policy-map yourpolicy
class 50pct_cust
bandwidth percent 50
PS:
For more information, look for class based weighted fair queue within your device's configuration guide. There's also additional information on Cisco's web site.
12-19-2008 11:24 PM
Hi Jose,
The sample you have shown in your post does that mean that he customer will get 50% for sure and will get more if other customer are not using the bandwidth.
Chao
Vishwa
12-20-2008 04:14 AM
Yes, unless on some platforms the other traffic is within "class class-default" and the class is using FQ.
The primary purpose of CBWFQ class bandwidth allocations is to provide a minimum guarantee of bandwidth but the class may usually have more if it's available.
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