<?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 - Computer in phone port not working. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4805022#M580855</link>
    <description>&lt;P&gt;What is your EAP type?&amp;nbsp; Is EAP pass through enabled on the phone?&amp;nbsp; What is the phone?&amp;nbsp; Some phones have issues passing the larger EAP-TLS or TEAP packets through them and require firmware updates.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 20:08:56 GMT</pubDate>
    <dc:creator>ahollifield</dc:creator>
    <dc:date>2023-03-30T20:08:56Z</dc:date>
    <item>
      <title>802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314904#M566466</link>
      <description>&lt;P&gt;I am working on a small project to implement 802.1x authentication on the wired network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the environment there are:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;IP phone&lt;/LI&gt;&lt;LI&gt;Corporate computer&lt;/LI&gt;&lt;LI&gt;Subcontractor computer&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The whole network is built with Cisco Catalsyt 9300, 2960X, 2960S, 3850 switches. Each office has an IP phone and a computer that is plugged into the phone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each port is configured with a Voice VLAN and an Access VLAN Data for corporate computers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to authenticate phones in MAB or 802.1x and to authenticate corporate computers in 802.1x.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If a non-company computer plugs in network port or behind the phone, it is sent into a guest VLAN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A corporate computer will be sent to his dynamic VLAN returned by the radius server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have configured MAB authentication for phones and other equipment such as printers. I have configured CA and &amp;nbsp;autoenroll for corporate computers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here's what works:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I plug a phone into a port it is authenticated MAB with radius and takes its voice VLAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I plug in a corporate computer it is 802.1x authenticated and is sent in the VLAN according to the radius policy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I plug in an unauthorized device or computer, it is sent in a guest VLAN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is what it does not work and this is the most important of the whole project:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I plug a corporate computer into a phone, I automatically get an authentication error and the port is disabled. Same thing with non corporate Computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the radius I realize that the corporate computer is authenticated in MAB and not in 802.1x The authentication event fail action next-method command does not seem to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question:&lt;/STRONG&gt; can anyone help me with this or can I shed some light on the subject? Next step is to open a TAC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the configuration of a Catalyst 9300.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default group radius&lt;/P&gt;&lt;P&gt;aaa authorization network default group radius&lt;/P&gt;&lt;P&gt;aaa accounting dot1x default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa authentication dot1x default group radius&lt;/P&gt;&lt;P&gt;aaa authorization network default group radius&lt;/P&gt;&lt;P&gt;aaa accounting dot1x default start-stop group radius&lt;/P&gt;&lt;P&gt;radius server NPS SERVER XXXX&lt;/P&gt;&lt;P&gt;&amp;nbsp;address ipv4 172.20.8.36 auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;&amp;nbsp;key 7 xxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/21&lt;/P&gt;&lt;P&gt;&amp;nbsp;switchport access vlan 172&lt;/P&gt;&lt;P&gt;&amp;nbsp;switchport mode access&lt;/P&gt;&lt;P&gt;&amp;nbsp;switchport voice vlan 88&lt;/P&gt;&lt;P&gt;&amp;nbsp;switchport port-security&lt;/P&gt;&lt;P&gt;&amp;nbsp;power inline port 2x-mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication event fail action authorize vlan 172&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication event fail action next-method&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication host-mode multi-domain&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication open&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication order mab dot1x&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication port-control auto&lt;/P&gt;&lt;P&gt;&amp;nbsp;mab&lt;/P&gt;&lt;P&gt;&amp;nbsp;dot1x pae authenticator&lt;/P&gt;&lt;P&gt;&amp;nbsp;spanning-tree portfast&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Mar 27 2021 10:33:26.392 EDT: %PM-4-ERR_DISABLE: psecure-violation error detected on Gi1/0/21, putting Gi1/0/21 in err-disable state&lt;/P&gt;&lt;P&gt;*Mar 27 2021 10:33:26.394 EDT: %PORT_SECURITY-2-PSECURE_VIOLATION: Security violation occurred, caused by MAC address c85b.766a.02f4 on port GigabitEthernet1/0/21.&lt;/P&gt;&lt;P&gt;*Mar 27 2021 10:33:27.392 EDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/21, changed state to down&lt;/P&gt;&lt;P&gt;*Mar 27 2021 10:33:28.393 EDT: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/21, changed state to down&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log on radius :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Network Policy Server denied access to a user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Contact the Network Policy Server administrator for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Security ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NULL SID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c85b766a02f4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jimboom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fully Qualified Account Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jimboom\c85b766a02f4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 14:53:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314904#M566466</guid>
      <dc:creator>Jimboom</dc:creator>
      <dc:date>2021-03-27T14:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314910#M566467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/348391"&gt;@Jimboom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Port security and 802.1x configured on an interface at the sametime is not supported. Remove port security from all interfaces configured with 802.1x.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;interface GigabitEthernet1/0/21&lt;BR /&gt; no switchport port-security&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;HTH&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 15:12:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314910#M566467</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-03-27T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314916#M566469</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a step in the right direction. I removed that on the port .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; no switchport port-security&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, when i connect à corporate computer, it's fail on MAB and successuly authenticate on 802.1x. But the port is deactivated anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;*Mar 27 2021 11:51:51.364 EDT: %PM-4-ERR_DISABLE: security-violation error detected on Gi1/0/21, putting Gi1/0/21 in err-disable state
*Mar 27 2021 11:51:51.365 EDT: %AUTHMGR-5-SECURITY_VIOLATION: Security violation on the interface GigabitEthernet1/0/21, new MAC address (c85b.766a.02f4) is seen.AuditSessionID   &lt;/PRE&gt;&lt;P&gt;Here is the port configuration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;interface GigabitEthernet1/0/21
 switchport access vlan 172
 switchport mode access
 switchport voice vlan 88
 power inline port 2x-mode
 authentication event fail retry 3 action next-method
 authentication host-mode multi-domain
 authentication open
 authentication order mab dot1x
 authentication port-control auto
 mab
 dot1x pae authenticator
 spanning-tree portfast
end&lt;/PRE&gt;&lt;P&gt;Radius log:&lt;/P&gt;&lt;P&gt;First try dinied with MAB&lt;/P&gt;&lt;P&gt;Second try granted in 802.1x&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 16:00:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314916#M566469</guid>
      <dc:creator>Jimboom</dc:creator>
      <dc:date>2021-03-27T16:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314931#M566471</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;port-security is incompatible with 802.1X&lt;/EM&gt;&lt;/STRONG&gt; so good that you removed that.&lt;/P&gt;
&lt;P&gt;Change the host-mode to &lt;STRONG&gt;multi-auth&lt;/STRONG&gt; and see if that works.&lt;/P&gt;
&lt;PRE&gt;authentication host-mode multi-auth&lt;/PRE&gt;
&lt;P&gt;Most likely the switch is error-disabling the port because it thinks there are 2 MACs in the data VLAN.&lt;/P&gt;
&lt;P&gt;You can check the ISE LiveLogs to see if there is any error but it's switch issue.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 16:55:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4314931#M566471</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2021-03-27T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4315034#M566479</link>
      <description>&lt;P&gt;It's working! Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 21:15:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4315034#M566479</guid>
      <dc:creator>Jimboom</dc:creator>
      <dc:date>2021-03-27T21:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4315035#M566480</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 21:16:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4315035#M566480</guid>
      <dc:creator>Jimboom</dc:creator>
      <dc:date>2021-03-27T21:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4805017#M580854</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;I am having virtually the same issue, however I have tried multi-domain, multi-auth, and multi-host respectively.&lt;BR /&gt;In each scenario, the phone will authenticate if it is the only device connected to the port.&amp;nbsp; Once a pc is connected, the pc will authenticate, but the phone will not.&amp;nbsp; Have you seen this issue before?&amp;nbsp; Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 20:01:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4805017#M580854</guid>
      <dc:creator>Luke A</dc:creator>
      <dc:date>2023-03-30T20:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x - Computer in phone port not working.</title>
      <link>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4805022#M580855</link>
      <description>&lt;P&gt;What is your EAP type?&amp;nbsp; Is EAP pass through enabled on the phone?&amp;nbsp; What is the phone?&amp;nbsp; Some phones have issues passing the larger EAP-TLS or TEAP packets through them and require firmware updates.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 20:08:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/802-1x-computer-in-phone-port-not-working/m-p/4805022#M580855</guid>
      <dc:creator>ahollifield</dc:creator>
      <dc:date>2023-03-30T20:08:56Z</dc:date>
    </item>
  </channel>
</rss>

