<?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: Created EndPoint Custom Attribute not visible in ISE GUI in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4947891#M584855</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1530419"&gt;@omuller&lt;/a&gt;&amp;nbsp;, I run the same test with the custom attribute on ISE 3.3 and in my case the attribute appeared check below:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RodrigoDiaz_1-1698244745030.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/200741i4995E4EFDB117588/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RodrigoDiaz_1-1698244745030.png" alt="RodrigoDiaz_1-1698244745030.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RodrigoDiaz_0-1698244708231.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/200740i27F7610359747F25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RodrigoDiaz_0-1698244708231.png" alt="RodrigoDiaz_0-1698244708231.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would suggest going towards one of the newest versions of ISE and test out your behavior again, as it could be a defect in that version.&lt;/P&gt;
&lt;P&gt;Let me know if that helped.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2023 14:40:13 GMT</pubDate>
    <dc:creator>Rodrigo Diaz</dc:creator>
    <dc:date>2023-10-25T14:40:13Z</dc:date>
    <item>
      <title>Created EndPoint Custom Attribute not visible in ISE GUI</title>
      <link>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4947490#M584846</link>
      <description>&lt;P&gt;I have created 2 EndPoint Custom Attributes by going to Administration -&amp;gt; Identity Management -&amp;gt; Settings -&amp;gt; EndPoint Custom Attributes in the ISE GUI:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="omuller_0-1698226446188.png" style="width: 522px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/200680i577F4FF4259B1C89/image-dimensions/522x412?v=v2" width="522" height="412" role="button" title="omuller_0-1698226446188.png" alt="omuller_0-1698226446188.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when I try to create an EndPoint and edit it to set these Custom Attributes, they are not visible:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="omuller_1-1698226693121.png" style="width: 779px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/200681i51BB2C1A2B7329CF/image-dimensions/779x324?v=v2" width="779" height="324" role="button" title="omuller_1-1698226693121.png" alt="omuller_1-1698226693121.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Pressing the link in "No data found. Add custom attributes here" redirects to the page to add Custom Attributes, but here they are still visible. Also, when I try to create an EndPoint using the ERS API with these Custom Attributes, I don't get an error message, but the resulting EndPoint doesn't have the Custom Attribute.&lt;BR /&gt;&lt;BR /&gt;JSON for creating the EndPoint:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
   "ERSEndPoint":{
      "name":"00:00:00:00:00:01",
      "mac":"00:00:00:00:00:01",
      "groupId":"730c4a70-6da9-11ee-81db-ee5dd0a9085b",
      "staticGroupAssignment":true,
      "staticProfileAssignment":false,
      "customAttributes":{
         "customAttributes":{
            "CMDBStatus":"Test",
            "CMDBConfigurationItem":"Test"
         }
      }
   }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Response when fetching the just created EndPoint:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
   "ERSEndPoint":{
      "id":"6bbc7c50-731b-11ee-81db-ee5dd0a9085b",
      "name":"00:00:00:00:00:01",
      "mac":"00:00:00:00:00:01",
      "profileId":"",
      "staticProfileAssignment":false,
      "groupId":"730c4a70-6da9-11ee-81db-ee5dd0a9085b",
      "staticGroupAssignment":true,
      "portalUser":"",
      "identityStore":"",
      "identityStoreId":"",
      "link":{
         "rel":"self",
         "href":"https://[DNS]:9060/ers/config/endpoint/name/00:00:00:00:00:01",
         "type":"application/json"
      }
   }
}&lt;/LI-CODE&gt;&lt;P&gt;I am running ISE version 2.4.0.357 with patches 4,5,6,8,11,13. Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 09:54:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4947490#M584846</guid>
      <dc:creator>omuller</dc:creator>
      <dc:date>2023-10-25T09:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Created EndPoint Custom Attribute not visible in ISE GUI</title>
      <link>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4947891#M584855</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1530419"&gt;@omuller&lt;/a&gt;&amp;nbsp;, I run the same test with the custom attribute on ISE 3.3 and in my case the attribute appeared check below:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RodrigoDiaz_1-1698244745030.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/200741i4995E4EFDB117588/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RodrigoDiaz_1-1698244745030.png" alt="RodrigoDiaz_1-1698244745030.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RodrigoDiaz_0-1698244708231.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/200740i27F7610359747F25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RodrigoDiaz_0-1698244708231.png" alt="RodrigoDiaz_0-1698244708231.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would suggest going towards one of the newest versions of ISE and test out your behavior again, as it could be a defect in that version.&lt;/P&gt;
&lt;P&gt;Let me know if that helped.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:40:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4947891#M584855</guid>
      <dc:creator>Rodrigo Diaz</dc:creator>
      <dc:date>2023-10-25T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Created EndPoint Custom Attribute not visible in ISE GUI</title>
      <link>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4947900#M584857</link>
      <description>&lt;P&gt;ISE 2.4 has been End of Support for nearly a year (&lt;A href="https://www.cisco.com/c/en/us/products/collateral/security/identity-services-engine/bulletin-c25-743964.html" target="_blank"&gt;https://www.cisco.com/c/en/us/products/collateral/security/identity-services-engine/bulletin-c25-743964.html&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;That and the fact that you are adding CMDB attributes, I would suggest an upgrade to version 3.2&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:55:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4947900#M584857</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2023-10-25T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Created EndPoint Custom Attribute not visible in ISE GUI</title>
      <link>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4948026#M584860</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/317086"&gt;@Charlie Moreton&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/632778"&gt;@Rodrigo Diaz&lt;/a&gt;&amp;nbsp;Thank you both for the suggestions. I agree with you both, an upgrade to a higher version of Cisco ISE is probably the right solution. However, I'm forced to work with this version and upgrading to a higher version is not in my control, so I will have to try and get this to work using version 2.4 (for now).&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 19:24:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4948026#M584860</guid>
      <dc:creator>omuller</dc:creator>
      <dc:date>2023-10-25T19:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Created EndPoint Custom Attribute not visible in ISE GUI</title>
      <link>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4948050#M584864</link>
      <description>&lt;P&gt;This was supposed to be fixed in Patch 8 for 2.4&amp;nbsp;&lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvo28092" target="_self"&gt;CSCvo28092 - ISE Custom Endpoint Attributes - Will not save or delete&lt;/A&gt;&amp;nbsp;, but it seems you are still experiencing it&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 20:13:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4948050#M584864</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2023-10-25T20:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Created EndPoint Custom Attribute not visible in ISE GUI</title>
      <link>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4950934#M584915</link>
      <description>&lt;P&gt;The issue in the end turned out to be a license issue. Doing Profiling requires a "Plus" license and we only have the "Base" license. So it was possible to declare Endpoint Custom Attributes, but not actually assign them values for a specific Endpoint through the GUI or ERS API. Kind of weird in my opinion that ISE allows you to declare the attributes, but not assign values to them, when it knows you don't have the right license, but maybe this was addressed in a version that isn't so out-of-date as version 2.4. Thanks everybody for the suggestions&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 14:37:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/created-endpoint-custom-attribute-not-visible-in-ise-gui/m-p/4950934#M584915</guid>
      <dc:creator>omuller</dc:creator>
      <dc:date>2023-10-30T14:37:07Z</dc:date>
    </item>
  </channel>
</rss>

