<?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: 802.1x Machine Authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821345#M547867</link>
    <description>Based on your scenario it seems that you are failing dot1x and falling back to mab. Hence why you see the mac address as the hostname. Does your computer have a certificate to use for authentication? Are you using the Windows native supplicant or anyconnect?</description>
    <pubDate>Mon, 18 Mar 2019 15:24:57 GMT</pubDate>
    <dc:creator>Mike.Cifelli</dc:creator>
    <dc:date>2019-03-18T15:24:57Z</dc:date>
    <item>
      <title>802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821014#M547865</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone can help with this issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have set up 802.1x to use machine authentication and each time I try to get this to work, it uses the mac address of the device as the host name.&amp;nbsp; Obviously this is not in AD as the computer name is domain joined and not the mac address.&amp;nbsp; How do I get around this so that the MAC Address is used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cisco device is a 2960G&lt;/P&gt;&lt;P&gt;The NPS server is Server 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius dot1x-auth&lt;BR /&gt;server name dot1x-auth1&lt;BR /&gt;!&lt;BR /&gt;aaa authentication banner ^CC&lt;BR /&gt;-----------------------------------------------------------------------&lt;BR /&gt;Warning, You have accessed a secure device&lt;BR /&gt;Unauthorised access to or misuse of this device is prohibited and constitutes&lt;BR /&gt;an offence under the ^C&lt;BR /&gt;aaa authentication fail-message ^CCCCC&lt;BR /&gt;********************************************************************************&lt;BR /&gt;The attempted authentication failed, please try again. If this error persists,&lt;BR /&gt;please contact the administrator of this system.&lt;BR /&gt;Disconnect NOW if you have not been expressly authorised to use this system.&lt;BR /&gt;By logging onto this system, you accept that your activity may be subject to&lt;BR /&gt;monitoring for compliance purposes and may be recorded.&lt;BR /&gt;********************************************************************************&lt;BR /&gt;^C&lt;BR /&gt;aaa authentication login default local&lt;BR /&gt;aaa authentication dot1x default group dot1x-auth&lt;BR /&gt;aaa authorization console&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization network default group dot1x-authaaa accounting dot1x default start-stop group dot1x-auth&lt;BR /&gt;aaa accounting system default start-stop group dot1x-auth&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;client xxxxxxxxxxx server-key 7 052D561D72195A3B4A164446190F0C6B&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;dot1x system-auth-control&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode rapid-pvst&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;spanning-tree vlan 1-4094 priority 4096&lt;BR /&gt;!&lt;BR /&gt;vlan internal allocation policy ascending&lt;BR /&gt;lldp run&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;description 802.1x Wired Auth&lt;BR /&gt;switchport access vlan 16&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport voice vlan 26&lt;BR /&gt;ip access-group ACL-DEFAULT in&lt;BR /&gt;srr-queue bandwidth share 1 30 35 5&lt;BR /&gt;priority-queue out&lt;BR /&gt;authentication host-mode multi-domain&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;mab&lt;BR /&gt;mls qos trust cos&lt;BR /&gt;no snmp trap link-status&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout quiet-period 30&lt;BR /&gt;dot1x timeout server-timeout 45&lt;BR /&gt;dot1x timeout tx-period 10&lt;BR /&gt;dot1x timeout supp-timeout 20&lt;BR /&gt;dot1x timeout ratelimit-period 10&lt;BR /&gt;dot1x max-reauth-req 1&lt;BR /&gt;auto qos trust cos&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;spanning-tree bpduguard enable&lt;BR /&gt;spanning-tree guard root&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended ACL-DEFAULT&lt;BR /&gt;permit udp any eq bootpc any eq bootps&lt;BR /&gt;permit udp any any eq domain&lt;BR /&gt;permit icmp any any&lt;BR /&gt;permit udp any any eq tftp&lt;BR /&gt;permit ip any any&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;radius server dot1x-auth1&lt;BR /&gt;address ipv4 xxxxxxxxxxxx auth-port 1812 acct-port 1813&lt;BR /&gt;timeout 2&lt;BR /&gt;retransmit 1&lt;BR /&gt;key 7 15345B1E577F3F167B20667601041E42&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The logs on the NPS server show:&lt;/P&gt;&lt;P&gt;&amp;lt;Event&amp;gt;&amp;lt;Timestamp data_type="4"&amp;gt;03/18/2019 00:31:23.256&amp;lt;/Timestamp&amp;gt;&amp;lt;Computer-Name data_type="1"&amp;gt;NPS01&amp;lt;/Computer-Name&amp;gt;&amp;lt;Event-Source data_type="1"&amp;gt;IAS&amp;lt;/Event-Source&amp;gt;&amp;lt;User-Name data_type="1"&amp;gt;3c5282363704&amp;lt;/User-Name&amp;gt;&amp;lt;Service-Type data_type="0"&amp;gt;10&amp;lt;/Service-Type&amp;gt;&amp;lt;Framed-MTU data_type="0"&amp;gt;1500&amp;lt;/Framed-MTU&amp;gt;&amp;lt;Called-Station-Id data_type="1"&amp;gt;00-23-AC-70-5A-01&amp;lt;/Called-Station-Id&amp;gt;&amp;lt;Calling-Station-Id data_type="1"&amp;gt;3C-52-82-36-37-04&amp;lt;/Calling-Station-Id&amp;gt;&amp;lt;NAS-Port-Type data_type="0"&amp;gt;15&amp;lt;/NAS-Port-Type&amp;gt;&amp;lt;NAS-Port data_type="0"&amp;gt;50001&amp;lt;/NAS-Port&amp;gt;&amp;lt;NAS-Port-Id data_type="1"&amp;gt;GigabitEthernet0/1&amp;lt;/NAS-Port-Id&amp;gt;&amp;lt;NAS-IP-Address data_type="3"&amp;gt;192.168.0.254&amp;lt;/NAS-IP-Address&amp;gt;&amp;lt;Client-IP-Address data_type="3"&amp;gt;192.168.0.254&amp;lt;/Client-IP-Address&amp;gt;&amp;lt;Client-Vendor data_type="0"&amp;gt;0&amp;lt;/Client-Vendor&amp;gt;&amp;lt;Client-Friendly-Name data_type="1"&amp;gt;Switch&amp;lt;/Client-Friendly-Name&amp;gt;&amp;lt;Proxy-Policy-Name data_type="1"&amp;gt;Secure Wired (Ethernet) Connections&amp;lt;/Proxy-Policy-Name&amp;gt;&amp;lt;Provider-Type data_type="0"&amp;gt;1&amp;lt;/Provider-Type&amp;gt;&amp;lt;SAM-Account-Name data_type="1"&amp;gt;xxxxx\3c5282363704&amp;lt;/SAM-Account-Name&amp;gt;&amp;lt;Fully-Qualifed-User-Name data_type="1"&amp;gt;xxxx\3c5282363704&amp;lt;/Fully-Qualifed-User-Name&amp;gt;&amp;lt;Authentication-Type data_type="0"&amp;gt;1&amp;lt;/Authentication-Type&amp;gt;&amp;lt;Class data_type="1"&amp;gt;311 1 192.168.0.47 03/17/2019 21:16:12 69&amp;lt;/Class&amp;gt;&amp;lt;Packet-Type data_type="0"&amp;gt;1&amp;lt;/Packet-Type&amp;gt;&amp;lt;Reason-Code data_type="0"&amp;gt;0&amp;lt;/Reason-Code&amp;gt;&amp;lt;/Event&amp;gt;&lt;BR /&gt;&amp;lt;Event&amp;gt;&amp;lt;Timestamp data_type="4"&amp;gt;03/18/2019 00:31:23.256&amp;lt;/Timestamp&amp;gt;&amp;lt;Computer-Name data_type="1"&amp;gt;NPS01&amp;lt;/Computer-Name&amp;gt;&amp;lt;Event-Source data_type="1"&amp;gt;IAS&amp;lt;/Event-Source&amp;gt;&amp;lt;Class data_type="1"&amp;gt;311 1 192.168.0.47 03/17/2019 21:16:12 69&amp;lt;/Class&amp;gt;&amp;lt;Authentication-Type data_type="0"&amp;gt;1&amp;lt;/Authentication-Type&amp;gt;&amp;lt;Fully-Qualifed-User-Name data_type="1"&amp;gt;xxxxx\3c5282363704&amp;lt;/Fully-Qualifed-User-Name&amp;gt;&amp;lt;SAM-Account-Name data_type="1"&amp;gt;xxxxx\3c5282363704&amp;lt;/SAM-Account-Name&amp;gt;&amp;lt;Provider-Type data_type="0"&amp;gt;1&amp;lt;/Provider-Type&amp;gt;&amp;lt;Proxy-Policy-Name data_type="1"&amp;gt;Secure Wired (Ethernet) Connections&amp;lt;/Proxy-Policy-Name&amp;gt;&amp;lt;Client-IP-Address data_type="3"&amp;gt;192.168.0.254&amp;lt;/Client-IP-Address&amp;gt;&amp;lt;Client-Vendor data_type="0"&amp;gt;0&amp;lt;/Client-Vendor&amp;gt;&amp;lt;Client-Friendly-Name data_type="1"&amp;gt;Switch&amp;lt;/Client-Friendly-Name&amp;gt;&amp;lt;Packet-Type data_type="0"&amp;gt;3&amp;lt;/Packet-Type&amp;gt;&amp;lt;Reason-Code data_type="0"&amp;gt;16&amp;lt;/Reason-Code&amp;gt;&amp;lt;/Event&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any reason why its using the MAC Address as the name rather than the computer name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:03:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821014#M547865</guid>
      <dc:creator>phil1024</dc:creator>
      <dc:date>2020-02-21T19:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821345#M547867</link>
      <description>Based on your scenario it seems that you are failing dot1x and falling back to mab. Hence why you see the mac address as the hostname. Does your computer have a certificate to use for authentication? Are you using the Windows native supplicant or anyconnect?</description>
      <pubDate>Mon, 18 Mar 2019 15:24:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821345#M547867</guid>
      <dc:creator>Mike.Cifelli</dc:creator>
      <dc:date>2019-03-18T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821435#M547869</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the native supplicant on the windows 10 environment.&amp;nbsp; Yeah the device has a cert, as shown:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32148iA3981BB19724C805/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yet I am still getting the issue.&amp;nbsp; The CA is also the NPS server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 17:22:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821435#M547869</guid>
      <dc:creator>phil1024</dc:creator>
      <dc:date>2019-03-18T17:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821445#M547873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have removed mab from the switch but I'm still getting the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#sh authentication sessions int g0/1&lt;BR /&gt;Interface: GigabitEthernet0/1&lt;BR /&gt;MAC Address: Unknown&lt;BR /&gt;IP Address: Unknown&lt;BR /&gt;Status: Running&lt;BR /&gt;Domain: UNKNOWN&lt;BR /&gt;Oper host mode: multi-domain&lt;BR /&gt;Oper control dir: both&lt;BR /&gt;Session timeout: N/A&lt;BR /&gt;Idle timeout: N/A&lt;BR /&gt;Common Session ID: C0A800FE00000011000FDF19&lt;BR /&gt;Acct Session ID: 0x00000014&lt;BR /&gt;Handle: 0xF6000012&lt;/P&gt;&lt;P&gt;Runnable methods list:&lt;BR /&gt;Method State&lt;BR /&gt;dot1x Running&lt;/P&gt;&lt;P&gt;NRS-Access-Cab-1-sw1#&lt;BR /&gt;Mar 18 17:33:54: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) o n Interface Gi0/1 AuditSessionID C0A800FE00000011000FDF19&lt;BR /&gt;Mar 18 17:33:54: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'do t1x' for client (Unknown MAC) on Interface Gi0/1 AuditSessionID C0A800FE00000011 000FDF19&lt;BR /&gt;Mar 18 17:33:54: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unkn own MAC) on Interface Gi0/1 AuditSessionID C0A800FE00000011000FDF19&lt;BR /&gt;Mar 18 17:33:54: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Gi0/1 AuditSessionID C0A800FE00000011000FD F19&lt;BR /&gt;Mar 18 17:33:54: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client ( Unknown MAC) on Interface Gi0/1 AuditSessionID C0A800FE00000011000FDF19$ace Gi0/1 AuditSessionID C0A800FE00000011000FDF19&lt;BR /&gt;Mar 18 17:33:54: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) o ^ n Interface Gi0/1 AuditSessionID C0A800FE00000011000FDF19&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 17:35:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821445#M547873</guid>
      <dc:creator>phil1024</dc:creator>
      <dc:date>2019-03-18T17:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821464#M547874</link>
      <description>Is Wired Auto Config service running on the client? If so, please share the configs of your native supplicant.</description>
      <pubDate>Mon, 18 Mar 2019 18:06:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821464#M547874</guid>
      <dc:creator>Mike.Cifelli</dc:creator>
      <dc:date>2019-03-18T18:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821490#M547879</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah the wired autoconfig service is set to automatic and started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The details from the NIC are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 362px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32160i218A4E4B0F27F68B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 373px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32162i1DD0F0E614C52E30/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.PNG" style="width: 375px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32163i713047E1151EC432/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture4.PNG" alt="Capture4.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture5.PNG" style="width: 365px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32161i773DEFBB52B2C820/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture5.PNG" alt="Capture5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is what you mean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The RADIUS server is set up as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture6.PNG" style="width: 966px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32164iF878325234DDB75E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture6.PNG" alt="Capture6.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture7.PNG" style="width: 721px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32167i703D6359F10D097F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture7.PNG" alt="Capture7.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture8.PNG" style="width: 431px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32165i149E86D12D785678/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture8.PNG" alt="Capture8.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture9.PNG" style="width: 715px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32166i248433B428373CC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture9.PNG" alt="Capture9.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 18:29:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821490#M547879</guid>
      <dc:creator>phil1024</dc:creator>
      <dc:date>2019-03-18T18:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821492#M547881</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah the wired autoconfig service is set to automatic and started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The details from the NIC are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 362px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32160i218A4E4B0F27F68B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 373px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32162i1DD0F0E614C52E30/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.PNG" style="width: 375px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32163i713047E1151EC432/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture4.PNG" alt="Capture4.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture5.PNG" style="width: 365px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/32161i773DEFBB52B2C820/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture5.PNG" alt="Capture5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is what you mean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 18:32:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821492#M547881</guid>
      <dc:creator>phil1024</dc:creator>
      <dc:date>2019-03-18T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x Machine Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821538#M547883</link>
      <description>Thanks for sharing. Please flip the 8021x settings to computer auth only under specify authentication mode and restart the authentication process. Please share outcome. Thanks</description>
      <pubDate>Mon, 18 Mar 2019 20:05:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-machine-authentication/m-p/3821538#M547883</guid>
      <dc:creator>Mike.Cifelli</dc:creator>
      <dc:date>2019-03-18T20:05:49Z</dc:date>
    </item>
  </channel>
</rss>

