[LAB] Cấu hình Telnet trên Router
Topology:
Video hướng dẫn cấu hình telnet:
Các bước cấu hình Telnet trên Router R1:
!--- Enable password cho Router
R1(config)# enable password cisco
!--- Cấu hình vty, password cho kết nối Telnet
R1(config)# line vty 0 4
R1(config-line)# password telnet
R1(config-line)# login
R1(config-line)#end
Theo cách trên sẽ login telnet chỉ sử dụng password. Ngoài ra, bạn cũng có thể cấu hình đăng nhập telnet sử dụng user/password trong database Router như sau:R1(config)# enable password cisco
!--- Cấu hình vty, password cho kết nối Telnet
R1(config)# line vty 0 4
R1(config-line)# password telnet
R1(config-line)# login
R1(config-line)#end
!--- Tạo username và password
R1(config)# username telnet password telnet
!--- Dùng username/password cho login telnet
R1(config)# line vty 0 4
R1(config-line)# login local
R1(config-line)# end
Cấu hình cơ bản
,
Cấu hình Telnet
,
CCNA
,
Labs
,
Video Tutorial
R1(config)# username telnet password telnet
!--- Dùng username/password cho login telnet
R1(config)# line vty 0 4
R1(config-line)# login local
R1(config-line)# end
đang học ccna rất cần.thanks
ReplyDelete