cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1184
Views
0
Helpful
1
Replies

Qos in ASA 5510 (8.2v)

Hi Team,

Recently i had a requirement for implementing a Qos on one of my Mpls link which is of  2Mbps, the requirement was to allocate a bandwidth of 512kbps for each connect that comes in and 512 kbps for out going, and it is in ASA 5510 firewall.

So i have implement the following .

access-list extended 101 permit ip any any.

class-map mymap

  match access-list 101

policy-map mypmap

class mymap

police input   520000

police output  520000

service-policy mypmap interface MPLS

So i have done the configuration successfully, now the issue is,  the bandwidth is limited to 512kbps only for all the connection,

how many may be the connections,  it working below 512kbps,

But my requriemt was for the first connection, it should allocate 512kbps , and for the second another 512kbps so on.

its not happening, the bandwith got struckup at 512kbps , all the connection are sharing this bandwidth only.

Requesting you to pls provide a solution.

Thanks in Adv,

Ashraf

Network engineer.

1 Reply 1

r-gridley
Level 1
Level 1

Hi,

Its because you have in your Access-List any any .... That means you Limit ALL Traffic on the Interface. You have to specify what Traffic you want to Limit. It doesnt work per connection, just per Interface.

Regards,

Robert

Sent from Cisco Technical Support iPad App

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card