01-28-2022 12:52 PM
Hi,
I'm new to ISE distributed Deployment and I would like to confirm the following:
We have 2x ISE Nodes in a Distributed Deployment and both make PAN, Mnt and PSN, in a high availability environment, working a Node as Primary role and the other as Secondary.
The question came when I see some endpoint authenticating and authorizing in both PSN (some endpoints in Primary Server and other in the Secondary). Why is this behavior? As per my understanding all endpoints should be authenticating with the Primary Server and if it fail, all should go to the Secondary. Can some tell me if I am wrong?
Thanks in advance for your assistance.
Solved! Go to Solution.
01-28-2022 05:06 PM
Looks like you are trying to use an ASA, I have bad news here, the ASA does not act like a switch or wireless LAN controller.
The ASA will begin to use the first one that appears in the config, but if that fails/goes down/timeout for any reason then the ASA will begin using the second RADIUS server and hold on to it. It will only switch back to the original "primary" if the requests begin to fail. The ASA won't preempt itself back to the first unless it is forced to.
Switches and WLCs will wait a dead time then return back to using the configured list order.
01-29-2022 04:29 AM
I think that would be the case if you leave the Reactivation Mode to its default which is the Depletion option, however, I think if you change the Reactivation Mode to be Timed that will reactivate the dead server after 30 secs.
01-28-2022 12:56 PM
Forgot to clarify, the 2 PSN Nodes are not in the same Node group and the are in a different LAN.
Thanks
01-28-2022 01:37 PM
01-28-2022 02:14 PM
Hi @adriangreniergarcia ,
beyond what @tjezer said ... please take a look at: Cisco ISE Device Administration Prescriptive Deployment Guide. for a better understand of the Deployment Models.
Hope this helps !!!
01-28-2022 04:00 PM
As tjezer pointed out, your PSN personas are active/active in that any node in the deployment with the session services enabled will be able to process RADIUS requests. How you load balance them is really up to the admin (aka you) to determine.
With two PSN nodes, you basically have two ideal options;
In larger deployments we usually put multiple PSNs behind load balancers, but the same strategy in the above two options still exists. Typically this is four or more PSN nodes with at least two behind each virtual IP the load balancers host. With two PSNs you want them in different geographic locations, so putting them behind a traditional load balancer would not be ideal.
01-28-2022 04:36 PM
Hi Damain,
In fact the number 1 is the scenario I want, however for some reason, even when I have the primary Server configured at first in the NAD (configuration below), the end point devices are authenticating and authorizing in the Secondary Server. I will probable restart the secondary ISE server y validate the end point start authenticating with the primary.
Thanks all for your answers.
aaa-server ISE-RADIUS protocol radius
authorize-only
interim-accounting-update periodic 1
dynamic-authorization
aaa-server ISE-RADIUS (inside) host 180.201.x.x1 -----> Primary Server
key *****
aaa-server ISE-RADIUS (inside) host 180.201.x.x2 ----> Secondary Server
key *****
01-28-2022 05:06 PM
Looks like you are trying to use an ASA, I have bad news here, the ASA does not act like a switch or wireless LAN controller.
The ASA will begin to use the first one that appears in the config, but if that fails/goes down/timeout for any reason then the ASA will begin using the second RADIUS server and hold on to it. It will only switch back to the original "primary" if the requests begin to fail. The ASA won't preempt itself back to the first unless it is forced to.
Switches and WLCs will wait a dead time then return back to using the configured list order.
01-29-2022 04:29 AM
I think that would be the case if you leave the Reactivation Mode to its default which is the Depletion option, however, I think if you change the Reactivation Mode to be Timed that will reactivate the dead server after 30 secs.
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