D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 AAA Configuration
1-27
The keyword "list-name" is used to name the created accounting method list, which can be
any string. The keyword "method" means the actual algorithm for accounting. Only when
the current method returns ERROR (no reply), the next accounting method will be
attempted. If the current method returns FAIL, no accounting method will be used any
more. To make the accounting return successfully, even if no specified methods reply, it is
possible to specific "none" as the last accounting method.
1.5.4.1 Using Radius for network
accounting
To configure the use of RADIUS server for network acounting, it is required to first
configure the RADIUS server. For the details of the RADIUS server configuration, see
Configuring RADIUS.
After configuring the RADIUS server, the RADIUS server-based method list can be
configured. 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 group radius
Define RADIUS accounting method.
1.5.4.2 Example of Configuring
Network Accounting
The example below illustrates how to configure network authorization using RADIUS.
DES-7200# configure terminal
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)# aaa accounting network acct start-stop group radius
DES-7200(config-line)# end
DES-7200(config)# show running-config
!
aaa new-model
!
aaa accounting network acct start-stop group radius
!
radius-server host 192.168.217.64
radius-server key 7 093b100133
!
1.6 Monitoring AAA user
To view the information of the current login users, run the following commands in the privileged