D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 AAA Configuration
1-26
DES-7200(config)# aaa new-model
DES-7200(config)# radius-server host 192.168.217.64
DES-7200(config)# radius-server key test
DES-7200(config)# username DES-7200 password DES-7200
DES-7200(config)# aaa authentication login auth local
DES-7200(config)# aaa accouting exec acct start-stop group radius
DES-7200(config)# line vty 0 4
DES-7200(config-line)# login authentication auth
DES-7200(config-line)# accounting exec acct
DES-7200(config-line)# end
DES-7200(config)# show running-config
!
aaa new-model
!
aaa accounting exec acct start-stop group radius
aaa authentication login auth local
!
username DES-7200 password DES-7200
!
radius-server host 192.168.217.64
radius-server key 7 093b100133
!
line con 0
line vty 0 4
accounting exec acct
login authentication auth
!
end
1.5.4 Configuring AAA
Network Accounting
The network accounting provides the accounting information about user session, including
the packet number, bytes, IP address and username. Now the network accounting only
support RADIUS.
Note
The format of Radius accounting information varies with the Radius security
server. The contents of the account records may also vary with our product
version.
To configure the AAA network accounting, run the following commands in the global
configuration mode:
Command Function
configure terminal
Enter the global configuration mode.
aaa new-model
Turn on the AAA switch.
aaa accounting network{default |
list-name} start-stop method1
[method2|…]
Define the AAA network accounting method list.
If you need to define multiple method lists,
execute this command repeatedly.