Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
Address
304 North Cardinal St.
Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
*实验示例均以华为的设备为例,部分实验在ENSP模拟器实现,部分为真机实现 设置Console口密码 方式A:密码验证 user-interface con 0 authentication-mode password set authen
*实验示例均以华为的设备为例,部分实验在ENSP模拟器实现,部分为真机实现
设置Console口密码
方式A:密码验证
user-interface con 0
authentication-mode password
set authentication password cipher abc
设置密码为abc,设置完成后quit退出,再次尝试登录,发现已经需要密码了
方式B:使用用户名和密码登录
user-interface con 0
authentication-mode aaa
quit
aaa
local-user abc privilege level 3 password simple abc
local-user abc service-type terminal
在aaa认证中添加用户abc密码为abc,设置完成后quit退出,然后再次尝试登录,如图2已经需要输入用户名和密码
可选配置
user-interface con 0
history-commond max-size 200
idle-time 0
history-commond max-size 200:修改历史命令支持数量
idle-time 0:不自动退出、锁定