<?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: Devices re-authenticating when off network, causing rejections in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820384#M484306</link>
    <description>&lt;P&gt;Yes also in seconds.&amp;nbsp; I usually set it 300.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 19:29:54 GMT</pubDate>
    <dc:creator>paul</dc:creator>
    <dc:date>2019-03-15T19:29:54Z</dc:date>
    <item>
      <title>Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820144#M484280</link>
      <description>&lt;P&gt;We have a client with an ISE deployment in place to authenticate with dot1x on client computers. When the device is offline for an extended period of time, the dot1x reauth timer keeps attempting to reauth the session. Since there's nothing on the other end, it constantly fails which then rejects the device eventually, and when the devices are attached to the network the following day, they are unable to connect.... and it seems like releasing the rejected doesn't reauthenticate the device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the config on the ports. Not sure what would be needed to help troubleshoot from ISE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernetx/y/z&lt;BR /&gt;switchport access vlan XY&lt;BR /&gt;switchport voice vlan XYZ&lt;BR /&gt;switchport mode access&lt;BR /&gt;authentication event fail action next-method&lt;BR /&gt;authentication event server dead action reinitialize vlan 30&lt;BR /&gt;authentication event server dead action authorize voice&lt;BR /&gt;authentication host-mode multi-auth&lt;BR /&gt;authentication order dot1x mab&lt;BR /&gt;authentication priority dot1x mab&lt;BR /&gt;authentication port-control auto&lt;BR /&gt;authentication periodic&lt;BR /&gt;authentication violation restrict&lt;BR /&gt;mab&lt;BR /&gt;dot1x pae authenticator&lt;BR /&gt;dot1x timeout tx-period 7&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;ip device tracking maximum 0&lt;BR /&gt;srr-queue bandwidth share 1 30 35 5&lt;BR /&gt;priority-queue out&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 12:38:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820144#M484280</guid>
      <dc:creator>dlock</dc:creator>
      <dc:date>2019-03-15T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820155#M484285</link>
      <description>&lt;P&gt;Most likely the devices are behind non-Cisco phones that are not correctly configured for or don't support EAP proxy logoff.&amp;nbsp; You can configure an inactivity timer to deal with that situation.&amp;nbsp; Set it to something like 5 minutes.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 13:11:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820155#M484285</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2019-03-15T13:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820157#M484290</link>
      <description>That would be correct. The phones are a cheaper Mitel device. I'd have to check with the vendor to see if EAP proxy logoff is supported.&lt;BR /&gt;&lt;BR /&gt;Where would I configure the inactivity timer for that?</description>
      <pubDate>Fri, 15 Mar 2019 13:15:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820157#M484290</guid>
      <dc:creator>dlock</dc:creator>
      <dc:date>2019-03-15T13:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820167#M484294</link>
      <description>&lt;P&gt;You should have these 3 lines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;authentication periodic&lt;BR /&gt;authentication timer reauthenticate server&lt;BR /&gt;authentication timer inactivity server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This allows ISE to set reauthentication and inactivity values.&amp;nbsp; Under your authorization profile you specify the desired reauthentication timer (one of the common options) and you specify the inactivity timer as an advanced option.&amp;nbsp; It is in the RADIUS dictionary.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 13:30:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820167#M484294</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2019-03-15T13:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820213#M484298</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like Paul mentioned.&lt;/P&gt;
&lt;P&gt;I just wanted to add for authentication timer reauthenticate on the ISE it is called:&lt;/P&gt;
&lt;P&gt;raduis-session-timeout&amp;nbsp;&amp;nbsp;&amp;nbsp; (radius attribute 27)&lt;/P&gt;
&lt;P&gt;Inactivity timer&amp;nbsp;&amp;nbsp; is called : idle-timeout (radius attribute 28)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please rate if helpful&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:29:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820213#M484298</guid>
      <dc:creator>bern81</dc:creator>
      <dc:date>2019-03-15T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820216#M484304</link>
      <description>&lt;P&gt;You don't need to use an advanced attribute for reauthentication.&amp;nbsp; There is a built in common task called Reauthentication that maps to the RADIUS session timeout value.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:35:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820216#M484304</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2019-03-15T14:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820267#M484305</link>
      <description>OK. I think I've understood. Create a new Authorization Profile with Reauthentication checked underneath common tasks. Then tag it with a Idle-Timeout. Is the value field here also in seconds?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2019 15:49:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820267#M484305</guid>
      <dc:creator>dlock</dc:creator>
      <dc:date>2019-03-15T15:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Devices re-authenticating when off network, causing rejections</title>
      <link>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820384#M484306</link>
      <description>&lt;P&gt;Yes also in seconds.&amp;nbsp; I usually set it 300.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 19:29:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/devices-re-authenticating-when-off-network-causing-rejections/m-p/3820384#M484306</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2019-03-15T19:29:54Z</dc:date>
    </item>
  </channel>
</rss>

