<?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: Can we put multiple source address in the Access list  polciy in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38216#M8197</link>
    <description>Each entry can only have 1 source-address, but you could use the mask to include more addresses if these are within a range. You could also create a 2nd entry for the next source-address.</description>
    <pubDate>Wed, 08 Jul 2015 16:59:00 GMT</pubDate>
    <dc:creator>OscarK</dc:creator>
    <dc:date>2015-07-08T16:59:00Z</dc:date>
    <item>
      <title>Can we put multiple source address in the Access list  polciy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38215#M8196</link>
      <description>can we make access policy with multiple source address &lt;BR /&gt;
since i am trying to do this but it is giving error in policy check</description>
      <pubDate>Wed, 08 Jul 2015 16:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38215#M8196</guid>
      <dc:creator>Farookh_shaikh</dc:creator>
      <dc:date>2015-07-08T16:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can we put multiple source address in the Access list  polciy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38216#M8197</link>
      <description>Each entry can only have 1 source-address, but you could use the mask to include more addresses if these are within a range. You could also create a 2nd entry for the next source-address.</description>
      <pubDate>Wed, 08 Jul 2015 16:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38216#M8197</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2015-07-08T16:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can we put multiple source address in the Access list  polciy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38217#M8198</link>
      <description>Thanks Oscark,  can we create 2nd entry in same policy&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38217#M8198</guid>
      <dc:creator>Farookh_shaikh</dc:creator>
      <dc:date>2015-07-08T17:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can we put multiple source address in the Access list  polciy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38218#M8199</link>
      <description>Faruk,  Yes you can create a 2nd entry in same policy file.</description>
      <pubDate>Wed, 08 Jul 2015 17:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38218#M8199</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2015-07-08T17:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can we put multiple source address in the Access list  polciy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38219#M8200</link>
      <description>Hi Faruk,&lt;BR /&gt;
&lt;BR /&gt;
I believe you are getting following errors while applying the policy to the port:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Error: Policy test123 has syntax errors&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;Line 4 : Attribute source-address already exists as a match statement in Acl entry test123.&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
Having similar match conditions on a rule is not accepted. Instead of having 2 source-address in 1 rule, you could have them on 2 different rules in a single policy file like below:&lt;BR /&gt;
&lt;BR /&gt;
entry test {&lt;BR /&gt;
if {&lt;BR /&gt;
source-address 1.1.1.1/32;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry test1 {&lt;BR /&gt;
if {&lt;BR /&gt;
source-address 2.2.2.2/32;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit; &lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
If you have further questions, please let me know. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/38219#M8200</guid>
      <dc:creator>Senguttuvan__Ar</dc:creator>
      <dc:date>2015-07-08T17:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Can we put multiple source address in the Access list  polciy</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/116566#M22764</link>
      <description>&lt;P&gt;this is strange because check policy shows its valid but once you apply it to a port that's when you get the error.&lt;/P&gt;&lt;P&gt;The SSH policy (to deny access to SSH into the switch but allow only a few subnets to log in) works differently for some reason.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 18:32:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-put-multiple-source-address-in-the-access-list-polciy/m-p/116566#M22764</guid>
      <dc:creator>Keith9</dc:creator>
      <dc:date>2024-10-30T18:32:54Z</dc:date>
    </item>
  </channel>
</rss>

