|
Refer:
https://mouse.ee.aeust.edu.tw/Books/Network2/CCNP8/Lab%2010.ppt
作業
(LAN 部分使用 201.11.xxx/24,
WAN 部分使用 181.41.xxx/24,
xxx代表學號末3碼,
學號末3碼超過250,使用末2碼)
左邊VLAN使用
VLAN1 : 201.11.xxx+4/24
VLAN3 : 201.11.xxx+6/24
VLAN8 : 201.11.xxx+11/24
右邊VLAN使用
VLAN2 : 201.11.xxx+5/24
VLAN4 : 201.11.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
|