D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 AAA Configuration
1-44
DES-7200#configure terminal
DES-7200(config)#aaa new-model
# Configure the security server:
The network security server takes the responsibilty for the authentication, the
authorization and the accounting. The user information are stored in the server
and the software of the server can record, calculate and analyze the various
information via the syslogs.
Configure the Radius server information (the shared key for the
communication between the device and the Radius server is DES-7200)
DES-7200(config)#aaa group server radius g1
DES-7200(config-gs-radius)#server 10.1.1.1
DES-7200(config-gs-radius)#exit
DES-7200(config)#aaa group server radius g2
DES-7200(config-gs-radius)#server 10.1.1.2
DES-7200(config-gs-radius)#exit
DES-7200(config)#aaa group server radius g3
DES-7200(config-gs-radius)#server 10.1.1.3
DES-7200(config-gs-radius)#exit
DES-7200(config)#radius-server key DES-7200
# Configure the local user:
Configure the password encryption (the key information for the local password
and the security server are saved and shown in the simply-encrypted format)
DES-7200(config)#service password-encryption
Configure the local user database (Configure the username and the password,
and set the user privilege level)
DES-7200(config)#username bank privilege 10 password yinhang
DES-7200(config)#username super privilege 15 password star
DES-7200(config)#username normal privilege 2 password normal
DES-7200(config)#username test privilege 1 password test
Configure the local enable password for the local enable authentication