cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
0
Helpful
2
Replies

qos on asa and where to apply it

Random44F
Level 1
Level 1

Hi All,

Does ASA have the capibility to tag and add dscp field to packets ?

Also where do you suggest I should apply policing or shapping? closet to the source ?

for instance to limit all vlan traffic on asa 5505 interface inside to outside to 300kbps down/up, do you apply the policing to inside or outside interface ?

thanks

2 Replies 2

Eduardo Aliaga
Level 4
Level 4

You can use policing to rate limit the traffic on your ASA. For your requirement it's better to apply it on the outside.

Please see this example

access-list SERVICIOS permit ip any 10.14.161.62 255.255.255.255

class-map CLASS-SERVICIOS

match access-list SERVICIOS

policy-map POLICY-SERVICIOS

class CLASS-SERVICIOS

   police output 300000

service-policy POLICY-SERVICIOS interface outside

Please rate if this helps

thanks for this. I have applied on inside as I have three inside interfaces each having different subnet so all of them have the limitation imposed on them on the insidex ( x reperesenting the vlan) .

I have nothing on outside inerface.

what do you think the advantage of placing this on outside interface is ?

thanks

Review Cisco Networking for a $25 gift card