VTP Migration

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 10

Todo el dominio VTP transparente al ejemplo de configuracin de

la migracin de dominio VTP del Servidor-cliente


Contenido
Introduccin
Prerrequisitos
Requisitos
Componentes Utilizados
Convenciones
Antecedentes
Configurar
Diagrama de la red
Configuraciones
Agregue un Switch al dominio VTP
Verificacin
Troubleshooting
Informacin Relacionada
Introduccin
Este documento proporciona una configuracin de ejemplo que explica cmo migrar una red de oficinas centrales con todos los switches en modo
transparente VTP (VLAN Trunking Protocol) a una red con servidores y clientes VTP. Este documento tambin se puede utilizar para
reestructurar los dominios VTP que existen.
Prerrequisitos
Requisitos
Asegrese de cumplir estos requisitos antes de intentar esta configuracin:
Conocimientos bsicos de la administracin del switch de Catalyst
Conocimiento del VTP
Componentes Utilizados
La informacin en este documento se basa en la versin 8.1(2) del Software Release 12.2(25)SEC2, y del Catalyst OS (CatOS) de Cisco IOS.
La informacin en este documento es aplicable a todos los dispositivos de Cisco que soporten la versin 2 del VLAN Trunk Protocol.
La informacin que contiene este documento se cre a partir de los dispositivos en un ambiente de laboratorio especfico. Si la red est
funcionando, asegrese de haber comprendido el impacto que puede tener cualquier comando.
Convenciones
Consulte Convenciones de Consejos TcnicosCisco para obtener ms informacin sobre las convenciones del documento.
Antecedentes
El VTP reduce la administracin en una red de switch. Al configurar una VLAN nueva en un servidor VTP, se distribuye la VLAN a travs de
todos los switches del dominio. Esto reduce la necesidad de configurar la misma VLAN en todas partes. El VTP es un protocolo de propietario de
Cisco que est disponible en la mayor parte de los productos de la serie del Cisco Catalyst.
Nota: Este documento no cubre la versin de VTP 3 de la versin de VTP 3. diferencia de la versin de VTP 1 (v1) y versin 2 (v2). Est
solamente disponible en CatOS 8.1(1) o ms adelante. La versin de VTP 3 incorpora muchos cambios del v1 y del v2 VTP. Asegrese que usted
entienda las diferencias entre la versin de VTP 3 y las versiones anteriores antes de que usted altere su configuracin de red. Refiera a una de
estas secciones de configurar el VTP para ms informacin:
Introduccin al Funcionamiento de la Versin 3 de VTP
Interaccin con la versin de VTP 1 y la versin de VTP 2
Configurar
En esta seccin, le presentan con la informacin para emigrar su red de oficinas centrales de toda la configuracin transparente VTP a la
configuracin del cliente del servidor VTP. Esta seccin tambin proporciona los pasos rpidos usados para introducir un nuevo cambio al
dominio VTP que existe.
Nota: Use la herramienta Command Lookup Tool (clientes registrados solamente) para encontrar ms informacin sobre los comandos usados en
este documento.
Diagrama de la red
En este documento, se utiliza esta configuracin de red:
La red incluye:
Dos Switches de la capa de distribucin DistributionA y DistributionB esos ambos funcionan con el Cisco IOS Software.
Dos switches de capa de acceso AccessA funciona con software CatOS de los funcionamientos del Cisco IOS Software y de AccessB.
Las bases de datos de VLAN iniciales tienen estas redes Ethernet VLAN:
DistributionA VLA N 1, 10, y 11
DistributionB VLA N 1, 20, y 21
AccessA VLA N 1, 30, y 31
AccessB VLA N 1, 40, y 41
Configuraciones
Esta seccin consiste en tres subdivisiones:
Pre controles de la migracin
Hojas de operacin (planning) de la migracin
Procedimiento de migracin
Pre controles de la migracin
Esta seccin proporciona la lista de verificacin para aseegurar la red est lista para el proceso de migracin. Para recibir el estado actual de la
configuracin VTP en el Switch, publique el comando show vtp status para el Cisco IOS, y el comando show vtp domain para CatOS.
IOS de Cisco
DistributionA#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 1005
Number of existing VLANs : 7
VTP Operating Mode : Transparent
VTP Domain Name : migration
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xE5 0x9F 0x80 0x70 0x73 0x62 0xC0 0x54
Configuration last modified by 0.0.0.0 at 3-1-93 04:23:21
DistributionA#
Catalyst OS
AccessB> (enable) show vtp domain
Version : running VTP1 (VTP3 capable)
Domain Name : migration Password : not configured
Notifications: disabled Updater ID: 0.0.0.0
Feature Mode Revision
-------------- -------------- -----------
VLAN Client 0
Pruning : disabled
VLANs prune eligible: 2-1000
AccessB> (enable)
Marque si todo el Switches est en el modo transparente VTP. Publique estos comandos para cambiar al modo VTP: 1.
IOS de Cisco
AccessA#conf t
AccessA(config)#vtp mode transparent
Setting device to VTP TRANSPARENT mode
AccessA(config)#exit
AccessA#
Catalyst OS
AccessB> (enable) set vtp mode transparent
Changing VTP mode for all features
VTP domain migration modified
AccessB> (enable)
Marque si todo el Switches tiene el mismo Domain Name VTP. Publique estos comandos para cambiar el Domain Name VTP: 2.
IOS de Cisco
DistributionB(config)#vtp domain migration
Changing VTP domain name from aaaa to migration
DistributionB(config)#
Catalyst OS
AccessB> (enable) set vtp domain migration
VTP domain migration modified
AccessB> (enable)
Marque si todo el Switches funciona con la misma versin de VTP. Publique estos comandos para cambiar la versin de VTP: 3.
IOS de Cisco
vtp version 2
Catalyst OS
set vtp v2 enable
o
set vtp version 2
Marque si todo el Switches funciona con la misma Contrasea VTP (si ninguno configurado). Publique estos comandos para cambiar la
Contrasea VTP:
4.
IOS de Cisco
vtp password vtp_password
Catalyst OS
AccessB> (enable) set vtp passwd ?
<passwd> Password (0 to clear)
AccessB> (enable) set vtp passwd vtp_password
Generating the secret associated to the password.
VTP domain migration modified
Marque si todo el Switches es conectado por los links de troncal. 5.
IOS de Cisco
DistributionA#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Gi2/0/1 auto n-isl trunking 1
Gi2/0/5 auto n-802.1q trunking 1
Gi2/0/9 desirable n-isl trunking 1
Gi2/0/10 desirable n-isl trunking 1
Port Vlans allowed on trunk
Gi2/0/1 1-4094
Gi2/0/5 1-4094
Gi2/0/9 1-4094
Gi2/0/10 1-4094
Port Vlans allowed and active in management domain
Gi2/0/1 1,10-11
Gi2/0/5 1,10-11
Gi2/0/9 1,10-11
Gi2/0/10 1,10-11
Port Vlans in spanning tree forwarding state and not pruned
Gi2/0/1 1,10-11
Gi2/0/5 1,10-11
Gi2/0/9 1,10-11
!--- Rest of output elided.
Catalyst OS
AccessB> (enable) show trunk
* - indicates vtp domain mismatch
# - indicates dot1q-all-tagged enabled on the port
Port Mode Encapsulation Status Native vlan
-------- ----------- ------------- ------------ -----------
3/25 desirable n-isl trunking 1
3/26 desirable n-isl trunking 1
6/1 nonegotiate dot1q trunking 1
6/2 nonegotiate dot1q trunking 1
6/3 nonegotiate dot1q trunking 1
6/4 nonegotiate dot1q trunking 1
16/1 nonegotiate isl trunking 1
Port Vlans allowed on trunk
-------- ---------------------------------------------------------------------
3/25 1-1005,1025-4094
3/26 1-1005,1025-4094
6/1
6/2
6/3
6/4
16/1 1-1005,1025-4094
Port Vlans allowed and active in management domain
!--- Rest of output elided.
Hojas de operacin (planning) de la migracin
Determine el nmero de VLA N requeridos para la red. El nmero mximo de VLAN activos soportados por los switches de Catalyst vara
con los modelos.
AccessA#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 250
Number of existing VLANs : 7
VTP Operating Mode : Transparent
VTP Domain Name : migration
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xC8 0xB7 0x36 0xC3 0xBD 0xC6 0x56 0xB2
Configuration last modified by 0.0.0.0 at 3-1-93 04:23:21
AccessA#
Determine el Switches, tal como DistributionA y DistributionB, que sern los servidores VTP. Uno o ms Switches puede ser servidores
VTP en un dominio. Elija un Switch, tal como DistributionA, para comenzar la migracin.
Procedimiento de migracin
Complete estos pasos para configurar la red de oficinas centrales con el servidor modo VTP y el cliente:
Cambie al modo VTP del DistributionA al servidor. 1.
DistributionA#conf t
Enter configuration commands, one per line. End with CNTL/Z.
DistributionA(config)#vtp mode server
Setting device to VTP SERVER mode
DistributionA(config)#exit
DistributionA#
Cree los VLA N que se requieren en el dominio. 2.
!--- Before creating VLANs
DistributionA#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi2/0/2, Gi2/0/3, Gi2/0/4
Gi2/0/6, Gi2/0/7, Gi2/0/8
Gi2/0/11, Gi2/0/12, Gi2/0/13
Gi2/0/14, Gi2/0/15, Gi2/0/16
Gi2/0/17, Gi2/0/18, Gi2/0/19
Gi2/0/20, Gi2/0/21, Gi2/0/22
10 VLAN0010 active Gi2/0/23
11 VLAN0011 active Gi2/0/24
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
10 enet 100010 1500 - - - - - 0 0
11 enet 100011 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - srb 0 0
!--- Rest of output elided.
!--- Creating required VLANs
DistributionA#conf t
Enter configuration commands, one per line. End with CNTL/Z.
DistributionA(config)#vlan 20-21,30-31,40-41
DistributionA(config-vlan)#exit
DistributionA(config)#exit
DistributionA#
!--- After creating VLANs
DistributionA#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi2/0/2, Gi2/0/3, Gi2/0/4
Gi2/0/6, Gi2/0/7, Gi2/0/8
Gi2/0/11, Gi2/0/12, Gi2/0/13
Gi2/0/14, Gi2/0/15, Gi2/0/16
Gi2/0/17, Gi2/0/18, Gi2/0/19
Gi2/0/20, Gi2/0/21, Gi2/0/22
10 VLAN0010 active Gi2/0/23
11 VLAN0011 active Gi2/0/24
20 VLAN0020 active
21 VLAN0021 active
30 VLAN0030 active
31 VLAN0031 active
40 VLAN0040 active
41 VLAN0041 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
!--- Rest of output elided.
Si no hay nuevos VLA N ser configurado, cree un VLA N simulado.
Esto aumenta la revisin de la configuracin al '1', que permite a las bases de datos de VLAN para propagar en la red.
DistributionA#conf t
Enter configuration commands, one per line. End with CNTL/Z.
DistributionA(config)#vlan 100
DistributionA(config-vlan)#name dummy
DistributionA(config-vlan)#exit
DistributionA(config)#exit
DistributionA#
Cambie al modo VTP de DistributionB al cliente, seguido por AccessA y AccessB. 3.
IOS de Cisco
DistributionB#conf t
Enter configuration commands, one per line. End with CNTL/Z.
DistributionB(config)#vtp mode client
Setting device to VTP CLIENT mode.
DistributionB(config)#exit
DistributionB#
DistributionB#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 1005
Number of existing VLANs : 13
VTP Operating Mode : Client
VTP Domain Name : migration
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xBD 0xA4 0x94 0xE6 0xE3 0xC7 0xA7 0x86
Configuration last modified by 0.0.0.0 at 3-1-93 04:23:21
Catalyst OS
AccessB> (enable) set vtp mode client
Changing VTP mode for all features
VTP domain migration modified
Verifique si todos los VLA N se propagan a travs del dominio. 4.
IOS de Cisco
DistributionB#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa1/0/1, Fa1/0/3, Fa1/0/4
Fa1/0/5, Fa1/0/7, Fa1/0/8
Fa1/0/11, Fa1/0/12, Fa1/0/13
Fa1/0/14, Fa1/0/15, Fa1/0/16
Fa1/0/17, Fa1/0/18, Fa1/0/19
Fa1/0/20, Fa1/0/21, Fa1/0/22
Fa1/0/23, Fa1/0/24
10 VLAN0010 active
11 VLAN0011 active
20 VLAN0020 active Gi1/0/1
21 VLAN0021 active Gi1/0/2
30 VLAN0030 active
31 VLAN0031 active
40 VLAN0040 active
41 VLAN0041 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
!--- Rest of output elided.
Catalyst OS
AccessB> (enable) show vlan
VLAN Name Status IfIndex Mod/Ports, Vlans
---- -------------------------------- --------- ------- ------------------------
1 default active 64 2/1-2
3/1-24,3/27-46
4/1-8
10 VLAN0010 active 107
11 VLAN0011 active 108
20 VLAN0020 active 105
21 VLAN0021 active 106
30 VLAN0030 active 109
31 VLAN0031 active 110
40 VLAN0040 active 111 3/47
41 VLAN0041 active 112 3/48
1002 fddi-default active 65
1003 token-ring-default active 68
1004 fddinet-default active 66
1005 trnet-default active 67
VLAN Type SAID MTU Parent RingNo BrdgNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ ------ ---- -------- ------ ------
1002 fddi 101002 1500 - - - - - 0 0
1003 trcrf 101003 1500 - - - - - 0 0
!--- Rest of output elided.
Marque si cualquier switchport est en el estado inactivo. 5.
Un switchport puede ir al estado inactivo si el VLA N configurado para ese switchport no existe en el Switch. Cree los VLA N apropiados,
como sea necesario, en el Switch del servidor VTP.
IOS de Cisco
De la salida de las interfaces comando switchport de la demostracin, usted puede determinar si un switchport es en el modo inactivo si
tiene la palabra clave inactiva para el atributo del VLA N del modo de acceso.
DistributionB#show interfaces switchport
Name: Fa1/0/1
Switchport: Enabled
Administrative Mode: dynamic auto
Operational Mode: down
Administrative Trunking Encapsulation: negotiate
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
!--- Part of output elided.
Name: Fa1/0/24
Switchport: Enabled
Administrative Mode: dynamic auto
Operational Mode: down
Administrative Trunking Encapsulation: negotiate
Negotiation of Trunking: On
Access Mode VLAN: 50 (Inactive)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
Protected: false
Unknown unicast blocked: disabled
!--- Rest of output elided.
Cree el VLA N 50 en el Switch del servidor VTP (DistributionA).
DistributionA#conf t
Enter configuration commands, one per line. End with CNTL/Z.
DistributionA(config)#vlan 50
DistributionA(config-vlan)#name Vlan50
DistributionA(config-vlan)#end
DistributionA#
!--- Verify the switchport status in the DistributionB switch.
DistributionB#show interfaces fa1/0/24 switchport
Name: Fa1/0/24
Switchport: Enabled
Administrative Mode: dynamic auto
Operational Mode: down
Administrative Trunking Encapsulation: negotiate
Negotiation of Trunking: On
Access Mode VLAN: 50 (Vlan50)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
!--- Rest of output elided.
Cambie al modo VTP del Switch de DistributionB al servidor. 6.
Los switches del servidor VTP deben tener el nmero de revisin de la misma configuracin, y deben ser los ms altos del dominio VTP.
Agregue un Switch al dominio VTP
Un Switch recientemente agregado puede causar los problemas en la red. Puede ser un Switch que fue utilizado previamente en el laboratorio, y
un buen Domain Name VTP fue ingresado. El Switch fue configurado como vtp client y conectado con el resto de la red. Entonces, usted trajo el
link de troncal hasta el resto de la red. En apenas algunos segundos, la red completa puede ir abajo.
Si el nmero de revisin de la configuracin del Switch que usted insert es ms alto que el nmero de revisin de la configuracin del dominio
VTP, propaga sus bases de datos de VLAN a travs del dominio VTP.
Esto ocurre si el Switch es un vtp client o servidor VTP. Un vtp client puede borrar la informacin de VLAN en un servidor VTP. Usted puede
decir esto ha ocurrido cuando muchos de los puertos en su red entran el estado inactivo pero contina asignando a un VLA N inexistente.
Nota: Refiera a la animacin Flash: VTP para una demostracin de este problema.
Complete estos pasos para evitar este problema cuando usted agrega un Switch a la red:
Antes de que usted conecte el nuevo Switch con la red, cambie al modo VTP del Switch a transparente. 1.
Esto reajusta el nmero de revisin de la configuracin a cero ('0').
Conecte el Switch con la red y configure los links de troncal apropiados. 2.
Configure los atributos VTP: 3.
Configure el Domain Name VTP para hacer juego el Domain Name VTP de la red. a.
Configure la versin de VTP y la contrasea (si ninguno requerido). b.
Cambie al modo VTP al cliente. 4.
El nmero de revisin de la configuracin es todava cero ('0'). Los VLA N comienzan a propagar del servidor VTP que existe en la red.
Verifique si todos los VLA N requeridos estn disponibles en el nuevo Switch y en los servidores VTP de la red. 5.
Si cualquier VLA N falta, un mtodo alternativo rpido es agregarlo a partir del uno de los servidores VTP. 6.
Refirase a cmo un switch insertado puede causar recientemente los problemas de red para ms informacin.
Verificacin
No hay procedimiento de verificacin separado disponible para esta configuracin. Utilice los pasos de verificacin proporcionados como parte
del ejemplo de configuracin.
La herramienta Output Interpreter Tool (clientes registrados solamente) (OIT) soporta ciertos comandos show. Utilice la OIT para ver un anlisis
del resultado del comando show.
muestre el [Cisco IOS] del estatus del vtp Visualiza el estado actual del dominio VTP.
muestre el [Catalyst OS] del dominio del vtp Visualiza el estado actual del dominio VTP.
demostracin vlan Visualiza la informacin de VLAN.
Troubleshooting
Actualmente, no hay informacin especfica de troubleshooting disponible para esta configuracin.
Refiera al troubleshooting y a las advertencias VTP para la informacin sobre los problemas frecuentes con el VTP.
Informacin Relacionada
Cmo Comprender VLAN Trunk Protocol (VTP)
Ejemplos de Configuracin y Lista de Notas Tcnicas
1992-2014 Cisco Systems Inc. Todos los Derechos Reservados.
Fecha de Generacin del PDF: 31 Julio 2013
http://www.cisco.com/cisco/web/support/LA/102/1027/1027685_vtp-migration.html

También podría gustarte