Vietnam Networking

Cấu hình Telnet Router Cisco - Remote Access

[LAB] Cấu hình Telnet trên Router

Topology:
cau hinh telnet router

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:
!--- 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
, , , ,

1 comment: