<?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 NAC deployment in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/nac-deployment/m-p/892432#M386880</link>
    <description>&lt;P&gt;Hi mates,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're working in a NAC solution for our network and we've got a problem I hope you'll help us to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our architecture is described bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Windows 802.1x supplicant configured with Protected EAP (PEAP) and secure password (EAP-MSCHAP v2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Cisco Catalyst 2960 Switches with the following configuration:&lt;/P&gt;&lt;P&gt;&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;â&amp;#128;¦.&lt;/P&gt;&lt;P&gt;dot1x system-auth-control&lt;/P&gt;&lt;P&gt;â&amp;#128;¦.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/X&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; dot1x max-reauth-req 1&lt;/P&gt;&lt;P&gt; dot1x guest-vlan 20&lt;/P&gt;&lt;P&gt; dot1x auth-fail vlan 20&lt;/P&gt;&lt;P&gt; dot1x auth-fail max-attempts 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;â&amp;#128;¦â&amp;#128;¦.&lt;/P&gt;&lt;P&gt;radius-server host 172.19.128.200 auth-port 1645 acct-port 1646 key XXXXX&lt;/P&gt;&lt;P&gt;radius-server source-ports 1645-1646&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Radius Authentication Server (Cisco Secure ACS v3.3) authenticating against a Domain Controller configured as an External User Database using the Cisco Secure ACS Remote Agent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to use machine authentication to download the domain policy and user authentication to dynamically assign a vlan (until now we've only tried the user authentication). For unknown users we consider two possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Unknown user without 802.1x supplicant: After a timeout it is assigned to the guest-vlan.&lt;/P&gt;&lt;P&gt;- Unknown user with 802.1x supplicant: It should be assigned to the Fail-Auth VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that's the point we can't get over. When an unknown user with 802.1x supplicant tries to connect to our network the supplicant keeps in the Authenticating state and the switch port remains Unauthorized. In the Radius Server (ACS) logs don't appear failed attempts. It seems that the ACS is applying the Unknown Users Policy and indefinitely tries to authenticate the user against the External User Database. It never sends a reject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked the ACS configuration looking for some kind of â&amp;#128;&amp;#156;timeoutâ&amp;#128;&amp;#157; or â&amp;#128;&amp;#156;failed attemptsâ&amp;#128;&amp;#157; parameter in External User Database configuration to force it to send the reject but I haven't succeeded. The same with the Catalyst 2960 dot1x configuration..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!!&lt;/P&gt;&lt;P&gt;Coloma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 22:34:00 GMT</pubDate>
    <dc:creator>colomacrespi</dc:creator>
    <dc:date>2019-03-10T22:34:00Z</dc:date>
    <item>
      <title>NAC deployment</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-deployment/m-p/892432#M386880</link>
      <description>&lt;P&gt;Hi mates,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're working in a NAC solution for our network and we've got a problem I hope you'll help us to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our architecture is described bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Windows 802.1x supplicant configured with Protected EAP (PEAP) and secure password (EAP-MSCHAP v2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Cisco Catalyst 2960 Switches with the following configuration:&lt;/P&gt;&lt;P&gt;&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;â&amp;#128;¦.&lt;/P&gt;&lt;P&gt;dot1x system-auth-control&lt;/P&gt;&lt;P&gt;â&amp;#128;¦.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/X&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; dot1x pae authenticator&lt;/P&gt;&lt;P&gt; dot1x port-control auto&lt;/P&gt;&lt;P&gt; dot1x max-reauth-req 1&lt;/P&gt;&lt;P&gt; dot1x guest-vlan 20&lt;/P&gt;&lt;P&gt; dot1x auth-fail vlan 20&lt;/P&gt;&lt;P&gt; dot1x auth-fail max-attempts 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;â&amp;#128;¦â&amp;#128;¦.&lt;/P&gt;&lt;P&gt;radius-server host 172.19.128.200 auth-port 1645 acct-port 1646 key XXXXX&lt;/P&gt;&lt;P&gt;radius-server source-ports 1645-1646&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Radius Authentication Server (Cisco Secure ACS v3.3) authenticating against a Domain Controller configured as an External User Database using the Cisco Secure ACS Remote Agent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to use machine authentication to download the domain policy and user authentication to dynamically assign a vlan (until now we've only tried the user authentication). For unknown users we consider two possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Unknown user without 802.1x supplicant: After a timeout it is assigned to the guest-vlan.&lt;/P&gt;&lt;P&gt;- Unknown user with 802.1x supplicant: It should be assigned to the Fail-Auth VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that's the point we can't get over. When an unknown user with 802.1x supplicant tries to connect to our network the supplicant keeps in the Authenticating state and the switch port remains Unauthorized. In the Radius Server (ACS) logs don't appear failed attempts. It seems that the ACS is applying the Unknown Users Policy and indefinitely tries to authenticate the user against the External User Database. It never sends a reject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked the ACS configuration looking for some kind of â&amp;#128;&amp;#156;timeoutâ&amp;#128;&amp;#157; or â&amp;#128;&amp;#156;failed attemptsâ&amp;#128;&amp;#157; parameter in External User Database configuration to force it to send the reject but I haven't succeeded. The same with the Catalyst 2960 dot1x configuration..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!!&lt;/P&gt;&lt;P&gt;Coloma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:34:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-deployment/m-p/892432#M386880</guid>
      <dc:creator>colomacrespi</dc:creator>
      <dc:date>2019-03-10T22:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: NAC deployment</title>
      <link>https://community.cisco.com/t5/network-access-control/nac-deployment/m-p/892433#M386902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you have properly configured the groups in the ACS. Also check if the 2960 switch is configured under proper group in the ACS. If this does not works remove all the groups in ACS and configure all of the users in same group and check if the authentication is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 14:57:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/nac-deployment/m-p/892433#M386902</guid>
      <dc:creator>didyap</dc:creator>
      <dc:date>2007-12-20T14:57:23Z</dc:date>
    </item>
  </channel>
</rss>

