You are on page 1of 2

r1

conf t
hostname R1
enable secret class
line console 0
password cisco
login
line vty 0 4
password cisco
no ip domain-lookup
int fa0/0.10
encapsulation dot1q 10
ip address 192.170.4.1 255.255.255.128
int fa0/0.30
encapsulation dot1q 30
ip address 192.170.6.1 255.255.255.128
int fa0/0.70
encapsulation dot1q 70
ip address 192.170.8.1 255.255.255.128
int fa0/0
no shut
switch 5
ena
conf t
hostname switch5
vtp domain cisco
vtp mode server
vtp password cisco
vlan 10
name estudiantes
vlan 30
name maestros
vlan 70
name sandra
int range fa0/1-5
switchport mode trunk
switchport trunk allowed vlan all
switch 6
ena
conf t
hostname switch6
vtp domain cisco
vtp mode client
vtp password cisco
int range fa0/1-5
switchport mode trunk
switchport trunk allowed vlan all
switch7
conf t
hostname switch7
vtp domain cisco
vtp mode client
vtp password cisco
int range fa0/1-5
switchport mode trunk
switchport trunk allowed vlan all

switch 8
ena
conf t
hostname switch8
vtp domain cisco
vtp mode client
vtp password cisco
int range fa0/1-2
switchport mode trunk
switchport trunk allowed vlan all
int fa0/3
switchport mode access
switchport access vlan 10
ena
conf t
hostname switch9
vtp domain cisco
vtp mode client
vtp password cisco
int range fa0/1-2
switchport mode trunk
switchport trunk allowed vlan all
int fa0/3
switchport mode access
switchport access vlan 30
switch10
ena
conf t
hostname switch10
vtp domain cisco
vtp mode client
vtp password cisco
int range fa0/1-2
switchport mode trunk
switchport trunk allowed vlan all
int fa0/3
switchport mode access
switchport access vlan 70

You might also like