<?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 acl issue Protocol needs to be set to TCP or UDP, before setting &amp;quot;destination-port&amp;quot;. in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49036#M12935</link>
    <description>&lt;P&gt;I’m getting this error on an exos switch when trying to refresh a policy&lt;/P&gt;&lt;P&gt;Line 29 : Protocol needs to be set to TCP or UDP, before setting "destination-port".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here’s an example what I added.&lt;/P&gt;&lt;P&gt;entry acl1_deny36 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.16/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of some lines that work:&lt;/P&gt;&lt;P&gt;entry acl1_deny28 { if { protocol udp; source-address 0.0.0.0/0; destination-address 10.80.2.28/32; destination-port snmp;} then { count acl1_snmp_deny; deny;}}&lt;/P&gt;&lt;P&gt;entry acl1_denyr1 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.4.0/24; destination-port 873;} then { count acl1_rsync_deny; deny;}}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me why I can’t deny port 80 the same why I deny port 873 or snmp?&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 20:28:00 GMT</pubDate>
    <dc:creator>Keith9</dc:creator>
    <dc:date>2021-07-26T20:28:00Z</dc:date>
    <item>
      <title>acl issue Protocol needs to be set to TCP or UDP, before setting "destination-port".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49036#M12935</link>
      <description>&lt;P&gt;I’m getting this error on an exos switch when trying to refresh a policy&lt;/P&gt;&lt;P&gt;Line 29 : Protocol needs to be set to TCP or UDP, before setting "destination-port".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here’s an example what I added.&lt;/P&gt;&lt;P&gt;entry acl1_deny36 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.16/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of some lines that work:&lt;/P&gt;&lt;P&gt;entry acl1_deny28 { if { protocol udp; source-address 0.0.0.0/0; destination-address 10.80.2.28/32; destination-port snmp;} then { count acl1_snmp_deny; deny;}}&lt;/P&gt;&lt;P&gt;entry acl1_denyr1 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.4.0/24; destination-port 873;} then { count acl1_rsync_deny; deny;}}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me why I can’t deny port 80 the same why I deny port 873 or snmp?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 20:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49036#M12935</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-07-26T20:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: acl issue Protocol needs to be set to TCP or UDP, before setting "destination-port".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49037#M12936</link>
      <description>&lt;P&gt;It reports an error on line 29, is that line you show line 29 ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 20:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49037#M12936</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2021-07-26T20:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: acl issue Protocol needs to be set to TCP or UDP, before setting "destination-port".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49038#M12937</link>
      <description>&lt;P&gt;Yes i just took an exceprt.&amp;nbsp; I didn’t want to do the whole config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But look at what does work vs the one that doesn't.&amp;nbsp; The syntax is literally identical.&lt;/P&gt;&lt;P&gt;protocol &amp;lt;tcp or udp&amp;gt;;source-address; destination-address; destination-port; then the action.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 20:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49038#M12937</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-07-26T20:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: acl issue Protocol needs to be set to TCP or UDP, before setting "destination-port".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49039#M12938</link>
      <description>&lt;P&gt;That entry just works if I try it.&lt;/P&gt;&lt;P&gt;I think there is something else wrong in your policy.&lt;/P&gt;&lt;P&gt;Do&amp;nbsp; a check policy &amp;lt;ACL&amp;gt; and see what it returns.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 20:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49039#M12938</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2021-07-26T20:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: acl issue Protocol needs to be set to TCP or UDP, before setting "destination-port".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49040#M12939</link>
      <description>&lt;P&gt;oh shoot it was the bottom line to allow just IT subnet access to that device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I pasted the whole group in and though it was the start of the newest line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;entry acl1_permit { if { protocol tcp; source-address 10.7.0.0/16; destination-address 0.0.0.0/0; destination-port 80;} then { permit;}}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It blocks it completely though.&amp;nbsp; So the last permit is not allowed anyway.&amp;nbsp; Though I’m RDPing so I dont know what the system sees me as, the pc i’m RDP’d to in that subnet, or my VPN IP address which is in the 192.168 range.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 20:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49040#M12939</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-07-26T20:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: acl issue Protocol needs to be set to TCP or UDP, before setting "destination-port".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49041#M12940</link>
      <description>&lt;P&gt;I got it to work by putting my permit above the denies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;entry acl1_perm80 { if { protocol tcp; source-address 10.7.0.0/16; destination-address 0.0.0.0/0; destination-port 80;} then { permit;}}&lt;BR /&gt;entry acl1_deny36 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.16/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny37 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.17/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny38 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.18/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny39 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.19/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny40 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.20/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny41 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.21/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny42 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.22/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny43 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.23/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny44 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.24/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny45 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.25/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny46 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.26/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny47 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.27/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;entry acl1_deny48 { if { protocol tcp; source-address 0.0.0.0/0; destination-address 10.80.2.28/32; destination-port 80;} then { count acl1_http_deny; deny;}}&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 21:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49041#M12940</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-07-26T21:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: acl issue Protocol needs to be set to TCP or UDP, before setting "destination-port".</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49042#M12941</link>
      <description>&lt;P&gt;Hey can I put comments in an acl file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so whats the escape character ?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Example&lt;BR /&gt;// Allow only IT access to idrac&lt;/P&gt;&lt;P&gt;entry (something defining IT)&amp;nbsp; permit&lt;/P&gt;&lt;P&gt;entry (everyone else) deny&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 02:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-issue-protocol-needs-to-be-set-to-tcp-or-udp-before-setting/m-p/49042#M12941</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2021-07-27T02:50:00Z</dc:date>
    </item>
  </channel>
</rss>

