<?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: FMC ISE Integration - SGT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3951074#M1011036</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/206554"&gt;@belgarioz&lt;/a&gt; you can use the commands &lt;STRONG&gt;&lt;EM&gt;adi_cli session&lt;/EM&gt;&lt;/STRONG&gt; and &lt;EM&gt;&lt;STRONG&gt;OmniQuery.pl&lt;/STRONG&gt;&lt;/EM&gt;. Guide &lt;A href="https://integratingit.wordpress.com/2019/10/26/ftd-user-identity/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2019 11:25:36 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2019-10-31T11:25:36Z</dc:date>
    <item>
      <title>FMC ISE Integration - SGT</title>
      <link>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3798067#M1011033</link>
      <description>&lt;P&gt;ISE version 2.1&lt;/P&gt;
&lt;P&gt;FMC version 6.1&lt;/P&gt;
&lt;P&gt;Running into an issue getting SGT mappings to be pushed to the sensors from my FMC. I believe I have identified the issue, but wanted to see if anyone has ran into this before or got it working.&lt;/P&gt;
&lt;P&gt;Here is what I am experiencing:&lt;/P&gt;
&lt;P&gt;User connects to wireless, and authenticates using EAP-FAST (user+machine)&lt;/P&gt;
&lt;P&gt;ISE assigns an SGT per AuthZ policy&lt;/P&gt;
&lt;P&gt;FMC gets user/machine login event and SGT from ISE (screenshot below)&lt;/P&gt;
&lt;P&gt;FMC doesn't push the SGT mapping to the sensors - I believe because the username received from ISE is in the form of '&amp;lt;username&amp;gt;/host/&amp;lt;machine&amp;gt;', and it isn't able to find that in the AD Realm. (screenshot below)&lt;/P&gt;
&lt;P&gt;If I authenticate using just username and not machine (PEAP+MSCHAPv2 for example) everything works as expected - FMC gets SGT, pushes to sensor, Access Control Policy applied properly.&lt;/P&gt;
&lt;P&gt;I found a bug that is kinda related to what I am seeing, but the workaround listed is basically what I am already doing. &lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvd73842" target="_blank"&gt;CSCvd73842&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Screenshots:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/29717iE8EEE5155B5BB156/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/29716i20D919144AD934E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any thoughts or experience is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:47:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3798067#M1011033</guid>
      <dc:creator>Daniel Lucas</dc:creator>
      <dc:date>2020-02-21T16:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: FMC ISE Integration - SGT</title>
      <link>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3844036#M1011034</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;before Firepower 6.2.0 you need to have Realm, which validate username received from ISE and after that there was pushed mapping SGT-IP to FTD device. As you write you are running 6.1 ..&lt;/P&gt;&lt;P&gt;After 6.2.0 you don't need realm to validate username to be able push SGT-IP mapping to device ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/firepower/620/relnotes/Firepower_System_Release_Notes_Version_620/new_features_and_functionality.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/firepower/620/relnotes/Firepower_System_Release_Notes_Version_620/new_features_and_functionality.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...check Table1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because you are using EAP-FAST (user+device), FMC see all that string as one "user" ID, and this is not in AD at all. Actually there is no way how to validate EAP-FAST identity (user+device) against any Realm (there is no possibility of parsing identity on FMC (received by pxgrid) nor ISE platform (before pxgrid)..).&lt;/P&gt;&lt;P&gt;(I am in same situation .. lot of discussions with Cisco SE about that... no solution till now).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is enougth for you use SGT tags in ACL, it can be useful migrate to 6.2.0 or later.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 11:01:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3844036#M1011034</guid>
      <dc:creator>vlmacko</dc:creator>
      <dc:date>2019-04-24T11:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: FMC ISE Integration - SGT</title>
      <link>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3951017#M1011035</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I kinda have same problem with 6.4.0.x, SGT tags assigned to ISE but no TAG passed to FMC.&lt;BR /&gt;But this doesn't apply to everybody, just some clients randomly and we suspect it's something hidden inside it's network.&lt;BR /&gt;I just don't know how to provide a good troubleshoot apart from dump_user file in FTD and grepping vdi.radius on /var/log/messages&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 10:07:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3951017#M1011035</guid>
      <dc:creator>belgarioz</dc:creator>
      <dc:date>2019-10-31T10:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: FMC ISE Integration - SGT</title>
      <link>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3951074#M1011036</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/206554"&gt;@belgarioz&lt;/a&gt; you can use the commands &lt;STRONG&gt;&lt;EM&gt;adi_cli session&lt;/EM&gt;&lt;/STRONG&gt; and &lt;EM&gt;&lt;STRONG&gt;OmniQuery.pl&lt;/STRONG&gt;&lt;/EM&gt;. Guide &lt;A href="https://integratingit.wordpress.com/2019/10/26/ftd-user-identity/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 11:25:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-ise-integration-sgt/m-p/3951074#M1011036</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-10-31T11:25:36Z</dc:date>
    </item>
  </channel>
</rss>

