06-22-2023 04:43 AM
Hello,
I'm trying to clean up our ISE and therefore need to bulk update endpoints to go into identity groups. But when i try to import a CSV file with only: MACAddress,EndPointPolicy,IdentityGroup i get an error saying "MACAddress is invalid for endpoint(s)".
I have tried with MAC format: AA:BB:CC:DD:EE:FF, aa:bb:cc:dd:ee:ff, AA-BB-CC-DD-EE-FF, aa-bb-cc-dd-ee-ff, AABB.CCDD.EEFF, aabb.ccdd.eeff. None of these will go through and i get the above error. What can this be?
Solved! Go to Solution.
06-29-2023 10:11 AM
Did you try to remove the quotation marks (") from the identity group name and import with a simple name?
06-23-2023 09:33 PM
@Koldts I tried the following in a CSV and it imported fine.
MACAddress,EndPointPolicy,IdentityGroup
AA:BB:CC:DD:EE:FF,,
06-28-2023 12:39 AM
I have tried to update an existing device with a new Identity Group and also importing a new MAC without putting an identity group. The only one who gets imported are the one without an identity group. So somehow my/the syntax is broken.
What i try to import is:
MACAddress,EndPointPolicy,IdentityGroup
AA:BB:CC:DD:EE:FF,,"AP-DEVICES"
The Identity group is already created and functional.
06-29-2023 10:11 AM
Did you try to remove the quotation marks (") from the identity group name and import with a simple name?
07-03-2023 12:40 AM - edited 07-03-2023 12:41 AM
Doing the Identity group without quotation marks seems to do the trick. I have now updated an access point to be in my identity group AP-DEVICES with the template:
MACAddress,EndPointPolicy,IdentityGroup
AA:BB:CC:DD:EE:FF,,AP-DEVICES
Funny that when i try to export the same AP, the identity group is now in quotation marks.
But thank you!
07-01-2023 11:53 PM
@Koldts Usually I use the admin webUI to manually assign one, export it out, and see the content.
Attached is a sample CSV file with static group assignment.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide