07-31-2018 12:47 PM - edited 02-21-2020 11:01 AM
We have an ISE Guest cluster with PSNs having 2 interfaces.
One interface receives the radius request and the other interface receives the web redirected traffic.
WLC----internal-network-----PSN---------------router
During failover testing we shut down the router interface.
WLC was still sending radius request to the internal-network interface of PSN because it was still alive. Endpoints when getting redirected to the other interface of the PSN are getting dropped.
Is there a way for PSN to start dropping radius request on one interface if the second interface goes down ?
Solved! Go to Solution.
08-01-2018 03:02 PM
Unfortunately there's no tracking feature to do so and that's why I always implement ISE with multiple interfaces but use anycast design. As you can't shutdown the interface because tracking isn't there and you don't have access to linux shell, radius packets still go through the default ISE interface and it will redirect endpoints to a anycast IP which means:
- if interface 2 is down on ISE node 1, the routing will redirect the user to the same IP located on ISE node 2.
Do you follow me here?
Otherwise, for customers who have Load-balancers, they can achieve the same thing by returning LB VIP and LB will be in charge to redirect traffic to ISE node 1 or 2.
07-31-2018 07:49 PM
08-01-2018 06:54 AM
08-01-2018 03:02 PM
Unfortunately there's no tracking feature to do so and that's why I always implement ISE with multiple interfaces but use anycast design. As you can't shutdown the interface because tracking isn't there and you don't have access to linux shell, radius packets still go through the default ISE interface and it will redirect endpoints to a anycast IP which means:
- if interface 2 is down on ISE node 1, the routing will redirect the user to the same IP located on ISE node 2.
Do you follow me here?
Otherwise, for customers who have Load-balancers, they can achieve the same thing by returning LB VIP and LB will be in charge to redirect traffic to ISE node 1 or 2.
08-05-2018 08:23 PM
See also PSNs with 2 interfaces for guest authen... (by umahar on 08-01-2018 11:41 AM)
08-05-2018 08:23 PM
See also PSNs with 2 interfaces for guest authen... (by umahar on 08-01-2018 11:41 AM)
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