Link to home
Start Free TrialLog in
Avatar of gateguard
gateguard

asked on

priority-list command for 3389 (remote desktop)

This is a sample set of priorities:

priority-list 4 protocol decnet medium lt 200
priority-list 4 protocol ip medium tcp 23
priority-list 4 protocol ip medium udp 53
priority-list 4 protocol ip high

(from cisco: http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/qos_c/qcpart2/qcpq.htm#19198)

I want to add port 3389 (remote desktop) to the list (making it high priority).

Is that port a tcp port?

Do I use this command:

priority-list 4 protocol ip high tcp 3389

(I'm going to make the default priority medium.)
Avatar of ShineOn
ShineOn
Flag of United States of America image

You should check the Microsoft site for what protocol(s) RDP uses.  It may use port 3389 on both TCP and UDP for all I know...  
The same goes for any other protocol you want to add to the priority list.  You need to know if it's TCP or UDP or whatever.

Once you find out, what you have described should work.
Avatar of gateguard
gateguard

ASKER

Where in the Microsoft site?

I can't find it.
ASKER CERTIFIED SOLUTION
Avatar of ShineOn
ShineOn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It's true.  It's TCP.

But my priority lists didn't do what I wanted.

Back to the drawing board.