Este documento describe cómo configurar los switches Nexus de Cisco serie 7000 para que se puedan utilizar con el router de servicios agregados (ASR) de Cisco para implementar tecnologías de interconexión de Data Center de capa 2 (L2) de Overlay Transport Virtualization (OTV).
Cisco recomienda que conozca las configuraciones de OTV tanto para las plataformas Nexus como ASR.
La información que contiene este documento se basa en estas versiones de software y hardware.
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Utilice la información de esta sección para configurar el switch Nexus serie 7000.
El ejemplo que se proporciona en este documento utiliza esta topología:
Esta sección proporciona las configuraciones para los dispositivos Nexus y ASR.
N7K-1-OTV# show run otv
!Command: show running-config otv
!Time: Tue Dec 14 21:12:57 2010
version 6.2(12)
feature otv
otv site-vlan 3000
interface Overlay1
otv join-interface Ethernet1/18
otv extend-vlan 2001
otv adjacency-server unicast-only
no shutdown
otv-isis default
otv site-identifier 0x2
N7K-1-OTV#
N7K-2-OTV# show run otv
!Command: show running-config otv
!Time: Tue Dec 14 21:22:20 2010
version 6.2(12)
feature otv
otv site-vlan 3001
interface Overlay1
otv join-interface Ethernet1/40
otv extend-vlan 2001
otv use-adjacency-server 10.1.1.2 unicast-only
otv adjacency-server unicast-only
no shutdown
otv-isis default
otv site-identifier 0x3
N7K-2-OTV#
ASR-OTV#show run
hostname ASR-OTV
!
otv site bridge-domain 1
!
otv site-identifier 0000.0000.0001
multilink bundle-name authenticated
!
interface Overlay1
no ip address
otv join-interface GigabitEthernet0/0/5
otv use-adjacency-server 10.1.1.2 unicast-only
otv adjacency-server unicast-only
service instance 2001 ethernet
encapsulation dot1q 2001
bridge-domain 2001
!
!
interface GigabitEthernet0/0/5
description ****OTV Join interface****
mtu 9216
ip address 10.1.1.1 255.255.255.0
shutdown
negotiation auto
cdp enable
!
interface GigabitEthernet0/0/6
no ip address
negotiation auto
service instance 1 ethernet
encapsulation untagged
bridge-domain 1
!
service instance 2001 ethernet
encapsulation dot1q 2001
bridge-domain 2001
!
ASR-OTV#
Con las configuraciones anteriores implementadas, la adyacencia OTV debería aparecer en todos los dispositivos; sin embargo, puede observar que las direcciones de OTV/Control de acceso a medios (MAC) se intercambian solamente entre el Sitio 2 (N7K1) y el Sitio 3 (N7K2). En las secciones siguientes se proporcionan ejemplos.
N7K-1-OTV# show otv adjacency
Overlay Adjacency database
Overlay-Interface Overlay1 :
Hostname System-ID Dest Addr Up Time State
N7K-2-OTV 002a.6ae7.d442 10.1.1.3 1w4d UP
ASR-OTV 88f0.774a.2800 10.1.1.1 00:00:22 UP
N7K-2-OTV# show otv adjacency
Overlay Adjacency database
Overlay-Interface Overlay1 :
Hostname System-ID Dest Addr Up Time State
N7K-1-OTV 002a.6ae7.d441 10.1.1.2 1w4d UP
ASR-OTV 88f0.774a.2800 10.1.1.1 00:00:20 UP
ASR-OTV#show otv adjacency
Overlay Adjacency Database for overlay 1
Hostname System-ID Dest Addr Site-ID Up Time State
N7K-2-OTV 002a.6ae7.d442 10.1.1.3 0000.0000.0003 00:00:13 UP
N7K-1-OTV 002a.6ae7.d441 10.1.1.2 0000.0000.0002 00:00:19 UP
En la situación que se describe en las secciones anteriores (aunque incluya sólo un switch Nexus), comienza a observar las pistas y los mensajes de error Vlan Range no válidos en el ASR:
*Apr 2 17:21:33.056: %CLNS-3-VLANRANGEERR: (Overlay1): invalid vlan range received,
begin 131137536, end 131137536, step 1
-Traceback= 1#4b5dcf00e7618154330c28bbb7d4cf9c :7F681D4E7000+BD95181
:7F681D4E7000+BD95C59 :7F681D4E7000+BD94D0D :7F681D4E7000+8703A8A
:7F681D4E7000+86CB1B9 :7F681D4E7000+8705E11 :7F681D4E7000+87052C8
:7F681D4E7000+86F7EDF :7F681D4E7000+86F79DA :7F681D4E7000+86F794B
:7F681D4E7000+86DC3FF :7F681D4E7000+86FF620
Las adyacencias permanecen activas, pero no se intercambian rutas y los hosts no pueden hacer ping entre sí a través del OTV. Esto ocurre para todos los hosts entre el Sitio 1 y el Sitio 2, así como para el Sitio 1 y el Sitio 3.
El Id. de error de Cisco CSCuo44890 introdujo un nuevo comando CLI (interop-enable) en las versiones 6.2(12) y posteriores del switch Nexus serie 7000, que es necesario configurar para garantizar que las rutas se intercambian entre los sitios.
Complete estos pasos para resolver el problema de interoperabilidad:
Aquí tiene un ejemplo:
N7K-1-OTV(config)# interface Overlay 1
N7K-1-OTV(config-if-overlay)# shut
N7K-2-OTV(config)# interface Overlay 1
N7K-2-OTV(config-if-overlay)# shut
N7K-1-OTV(config-if-overlay)# otv-isis default
N7K-1-OTV(config-router)# interop-enable
N7K-1-OTV(config-router)# end
N7K-2-OTV(config-if-overlay)# otv-isis default
N7K-2-OTV(config-router)# interop-enable
N7K-2-OTV(config-router)# end
N7K-1-OTV(config)# interface Overlay 1
N7K-1-OTV(config-if-overlay)#no shut
N7K-2-OTV(config)# interface Overlay 1
N7K-2-OTV(config-if-overlay)#no shut
Ahora debería ver los intercambios de rutas, y los hosts deberían estar accesibles a través de OTV.
Revisión | Fecha de publicación | Comentarios |
---|---|---|
1.0 |
17-Apr-2015 |
Versión inicial |