(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
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.11.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