Tecnoligia
Interfaz
Dirección IP
Mask de red
Gateway
S1
VLAN 99
192.168.99.11
255.255.255.0
192.168.99.1
S2
VLAN 99
192.168.99.12
255.255.255.0
192.168.99.1
S3
VLAN 99192.168.99.13
255.255.255.0
192.168.99.1
R1
Fa 0/1
192.168.50.1
255.255.255.0
no aplicable
R1
Fa 0/0
Ver la configuración de la subinterfaz
no aplicable
PC1
NIC
192.168.10.21
255.255.255.0192.168.10.1
PC2
NIC
192.168.20.22
255.255.255.0
192.168.20.1
PC3
NIC
192.168.30.23
255.255.255.0
192.168.30.1
SERVIDOR
NIC
192.168.50.254
255.255.255.0
192.168.50.1
Puertos
AsignaciónRed
Fa0/1-0/4
Enlaces troncales 802.1q (LAN 99 native)
192.168.99.0/24
Fa0/5-0/10
VLAN 30:Administración
192.168.30.0/24
Fa0/11-0/17
VLAN 10: Estudiante
192.168.10.0/24
Fa0/18-0/24
VLAN 20:Docente
192.168.20.0/24
Puertos
Asignación
Red
Fa0/0.1
VLAN 1
192.168.1.1
Fa0/0.10
VLAN 10
192.168.10.1
Fa0/0.20
VLAN 20
192.168.20.1
Fa0/0.30
VLAN 30
192.168.30.1
Fa0/0.99
Vlan 99192.168.99.1
Apagar todos los puertos en los 3 Switch
s1(config)# int range fa0/1-24
s1(config-if-range)# shutdown
s1(config-if-range)#end
Configurar S2 como modo acceso
s2(config)# intrange fa0/6, fa0/11, fa0/18
s2(config-if-range)#switchport mode access
s2(config-if-range)# no shutdown
s2(config-if-range)# end
Configuración Servidor VTP en S1
S1(config)#vtp mode serverS1(config)#vtp domain TECHUETAMO
S1(config)#vtp password cisco
Configuración de clients VTP S2 y S3
S2(config)#vtp mode client
S2(config)#vtp domain TECHUETAMO
S2(config)#vtp password ciscoS3(config)#vtp mode client
S3(config)#vtp domain TECHUETAMO
S3(config)#vtp password cisco
Configuración de Troncales en los 3 Switch
S1(config)#int range fa0/1-5
S1(config-if-range)#switchport modetrunk
S1(config-if-range)# switchport trunk native vlan 99
S1(config-if-range)#no shutdown
El switch S2 y S3 solo se configura hasta el Fa0/4
Configuración de las Vlan’s en el Servidor VTP...
Regístrate para leer el documento completo.