Ruijie# configure terminal
Ruijie(config)# aaa new-model
//Add RADIUS server to server list, you need tocheck the RADIUS server's connectivity first.
Ruijie(config)# radius-server host RADIUS-SERVER-IPkey SERVER-KEY
//By default, using RADIUS to authenticate, if noneof RADIUS servers are reachable, fallback to local authentication
Ruijie(config)# aaa authentication login defaultgroup radius local
//Define a user for remote access fallback
Ruijie(config)# username remotefallback passwordremotefallback
//Apply for console access
Ruijie(config)# line console 0
Ruijie(config-line)# login authentication default
//Apply for SSH access
Ruijie(config)# line vty 0 4
Ruijie(config-line)# login authentication default
Ruijie(config-if)# end
Ruijie#
Welcome to Ruijie Community (https://community.ruijienetworks.com/) | Powered by Discuz! X3.2 |