<?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: EAP-TLS not working but PEAP is OK in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5274785#M595621</link>
    <description>&lt;P&gt;Just to add in, if I configure PEAP on supplicant or endpoint, on the debug logs we are able to see the HOST\ attribute when machine authenticate. From this instance I can say there's no issue on the certificate itself.&lt;/P&gt;&lt;P&gt;Please enlighten me what could be the root cause&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 07:09:32 GMT</pubDate>
    <dc:creator>Ruelb2214</dc:creator>
    <dc:date>2025-03-25T07:09:32Z</dc:date>
    <item>
      <title>EAP-TLS not working but PEAP is OK</title>
      <link>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5273807#M595571</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;&lt;P&gt;I been using PEAP for endpoints authentication in our infra, we authenticate machine + user ID to grant access on network and no issue.&lt;/P&gt;&lt;P&gt;Recently we needed to change to EAP-TLS method, by using the same certificate in ISE which is working with PEAP.&lt;/P&gt;&lt;P&gt;I edit the supplicant (Win11) settings from PEAP to EAP-TLS, refer to screenshots. Do note the ISE cert for EAP/Radius is sign by intermediate CA and both Root CA and intermediate are uploaded or trusted in ISE and supplicant Trust Root cert settings.&lt;/P&gt;&lt;P&gt;In addition, the cert auth profile is configured the same, we use cert attribute "Subject-Common Name"&lt;/P&gt;&lt;P&gt;As per checking on live logs, I can only see it receives the endpoint mac address instead of hostname (host/).&lt;/P&gt;&lt;P&gt;Do you think I miss some configuration on ISE or endpoint to make EAP-TLS working?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 08:40:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5273807#M595571</guid>
      <dc:creator>Ruelb2214</dc:creator>
      <dc:date>2025-03-21T08:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: EAP-TLS not working but PEAP is OK</title>
      <link>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5273822#M595573</link>
      <description>&lt;P&gt;Do you use a radius server and have specified the VLAN for that certain user on the router&lt;/P&gt;&lt;P&gt;Regards - NC&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 09:30:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5273822#M595573</guid>
      <dc:creator>Nikolai Catey</dc:creator>
      <dc:date>2025-03-21T09:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: EAP-TLS not working but PEAP is OK</title>
      <link>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5273840#M595575</link>
      <description>&lt;P&gt;go through part 1,2,3&amp;nbsp; &lt;A href="https://www.labminutes.com/sec0332_ise_30_wired_dot1x_eap_tls_peap_1" target="_self"&gt;here&lt;/A&gt; if it still doesn't work, send attach ISE logs.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 10:05:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5273840#M595575</guid>
      <dc:creator>Ambuj M</dc:creator>
      <dc:date>2025-03-21T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: EAP-TLS not working but PEAP is OK</title>
      <link>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5274781#M595620</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325330"&gt;@Ambuj M&lt;/a&gt;&amp;nbsp; YES i been foloowing that link since start.&lt;/P&gt;&lt;P&gt;I did debug the problem is when machine boot up, based on the logs the machine did not sent username with "host/" attribute, instead it send only the mac address thus not able to authenticate.&lt;/P&gt;&lt;P&gt;Do you have idea why it sends mac address instead of machine hostname?&lt;/P&gt;&lt;P&gt;This is my interface config port and radius attribute:&lt;/P&gt;&lt;P&gt;switchport mode access&lt;BR /&gt;authentication event server dead action authorize vlan 125&lt;BR /&gt;authentication event server alive action reinitialize&lt;BR /&gt;authentication host-mode multi-domain&lt;BR /&gt;authentication order mab dot1x&lt;BR /&gt;authentication priority mab dot1x&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate server&lt;BR /&gt;authentication violation restrict&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 10&lt;BR /&gt;storm-control broadcast level pps 1k&lt;BR /&gt;storm-control multicast level 10.00&lt;BR /&gt;storm-control action trap&lt;BR /&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;radius-server attribute 6 on-for-login-auth&lt;BR /&gt;radius-server attribute 8 include-in-access-req&lt;BR /&gt;radius-server attribute 25 access-request include&lt;BR /&gt;radius-server attribute 31 mac format ietf upper-case&lt;BR /&gt;radius-server attribute 31 send nas-port-detail&lt;BR /&gt;radius-server dead-criteria tries 3&lt;BR /&gt;radius-server retransmit 5&lt;BR /&gt;radius-server deadtime 2&lt;BR /&gt;radius-server load-balance method least-outstanding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 06:48:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5274781#M595620</guid>
      <dc:creator>Ruelb2214</dc:creator>
      <dc:date>2025-03-25T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: EAP-TLS not working but PEAP is OK</title>
      <link>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5274785#M595621</link>
      <description>&lt;P&gt;Just to add in, if I configure PEAP on supplicant or endpoint, on the debug logs we are able to see the HOST\ attribute when machine authenticate. From this instance I can say there's no issue on the certificate itself.&lt;/P&gt;&lt;P&gt;Please enlighten me what could be the root cause&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 07:09:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5274785#M595621</guid>
      <dc:creator>Ruelb2214</dc:creator>
      <dc:date>2025-03-25T07:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: EAP-TLS not working but PEAP is OK</title>
      <link>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5277810#M595806</link>
      <description>&lt;P&gt;finally manage to find the root cause when I did wire shark capture.&lt;/P&gt;&lt;P&gt;The issue was the setting on the machine cert, the application setting was set to server auth instead of client auth.&lt;/P&gt;&lt;P&gt;Thank you guys for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 08:18:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/eap-tls-not-working-but-peap-is-ok/m-p/5277810#M595806</guid>
      <dc:creator>Ruelb2214</dc:creator>
      <dc:date>2025-04-03T08:18:00Z</dc:date>
    </item>
  </channel>
</rss>

