思科交换机路由器console管理配置
程序员文章站
2024-02-12 17:10:58
...
1. 普通配置
1.1 配置
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line con 0
Router(config-line)#password Qytang
Router(config-line)#login
Router(config-line)#end
Router#exit
1.2 验证
User Access Verification
Password:
Router>
2. AAA配置
2.1 配置
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line con 0
Router(config-line)#login local
Router(config-line)#exit
Router(config)#username qytang password qytang
Router(config)#end
Router#exit
2.2 验证
输入用户名密码之后成功登录
Username: qytang
Password:
Router>