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

Question about configuring Custom Queueing

limtohsoon
Level 1
Level 1

Hi Sir,

I'm configuring a Custom Queueing (CQ) to assign telnet/SSH traffic to queue 3. Is the following config valid?

!

queue-list 1 protocol ip 3 tcp telnet

queue-list 1 protocol ip 3 tcp 22

!

Or, should it reference an ACL, as follows?

!

access-list 100 permit tcp any any eq telnet

access-list 100 permit tcp any any eq 22

!

queue-list 1 protocol ip 3 list 100

!

Please advise.

Thank you.

B.Rgds,

Lim TS

1 Reply 1

limtohsoon
Level 1
Level 1

Hi,

I just found out that if we configure "queue-list 1 protocol ip 3 tcp telnet", this will match IP packets originated or destined to TCP port 23.

Thank you.

B.Rgds,

Lim TS