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?