User`s manual
62
DWS-1008 User’s Manual
D-Link Systems, Inc.
Conguring AAA for Administrative and Local Access
Authentication When RADIUS Servers Do Not Respond
This scenario illustrates how to enable RADIUS authentication for both console and
administrative users, but to unconditionally allow access for administrative and console
users if the RADIUS server (in this case, server r1 in server group sg1) does not respond.
To congure unconditional authentication, Natasha sets the authentication method to none.
She types the following commands in this order:
DWS-1008# set user natasha password m@Jor
User natasha created
DWS-1008# set radius server r1 address 192.168.253.1 key sunFLOW#$
success: change accepted.
DWS-1008# set server group sg1 members r1
success: change accepted.
DWS-1008# set authentication console * sg1 none
success: change accepted.
DWS-1008# set authentication admin * sg1 none
success: change accepted.
DWS-1008# save cong
success: configuration saved.