<?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: External DB integration push the parameter to ISE in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526388#M526661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, here is an example using AD attribute:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/docs/DOC-74212"&gt;Dynamic Attribute with ISE: VLAN Assignment&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Sep 2017 23:22:29 GMT</pubDate>
    <dc:creator>howon</dc:creator>
    <dc:date>2017-09-15T23:22:29Z</dc:date>
    <item>
      <title>External DB integration push the parameter to ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526387#M526659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I Assign VLAN to the user using external DB, What I wish to do, there will be an APP who will store user ID and the required VLAN in DB, which will be changed based user assigned to the project or to share the resource scenario, he can choose the project allocation. The app DB will interact with ISE to push the VLAN id/name to appropriate port.Any help is it possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 06:03:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526387#M526659</guid>
      <dc:creator>maheshpathak</dc:creator>
      <dc:date>2017-09-15T06:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: External DB integration push the parameter to ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526388#M526661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, here is an example using AD attribute:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/docs/DOC-74212"&gt;Dynamic Attribute with ISE: VLAN Assignment&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 23:22:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526388#M526661</guid>
      <dc:creator>howon</dc:creator>
      <dc:date>2017-09-15T23:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: External DB integration push the parameter to ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526389#M526664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Howon for your response. However, I have an application who decides the VLAN dynamically and it has the DB. I Wish to sync the VLAN field from this database instead of Active directory attribute. SO the above solution is not to my help. Is there anyway I Can federate my application or DB with ISE that will influence the VLAN attribute for the user. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 05:56:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526389#M526664</guid>
      <dc:creator>maheshpathak</dc:creator>
      <dc:date>2017-09-19T05:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: External DB integration push the parameter to ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526390#M526669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahesh, ISE 2.1+ also supports SQL DB as identity source and you can do the same outlined in the link above for SQL as well. You can reference following document for creating DB and stored procedures for ISE/SQL integration:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine-21/200544-Configure-ISE-2-1-with-MS-SQL-using-ODBC.html" title="https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine-21/200544-Configure-ISE-2-1-with-MS-SQL-using-ODBC.html"&gt;Configure ISE 2.1 with MS SQL using ODBC - Cisco&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 17:09:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526390#M526669</guid>
      <dc:creator>howon</dc:creator>
      <dc:date>2017-09-19T17:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: External DB integration push the parameter to ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526391#M526676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Howon, this is helpful. let me try with ISE 2.1 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 03:48:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/external-db-integration-push-the-parameter-to-ise/m-p/3526391#M526676</guid>
      <dc:creator>maheshpathak</dc:creator>
      <dc:date>2017-09-21T03:48:13Z</dc:date>
    </item>
  </channel>
</rss>

