<?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: Help required for ACL policy in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84965#M20516</link>
    <description>&lt;P&gt;I think you’re missing the then statement for the entry 3:&lt;/P&gt;&lt;P&gt;entry 3 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.174/32;&lt;BR /&gt;destination-port 8080;&amp;nbsp;&lt;BR /&gt;protocol tcp;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;permit;&lt;/P&gt;&lt;P&gt;}}&lt;/P&gt;&lt;P&gt;entry 4 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.174/32;&lt;BR /&gt;destination-port 2121;&amp;nbsp;&lt;BR /&gt;protocol tcp;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;permit;&lt;/P&gt;&lt;P&gt;}}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 15:10:51 GMT</pubDate>
    <dc:creator>Miguel-Angel_RO</dc:creator>
    <dc:date>2020-10-15T15:10:51Z</dc:date>
    <item>
      <title>Help required for ACL policy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84962#M20513</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create an acl in exos which will permit traffic if it matches source, destination &amp;amp; protocol in addition with any port from list of port.&lt;/P&gt;&lt;P&gt;I created the policy like below but it giving me an error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;entry 3 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.174/32;&lt;BR /&gt;protocol tcp;&lt;BR /&gt;}&lt;BR /&gt;if match any {&lt;BR /&gt;destination-port 8080;&amp;nbsp;&lt;BR /&gt;destination-port 2121;&amp;nbsp;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;check policy Mundra.pol&lt;BR /&gt;&lt;STRONG&gt;Error: &amp;nbsp;Policy Mundra has syntax errors&lt;BR /&gt;Line 25 : Did not get expected keyword "then","if" is not valid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please help.&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 14:12:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84962#M20513</guid>
      <dc:creator>ddpatil89</dc:creator>
      <dc:date>2020-10-15T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for ACL policy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84963#M20514</link>
      <description>&lt;P&gt;ddpatil,&lt;/P&gt;&lt;P&gt;The error is mentioning line 25 and your entry is #3.&lt;/P&gt;&lt;P&gt;Could you share the full policy file?&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 14:17:52 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84963#M20514</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-10-15T14:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for ACL policy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84964#M20515</link>
      <description>&lt;P&gt;vi Mundra.pol&lt;BR /&gt;i&lt;BR /&gt;entry 1 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.10/32;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;deny;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry 2 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.141/32;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;deny;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry 3 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.174/32;&lt;BR /&gt;protocol tcp;&lt;BR /&gt;}&lt;BR /&gt;&lt;STRONG&gt;if match any {&amp;nbsp; &amp;nbsp;---------------------- error belongs to this line&lt;/STRONG&gt;&lt;BR /&gt;destination-port 8080;&amp;nbsp;&lt;BR /&gt;destination-port 2121;&amp;nbsp;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 15:02:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84964#M20515</guid>
      <dc:creator>ddpatil89</dc:creator>
      <dc:date>2020-10-15T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for ACL policy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84965#M20516</link>
      <description>&lt;P&gt;I think you’re missing the then statement for the entry 3:&lt;/P&gt;&lt;P&gt;entry 3 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.174/32;&lt;BR /&gt;destination-port 8080;&amp;nbsp;&lt;BR /&gt;protocol tcp;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;permit;&lt;/P&gt;&lt;P&gt;}}&lt;/P&gt;&lt;P&gt;entry 4 {&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 0.0.0.0/0;&lt;BR /&gt;destination-address 172.16.108.174/32;&lt;BR /&gt;destination-port 2121;&amp;nbsp;&lt;BR /&gt;protocol tcp;&lt;BR /&gt;} then {&lt;BR /&gt;count test;&lt;BR /&gt;permit;&lt;/P&gt;&lt;P&gt;}}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 15:10:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84965#M20516</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-10-15T15:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for ACL policy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84966#M20517</link>
      <description>&lt;P&gt;thanks for help. it resolved my issue.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 18:15:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84966#M20517</guid>
      <dc:creator>ddpatil89</dc:creator>
      <dc:date>2020-10-15T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help required for ACL policy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84967#M20518</link>
      <description>&lt;P&gt;You’re welcome,&lt;/P&gt;&lt;P&gt;Please mark the topic as solved&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 18:17:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-required-for-acl-policy/m-p/84967#M20518</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-10-15T18:17:30Z</dc:date>
    </item>
  </channel>
</rss>

