C613-50631-01 Rev A Command Reference for IE340 Series 2498
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LOCAL RADIUS SERVER COMMANDS
USER
(RADSRV)
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
group (radsrv)
show radius local-server user