<?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: Endpoint attribute filter (whitelist filter) and &amp;quot;dropped attributes&amp;quot; in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3730372#M489149</link>
    <description>&lt;P&gt;Hi, thank you for the answer.&lt;/P&gt;
&lt;P&gt;So I see "ElapsedDays" and "InactivityDays" in the ISE GUI. But which node actually derives and calculates these values?&lt;/P&gt;
&lt;P&gt;It cannot be the PSN, because these attributes are not subject to replication with the "endpoint collection filter".&lt;/P&gt;
&lt;P&gt;So at the end of the day it must be the MNT, right?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Oct 2018 04:55:21 GMT</pubDate>
    <dc:creator>Johannes Luther</dc:creator>
    <dc:date>2018-10-23T04:55:21Z</dc:date>
    <item>
      <title>Endpoint attribute filter (whitelist filter) and "dropped attributes"</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3729772#M489118</link>
      <description>&lt;P&gt;Hi board,&lt;/P&gt;
&lt;P&gt;Currently I try to understand the whole ISE replication stuff and stumbled upon the "endpoint attribute filter".&lt;/P&gt;
&lt;P&gt;As described in various CiscoLive slides (e.g. BRKSEC-3699), it is best practive to have it enabled and I do it all the time without any issues.&lt;/P&gt;
&lt;P&gt;As far as I understood the feature, only &lt;STRONG&gt;significant&lt;/STRONG&gt; and &lt;STRONG&gt;whitelist attributes&lt;/STRONG&gt; are stored by a PSN node.&lt;/P&gt;
&lt;P&gt;Changes in significant attributes trigger global replication (PSN -&amp;gt; PAN -&amp;gt; all secondary nodes)&lt;/P&gt;
&lt;P&gt;Changes in whitelist attributes trigger node group level replication&lt;/P&gt;
&lt;P&gt;All other attribures are dropped and are therefore not replicated.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;First question: Correct so far? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I now check an endpoint in the ISE 2.4 GUI, a see all the important attributes, but I also see "ElapsedDays" or "InactiveDays" for example. These attributes are very important for endpoint purging policies.&lt;/P&gt;
&lt;P&gt;However based on the CiscoLive slides and the ISE 2.4 admin guide, &lt;STRONG&gt;"ElapsedDays" or "InactiveDays" are not significant or whitelist attributes&lt;/STRONG&gt;. So these attributes are not subject to collection or replication if the endpoint attribute filter is in place.&lt;/P&gt;
&lt;P&gt;So how and why are these attributes visible for a specific endpoint in the ISE GUI?&lt;/P&gt;
&lt;P&gt;Are these values updated by the MNT node with Syslogs or RADIUS accounting information?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 12:47:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3729772#M489118</guid>
      <dc:creator>Johannes Luther</dc:creator>
      <dc:date>2018-10-22T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoint attribute filter (whitelist filter) and "dropped attributes"</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3730208#M489129</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;... All other attribures are dropped and are therefore not replicated.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;First question: Correct so far? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;Essentially correct. There are also some attributes for context visibility but only replicated for the context visibility services on the primary admin node but does not persistent to the ISE configuration database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;...&amp;nbsp;"ElapsedDays" or "InactiveDays" are not significant or whitelist attributes&lt;/STRONG&gt;. So these attributes are not subject to collection or replication if the endpoint attribute filter is in place.&lt;/P&gt;
&lt;P&gt;So how and why are these attributes visible for a specific endpoint in the ISE GUI?&lt;/P&gt;
&lt;P&gt;Are these values updated by the MNT node with Syslogs or RADIUS accounting information?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;These attributes are derived and calculated. ElapsedDays derived from the timestamp recording when the endpoint is created and InactiveDays from the timestamp of LastActivity.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 21:28:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3730208#M489129</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-10-22T21:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoint attribute filter (whitelist filter) and "dropped attributes"</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3730372#M489149</link>
      <description>&lt;P&gt;Hi, thank you for the answer.&lt;/P&gt;
&lt;P&gt;So I see "ElapsedDays" and "InactivityDays" in the ISE GUI. But which node actually derives and calculates these values?&lt;/P&gt;
&lt;P&gt;It cannot be the PSN, because these attributes are not subject to replication with the "endpoint collection filter".&lt;/P&gt;
&lt;P&gt;So at the end of the day it must be the MNT, right?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 04:55:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3730372#M489149</guid>
      <dc:creator>Johannes Luther</dc:creator>
      <dc:date>2018-10-23T04:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Endpoint attribute filter (whitelist filter) and "dropped attributes"</title>
      <link>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3732321#M489165</link>
      <description>&lt;P&gt;Their values are calculated on the primary PAN when we go to the particular page to view the attributes of the endpoint.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 05:32:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/endpoint-attribute-filter-whitelist-filter-and-quot-dropped/m-p/3732321#M489165</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-10-25T05:32:57Z</dc:date>
    </item>
  </channel>
</rss>

