<?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 Cisco Secure ACS authentication problems after 3750 switch stack reboot. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572858#M75185</link>
    <description>&lt;P&gt;We are running version 5.2.0.26.4 of Cisco Secure ACS. We are using it to control access to our wired network and only allow our Cisco phones and our domain computers on the network. We use MAB for the phones and dot1x for the PC's. The system works pretty well except whenever we reboot our closet switches quite a few of our phones will not come up and work. They just say configuring and registering. You have to unplug the network cable and reboot the phone then it will authenticate just fine. We are using Cisco 3750 switches that are stacked. We only have around 100 employees so it's not 1000's of devices trying to auth. I'm thinking we are having issues due to all the devices coming online and trying to authenticate at once. Looking for some help in figuring out if this is something we can fix. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Billy Vaughn&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 00:32:26 GMT</pubDate>
    <dc:creator>billy_vaughn</dc:creator>
    <dc:date>2019-03-26T00:32:26Z</dc:date>
    <item>
      <title>Cisco Secure ACS authentication problems after 3750 switch stack reboot.</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572858#M75185</link>
      <description>&lt;P&gt;We are running version 5.2.0.26.4 of Cisco Secure ACS. We are using it to control access to our wired network and only allow our Cisco phones and our domain computers on the network. We use MAB for the phones and dot1x for the PC's. The system works pretty well except whenever we reboot our closet switches quite a few of our phones will not come up and work. They just say configuring and registering. You have to unplug the network cable and reboot the phone then it will authenticate just fine. We are using Cisco 3750 switches that are stacked. We only have around 100 employees so it's not 1000's of devices trying to auth. I'm thinking we are having issues due to all the devices coming online and trying to authenticate at once. Looking for some help in figuring out if this is something we can fix. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Billy Vaughn&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:32:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572858#M75185</guid>
      <dc:creator>billy_vaughn</dc:creator>
      <dc:date>2019-03-26T00:32:26Z</dc:date>
    </item>
    <item>
      <title>Can you share your radius</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572859#M75186</link>
      <description>&lt;P&gt;Can you share your radius switch configs and port configs?&lt;/P&gt;&lt;P&gt;Also, can you post the output of the following commands while the phones are stuck in "registering state"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show authentication session interface &lt;I&gt;interface_name_number&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show aaa servers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 15:53:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572859#M75186</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2015-01-09T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Unfortunatley I don't have a</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572860#M75187</link>
      <description>&lt;P&gt;Unfortunatley I don't have a phone stuck in the registering/configuration state anymore. I can only re-produce the issue by rebooting a switch stack. I'll have to capture those ouputs once I can get some downtime to re-create the issue.&lt;/P&gt;&lt;P&gt;Switch Commands&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&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;/P&gt;&lt;P&gt;tacacs-server host 10.1.254.50 key **********&lt;BR /&gt;tacacs-server host 10.1.254.51 key **********&lt;BR /&gt;tacacs-server directed-request&lt;/P&gt;&lt;P&gt;radius-server host 10.1.254.50 auth-port 1645 acct-port 1646 key ***********&lt;BR /&gt;radius-server host 10.1.254.51 auth-port 1645 acct-port 1646 key ***********&lt;/P&gt;&lt;P&gt;Interface Commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;switchport access vlan&amp;nbsp;XX&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;switchport nonegotiate&lt;BR /&gt;&amp;nbsp;switchport voice vlan&amp;nbsp;XX&lt;BR /&gt;&amp;nbsp;authentication event server dead action authorize&lt;BR /&gt;&amp;nbsp;authentication host-mode multi-domain&lt;BR /&gt;&amp;nbsp;authentication order mab dot1x webauth&lt;BR /&gt;&amp;nbsp;authentication port-control auto&lt;BR /&gt;&amp;nbsp;mab&lt;BR /&gt;&amp;nbsp;mls qos trust device cisco-phone&lt;BR /&gt;&amp;nbsp;mls qos trust cos&lt;BR /&gt;&amp;nbsp;dot1x pae authenticator&lt;BR /&gt;&amp;nbsp;spanning-tree portfast&lt;BR /&gt;&amp;nbsp;spanning-tree bpduguard enable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Billy&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 20:45:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572860#M75187</guid>
      <dc:creator>billy_vaughn</dc:creator>
      <dc:date>2015-01-09T20:45:47Z</dc:date>
    </item>
    <item>
      <title>Hi Billy-</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572861#M75188</link>
      <description>&lt;P&gt;Hi Billy-&lt;/P&gt;
&lt;P&gt;It would be hard to troubleshoot this since you are unable to replicate the issue...perhaps you can get a test switch and a test phone and try it again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the meantime, I would suggest that you add/remove&amp;nbsp;the following commands to your switchports:&lt;/P&gt;
&lt;P&gt;&lt;!--StartFragment--&gt;&lt;/P&gt;

&lt;PRE style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;
&lt;STRONG&gt;&lt;SPAN style="color:#FF0000;"&gt;no authentication event server dead action authorize&lt;/SPAN&gt;
authentication event server dead action authorize voice&lt;/STRONG&gt;
&lt;STRONG&gt;authentication event server dead action authorize vlan &lt;EM&gt;your_data_vlan&lt;/EM&gt;&lt;/STRONG&gt;
&lt;STRONG&gt;authentication event server alive action reinitialize&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first command would authorize phones to the voice VLAN if/when the Radius server is unavailable. The second command will do the same as first one but for your computers/laptops, etc.&amp;nbsp;The last command would force all of the sessions that were authorized during a Radius server outage to be re-authorized.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the feeling that the phones boot up before the Radius server is reachable and marked as "alive." Thus, the phones are authorized but not on the voice VLAN.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Outside the issue that you have, I would recommend that you also add the following commands:&lt;/P&gt;

&lt;PRE style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;
&lt;!--StartFragment--&gt;&lt;STRONG&gt;authentication priority dot1x mab&lt;!--EndFragment--&gt;
dot1x timeout tx-period 10&lt;/STRONG&gt;&lt;!--EndFragment--&gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first command will allow hosts that are dot1x capable to perform dot1x before mab (even though mab is set to take priority over dot1x). The second command just trims down the timeout timer which can help prevent hosts from giving up on acquiring DHCP address and assigning themselves a 169.x.x.x address.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well I hope all of this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment--&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jan 2015 08:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572861#M75188</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2015-01-11T08:39:22Z</dc:date>
    </item>
    <item>
      <title>Sorry for the late reply.</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572862#M75189</link>
      <description>&lt;P&gt;Sorry for the late reply. Thanks for the information. I had my peer setup a switch and we are going to do some testing to see if we can re-create the phone state. If we can I'll capture some output from the show commands. I'll reveiw your reccomended changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Billy&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 13:50:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572862#M75189</guid>
      <dc:creator>billy_vaughn</dc:creator>
      <dc:date>2015-01-13T13:50:04Z</dc:date>
    </item>
    <item>
      <title>No worries. Please let us</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572863#M75190</link>
      <description>&lt;P&gt;No worries. Please let us know of the outcome!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 14px;"&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 18:30:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-secure-acs-authentication-problems-after-3750-switch-stack/m-p/2572863#M75190</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2015-01-13T18:30:27Z</dc:date>
    </item>
  </channel>
</rss>

