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

QOS and RDP

bsurace
Level 1
Level 1

HI,

first, sorry for my poor english writing.

I have a CISCO Routeur Firewall 831 and i want to prioritize the RDP Stream. The rdp server have other application running (so no prioritize with IP adress i think). What are my options ? do have to buy another router (if yes what type of router) if not have you a link to help me configure the router?

Thank you all for your work in this forum

bye.

1 Accepted Solution

Accepted Solutions

royalblues
Level 10
Level 10

Match the RDP port number in your access-list and prirotize

access-list 101 permit tcp any any eq 3389

access-list 101 permit tcp any eq 3389 any

class-map match-all rdp

match access-group 101

policy-map rdp

class rdp

bandwidth

set ip dscp af41

Apply the service policy on the required interface. you cn also replace any in the access-list to the IP address required

HTH

Narayan

View solution in original post

1 Reply 1

royalblues
Level 10
Level 10

Match the RDP port number in your access-list and prirotize

access-list 101 permit tcp any any eq 3389

access-list 101 permit tcp any eq 3389 any

class-map match-all rdp

match access-group 101

policy-map rdp

class rdp

bandwidth

set ip dscp af41

Apply the service policy on the required interface. you cn also replace any in the access-list to the IP address required

HTH

Narayan

Review Cisco Networking products for a $25 gift card