Reporte Del Vtp
Enviado por gabychavez95 • 11 de Septiembre de 2013 • 300 Palabras (2 Páginas) • 219 Visitas
CONFIGURACIÓN DEL VTP
COMANDOS Y CODIGO UTILIZADO EN ESTA PRACTICA:
Switch 0:
Utilizamos el comando show vlan para verificar que sólo existan VLAN predeterminadas y que todos los puertos se asignen a la VLAN 1. Y deshabilitamos todos los puertos con el comando shutdown.
Switch 1:
Switch 2:
Realizamos las configuraciones básicas de cada switch, (nombre, contraseña, etc.).
Volvemos a habilitar los puertos en S3 y S2:
S2>enable
Password:
Password:
S2#config t
Enter configuration commands, one per line. End with CNTL/Z.
S2(config)#interface fa0/2
S2(config-if)#switchport mode access
S2(config-if)#no shutdown
S2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up
S2(config-if)#interface fa0/3
S2(config-if)#switchport mode access
S2(config-if)#no shutdown
S2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up
S2(config-if)#interface fa0/4
S2(config-if)#switchport mode access
S2(config-if)#no shutdown
S2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/4, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to up
S2(config-if)#
S3#config t
Enter configuration commands, one per line. End with CNTL/Z.
S3(config)#interface fa0/2
S3(config-if)#switchport mode access
S3(config-if)#no shutdown
S3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up
S3(config-if)#interface fa0/3
S3(config-if)#switchport mode access
S3(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/3, changed state to up
S3(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up
S3(config-if)#interface fa0/4
S3(config-if)#switchport mode access
S3(config-if)#no shutdown
S3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/4, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to up
S3(config-if)#exit
S3(config)#
Renombramos el trunk en los tres switchs:
Configuramos las direcciones IP de
...