CLI Reference RADIUS Configuration Commands
must define a RADIUS security server. You can define one or more
RADIUS security servers using the radius-server host command.
The following example defines a RADIUS security server host:
Ruijie(config)# radius-server host 192.168.12.1
The following example defines a RADIUS security server host in the
IPv4 environment, enable the active detection with the detection
interval 60 minutes and disable the accounting UDP port detection:
Ruijie(config)# radius-server host 192.168.100.1 test username
viven idle-time 60 ignore-acct-port
The following example defines a RADIUS security server host in the
IPv6 environment
Ruijie(config)# radius-server host 3000::100
Define the AAA authentication method list
Define a shared password for the RADIUS
security server.
Define the number of RADIUS packet
retransmissions.
Define the timeout for the RADIUS packet.
radius-server key
Use this command to define a shared password for the network access server (device) to communicate
with the RADIUS security server. The no form of this command is used to remove the shared password.
radius-server key [ 0 | 7 ] text-string
no radius-server key
Text of the shared password
Password encryption type.
0: no encryption;
7: Simply-encrypted.
No shared password is specified.