1: Telnet là gì?
Khi bạn muốn thiết lập một kết nối từ xa qua mạng đến thiết bị như Router hoặc Switch từ một thiết bị đầu cuối thì Telnet là một dịch vụ giúp bạn làm điều đó.
2: Cách cấu hình Telnet cho Router Cisco
!--- Enable password cho Router
Khi bạn muốn thiết lập một kết nối từ xa qua mạng đến thiết bị như Router hoặc Switch từ một thiết bị đầu cuối thì Telnet là một dịch vụ giúp bạn làm điều đó.
2: Cách cấu hình Telnet cho Router Cisco
!--- 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:!--- 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
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
0 comments:
Post a Comment