Configuring RADIUS Server

This section describes how to configure the RADIUS server.

configure 
   profile radius 
      server ipv4_address auth_port 
         secret secret_key 
         priority priority_value 
         commit 

NOTES:

  • profile radius : Enters the RADIUS configuration mode.

  • server ipv4_address auth_port : Specifies the IPv4 address and authorization port of the RADIUS server.

  • secret secret_key : Specifies the secret key.

  • priority priority_value : Specifies the server priority.

  • commit : Commits the configuration.