21321 发表于 2015-2-6 09:21:53

思科VTP网络经典案例

Goal: PCS communication each other via VTP network. Network map as below:
Environment:Cisco Packet Tracer

WorkstationSet static IP for workstaions
PC0: 192.168.1.2
   255.255.255.0
   192.168.1.1
PC1: 192.168.4.2
   255.255.255.0
   192.168.4.1
PC2: 192.168.3.2
   255.255.255.0
   192.168.3.1
PC3: 192.168.2.2
   255.255.255.0
   192.168.2.1
ConnectionVTP SERVER Gig 0/1----->VTP CLIENT1 Fa 0/1
VTP SERVER Gig 0/2----->VTP CLIENT2 Fa 0/1
VTP CLIENT1 Fa 0/2----->VTP CLIENT4 Fa 0/2
VTP CLIENT1 Fa 0/24----->PC0
VTP CLIENT2 Fa 0/2----->VTP CLIENT3 Fa 0/2
VTP CLIENT2 Fa 0/24----->PC3
VTP CLIENT4 Fa 0/24----->PC1
VTP CLIENT3 Fa 0/24----->PC2
VTP SERVERCreate vlans Set ip for vlans

Set the switchport (Connect with next switch) mode to trunk

Set VTP mode to server

Start Route function

VTP ClientsVTP Client 1
Set VTP mode to client

Set the switchport (Connect with next switch) mode to trunk

set the Switchport (connection with workstation) access to vlan2

VTP Client 2

VTP Client 3

VTP Client 4
Set VTP mode to client

Set the switchport (Connect with next switch) mode to trunk

Set the switchport (connection with workstation) access vlan 5

TESTPCS Ping each other, Result:PASS
   

页: [1]
查看完整版本: 思科VTP网络经典案例