<?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 Users authentication type problem in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/users-authentication-type-problem/m-p/1953599#M202265</link>
    <description>&lt;P&gt;&amp;nbsp;&amp;nbsp; Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on ISE 1.1 version, am facing the following problem:&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;When the user turn on the PC , he can access to the network via Dot1x , but when the PC go to the sleeping mode&amp;nbsp; , the Dot1x timed out , and the authentication type become mab , so that the user access as guest , and he need to restart the dot1x service manually to get the access again .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;Below is a port switch configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/X&lt;/P&gt;&lt;P&gt;switchport access vlan 22&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport voice vlan 110&lt;/P&gt;&lt;P&gt;authentication port-control auto&lt;/P&gt;&lt;P&gt;mab&lt;/P&gt;&lt;P&gt;dot1x pae authenticator&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;any idea? please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;Thank you in advance&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;Zahi&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 02:11:11 GMT</pubDate>
    <dc:creator>ZAHI BOU KHALIL</dc:creator>
    <dc:date>2019-03-11T02:11:11Z</dc:date>
    <item>
      <title>Users authentication type problem</title>
      <link>https://community.cisco.com/t5/network-access-control/users-authentication-type-problem/m-p/1953599#M202265</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp; Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on ISE 1.1 version, am facing the following problem:&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;When the user turn on the PC , he can access to the network via Dot1x , but when the PC go to the sleeping mode&amp;nbsp; , the Dot1x timed out , and the authentication type become mab , so that the user access as guest , and he need to restart the dot1x service manually to get the access again .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;Below is a port switch configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/X&lt;/P&gt;&lt;P&gt;switchport access vlan 22&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport voice vlan 110&lt;/P&gt;&lt;P&gt;authentication port-control auto&lt;/P&gt;&lt;P&gt;mab&lt;/P&gt;&lt;P&gt;dot1x pae authenticator&lt;/P&gt;&lt;P&gt;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;any idea? please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;Thank you in advance&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;Zahi&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:11:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/users-authentication-type-problem/m-p/1953599#M202265</guid>
      <dc:creator>ZAHI BOU KHALIL</dc:creator>
      <dc:date>2019-03-11T02:11:11Z</dc:date>
    </item>
    <item>
      <title>Users authentication type problem</title>
      <link>https://community.cisco.com/t5/network-access-control/users-authentication-type-problem/m-p/1953600#M202291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A suggestion since this is not something I can test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should be able to distinguish the case of guest access from employee access since in the case of guest the endpoint will not exist in the database and create authoirzations accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can distinguish the case of whether endpoint was found using the following attribute in the authorization policy&lt;/P&gt;&lt;P&gt;Attribute: NetworkAccess.AuthentictionStatus&lt;/P&gt;&lt;P&gt;value: UnknownUser indicates that record was not found during the authentication&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 10:50:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/users-authentication-type-problem/m-p/1953600#M202291</guid>
      <dc:creator>jrabinow</dc:creator>
      <dc:date>2012-06-12T10:50:46Z</dc:date>
    </item>
    <item>
      <title>Users authentication type problem</title>
      <link>https://community.cisco.com/t5/network-access-control/users-authentication-type-problem/m-p/1953601#M202314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi jrabinow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late reply.&lt;/P&gt;&lt;P&gt;There is a policy created on the active directory and pushed to the machines' users. This policy has the role to enable dot1x service on the workstations.&lt;/P&gt;&lt;P&gt;It seems that this problem is happening only for the users receiving the policy from the AD and not for the users that we have enabled for them the dot1x manually on their machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:54:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/users-authentication-type-problem/m-p/1953601#M202314</guid>
      <dc:creator>ZAHI BOU KHALIL</dc:creator>
      <dc:date>2012-06-25T18:54:11Z</dc:date>
    </item>
  </channel>
</rss>

