If you need to perform maintenance on a PSN, how do you prevent the node from processing new authentication requests while ensuring current sessions remain active?
Trap 1: Shut down the PSN server
This abruptly terminates all current sessions.
Trap 2: Remove the PSN from the load balancer
While this stops new traffic, it doesn't handle ISE-specific session draining.
Trap 3: Change the node to an MnT-only role
MnT nodes are not intended to handle traffic loads.
- A
Disable the node in the Deployment menu
Disabling the node allows for graceful drain of services.
- B
Shut down the PSN server
Why wrong: This abruptly terminates all current sessions.
- C
Remove the PSN from the load balancer
Why wrong: While this stops new traffic, it doesn't handle ISE-specific session draining.
- D
Change the node to an MnT-only role
Why wrong: MnT nodes are not intended to handle traffic loads.