CCNA:Pass4sure Cisco lab—VTP

Download :vtp.zip

Lab topology:

lab file:(vtp.net)

# simple lab
autostart = false

[localhost]
port = 7200
udp = 10000

[[ROUTER S1]]
image = D:\-lab\IOS\3640\c3640-ik9o3s-mz.124-10.bin
model = 3640
console = 3001
ram = 96
confreg = 0×2102
exec_area = 64
mmap = true
slot0 = NM-1FE-TX
slot1 = NM-16ESW
f1/14 = PC1 f0/0
f1/1 = S2 f1/1

[[ROUTER S2]]
image = D:\-lab\IOS\3640\c3640-ik9o3s-mz.124-10.bin
model = 3640
console = 3002
ram = 96
confreg = 0×2102
exec_area = 64
mmap = true
slot0 = NM-1FE-TX
slot1 = NM-16ESW
f1/14 = PC2 f0/0
f1/15 = PC3 f0/0

[[ROUTER PC1]]
image = D:\-lab\IOS\3640\c3640-ik9o3s-mz.124-10.bin
model = 3640
console = 4001
ram = 64
idlepc = 0×60fe9087
confreg = 0×2102
exec_area = 64
mmap = true
slot0 = NM-1FE-TX

[[ROUTER PC2]]
image = D:\-lab\IOS\3640\c3640-ik9o3s-mz.124-10.bin
model = 3640
console = 4002
ram = 64
idlepc = 0×60fe9087
confreg = 0×2102
exec_area = 64
mmap = true
slot0 = NM-1FE-TX

[[ROUTER PC3]]
image = D:\-lab\IOS\3640\c3640-ik9o3s-mz.124-10.bin
model = 3640
console = 4003
ram = 64
idlepc = 0×60fe9087
confreg = 0×2102
exec_area = 64
mmap = true
slot0 = NM-1FE-TX

Lab requirements: both PC-1 and PC-2 are memberships to VLAN10PC-3 is a membership to VLAN20, configure VTP at P4S-S1 and P4S-S2, the former in server mode and the latter in client mode.

Lab steps:

PC-1(config)#int f0/0

PC-1(config-if)#ip address 192.168.1.1 255.255.255.0

PC-1(config-if)#no shu

PC-1(config-if)#exit

PC-1(config)#ip default-gateway 192.168.1.110

PC-1(config)#no ip routing

PC-1(config)#exit

The same goes for PC-2 and PC-3.

P4S-S1(config)#int f1/14

P4S-S1(config-if)#speed 100

P4S-S1(config-if)#duplex full

P4S-S1(config-if)#no sh

P4S-S1(config-if)#exit

P4S-S2(config-if)#int f1/14

P4S-S2(config-if)#speed 100

P4S-S2(config-if)#duplex full

P4S-S2(config-if)#no sh

P4S-S2(config-if)#exit

P4S-S2(config)#int f1/15

P4S-S2(config-if)#speed 100

P4S-S2(config-if)#duplex full

P4S-S2(config-if)#no sh

P4S-S2(config-if)#exit

P4S-S1#vlan database

P4S-S1(vlan)#vlan 10 name 10

P4S-S1(vlan)#apply.

P4S-S2#vlan database

P4S-S2(vlan)#vlan 10 name 10

P4S-S2(vlan)#vlan 20 name 20

P4S-S2(vlan)#apply

P4S-S2(vlan)#exit

P4S-S1(config)#int f1/14

P4S-S1(config-if)#switchport access vlan 10

P4S-S1(config-if)#no sh

P4S-S1(config-if)#exit

P4S-S2(config)#int f1/14

P4S-S2(config-if)#switchport access vlan 10

P4S-S2(config-if)#no sh

P4S-S2(config-if)#exit

P4S-S2(config)#int f1/15

P4S-S2(config-if)#switchport access vlan 20

P4S-S1(config)#int f1/1

P4S-S1(config-if)#switchport mode trunk

P4S-S1(config-if)#no sh

P4S-S1(config-if)#exit

P4S-S2(config)#int f1/1

P4S-S2(config-if)#switchport mode trunk

P4S-S2(config-if)#no sh

P4S-S1#vlan database

P4S-S1(vlan)#vtp domain P4S

P4S-S1(vlan)#vtp password P4S

P4S-S1(vlan)#vtp server

P4S-S2#vlan database

P4S-S2(vlan)#vtp password P4S

P4S-S2(vlan)#vtp client

P4S-S2(vlan)#exit

Related Posts

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

No comments yet.

Leave a comment

(required)

(required)