radius-server dot1x key
Use this command to set the shared secret key between a Radius server and a client.
Use the no form of the command to undo this configuration.
Command Syntax
radius-server dot1x key ((0 WORD) | (7 WORD) | (WORD))
no radius-server dot1x key ((0 WORD) | (7 WORD) | (WORD))
Parameter
dot1x
IEEE 802.1X Port-Based Access Control.
0
To specify shared key in clear-text form.
7
To specify shared key in encrypted form.
WORD
Shared secret among radius server and 802.1X client (Max Size 63).
Default
No default value is specified.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#radius-server dot1x key 0 abcd
#configure terminal
(config)#no radius-server dot1x 0 abcd
Last modified date: 07/13/2023