實驗裝置: Router-1941 1臺、PC 1臺、交叉線、配置線
交叉線:路由器與計算機相連 路由器與交換機相連
直連線:計算機與交換機相連
2.配置 PC0 的IP地址
IP地址:192.168.1.2
MAC地址:255.255.255.0
3.配置 路由器 Route 0 (透過PC0的Terminal配置路由器Router0)
Router#
Router#conf t
Router(config)#hostname r1 修改路由器的主機名
r1(config)#enable secret 123 設定特權模式密碼為:123
r1(config)#exit
r1>en 進入特權模式
Password: 此時進入特權模式需要輸入密碼,密碼不顯示
r1#conf t
r1(config)#line vty 0 4 設定 telnet 遠端登入密碼
r1(config-line)#password 123456 設定遠端登入密碼為:123456
r1(config-line)#login 開啟登入認證功能
r1(config-line)#exit
r1(config)#int g0/0 進入路由器的 g0/0 埠
r1(config-if)#ip add 192.168.1.1 255.255.255.0 配置 g0/0 埠的IP地址
r1(config-if)#no sh 開啟埠
r1(config-if)#end
4.透過PC0 CMD介面 檢視 PC 0 的配置情況
檢視網路配置:ipconfig /all 、用ping 命令檢查是否可以正常通訊
5.使用 telnet 登入到路由器檢視配置情況
telnet 192.168.1.1 遠端登入到路由器上
Password:123456 輸入 telnet 遠端登入密碼
r1>en
Password:123 輸入特權模式密碼
r1#show ip route 檢視路由表
6.show running 顯示路由器當前配置情況
總結:本文的學習目標是學會如何配置路由器,以及如何使用Telnet透過PC遠端登入路由器。
實驗裝置: Router-1941 1臺、PC 1臺、交叉線、配置線
交叉線:路由器與計算機相連 路由器與交換機相連
直連線:計算機與交換機相連
2.配置 PC0 的IP地址
IP地址:192.168.1.2
MAC地址:255.255.255.0
3.配置 路由器 Route 0 (透過PC0的Terminal配置路由器Router0)
Router#
Router#conf t
Router(config)#hostname r1 修改路由器的主機名
r1(config)#enable secret 123 設定特權模式密碼為:123
r1(config)#exit
r1>en 進入特權模式
Password: 此時進入特權模式需要輸入密碼,密碼不顯示
r1#conf t
r1(config)#line vty 0 4 設定 telnet 遠端登入密碼
r1(config-line)#password 123456 設定遠端登入密碼為:123456
r1(config-line)#login 開啟登入認證功能
r1(config-line)#exit
r1(config)#int g0/0 進入路由器的 g0/0 埠
r1(config-if)#ip add 192.168.1.1 255.255.255.0 配置 g0/0 埠的IP地址
r1(config-if)#no sh 開啟埠
r1(config-if)#end
4.透過PC0 CMD介面 檢視 PC 0 的配置情況
檢視網路配置:ipconfig /all 、用ping 命令檢查是否可以正常通訊
5.使用 telnet 登入到路由器檢視配置情況
telnet 192.168.1.1 遠端登入到路由器上
Password:123456 輸入 telnet 遠端登入密碼
r1>en
Password:123 輸入特權模式密碼
r1#show ip route 檢視路由表
6.show running 顯示路由器當前配置情況
總結:本文的學習目標是學會如何配置路由器,以及如何使用Telnet透過PC遠端登入路由器。