Use the move command, from within the RADIUS server configuration command mode, to change the position of a RADIUS server in the RADIUS server list. The move command is accessible from the wlans:<WLAN-service-name>:auth context of the CLI.
After you run the move command, run the apply command to implement the changes.
current-position | Specifies the current position of the RADIUS server in the RADIUS server list. Valid values are from 1 - 32. |
new-position | Specifies the new position of the RADIUS server in the RADIUS server list. Valid values are from 1 - 32. |
You must be in RADIUS server configuration mode for the move command to be available. Use the config command to enter RADIUS server configuration mode. For more information, see config.
The following example moves the RADIUS server in the RADIUS server list position 2 to position 1 in the RADIUS server list:
EWC.extremenetworks.com:wlans:cnl-AAA:auth# move 2 1 EWC.extremenetworks.com:wlans:cnl-AAA:auth# apply