/
set protocols dot1x aaa radius authentication server-ip
set protocols dot1x aaa radius authentication server-ip
The set protocols dot1x aaa radius authentication server-ip command configures the IP address and shared key of the 802.1X RADIUS authentication server.
Command Syntax
set protocols dot1x aaa radius authentication server-ip <ip-address> shared-key <key-string>
Parameter
Parameter | Description |
server-ip <ip-address> | Specifies IP address of RADIUS authentication server. |
shared-key <key-string> | Specifies the shared key of RADIUS authentication server. The value is a string type. Note: The value of shared key should be the same as that on the 802.1X RADIUS authentication server. |
Example
- Configure the IP address and shared key of the 802.1X RADIUS authentication server.
admin@Xorplus# set protocols dot1x aaa radius authentication server-ip 10.10.10.1 shared-key pica8abc admin@Xorplus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.