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

dlsw and custom queuing

kswonnell
Level 1
Level 1

Which one is correct / better for queuing DLSW ?

interface Serial0

custom-queue-list 1

queue-list 1 protocol ip 1 tcp 2065

queue-list 1 protocol ip 1 tcp 2067

queue-list 1 protocol ip 2

queue-list 1 protocol ipx 2

queue-list 1 queue 1 byte-count 1024

queue-list 1 queue 2 byte-count 512

or ?

interface Serial0

custom-queue-list 1

access-list 101 permit tcp any eq 2065 any

access-list 101 permit tcp any any eq 2065

access-list 101 permit tcp any any eq 2067

queue-list 1 protocol ip 1 list 101

queue-list 1 protocol ip 2

queue-list 1 protocol ipx 2

queue-list 1 queue 1 byte-count 1024

queue-list 1 queue 2 byte-count 512

Any thoughts ?

1 Reply 1

ali_khan
Level 1
Level 1

second list :

Why you need first line

access-list 101 permit tcp any eq 2065 any ???

second line is any any to 2065 port

coluld be :

access-list 101 permit tcp any eq 2065 any eq 2065

and take out first and second command

Regards,

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: