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

Maximum Length of a QoS ACL

raycourtney
Level 1
Level 1

We are using a standard setup which matches a QoS policy-map against Class-Maps using an ACL for certain types of traffic. We then DSCP mark this traffic on Egress and use WRED and CBWFQ.

for example:

access-list 101 permit tcp any any eq 3200
access-list 101 permit tcp any any eq 3600
access-list 101 permit udp any any eq 3200
access-list 101 permit udp any any eq 3600
access-list 101 permit udp any any eq 3299
access-list 101 permit tcp any 10.1.2.0 0.0.0.127 eq 1494
access-list 101 permit tcp any 10.1.2.0 0.0.0.127 eq 2598
access-list 101 permit tcp any 10.1.2.0 0.0.0.127 eq 22
access-list 101 permit tcp any 10.2.2.0 0.0.0.255 eq 1494
access-list 101 permit tcp any 10.2.2.0 0.0.0.255 eq 22
access-list 101 permit tcp any any eq 514
access-list 101 permit udp any any eq 514

Is there an accepted value for the maximum length of such an Access List before serious peformance issues might occur?

Can we use 20 lines?  50 lines? 100 lines?

We are using 2800, 2900, 3800, ISR Routers with 12.4T IOS.

Thanks in advance of your help.

1 Reply 1

Calin C.
Level 5
Level 5

Hello Ray,

I didn't found a document to specify how many rules can you add in an ACL, but remember that the more rules you have the more processing time your device need and this will increase your latency over network. Due to the fact that devices process an ACL from Top to Bottom, you can imagine the difference in time and resources needed to process a 5 line ACL than a 100 one.

I will keep searching for a document with best practice and I'll post it here if I find such thing.

Calin

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