cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
119
Views
4
Helpful
2
Replies

ISE: get endpoint last auth date based on mac address

syllkons1
Community Member

Hello, 

I need to get the last successful authentication date of an endpoint based on its mac address from ISE. This will have to be automated down the road so using the GUI Reports is not an option.

After testing the API I realized it's not possible to get historical data, just active session info.

Would this be something I could do with data-connect? The idea is to dynamically provide a list of mac addresses to some kind of python script and obtain the last authentication date for each mac address.

BR,

Konstantinos

2 Accepted Solutions

Accepted Solutions

https://cs.co/ise-berg#dataconnect

Or send syslog somewhere and report/API to that syslog collector/SIEM.

View solution in original post

Yes, Data Connect is the fastest and easiest method by querying ENDPOINTS_DATA or RADIUS_ACCOUNTING tables.

https://github.com/1homas/ISE_Python_Scripts :
- iseql.py
- isedc.py | Docs
- data/SQL : contains many example SQL queries

View solution in original post

2 Replies 2

https://cs.co/ise-berg#dataconnect

Or send syslog somewhere and report/API to that syslog collector/SIEM.

Yes, Data Connect is the fastest and easiest method by querying ENDPOINTS_DATA or RADIUS_ACCOUNTING tables.

https://github.com/1homas/ISE_Python_Scripts :
- iseql.py
- isedc.py | Docs
- data/SQL : contains many example SQL queries