Cisco Router Configuration
远程登录Cisco的方法
1. User Management
1.1 User
-
Add normal user
R2(config)#username stone password cisco
-
Add admin user
R2(config)#username admin privilege 15 secret cisco
1.2 password
- password
- secret
2. Connection Manager
3个终端
- console
- aux
- vty
2.1 telnet
telnet Conf
R2>enable
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#lin vty 0 4
R2(config-line)#transport input telnet
R2(config-line)#login local
R2(config-line)#end
2.2 SSH
Reference
Configure a Cisco router with Username and Password
https://www.learncisco.net/courses/icnd-1/network-environment-management/remote-devices.html
- 本文链接: http://stonelee2005.github.io/2021/05/13/Cisco-Router-Connection/
- 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!