本文主要是介绍console 密码和用户授权:,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1,如何登陆真机:
交换机:
console 口:管理 控制。
console 线: 配置线。
RS232:计算机的串行接口。
usb转串口线 插上电脑后 :
secureCRT 连接交换机:
2,console 口 密码:
方式A: 密码验证:
user-interface console 0 //进入控制接口。
authentication-mode password //认证密码。
set authentication password // 设置认证密码。
设置完成后 quit 退出后 再尝试登陆。
方式B: 使用用户名和密码形式验证:
user-interface console 0
authentication-mode aaa
aaa 进入aaa
local-user gebi privilege level 3 password simple laowang
配置用户名gebi 权限级别 3级 密码是laowang
local-user gebi service-type terminal
指定隔壁账户服务类型是 terminal 终端。
AAA: 三a 是一套公认的 公有的认证,授权,审计的标准。Authentication、Authorization、Accounting 。
可选配置:
user-interface console 0
history-command max-size 200 //修改历史命令支持数量
idle-timeout 0 //不退出 不锁屏
3,用户权限级别:
注意:对于用户级别 3-15 命令权限的基本一样。
super密码:默认密码为空。低权限的用户输入super密码后 可以提升权限。
[] super password simple 123
4,有关登陆用户的调试命令:
display users // 查看登陆本台设备的 账户
display user-interface // 查看登陆本台设备的 账户
display access-user //查看远程登录的用户
这篇关于console 密码和用户授权:的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!