QoS on ASA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2009 06:49 AM - edited 03-11-2019 08:00 AM
Hi all.
I want to limit my network traffic, outbound of my ASA, to a TOTAL of 30 Mbps.
I've configured service-policy to do this, but police parameter is applied to single sessions, and not to total traffic.
Is there a method to obtain this?
Thanks
Daniele
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2009 07:00 AM
can you post the current QoS config?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2009 07:12 AM
sure!
access-list bandwidht extended permit ip any any
class-map bandwidht-20mega
match access-list bandwidht
policy-map global_out
class bandwidht-20mega
police output 2000000 10000
service-policy global_out interface outside
thanks
Daniele
