施勢帆老師的教學網站

 找回密碼
 立即註冊
搜索
熱搜: 活動 交友 discuz
查看: 2940|回復: 53

CCNA 作業一 Cisco 路由器管理 & 靜態路由(I)

[複製鏈接]

609

主題

619

帖子

2897

積分

管理員

Rank: 9Rank: 9Rank: 9

積分
2897
發表於 2023-5-15 11:07:34 | 顯示全部樓層 |閱讀模式
實驗實作錄影 : Part I https://drive.google.com/file/d/1xmblt07rPt5kR965Djz2tG62QRsPQFDK/view?usp=sharing
                     Part II https://drive.google.com/file/d/1E0VHO5Y9KyR4qxfPHjl_SG3llqAbOEX4/view?usp=sharing

https://ewell.com.tw/CiscoPacketTracer_811_Windows_64bit.exe

使用Cisco Packet Tracer軟體來學習網路

Part I Cisco 路由器管理

https://mouse.ee.aeust.edu.tw/Books/Network2/CCNP8/Lab 04.ppt

https://mouse.ee.aeust.edu.tw/Books/Network2/CCNP8/Lab 05.ppt

Boson Netsim topology : https://mouse.ee.aeust.edu.tw/Data/Program/CCNP/Network.bsn

Cisco Packet Tracer : https://mouse.ee.aeust.edu.tw/Data/Program/CCNP/test.pkt   or   https://github.com/shie765/CCNA

作業要求 : xxxx 代表學號

For R1 example:
enable
conf t
hostname XXXX-R1
enable secret XXXX
line con 0
login
password xxxx
line aux 0
login
password xxxx
line vty 0 4
login
password xxxx
exit
int f0/0
no shutdown
int s1/0
clock rate 2000000
no shutdown
int s1/1
no shutdown
int s1/2
clock rate 2000000
no shutdown
exit
exit
copy run start
show start
show ip int brief

For R2 example:
enable
conf t
hostname XXXX-R2
int f0/0
no shutdown
int f0/1
no shutdown
int s1/1
no shutdown
exit
exit
copy run start
show start
show ip int brief

For R3 example:
enable
conf t
hostname XXXX-R3
int f0/0
no shutdown
int s1/0
clock rate 2000000
no shutdown
int f0/1
no shutdown
int s1/2
no shutdown
exit
exit
copy run start
show start
show ip int brief

For R4 example:
enable
conf t
hostname XXXX-R4
int f0/0
no shutdown
int s1/0
clock rate 2000000
no shutdown
int s1/1
no shutdown
exit
exit
copy run start
show start
show ip int brief

Part I 作業  : 4 張圖

1.


2.


3.


4.



Part II 靜態路由(I)

https://mouse.ee.aeust.edu.tw/Books/Network2/CCNP8/Lab%2006.ppt

作業
(LAN 部分使用 211.11.xxx/24,
WAN 部分使用 171.41.xxx/24,
xxx代表學號末3碼,
學號末3碼超過250,使用末2碼)


example :

(For Router 2 & f0/1=>172.16.2/24, f0/0=>192.168.2/24)

enable
conf t
int f0/1
ip address 172.16.2.254 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/1=>172.16.2/24, f0/0=>192.168.3/24)

enable
conf t
int f0/1
ip address 172.16.2.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 PC2)
ipconfig /ip 192.168.2.1  255.255.255.0


ipconfig /dg 192.168.2.254


(For PC6)
ipconfig /ip 192.168.3.1  255.255.255.0
ipconfig /dg 192.168.3.254


不用打
Routing Table

(For Router 2)
Dest.                        Interface        Gateway
192.168.2.0                                 Connected
192.168.3.0                f0/1          172.16.2.253        
172.16.2.0                                  Connected               

(For Router 3)
Dest.                        Interface        Gateway
192.168.2.0                f0/1           172.16.2.254                                
192.168.3.0                                 Connected               
172.16.2.0                                   Connected                                       

ip route xxx.xxx.xxx.0  255.255.255.0 xxx.xxx.xxx.xxx


(For Router 2 & f0/1=>172.16.2/24, f0/0=>192.168.2/24)
en
conf t
ip route 192.168.3.0  255.255.255.0 172.16.2.253


(For Router 3 & f0/1=>172.16.2/24, f0/0=>192.168.3/24)
en
conf t
ip route 192.168.2.0  255.255.255.0 172.16.2.254
exit

ping 192.168.2.1 (PC2)

copy run start
copy start tftp   
192.168.2.1
123456789-R3

Part II 作業  : 2 張圖

Router 3 路由表

5.


PC2  ping  PC6
PC2 tracert PC6
dir

6.





本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

11

帖子

54

積分

註冊會員

Rank: 2

積分
54
發表於 2023-5-22 15:41:28 | 顯示全部樓層

本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

15

帖子

62

積分

註冊會員

Rank: 2

積分
62
發表於 2023-5-22 15:41:31 | 顯示全部樓層
110103311.......

本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

11

帖子

50

積分

註冊會員

Rank: 2

積分
50
發表於 2023-5-22 15:41:33 | 顯示全部樓層




本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

14

帖子

60

積分

註冊會員

Rank: 2

積分
60
發表於 2023-5-22 15:43:35 | 顯示全部樓層

本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

14

帖子

62

積分

註冊會員

Rank: 2

積分
62
發表於 2023-5-22 15:45:59 | 顯示全部樓層

本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

15

帖子

70

積分

註冊會員

Rank: 2

積分
70
發表於 2023-5-22 15:47:04 | 顯示全部樓層


本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

17

帖子

68

積分

註冊會員

Rank: 2

積分
68
發表於 2023-5-22 15:52:54 | 顯示全部樓層
第一次作業

本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

13

帖子

58

積分

註冊會員

Rank: 2

積分
58
發表於 2023-5-22 15:54:29 | 顯示全部樓層
本帖最後由 1061A110103136 於 2023-5-22 16:02 編輯


本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

0

主題

12

帖子

56

積分

註冊會員

Rank: 2

積分
56
發表於 2023-5-22 15:54:39 | 顯示全部樓層

本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則

Archiver|手機版|小黑屋|施勢帆老師的教學網站

GMT+8, 2024-11-22 22:28 , Processed in 0.059071 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回復 返回頂部 返回列表