Configuring RADIUS Server Selection Logic

This section describes how to configure the RADIUS server selection logic.

configure 
   profile radius 
      algorithm first-server 
      algorithm round-robin 
      commit 

NOTES:

  • profile radius : Enters the RADIUS configuration mode.

  • algorithm first-server : Sets the selection logic as highest priority first. This is the default behavior.

  • algorithm round-robin : Sets the selection logic as round-robin order of servers.

  • commit : Commits the configuration.