Configuring RADIUS Server Selection Logic

Use the following sample configuration to configure the RADIUS server selection logic.

config 
   profile radius 
      algorithm { first-server | round-robin } 
      commit 

NOTES:

  • profile radius : Enter the RADIUS configuration mode.

  • algorithm { first-server | round-robin } : Define the algorithm for selecting the RADIUS server.

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

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

  • commit : Commit the configuration.

Example

The following is an example of the RADIUS server selection logic configuration.

config 
   profile radius 
      algorithm round-robin 
      exit