|
實驗實作錄影 : https://drive.google.com/file/d/ ... Ws/view?usp=sharing
https://mouse.ee.aeust.edu.tw/Books/Network2/CCNP8/Lab%2006.ppt
作業
(LAN 部分使用 202.22.xxx/24,
WAN 部分使用 182.52.xxx/24,
xxx代表學號末3碼,
學號末3碼超過250,使用末2碼)
example :
(For Router 1 & f0/0=>192.168.1/24, s1/0=>172.16.1/24, s1/1=>172.16.4/24, s1/2=>172.16.5/24)
enable
conf t
int s1/0
ip address 172.16.1.254 255.255.255.0
int s1/1
ip address 172.16.4.253 255.255.255.0
int s1/2
ip address 172.16.5.254 255.255.255.0
int f0/0
ip address 192.168.1.254 255.255.255.0
Ctrl-Z
show ip int b
(For Router 2 & f0/0=>192.168.2/24, f0/1=>172.16.2/24, s1/1=>172.16.1/24,)
enable
conf t
int f0/1
ip address 172.16.2.254 255.255.255.0
int s1/1
ip address 172.16.1.253 255.255.255.0
int f0/0
ip address 192.168.2.254 255.255.255.0
Ctrl-Z
show ip int b
(For Router 3 & f0/0=>192.168.3/24, f0/1=>172.16.2/24, s1/0=>172.16.3/24, s1/2=>172.16.5/24)
enable
conf t
int s1/0
ip address 172.16.3.254 255.255.255.0
int f0/1
ip address 172.16.2.253 255.255.255.0
int s1/2
ip address 172.16.5.253 255.255.255.0
int f0/0
ip address 192.168.3.254 255.255.255.0
Ctrl-Z
show ip int b
(For Router 4 & f0/0=>192.168.4/24, s1/0=>172.16.4/24, s1/1=>172.16.3/24)
enable
conf t
int s1/0
ip address 172.16.4.254 255.255.255.0
int s1/1
ip address 172.16.3.253 255.255.255.0
int f0/0
ip address 192.168.4.254 255.255.255.0
Ctrl-Z
show ip int b
(For PC) (PC1,PC10)(PC2,PC6)
ipconfig /ip 192.168.xxx.x 255.255.255.0
ipconfig /dg 192.168.xxx.254
不用打
Routing Table
(For Router 1)
Dest. Interface Gateway
192.168.1.0 Connected
192.168.2.0 s0/0 172.16.1.253
192.168.3.0 s0/2 172.16.5.253
192.168.4.0 s0/1 172.16.4.254
172.16.1.0 Connected
172.16.2.0 s0/0 172.16.1.253
172.16.3.0 s0/1 172.16.4.254
172.16.4.0 Connected
172.16.5.0 Connected
(For Router 2)
Dest. Interface Gateway
192.168.1.0 s0/1 172.16.1.254
192.168.2.0 Connected
192.168.3.0 f0/1 172.16.2.253
192.168.4.0 f0/1 172.16.2.253
172.16.1.0 Connected
172.16.2.0 Connected
172.16.3.0 f0/1 172.16.2.253
172.16.4.0 s0/1 172.16.1.254
172.16.5.0 s0/1 172.16.1.254
(For Router 3)
Dest. Interface Gateway
192.168.1.0 s0/2 172.16.5.254
192.168.2.0 f0/1 172.16.2.254
192.168.3.0 Connected
192.168.4.0 s0/0 172.16.3.253
172.16.1.0 f0/1 172.16.2.254
172.16.2.0 Connected
172.16.3.0 Connected
172.16.4.0 s0/0 172.16.3.253
172.16.5.0 Connected
(For Router 4)
Dest. Interface Gateway
192.168.1.0 s0/0 172.16.4.253
192.168.2.0 s0/0 172.16.4.253
192.168.3.0 s0/1 172.16.3.254
192.168.4.0 Connected
172.16.1.0 s0/0 172.16.4.253
172.16.2.0 s0/1 172.16.3.254
172.16.3.0 Connected
172.16.4.0 Connected
172.16.5.0 s0/0 172.16.3.254
ip route xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.xxx
(For Router 1 & f0/0=>192.168.1/24, s1/0=>172.16.1/24, s1/1=>172.16.4/24, s1/2=>172.16.5/24)
enable
conf t
ip route 192.168.2.0 255.255.255.0 172.16.1.253
ip route 192.168.3.0 255.255.255.0 172.16.5.253
ip route 192.168.4.0 255.255.255.0 172.16.4.254
ip route 172.16.2.0 255.255.255.0 172.16.1.253
ip route 172.16.3.0 255.255.255.0 172.16.4.254
exit
sh ip route
sh ip route static
copy run start
(For Router 2 & f0/0=>192.168.2/24, f0/1=>172.16.2/24, s1/1=>172.16.1/24,)
enable
conf t
ip route 192.168.1.0 255.255.255.0 172.16.1.254
ip route 192.168.3.0 255.255.255.0 172.16.2.253
ip route 192.168.4.0 255.255.255.0 172.16.2.253
ip route 172.16.3.0 255.255.255.0 172.16.2.253
ip route 172.16.4.0 255.255.255.0 172.16.1.254
ip route 172.16.5.0 255.255.255.0 172.16.1.254
exit
sh ip route
sh ip route static
copy run start
(For Router 3 & f0/0=>192.168.3/24, f0/1=>172.16.2/24, s1/0=>172.16.3/24, s1/2=>172.16.5/24)
enable
conf t
ip route 192.168.1.0 255.255.255.0 172.16.5.254
ip route 192.168.2.0 255.255.255.0 172.16.2.254
ip route 192.168.4.0 255.255.255.0 172.16.3.253
ip route 172.16.1.0 255.255.255.0 172.16.2.254
ip route 172.16.4.0 255.255.255.0 172.16.3.253
exit
sh ip route
sh ip route static
copy run start
(For Router 4 & f0/0=>192.168.4/24, s1/0=>172.16.4/24, s1/1=>172.16.3/24)
enable
conf t
ip route 192.168.1.0 255.255.255.0 172.16.4.253
ip route 192.168.2.0 255.255.255.0 172.16.4.253
ip route 192.168.3.0 255.255.255.0 172.16.3.254
ip route 172.16.1.0 255.255.255.0 172.16.4.253
ip route 172.16.2.0 255.255.255.0 172.16.3.254
ip route 172.16.5.0 255.255.255.0 172.16.3.254
exit
sh ip route
sh ip route static
copy run start
(For PC1)
ipconfig /ip 192.168.1.1 255.255.255.0
ipconfig /dg 192.168.1.254
(For PC10)
ipconfig /ip 192.168.4.1 255.255.255.0
ipconfig /dg 192.168.4.254
(In router 1)(copy config to PC2)
copy run start
copy start tftp
作業
Router 1 路由表
PC2 tracert PC1 & PC10
dir
PC10 tracert PC1 & PC6
|
本帖子中包含更多資源
您需要 登錄 才可以下載或查看,沒有帳號?立即註冊
x
|