En la Figura 1, se muestra la topología de referencia para configurar y verificar una implementación de VTP. El switch S1 será el servidor VTP mientras que el S2 y el S3 serán los clientes.
Figura 1: Topología de la configuración del VTP
Paso 1: Configurar el servidor VTP
Confirme que todos los switches están configurados con las configuraciones predeterminadas para evitar cualquier problema con los números de revisión de configuración. Configure el S1 como servidor VTP con comandos de configuración global vtp mode server, como se muestra en el Ejemplo 1.
Ejemplo 1: Configuración del modo del VTP
S1# conf t
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)# vtp mode ?
client Set the device to client mode.
off Set the device to off mode.
server Set the device to server mode.
transparent Set the device to transparent mode.
S1(config)# vtp mode server
Setting device to VTP Server mode for VLANS.
S1(config)# end
S1#
|
Escriba el comando show vtp status para confirmar que el S1 es el servidor VTP, como se muestra en el Ejemplo 2.
Ejemplo 2: Verificar que S1 es el servidor VTP
S1# show vtp status
VTP Version capable : 1 to 3
VTP version running : 1
VTP Domain Name :
VTP Pruning Mode : Disabled
VTP Traps Generation : Disabled
Device ID : f078.167c.9900
Configuration last modified by 0.0.0.0 at 3-1-93 00:02:11
Local updater ID is 0.0.0.0 (no valid interface found)
Feature VLAN:
--------------
VTP Operating Mode : Server
Maximum VLANs supported locally : 255
Number of existing VLANs : 5
Configuration Revision : 0
MD5 digest : 0x57 0xCD 0x40 0x65 0x63 0x59 0x47 0xBD
0x56 0x9D 0x4A 0x3E 0xA5 0x69 0x35 0xBC
S1#
|
Observe que el número de revisión de configuración todavía está configurado en 0 y la cantidad de VLAN existentes es 5. Esto sucede porque no se configuró ninguna VLAN todavía y el switch no pertenece a un dominio VTP. Las 5 VLAN son la VLAN 1 predeterminada y las VLAN 1002-1005.
Blogs relacionados
Si te gusto este articulo comenta y comparte sigue en tu pagina Redes Five.
visitanos en nuestra pagina sobre sistemas operativos y mas Sistemastube.