cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6565
Views
15
Helpful
2
Replies

Import/Export many Endpoint Identity Group

Hello experts ISE,

Please Help Me , I need to add more than 350 endpoints to a "Endpoint Identity Group" ; see picture .

how can i import all the 350 Mac address to a "Endpoint Identity Group". at once .

 

2020-01-09_15h09_47.png

1 Accepted Solution

Accepted Solutions

Damien Miller
VIP Alumni
VIP Alumni
You can import endpoints from a CSV file via the context visibility page.

On the top menu navigate to:
Context Visibility > Endpoints

Once there it is easiest to create a new endpoint how you wish to create others, then export it as an example. Download the template provided which you can find by clicking the "import" button on the context visibility > endpoints page.

Within the template you will want to define the MAC address, identity group, and identity group static status as true. From there, you can import thousands of endpoints at a time. It takes a while to process both small and large files, but they import fine so long as you are using the import template, the exported csv file cannot be directly imported.

View solution in original post

2 Replies 2

Damien Miller
VIP Alumni
VIP Alumni
You can import endpoints from a CSV file via the context visibility page.

On the top menu navigate to:
Context Visibility > Endpoints

Once there it is easiest to create a new endpoint how you wish to create others, then export it as an example. Download the template provided which you can find by clicking the "import" button on the context visibility > endpoints page.

Within the template you will want to define the MAC address, identity group, and identity group static status as true. From there, you can import thousands of endpoints at a time. It takes a while to process both small and large files, but they import fine so long as you are using the import template, the exported csv file cannot be directly imported.

Hello @Damien Miller ,

i'm trying to import the mac addresses as per your post but i can't understand how to populate the .csv file.
I've exported the template and have these data:

MACAddress
abc
xyz

EndPointPolicy
OT_DEVICES

IdentityGroup
OT_LATAM

which syntax should i use?

MACAddress,EndPointPolicy,IdentityGroup,
abc,OT_DEVICES,OT_LATAM,
xyz,OT_DEVICES,OT_LATAM,

thank you

regards