1. 程式人生 > >第三章 交換機的Telnet遠程登陸配置

第三章 交換機的Telnet遠程登陸配置

telnet 交換機 配置 遠程

一、實驗名稱


交換機的Telnet遠程登陸配置


二、實驗內容


1.新建 Packet Tracer 拓撲圖

配置交換機管理 ip 地址
Switch(config)# int vlan 1
Switch(config-if)# ip address **IP** **submask***
2.配置用戶登錄密碼
Switch(config)# enable password ******* 設置進入特權模式的密碼
Switch(config)# line vty 0 4
Switch(config-line)# password 5ijsj

Switch(config-line)# login


三、實驗過程


Switch_2960 1 臺、 PC 1 臺進行設備互聯


技術分享圖片


2.配置PC地址、網關


技術分享圖片


3.配置交換機管理 ip 地址、配置用戶登錄密碼


技術分享圖片

技術分享圖片


4.命令

PC:
192.168.1.2
255.255.255.0
192.168.1.1

PC 終端:
en
conf t
inter vlan 1

ip address 192.168.1.1 255.255.255.0
no shutdown
exit
enable password 123456
line vty 0 4
password 5ijsj
login
end
show run


PC CMD:
ping 192.168.1.1

telnet 192.168.1.1
password:5ijsj
enable
password:123456
show runing


四、實驗結果


技術分享圖片

技術分享圖片





第三章 交換機的Telnet遠程登陸配置