施勢帆老師的教學網站

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

CCNA 作業七 VLAN & VTP

[複製鏈接]

609

主題

619

帖子

2897

積分

管理員

Rank: 9Rank: 9Rank: 9

積分
2897
發表於 2022-2-21 13:38:02 | 顯示全部樓層 |閱讀模式
Refer:
https://mouse.ee.aeust.edu.tw/Books/Network2/CCNP8/Lab%2010.ppt

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

左邊VLAN使用
VLAN1 :
202.22.xxx+4/24
VLAN3 :
202.22.xxx+6/24
VLAN8 :
202.22.xxx+11/24
右邊VLAN使用
VLAN2 :
202.22.xxx+5/24
VLAN4 :
202.22.xxx+7/24

(For Switch_1)
en
conf t
int g0/1
switchport mode trunk
exit
vtp domain taipei
vtp password cisco
CNTL/Z
show vtp status


(For Switch_2)
en
conf t
hostname 123456_SW2
int g0/1
switchport mode trunk
exit
vtp mode client
vtp domain taipei
vtp password cisco
vlan 5 name test
int f0/1
switchport access vlan 3
int range f0/2-10
switchport access vlan 8
CNTL/Z
show vlan


(For Switch_3)
en
conf t
int g0/1
switchport mode trunk
exit
vtp domain shinchu
vtp password cisco
CNTL/Z
show vtp status


(For Switch_4)
en
conf t
hostname 123456_SW4
int g0/1
switchport mode trunk
exit
vtp mode client
vtp domain shinchu
vtp password cisco
int range f0/1-5
switchport access vlan 2
CNTL/Z
show vlan

作業圖一 (Switch 2)



(For PC_4)
ipconfig /ip 192.168.7.2 255.255.255.0
ipconfig /dg 192.168.7.254

(For PC_5)
ipconfig /ip 192.168.12.1 255.255.255.0
ipconfig /dg 192.168.12.254

(For PC_8)
ipconfig /ip 192.168.8.1 255.255.255.0
ipconfig /dg 192.168.8.254

(For PC_2)
tracert 192.168.7.2 (PC_4)
tracert 192.168.12.1 (PC_5)
tracert 192.168.8.1 (PC_8)

作業圖二




CHAP認證的PPP設定
Refer:

http://mouse.oit.edu.tw/Books/Network2/CCNP8/Lab%2013.ppt

http://mouse.oit.edu.tw/Books/Network2/CCNP8/Lab%2014.ppt


(For Router_1)
en
conf t

username 123456-R2 password 123456
int f0/0

no ip access-group 1 out
int s0/0
encapsulation ppp
ppp authentication chap
exit
exit
copy run start



(For PC_1)
tracert 192.168.5.1 (PC_2)


(For Router_2)
en
conf t
enable secret 123456
username 123456-R1 password 123456
int s0/1
encapsulation ppp
ppp authentication chap
exit
exit
copy run start



(For PC_1)
tracert 192.168.5.1 (PC_2)


作業圖三



作業圖四




本帖子中包含更多資源

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

x
回復

使用道具 舉報

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

本版積分規則

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

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

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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