Lab 2.2: (1) Cấu hình dịch vụ Telnet trên Cisco Router vs Switch (Basic Configuration)

By , 0 View


Truy cập vào "Lab 2-1 - Cau hinh dia chi IP tren Interface VLAN cua Cisco Switch v1" tại Public Unetlab Server 24/7 để thực hành.

Cấu hình dịch vụ Telnet Server trên Router R1.
- Kích hoạt Telnet Server trên R1.
R1(config)#line vty 0 4
R1(config-line)#password abc
R1(config-line)#login
R1(config-line)#transport input telnet
R1(config-line)#exit
R1(config)#enable password 123
R1(config)#end
R1#

- Kiểm tra dịch vụ Telnet Server trên R1 từ R1.
R1#disable
R1>telnet 172.16.0.254
Trying 172.16.0.254 ... Open


User Access Verification

Password: 
R1>enable
Password: 
R1#

- Kiểm tra dịch vụ Telnet Server trên R1 từ PC1.
PC1> ip 172.16.0.1/24 172.16.0.254
Checking for duplicate address...
PC1 : 172.16.0.1 255.255.255.0 gateway 172.16.0.254

PC1> 

PC1> ping 172.16.0.254 -P 6 -p 23

Connect   23@172.16.0.254 seq=1 ttl=255 time=1.032 ms
SendData  23@172.16.0.254 seq=1 ttl=255 time=1.061 ms
Close     23@172.16.0.254 timeout(37.280ms)
Connect   23@172.16.0.254 seq=2 ttl=255 time=3.200 ms
SendData  23@172.16.0.254 seq=2 ttl=255 time=1.063 ms
Close     23@172.16.0.254 timeout(54.206ms)
Connect   23@172.16.0.254 seq=3 ttl=255 time=3.201 ms
SendData  23@172.16.0.254 seq=3 ttl=255 time=1.064 ms
Close     23@172.16.0.254 timeout(7.429ms)
Connect   23@172.16.0.254 seq=4 ttl=255 time=3.233 ms
SendData  23@172.16.0.254 seq=4 ttl=255 time=1.081 ms
Close     23@172.16.0.254 timeout(21.370ms)
Connect   23@172.16.0.254 seq=5 ttl=255 time=3.229 ms
SendData  23@172.16.0.254 seq=5 ttl=255 time=1.079 ms
Close     23@172.16.0.254 timeout(2.150ms)

PC1> 

Cấu hình dịch vụ Telnet Server trên Cisco Switch.

Thực hành thêm các bài Lab cơ bản khác tại hạng mục Học Network CCNA R&S thông qua các bài thực hành.

You Might Also Like

0 comments