<?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 Dot1x 'Open' implementation and unreachable RADIUS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229138#M112297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usually a voice vlan needs to be configured on the switchport. The phone starts in the access vlan and if authentication is ok the switch puts the Phone into a voice domain. On ACS&amp;nbsp; you must configure device-traffic-class = voice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a CISCO-Phone. Only Cisco-Phone send via CDP that a PC is disconncet. With a NON Cisco Phone the session remains forever. That is the reason that PC can go in working without a connection to ACS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh authentication session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a good documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6586/ps6638/config_guide_c17-605524.html"&gt;http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6586/ps6638/config_guide_c17-605524.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 13:52:18 GMT</pubDate>
    <dc:creator>hdussa</dc:creator>
    <dc:date>2013-07-04T13:52:18Z</dc:date>
    <item>
      <title>Dot1x 'Open' implementation and unreachable RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229137#M112276</link>
      <description>&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; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to setup an open dot1x environment on C3750, with ACS 5.3 as RADIUS and Avaya as IP-phones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When configuring on the interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authentication port-control auto &lt;/P&gt;&lt;P&gt;authentication open &lt;/P&gt;&lt;P&gt;authentication&amp;nbsp; host-mode multi-auth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the phone and PC can connect to their respective VLANs, obtain DHCP address and operate as expected.&amp;nbsp; (Please note the switchport shows up as authenticated/authorized if the device has a dot1x supplicant on board, with valid credentials, but shows up as&amp;nbsp; unauthorized if wrong credentials, or if no dot1x supplicant at all;&amp;nbsp; however, I think this is normal behavior of the switchport).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if the ACS is unreachable, the PC can still connnect to its VLAN and proceed, but the phone stays stuck in dot1x authentication.&amp;nbsp; &lt;/P&gt;&lt;P&gt;My question : is this a misbehavior of the phone? I expect the phone to start with an EAPOL START, maybe switch and phone will subsequently exchange an 'identity request/response' but as the switch has no ACS in its backend, the process stops there, in other words, the phone will never be challenged for its credentials.&amp;nbsp; I would expect the phone from then on&amp;nbsp; to consider itself as authenticated and proceed 'just like it would proceed if authenticated, i.e. DHCP etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless the phone seems to 'stay stuck' in its dot1x authentication procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't expect that coding an authentication event server-dead action authorize ;... will unblock the phone's supplicant in this case of an already open dot1x port configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;##### important update #####&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From dot1x debug on the switch, it appears the phone sends each minute an EAPOL-start, triggering a EAPOL_Request_Identity (sw to phone) and EAPOL_Resp_Identity (phone to sw) and finally an EAPOL_FAIL code 4&amp;nbsp; (sw to phone).&amp;nbsp; This last message does cause the phone to quick its dot1x process, it simply iterates on this sequence by reissuing EAPOL-start.&amp;nbsp; Unlike the PC behind, which proceeds after the FAIL, considering itself as being authorized to the port (and the switch accepting, as we are in Open dot1x).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When now adding to the switchport&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;auth event server dead action authorize voice &lt;/P&gt;&lt;P&gt;auth ............................................................&amp;nbsp; vlan &amp;lt;native vlan&amp;gt;&lt;/P&gt;&lt;P&gt;the switch replies with an EAPOL code 4 - (auth) FAIL immediately.&amp;nbsp; Again, the PC quits dot1x procedure and&amp;nbsp; proceeds considering itself as authorized.&amp;nbsp; And the phone continues sticking to dot1x EAPOL-start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May we suspect here a 'bug' in the Phone, and should it stop further dot1x attempts (EAPOL-start) as soon as an EAPOL-Fail is received?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:33:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229137#M112276</guid>
      <dc:creator>JAN DEVOS</dc:creator>
      <dc:date>2019-03-11T03:33:11Z</dc:date>
    </item>
    <item>
      <title>Dot1x 'Open' implementation and unreachable RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229138#M112297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usually a voice vlan needs to be configured on the switchport. The phone starts in the access vlan and if authentication is ok the switch puts the Phone into a voice domain. On ACS&amp;nbsp; you must configure device-traffic-class = voice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a CISCO-Phone. Only Cisco-Phone send via CDP that a PC is disconncet. With a NON Cisco Phone the session remains forever. That is the reason that PC can go in working without a connection to ACS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh authentication session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a good documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6586/ps6638/config_guide_c17-605524.html"&gt;http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6586/ps6638/config_guide_c17-605524.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 13:52:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229138#M112297</guid>
      <dc:creator>hdussa</dc:creator>
      <dc:date>2013-07-04T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re:Dot1x 'Open' implementation and unreachable RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229139#M112313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you send your port configuration?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support Android App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 14:41:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229139#M112313</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2013-07-04T14:41:54Z</dc:date>
    </item>
    <item>
      <title>Re:Dot1x 'Open' implementation and unreachable RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229140#M112339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you configured &lt;STRONG&gt;dot1x critical eapol&lt;/STRONG&gt;? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 16:38:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229140#M112339</guid>
      <dc:creator>Octavian Szolga</dc:creator>
      <dc:date>2013-07-04T16:38:37Z</dc:date>
    </item>
    <item>
      <title>Re:Dot1x 'Open' implementation and unreachable RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229141#M112368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;aaa authentication dot1x default group radius&lt;BR /&gt;aaa authorization network default group radius &lt;/P&gt;&lt;P&gt;dot1x system-auth-control&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt; description Telefonport mit PC&lt;BR /&gt; switchport mode access&lt;BR /&gt; switchport voice vlan 24&lt;BR /&gt; speed 100&lt;BR /&gt; duplex full&lt;BR /&gt; authentication event fail action next-method&lt;BR /&gt; authentication host-mode multi-domain&lt;BR /&gt; authentication order dot1x mab&lt;BR /&gt; authentication port-control auto&lt;BR /&gt; authentication timer inactivity server&lt;BR /&gt; authentication violation replace&lt;BR /&gt; mab&lt;BR /&gt; dot1x pae authenticator&lt;BR /&gt; dot1x timeout tx-period 1&lt;BR /&gt; dot1x max-req 3&lt;BR /&gt; dot1x max-reauth-req 1&lt;BR /&gt; spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;ip radius source-interface Vlan311 &lt;BR /&gt;!&lt;BR /&gt;radius server ACS_Pri&lt;BR /&gt; address ipv4 1.1.1.1 auth-port 1645 acct-port 1646&lt;BR /&gt; timeout 3&lt;BR /&gt; key 123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On ACS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Policy Elements/Authorization and Permissions/Network Access/Authorization Profiles&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;BR /&gt;Create a Profile VOICE and select under Comon Task "Voice VLAN from unused to static. Then you can see&lt;/P&gt;&lt;P&gt;Yes (device-traffic-class=voice). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 05:17:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/dot1x-open-implementation-and-unreachable-radius/m-p/2229141#M112368</guid>
      <dc:creator>hdussa</dc:creator>
      <dc:date>2013-07-05T05:17:29Z</dc:date>
    </item>
  </channel>
</rss>

