<?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 Implementing 8021x in network in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4888884#M258403</link>
    <description>&lt;P&gt;We are implementing 8021x this summer and I am reading this great Cisco white paper: &lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213919-configure-802-1x-authentication-on-catal.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213919-configure-802-1x-authentication-on-catal.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It goes into depth on how to configure the WLC and ISE for implementing the 8021x network, which is what we will be using. But it does not go into any detail on certificate configuration and placement. If anyone has any good documentation or advice on how to get the certs created and installed it would greatly be appreciated. Thank You in advanced.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 22:44:14 GMT</pubDate>
    <dc:creator>jesse.garcia11</dc:creator>
    <dc:date>2023-07-20T22:44:14Z</dc:date>
    <item>
      <title>Implementing 8021x in network</title>
      <link>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4888884#M258403</link>
      <description>&lt;P&gt;We are implementing 8021x this summer and I am reading this great Cisco white paper: &lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213919-configure-802-1x-authentication-on-catal.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213919-configure-802-1x-authentication-on-catal.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It goes into depth on how to configure the WLC and ISE for implementing the 8021x network, which is what we will be using. But it does not go into any detail on certificate configuration and placement. If anyone has any good documentation or advice on how to get the certs created and installed it would greatly be appreciated. Thank You in advanced.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 22:44:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4888884#M258403</guid>
      <dc:creator>jesse.garcia11</dc:creator>
      <dc:date>2023-07-20T22:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing 8021x in network</title>
      <link>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4888895#M258404</link>
      <description>&lt;P&gt;what is Mode&amp;nbsp;&lt;BR /&gt;EAP-TLS ? if Yes&amp;nbsp;&lt;BR /&gt;then&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/213543-configure-eap-tls-flow-with-ise.html" target="_blank"&gt;Understand and Configure EAP-TLS with a WLC and ISE - Cisco&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 23:11:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4888895#M258404</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-07-20T23:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing 8021x in network</title>
      <link>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4888908#M258405</link>
      <description>&lt;P&gt;As mentioned, there are configuration guides for ISE that go over the configuration steps in ISE with some overview.&lt;BR /&gt;Here's the guide for 3.x:&amp;nbsp;&lt;A title="Configure EAP-TLS Authentication with ISE" href="https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/214975-configure-eap-tls-authentication-with-is.html" target="_blank" rel="noopener"&gt;Configure EAP-TLS Authentication with ISE&lt;/A&gt;&lt;BR /&gt;For other parts I fear the question is too open or general.&lt;BR /&gt;The certificate creation depends on your environment.&lt;BR /&gt;For example, if you have an on-premises AD environment, and maybe an existing PKI infrastructure, it would make sense to use your existing PKI infrastructure to generate the EAP certificate to use on the ISE nodes.&lt;BR /&gt;At the end of the day the clients that authenticate need to trust the EAP certificate on the ISE, and if you're using certificate authentication like EAP-TLS, the ISE needs to trust the CA that issues the certificates to the clients.&lt;/P&gt;
&lt;P&gt;As an example, if you have a windows-only environment using on-premises Active Directory, a simple solution is to use (or set up) a Microsoft CA, which can be on a standalone server or co-exist on another win server.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a CSR for the ISE nodes and use this CA to sign the certificates used for EAP certs.&lt;/LI&gt;
&lt;LI&gt;Set up certificate enrollment so that all clients/computers get a computer certificate.&lt;/LI&gt;
&lt;LI&gt;Use AD group policies to configure the wireless and wired 802.1x settings on the clients.&lt;/LI&gt;
&lt;LI&gt;This might get you to the point where you can say "only our domain-joined machines are able to connect to the network".**&lt;/LI&gt;
&lt;LI&gt;And once you gain confidence in this area you can start exploring the more advanced settings.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;** there are additional security aspects you need to look into once you've reached this stage, such as can the certificate be exported off the computer and what can someone do with a stolen laptop.&lt;/P&gt;
&lt;P&gt;If your workstations are domain-joined using AzureAD, or if you have MacOS or linux computers, there may be additional steps to look into.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 00:08:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4888908#M258405</guid>
      <dc:creator>Jonatan Jonasson</dc:creator>
      <dc:date>2023-07-21T00:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing 8021x in network</title>
      <link>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4889741#M258422</link>
      <description>&lt;P&gt;Thank you for this. I will be reading it today.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 14:50:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4889741#M258422</guid>
      <dc:creator>jesse.garcia11</dc:creator>
      <dc:date>2023-07-21T14:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing 8021x in network</title>
      <link>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4889742#M258423</link>
      <description>&lt;P&gt;Great write up. This is definitely putting me in the direction I want to go. I will be reading and reviewing this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 14:51:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4889742#M258423</guid>
      <dc:creator>jesse.garcia11</dc:creator>
      <dc:date>2023-07-21T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing 8021x in network</title>
      <link>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4889886#M258434</link>
      <description>&lt;P&gt;You are so so welcome'&lt;/P&gt;
&lt;P&gt;Any time friend&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 19:35:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/implementing-8021x-in-network/m-p/4889886#M258434</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-07-21T19:35:38Z</dc:date>
    </item>
  </channel>
</rss>

