<?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 Interim-Update account status type in Radius accounting report in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4558513#M572936</link>
    <description>&lt;P&gt;Currently we noticed that our MAB device account status type in Radius accounting report display only Interim-Update status.&lt;/P&gt;&lt;P&gt;So, what is the cause of this message? Is there any issue in the future?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 03:41:25 GMT</pubDate>
    <dc:creator>sot01</dc:creator>
    <dc:date>2022-02-24T03:41:25Z</dc:date>
    <item>
      <title>Interim-Update account status type in Radius accounting report</title>
      <link>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4558513#M572936</link>
      <description>&lt;P&gt;Currently we noticed that our MAB device account status type in Radius accounting report display only Interim-Update status.&lt;/P&gt;&lt;P&gt;So, what is the cause of this message? Is there any issue in the future?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 03:41:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4558513#M572936</guid>
      <dc:creator>sot01</dc:creator>
      <dc:date>2022-02-24T03:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interim-Update account status type in Radius accounting report</title>
      <link>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4563823#M573159</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1315759"&gt;@sot01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This could be quite normal for wired networks where the devices are always plugged in to the NAC enabled switch, and the switch as a command that sends interim updates at regular intervals - the recommended Cisco Switch config below would send an update every 2880 minutes (48 hours)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;aaa accounting update newinfo periodic 2880&lt;/PRE&gt;
&lt;P&gt;If a device is connected to a NAC switch, then the switch should send a RADIUS Accounting-Start to ISE&lt;/P&gt;
&lt;P&gt;If a device is disconnected from a NAC switch, then the switch should send a RADIUS Accounting-Stop to ISE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;aaa accounting identity default start-stop group ISE-GROUP-NAME&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 23:51:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4563823#M573159</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2022-03-03T23:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interim-Update account status type in Radius accounting report</title>
      <link>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4564723#M573216</link>
      <description>&lt;P&gt;See &lt;A href="https://community.cisco.com/t5/security-documents/cisco-ise-secure-wired-access-prescriptive-deployment-guide/ta-p/3641515" target="_self"&gt;ISE Secure Wired Access Prescriptive Deployment Guide&lt;/A&gt; for recommended AAA/RADIUS Accounting server settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;aaa new-model
aaa session-id common
!
radius server ISE01
 address ipv4 172.20.254.21 auth-port 1812 acct-port 1813
 automate-tester username test-user ignore-acct-port probe-on
 key ISEisC00L
!
radius server ISE02
 address ipv4 172.20.254.22 auth-port 1812 acct-port 1813
 automate-tester username test-user ignore-acct-port probe-on
 key ISEisC00L
!
username test-user password 0 test-password
!
radius-server attribute 6 on-for-login-auth
radius-server attribute 8 include-in-access-req
radius-server attribute 25 access-request include
radius-server attribute 31 mac format ietf upper-case
radius-server attribute 31 send nas-port-detail mac-only
radius-server dead-criteria time 10 tries 3
radius-server deadtime 15
!
aaa group server radius ISE
 server name ISE01
 server name ISE02
 ip radius source-interface Vlan254
!
aaa authentication dot1x default group ISE
aaa authorization network default group ISE 
aaa accounting update newinfo periodic 2880
aaa accounting dot1x default start-stop group ISE
!
aaa server radius dynamic-author
 client 172.20.254.21 server-key ISEisC00L
 client 172.20.254.22 server-key ISEisC00L&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;LI-MESSAGE title="How to Ask The Community for Help" uid="3704356" url="https://community.cisco.com/t5/security-documents/how-to-ask-the-community-for-help/m-p/3704356#U3704356"&gt;&lt;/LI-MESSAGE&gt; for providing suffiicient details to the community experts to help you narrow down and reproduce the problem.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 23:48:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4564723#M573216</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2022-03-05T23:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interim-Update account status type in Radius accounting report</title>
      <link>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4786225#M580200</link>
      <description>&lt;P&gt;Hi Thomas, Do you have a similar document for Wireless?&lt;/P&gt;&lt;P&gt;A Meraki Wireless Support engineer said that Meraki AP's (authenticators) are expecting those accounting interim updates coming from ISE but I think he is wrong based on the documentation I have read. in particular from the link you provided for example, we have the following where clearly the NAD like the Meraki AP is the one sending periodically accounting updates. In particular, I am looking for some information regarding accounting interim updates for CWA using Meraki-ISE for Guest SSID and clarify what's the best value I should use. Meraki AP has an accounting interim interval of 10 minute.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Configure the switch to send periodic accounting updates for active sessions once every two days:&lt;/LI&gt;&lt;LI&gt;&lt;PRE&gt;c9300-Sw(config)#aaa accounting update newinfo periodic 2880&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&amp;nbsp;After a network access session of an endpoint is logged to ISE, it stays there for 5-days without any additional accounting updates. In order to keep the session active on ISE, a periodic accounting update once every two days is a best practice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 21:44:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/interim-update-account-status-type-in-radius-accounting-report/m-p/4786225#M580200</guid>
      <dc:creator>ajc</dc:creator>
      <dc:date>2023-03-02T21:44:58Z</dc:date>
    </item>
  </channel>
</rss>

