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

Custom Queueing

jtarbox
Level 1
Level 1

I have configured the below access-lists:

access-list 101 permit udp any any range 2048 2305

access-list 101 permit udp any any eq 1719

access-list 101 permit tcp any any eq 1720

access-list 101 permit tcp any any eq 1037

and assigned to queues thus:

queue-list 1 protocol ip 1 list 101

queue-list 1 default 2

and then assigned them to ports like this:

custom-queue-list 1

Does this look correct? What I want is the above UDP and TCP ports to be put into queue #1 and everthing else into queue #2. It just seems that there is something missing - I don't need to assign the access-lists to an interface?

1 Reply 1

donewald
Level 6
Level 6

You're ACL will be referenced by your custom-queue-list 1 on the interfaces. So it looks fine to me, if this list meets your needs. See the following URL for configuration

and testing.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/qos_c/qcprt2/qcdcq.htm

Hope this helps,

Don