<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Troubleshoot an RDP ACL in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70472#M18782</link>
    <description>Updated the policy to add counters&amp;nbsp;&lt;BR /&gt;entry rDP-allow {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 10.8.7.0/24 ;&lt;BR /&gt;destination-address 10.18.111.0/24 ;&lt;BR /&gt;protocol tcp ;&lt;BR /&gt;source-port tcp ;&lt;BR /&gt;destination-port 3389 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;permit ;&lt;BR /&gt;count allow_acl ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry default-deny {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0 ;&lt;BR /&gt;destination-address 10.18.111.0/24 ;&lt;BR /&gt;protocol tcp ;&lt;BR /&gt;source-port tcp ;&lt;BR /&gt;destination-port 3389 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny_acl ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;Number of clients bound to policy: 1&lt;BR /&gt;Client: acl bound once&lt;BR /&gt;&lt;BR /&gt;Applied the policy to any port any vlan yet the counter number is not increasing?&lt;BR /&gt;&lt;BR /&gt;DR-Core.4 # show access-list&lt;BR /&gt;Vlan Name Port Policy Name Dir Rules Dyn Rules&lt;BR /&gt;===================================================================&lt;BR /&gt;* * rdp ingress 2 0&lt;BR /&gt;* * rdp egress 2 0&lt;BR /&gt;&lt;BR /&gt;DR-Core.4 # show access-list counter&lt;BR /&gt;Policy Name Vlan Name Port Direction&lt;BR /&gt;Counter Name Packet Count Byte Count&lt;BR /&gt;==================================================================&lt;BR /&gt;rdp * * ingress&lt;BR /&gt;allow_acl 0&lt;BR /&gt;deny_acl 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 May 2022 17:59:12 GMT</pubDate>
    <dc:creator>Abhishek_Potdar</dc:creator>
    <dc:date>2022-05-11T17:59:12Z</dc:date>
    <item>
      <title>Troubleshoot an RDP ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70470#M18780</link>
      <description>&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create an ACL where certain subnets can RDP "port 3389" into a different subnet's hosts. While other devices can't RDP to that certain subnet. I am pasting the ACL, I have created. Basically, 10.8.7.X subnet should be able to RDP into 10.18.111.X subnet using port 3389. while other subnets should get denied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have applied the policy to the uplink port along with the 10.18.111.X vlan but with no luck, seems like the policy is ignoring my deny rules. What am I missing here?&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Policies at Policy Server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Policy: rdp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;entry RDP-allow {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if match all {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;source-address 10.8.7.0/24 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;destination-address 10.18.111.0/24 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protocol tcp ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;source-port tcp ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;destination-port 3389 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;permit ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;entry default-deny {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if match all {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;source-address 0.0.0.0/0 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;protocol tcp ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;source-port tcp ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;destination-port 3389 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deny ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Number of clients bound to policy: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client: acl bound once&lt;/SPAN&gt;</description>
      <pubDate>Wed, 11 May 2022 08:15:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70470#M18780</guid>
      <dc:creator>Abhishek_Potdar</dc:creator>
      <dc:date>2022-05-11T08:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot an RDP ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70471#M18781</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you apply counters to both ACLs and then "refresh policy &amp;lt;policy name&amp;gt;"?&lt;BR /&gt;&lt;BR /&gt;That will see which rule they are hitting.&amp;nbsp; ACLs are done in hardware so generally we see that the traffic isn't flowing how we think it is rather then ACLs ignoring entries/deny statements.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chris Thompson</description>
      <pubDate>Wed, 11 May 2022 15:53:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70471#M18781</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2022-05-11T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot an RDP ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70472#M18782</link>
      <description>Updated the policy to add counters&amp;nbsp;&lt;BR /&gt;entry rDP-allow {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 10.8.7.0/24 ;&lt;BR /&gt;destination-address 10.18.111.0/24 ;&lt;BR /&gt;protocol tcp ;&lt;BR /&gt;source-port tcp ;&lt;BR /&gt;destination-port 3389 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;permit ;&lt;BR /&gt;count allow_acl ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry default-deny {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0 ;&lt;BR /&gt;destination-address 10.18.111.0/24 ;&lt;BR /&gt;protocol tcp ;&lt;BR /&gt;source-port tcp ;&lt;BR /&gt;destination-port 3389 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny_acl ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;Number of clients bound to policy: 1&lt;BR /&gt;Client: acl bound once&lt;BR /&gt;&lt;BR /&gt;Applied the policy to any port any vlan yet the counter number is not increasing?&lt;BR /&gt;&lt;BR /&gt;DR-Core.4 # show access-list&lt;BR /&gt;Vlan Name Port Policy Name Dir Rules Dyn Rules&lt;BR /&gt;===================================================================&lt;BR /&gt;* * rdp ingress 2 0&lt;BR /&gt;* * rdp egress 2 0&lt;BR /&gt;&lt;BR /&gt;DR-Core.4 # show access-list counter&lt;BR /&gt;Policy Name Vlan Name Port Direction&lt;BR /&gt;Counter Name Packet Count Byte Count&lt;BR /&gt;==================================================================&lt;BR /&gt;rdp * * ingress&lt;BR /&gt;allow_acl 0&lt;BR /&gt;deny_acl 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2022 17:59:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70472#M18782</guid>
      <dc:creator>Abhishek_Potdar</dc:creator>
      <dc:date>2022-05-11T17:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot an RDP ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70473#M18783</link>
      <description>I don´t think that "source-port tcp;" is correct. With the "protocol tcp;" condition is sufficient.</description>
      <pubDate>Thu, 12 May 2022 13:51:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70473#M18783</guid>
      <dc:creator>AdrianO</dc:creator>
      <dc:date>2022-05-12T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot an RDP ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70474#M18784</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;source-port tcp is not a valid match condition. You can find all possible match conditions and their inputs in the EXOS User Guide page 769:&lt;BR /&gt;&lt;SPAN class="prokeys-snippet-text"&gt;https://documentation.extremenetworks.com/exos_31.7/downloads/EXOS_User_Guide_31.7.pdf&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;</description>
      <pubDate>Fri, 13 May 2022 16:28:34 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/troubleshoot-an-rdp-acl/m-p/70474#M18784</guid>
      <dc:creator>Gabriel_G</dc:creator>
      <dc:date>2022-05-13T16:28:34Z</dc:date>
    </item>
  </channel>
</rss>

