01-21-2016 05:09 AM - edited 03-10-2019 11:24 PM
During PXE boot process in a network with ISE (2.1) and 802.1x enabled, a new client is granted access to the network via MAB in ISE. Instead of registering all MAC addresses manually (or via .csv file) in ISE we are looking for a way to import client mac addresses registered in SCCM into ISE automatically. The REST API could possibly be used, but cannot find any information on how a case like this can be solved.
Does anyone have experience with this, and how is it solved?
Solved! Go to Solution.
01-21-2016 11:03 AM
In ISE MAC addresses are stored as "endpoints", these can be created by using the rest api, specifically the create endpoints function.
You can do this with with pretty much any programming language thas has some sort of http connection library, like php, java, perl, python, powershell, vb.
01-21-2016 11:03 AM
In ISE MAC addresses are stored as "endpoints", these can be created by using the rest api, specifically the create endpoints function.
You can do this with with pretty much any programming language thas has some sort of http connection library, like php, java, perl, python, powershell, vb.
01-22-2016 02:05 AM
Thank you for your advice. The link was really useful, showing samples of how to create, delete, register endpoints.
01-21-2016 06:11 PM
Have you also considered using "Low-Impact Mode?" That way you can use a pre-auth ACL and allow things like PXE, DHCP, DNS etc prior to dot1x authentication.
Thank you for rating helpful posts!
01-22-2016 02:07 AM
Yes, you are right, but in this case the customer requires strict mode.
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