- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 09:57 AM - edited 03-04-2019 07:49 AM
access-list 1 permit <subnet>
class-map 256_limit
match access-group 1
exit
policy-map subn_rate_limit
class 256_limit
police 256000 conform-action transmit exceed-action drop violate-action drop
interface g0/0
service-policy output subn_rate_limit
Am on on the right track?
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 10:23 AM
Hello John,
you are on the right track
Class based shaping can be applied outbound and the change is in the policy-map configuration where the action is changed from police .... to shape.
see command reference for shape command in policy map context
http://www.cisco.com/en/US/docs/ios/qos/command/reference/qos_s1.html#wp1068912
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010 10:23 AM
Hello John,
you are on the right track
Class based shaping can be applied outbound and the change is in the policy-map configuration where the action is changed from police .... to shape.
see command reference for shape command in policy map context
http://www.cisco.com/en/US/docs/ios/qos/command/reference/qos_s1.html#wp1068912
Hope to help
Giuseppe
