03-23-2011 01:07 AM - edited 03-11-2019 01:11 PM
Hi
I have a customer who wants to prioritze rdp traffic throgh the firewall.
I know that its port 3389, but outgoing traffic is a random port number.
Any smart way to catch this traffic and get it in the LLQ ?
/Per Buch
03-23-2011 02:34 AM
You can try something like:
----------
access-list rdpfirst permit tcp any any eq 3389
access-list rdpfirst permit tcp any eq 3389 any
class-map rdp
match access-list rdpfirst
policy-map global_policy
class rdp
priority
service-policy global_policy global
----------
Paps
03-23-2011 04:40 AM
Servers are on the dmz-network, access from outside.
I have been trying something like the suggested, didnt catch any traffik.
/Per Buch
03-23-2011 04:50 AM
Hi,
Please paste the 'show run' output along with 'show service-policy'.
Paps
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide