set protocols dot1x aaa radius authentication server-ip priority


The set protocols dot1x aaa radius authentication server-ip priority command configures the priority of the AAA RADIUS authentication server.


Command Syntax

set protocols dot1x aaa radius authentication server-ip <ipv4-address> priority <priority>


Parameter

Parameter

Description

server-ip <ipv4-address>

Specifies IPv4 address of RADIUS authentication server.

priority <priority>

Specifies the priority of RADIUS authentication server. The value is an integer that ranges from 1 to 20. Priority of 1 is higher than 20.

If the priority is not specified for a AAA server, the default priority is infinity, indicating a lowest priority.


Usage Guidelines

Note: Up to 20 AAA RADIUS servers can be configured on the switch.

If several AAA RADIUS servers have been deployed, users can specify different priority for different server by using this command. AAA RADIUS server with higher priority is selected for NAC authentication.

If two servers have the same priority, the server with the smallest IP address and reachable will be used for NAC authentication.


Example

  • Configure the priority of the AAA RADIUS authentication server.
admin@Xorplus# set protocols dot1x aaa radius authentication server-ip 10.10.10.1 priority 2
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.