![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/3/6d/36db2b94-b5fe-4d9d-af19-800fbd7667e8/36db2b94-b5fe-4d9d-af19-800fbd7667e8-bg11e.png)
2-27
Figure 2-1 Remote RADIUS authentication of Telnet users
Internet
Telnet user
Authentication server
10. 110.91. 164
Configuration procedure
# Enter system view.
<device> system-view
# Adopt AAA authentication for Telnet users.
[device] user-interface vty 0 4
[device-ui-vty0-4] authentication-mode scheme
[device-ui-vty0-4] quit
# Configure an ISP domain.
[device] domain imc
[device-isp-imc] access-limit enable 10
[device-isp-imc] quit
# Configure a RADIUS scheme.
[device] radius scheme imc
[device-radius-imc] accounting optional
[device-radius-imc] primary authentication 10.110.91.164 1812
[device-radius-imc] key authentication aabbcc
[device-radius-imc] server-type Extended
[device-radius-imc] user-name-format with-domain
[device-radius-imc] quit
# Associate the ISP domain with the RADIUS scheme.
[device] domain imc
[device-isp-imc] scheme radius-scheme imc
A Telnet user logging into the device by a name in the format of userid @imc belongs to the imc domain
and will be authenticated according to the configuration of the imc domain.