<?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: Policy Manager XMC in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88518#M9444</link>
    <description>&lt;P&gt;Hi Giuseppe&lt;/P&gt; &lt;P&gt;You can create a policy by CLI.&lt;/P&gt; &lt;P&gt;You can create a policy by XMC.&lt;/P&gt; &lt;P&gt;You can assign policy statically to the port (by CLI or by XMC)&lt;/P&gt; &lt;P&gt;You can assign policy statically to the VLAN (by CLI or by XMC)&lt;/P&gt; &lt;P&gt;You can assign policy dynamically to the authenticated entity by external radius (can be FreeRadius, NPS, ExtremeControl,...)&amp;nbsp;&lt;/P&gt; &lt;P&gt;You can use UPM scripting to assign the policy to the port based on any event detected by the switch = some scripting is necessary, I do not like this approach but doable.&lt;/P&gt; &lt;P&gt;By policy, I mean policy profile and policy rules.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 06:45:09 GMT</pubDate>
    <dc:creator>Zdeněk_Pala</dc:creator>
    <dc:date>2020-02-21T06:45:09Z</dc:date>
    <item>
      <title>Policy Manager XMC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88517#M9443</link>
      <description>&lt;P&gt;Good Morning, a Customer ask if is possible to use XMC Policy Manager without NAC and radius.&lt;/P&gt; &lt;P&gt;At the moment is necessary check the OUI and put on a correct VLAN.&lt;/P&gt; &lt;P&gt;I configured X440 in CLI and it works, now we want to do the same with XMC.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Thanks&lt;/P&gt; &lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 18:38:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88517#M9443</guid>
      <dc:creator>Giuseppe_Montan</dc:creator>
      <dc:date>2020-02-20T18:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Policy Manager XMC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88518#M9444</link>
      <description>&lt;P&gt;Hi Giuseppe&lt;/P&gt; &lt;P&gt;You can create a policy by CLI.&lt;/P&gt; &lt;P&gt;You can create a policy by XMC.&lt;/P&gt; &lt;P&gt;You can assign policy statically to the port (by CLI or by XMC)&lt;/P&gt; &lt;P&gt;You can assign policy statically to the VLAN (by CLI or by XMC)&lt;/P&gt; &lt;P&gt;You can assign policy dynamically to the authenticated entity by external radius (can be FreeRadius, NPS, ExtremeControl,...)&amp;nbsp;&lt;/P&gt; &lt;P&gt;You can use UPM scripting to assign the policy to the port based on any event detected by the switch = some scripting is necessary, I do not like this approach but doable.&lt;/P&gt; &lt;P&gt;By policy, I mean policy profile and policy rules.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:45:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88518#M9444</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-02-21T06:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Policy Manager XMC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88519#M9445</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Can we also use XMC Policy Manager without NAC, for L3 ACLs? I am configuring ACLs by CLI and appling them to a VLAN interface on S series and C5. I also do it on X460-G2. So is it possible with Policy Manager?&amp;nbsp; If it is possible I want to use Policy Manager instead of CLI.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Here is what I want on EOS:&lt;/P&gt; &lt;PRE&gt;&lt;CODE&gt;ip access-list extended cctv-camera&lt;BR /&gt; permit ip 10.242.2.0 0.0.0.255 10.1.1.0 0.0.0.255&lt;BR /&gt; permit ip 192.168.10.0 0.0.0.255 10.1.1.0 0.0.0.255&lt;BR /&gt; permit ip host 192.168.1.44 10.1.1.0 0.0.0.255&lt;BR /&gt; permit ip 10.110.100.0 0.0.0.255 10.1.1.0 0.0.0.255&lt;BR /&gt; permit ip 10.111.100.0 0.0.0.255 10.1.1.0 0.0.0.255&lt;BR /&gt; permit ip 10.120.100.0 0.0.0.255 10.1.1.0 0.0.0.255&lt;BR /&gt; deny ip any any log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; interface vlan.0.33&lt;BR /&gt; ip address 10.1.1.1 255.255.255.0 primary&lt;BR /&gt; ip access-group cctv-camera out&lt;BR /&gt; ip helper-address 192.168.10.96&lt;BR /&gt; no shutdown&lt;BR /&gt; exit&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;And on EXOS:&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;PRE&gt;&lt;CODE&gt;create access-list santral-pbx-110 " source-address 10.150.101.0/24 ; destination-address 10.150.101.0/24 ;" " permit ; count santral-pbx-allow-110 ;" application "Cli"&lt;BR /&gt;create access-list santral-pbx-120 " source-address 10.160.101.0/24 ; destination-address 10.150.101.0/24 ;" " permit ; count santral-pbx-allow-120 ;" application "Cli"&lt;BR /&gt;create access-list santral-pbx-130 " source-address 10.111.101.0/24 ; destination-address 10.150.101.0/24 ;" " permit ; count santral-pbx-allow-130 ;" application "Cli"&lt;BR /&gt;create access-list santral-pbx-deny " source-address 0.0.0.0/0 ; destination-address 10.150.101.0/24 ;" " deny ; count santral-pbx-deny ;" application "Cli"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;configure access-list add santral-pbx-110 last priority 0 zone SYSTEM vlan Santral-PBX egress&lt;BR /&gt;configure access-list add santral-pbx-120 last priority 0 zone SYSTEM vlan Santral-PBX egress&lt;BR /&gt;configure access-list add santral-pbx-130 last priority 0 zone SYSTEM vlan Santral-PBX egress&lt;BR /&gt;configure access-list add santral-pbx-deny last priority 0 zone SYSTEM vlan Santral-PBX egress&lt;/CODE&gt;&lt;/PRE&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Regards,&lt;/P&gt; &lt;P&gt;Rahman&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 19:40:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88519#M9445</guid>
      <dc:creator>Rahman_Duran</dc:creator>
      <dc:date>2020-03-05T19:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Policy Manager XMC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88520#M9446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; &lt;P&gt;Policy and ACLs are two different tools, used differently.&lt;/P&gt; &lt;P&gt;Short answer is: You will not create ACLs with Policy Manager in XMC 8.4 and older.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 23:13:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88520#M9446</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-03-06T23:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Policy Manager XMC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88521#M9447</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Hi,&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;I know they are different tools but can I do what I am trying to do with Policy instead of ACLs? Can “Policy” resctrict which IP subnets access to a whole VLAN?&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;“Short answer is: You will not create ACLs with Policy Manager in XMC 8.4 and older.”. Does this mean there will be changes in XMC 8.5 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Regards,&lt;/P&gt; &lt;P&gt;Rahman&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 12:09:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88521#M9447</guid>
      <dc:creator>Rahman_Duran</dc:creator>
      <dc:date>2020-03-09T12:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Policy Manager XMC</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88522#M9448</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; &lt;P&gt;With policy, you can assign the policy to vlan, port.&lt;/P&gt; &lt;P&gt;With policy, you can assign the policy to a subnet on N/S/K/PV-FC&amp;nbsp;series only, not currently on EXOS.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;In current policy implementation, you can not combine source and destination in the same filtering rule.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;The future features and roadmap can not be discussed in public, contact a local representative for details.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:44:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/policy-manager-xmc/m-p/88522#M9448</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2020-03-09T14:44:06Z</dc:date>
    </item>
  </channel>
</rss>

