Rate-Limit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 04:27 AM - edited 03-03-2019 10:48 AM
Hi all,
I have a 2mb link.I want to rate-limit Voice traffic to 1mb and the rest 1mb for Data on the serial int.
Please advice me what's the best possible way to do this.I am looking at CAR and CBWFQ and a bit confused.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 05:59 AM
Sorry.The requirement is to limit the bandwith usage to 1mb,be it any traffic.
Im still confused bout the rate-limit parameters (bps burst-normal burst-max) as i need to specify
the total or the max to 1mb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 07:08 AM
You can use Policer on the link something like
policy restrict
class restrict
police 1024000
int s0/0
service-policy output restrict
class-map restrcit
match ip address 100
Access-list 100 matches your traffic. Similarly, you can do for input traffic as well
HTH
