cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
687
Views
0
Helpful
2
Replies

ISE PSN failback.

Maher Shaban
Level 1
Level 1

Hi

I have 2 ISE 1.2.1.189

I configured ISE1(192.168.1.1) as primary for PAN, MNT and PSN and it work fine

and ISE2(192.168.2.1) as secondary PAN, MNT and PSN

In normal situation, users are authenticated on ISE1

My goal :

If ISE1 is unavailable, users are required to authenticate on ISE2

Then as soon as ISE1 become again available, user must be authenticated again on ISE1

I configured it,  but it dont work (see below my configuration)

radius-server dead-criteria time 5 tries 3

radius-server host 192.168.1.1 auth-port 1812 acct-port 1813 key Password123

radius-server host 192.168.2.1 auth-port 1812 acct-port 1813 key Password123


When ISE1 become again available, user remain authenticated on ISE2

How to configure the switch to achieve My goal 

Please help

Thanks in advance

1 Accepted Solution

Accepted Solutions

jj27
Spotlight
Spotlight

Authenticated sessions will not be affected by dead/alive RADIUS servers.  If ise1 was dead and the user was authenticated through ise2, when ise1 is alive again it will not take ownership of the authenticated sessions, but the next time a user/device authenticates, it will use ise1 so long as it is the first RADIUS server in the list.

View solution in original post

2 Replies 2

jj27
Spotlight
Spotlight

Authenticated sessions will not be affected by dead/alive RADIUS servers.  If ise1 was dead and the user was authenticated through ise2, when ise1 is alive again it will not take ownership of the authenticated sessions, but the next time a user/device authenticates, it will use ise1 so long as it is the first RADIUS server in the list.

Thanks mate..