User Manual

Table Of Contents
The authentication method must be set to “eap-md5” when using MD5.
[Example]
This restricts the authentication method to PEAP and EAP-MD5.
SWX3220(config)#radius-server local-profile
SWX3220(config-radius)#authentication peap eap-md5
10.4.6 RADIUS client (NAS) settings
[Syntax]
nas host key secret
no nas host
[Keyword]
key : Sets the password used for communicating with the RADIUS client (NAS)
[Parameter]
host : IP address, or IP network address
Setting value Description
IPv4 address (A.B.C.D)
Range from 0.0.0.1 to 223.255.255.255, except
for 127.0.0.1
IPv4 network address (A.B.C.D/M)
The network mask range is from 8 to 32, and the
IP address host part will be “0”
IPv6 address (A:B:C::D)
Out of all unicast addresses, the exceptions are
unspecified addresses (::/128), default root
addresses (::/0) and loopback addresses (::1/128)
IPv6 network address (A:B:C::D/M) The prefix length is 1–128
secret : Shared password
(128 characters or less, single-byte alphanumeric characters and symbols other than the characters \ [ ]
" ? and spaces)
[Initial value]
nas 127.0.0.1 key secret_local
[Input mode]
RADIUS configuration mode
[Description]
Adds a RADIUS client (NAS) to the RADIUS client list.
The maximum number of registered entries is 100.
If this command is executed with the "no" syntax, the specified RADIUS client setting is deleted.
[Note]
RADIUS client (NAS) information configured using this command will not display in running-config or startup-config.
Also, this is different from the regular settings command, in that it will be saved as setting data when this command is executed.
Information for the RADIUS client (NAS) that was set can be checked using the show radius-server local nas command.
The following settings must be made when specifying a local RADIUS server using the port authentication function of this
device.
SWX3220(config)#radius-server host 127.0.0.1 key secret_local
[Example]
Add the RADIUS client (NAS) at IP address 192.168.100.101, with a shared password of "abcde”.
SWX3220(config)#radius-server local-profile
SWX3220(config-radius)#nas 192.168.100.101 key abcde
466 | Command Reference | Application