C613-50100-01 REV C Command Reference for x930 Series 2319
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
LOCAL RADIUS SERVER COMMANDS
USER
(RADIUS SERVER)
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
group
show radius local-server user