第一步:在aaa模式在配置用户名和密码
第二步:设置该用户的服务类型为telnet
第三步:设置该用户的privilege level特权级别为3
第四步:在系统模式下进入用户接口user-interface vty0 4
第五步:设置该用户接口的认证模式为aaa认证authentication-mode aaa
<如果要使用loopback地址作为telnet管理地址>
第六步:配置设备的loopback地址
第七部:添加以loopback地址为目的地址的静态路由
AR3260(G0/0/0)-------AR3260(G0/0/0)
例:
[Huawei]sysname w1
[w1]int g0/0/0
[w1-GigabitEthernet0/0/0]ip add 192.168.1.1 255.255.255.0
[w1-GigabitEthernet0/
Aug 02/0]4 2013 14:16:46-05:13 w1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state.
[w1-GigabitEthernet0/0/0]q
[w1]aaa
[w1-aaa]local-user huawei password cipher hello
Info: Add a new user.
[w1-aaa]local-user huawei service-type telnet
[w1-aaa]local-user huawei privilege level 3
[w1-aaa]q