C613-50170-01 Rev B
Command Reference for x510 Series
1948
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
L
OCAL
RADIUS S
ERVER
C
OMMANDS
USER
(RADIUS
SERVER
)
00-db-59-ab-70-37 password 00-db-59-ab-70-37
as shown in the command
examples.
Examples
The following commands add user “Tom” to the local RADIUS server and sets his
password to “QwerSD”.
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
user Tom password QwerSD
The following commands add user “Tom” to the local RADIUS server user group
“NormalUsers” and sets his password “QwerSD”.
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
user Tom password QwerSD group
NormalUsers
The following commands remove user “Tom” from the local RADIUS server:
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
no user Tom
The following commands add the supplicant MAC address 00-d0-59-ab-70-37 to
the local RADIUS server:
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
user 00-db-59-ab-70-37 password
00-db-59-ab-70-37
The following commands remove the supplicant MAC address 00-d0-59-ab-70-37
from the local RADIUS server:
awplus#
configure terminal
awplus(config)#
radius-server local
awplus(config-radsrv)#
no user 00-db-59-ab-70-37
Related
Commands