标签:count mode 交换机 cat 管理机 ESS account ace pass
机房:2.查看和修改系统时间
[Huawei]display clock
3.修改设备名称
讲设备名称改成123
[Huawei]sysname 123
4.配置console登录认证方式及超时时间
进入console配置模式
Console认证方式为password
设置console密码为密文形式
设置超时时间为30min
5.配置aaa登录认证
aaa认证
authentication(认证)、authorization(授权)、accounting(计费)的简称,是网络安全的一种管理机制;Authentication是本地认证/授权,authorization和accounting是由远处radius(远程拨号认证系统)服务或hwtacacs(华为终端访问控制系统)服务器完成认证/授权;
进入vty配置模式
[123]user-interface vty 0 4
退出vty配置模式后,进入aaa配置模式
[123-ui-vty0-4]aaa
配置本地用户onlyidc密码为密文pakshing
[123-aaa]local-user onlyidc password cipher pakshing
配置onlyidc用户服务类型为telnet
[123-aaa]local-user onlyidc service-type telnet
配置huawei用户特权等级3
[123-aaa]local-user onlyidc privilege level 3
配置完成后查看结果
交换机控制口密码清除: 密码为:Admin@huawei.com
选择7 .Clear password for console user,然后选择1. Boot with default mode,即可以恢复Console密码。
三、控制口连接
使用console线将连接电脑与设备的console口。
标签:count mode 交换机 cat 管理机 ESS account ace pass
原文地址:http://blog.51cto.com/12514335/2307293