cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1009
Views
0
Helpful
3
Replies

Alarm for load on PSN for concurrent authentication sessions

umahar
Cisco Employee
Cisco Employee

We need to find a way to generate alarm if a  PSN reached its threshold maximum concurrent sessions of 20K.

Does MAX_AUTH_ATTEMPTS below corresponds to concurrency in a PSN or it is an average over 10 or 15 minutes ?

Would like to hear how people are monitoring their PSNs for thresholds in terms of concurrent authentication sessions

1 Accepted Solution

Accepted Solutions

1. Is Active Sessions Counter API also available in ISE 1.4 ? I was going through the SDK today but could not find anything it.

- As per the guide, 1.4 supports this API: Cisco Identity Services Engine API Reference Guide, Release 1.4 - Introduction to the Monitoring REST APIs [Cisco Identi…

2. Using the above API call can we get active sessions per PSN or it gives the total active sessions in a cluster ?

- This can't be done per PSN, from the MnT node for ISE deployment:

session counter API calls let you quickly gather a current count of session-related information on a target Cisco Monitoring ISE node in your Cisco ISE deployment

View solution in original post

3 Replies 3

hariholla
Cisco Employee
Cisco Employee

Excessive Authentication Attempts is the total number of authentications that are authenticated in last 15 minutes. However the 20K session limit on the PSN considers the entries in session database (Operations > RADIUS Live Sessions), which is not configurable via Alarm Settings AFAIK.

The other option may be is to use the ISE REST API call 'active sessions counter' that can provide for a count of active sessions on ISE, which can be compared to a set threshold on an external server:

Active Sessions Counter

You can use the ActiveCount API call to retrieve a count of all currently active sessions.

Cisco Identity Services Engine API Reference Guide, Release 2.1 - Using API calls for Session Management [Cisco Identity…

Thanks for the response.

1. Is Active Sessions Counter API also available in ISE 1.4 ? I was going through the SDK today but could not find anything it.

2. Using the above API call can we get active sessions per PSN or it gives the total active sessions in a cluster ?

1. Is Active Sessions Counter API also available in ISE 1.4 ? I was going through the SDK today but could not find anything it.

- As per the guide, 1.4 supports this API: Cisco Identity Services Engine API Reference Guide, Release 1.4 - Introduction to the Monitoring REST APIs [Cisco Identi…

2. Using the above API call can we get active sessions per PSN or it gives the total active sessions in a cluster ?

- This can't be done per PSN, from the MnT node for ISE deployment:

session counter API calls let you quickly gather a current count of session-related information on a target Cisco Monitoring ISE node in your Cisco ISE deployment