ISE database oracle - how to access it for RO purpose

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 04:07 AM - edited 03-10-2019 10:59 PM
Hi,
I was wondering whether there is any way to access its internal records (database)?
Im interested in creating my own reports couse those given by ISE (predefined) are unsufficient.
any clues?
regards
Przemek
- Labels:
-
AAA

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 06:11 AM
There is an API that may be of use to you. I dont know that you can directly attach to the DB or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 06:13 AM
hi,
I've seen it but its quite limited and for me useless
nethertheless THX
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 07:04 AM
Just curious, but what type of information are you looking to get from the DB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 07:07 AM
need to create report which presents failed authentication but I want only one record per failed endpoint which is impossible to do on ISE.
so I was wandering whether it is possible to make custom query
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 08:31 AM
try this. maybe it will fit your needs.
https://raw.githubusercontent.com/bandrel/ciscoisetools/master/uniquefailed.py
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2015 03:18 AM
thx for the script
I'll try this and give back my feedback :)
regards
