03-09-2018 01:18 AM
Hi Team,
I have some questions about ISE internal database:
Thanks in advance,
Solved! Go to Solution.
03-09-2018 06:44 AM
See ISE Security Best Practices (Hardening)or more details including some info on DB encryption on FAQ.
There is no direct access the the underlying databases. Yes, there is more than one. Access to config is provided via the ISE Admin UI or via ERS API.
03-09-2018 05:02 AM
ISE uses an Oracle database.
The best way to access ISE information remotely is using the REST API interface which also ensures the database integrity.
The database tables and structure would can (and does) change between versions so using an API abstracts this so your code doesn't need to be updated every time this happens.
See the following for the REST API documentation:
Cisco Identity Services Engine API Reference Guide, Release 2.x - Cisco
03-09-2018 06:44 AM
See ISE Security Best Practices (Hardening)or more details including some info on DB encryption on FAQ.
There is no direct access the the underlying databases. Yes, there is more than one. Access to config is provided via the ISE Admin UI or via ERS API.
03-09-2018 06:45 AM
Thx, Just a last question; are these DBs encrypted ?
03-09-2018 06:45 AM
Any document or references with that information ?
03-09-2018 07:07 AM
Please refer to the link already provided. It states that database is not encrypted. Data fields other than passwords are not encrypted, but ISE admin users do not have direct accesses to the database in normal operations.
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