SlideShare a Scribd company logo
OTV(OVERLAY TRANSPORT VIRTUALIZATION)
DATA CENTER | WWW.NETPROTOCOLXPERT.IN
• OTV(Overlay Transport Virtualization) is a technology that provide layer2
extension capabilities between different data centers.
• In its most simplest form OTV is a new DCI (Data Center Interconnect)
technology that routes MAC-based information by encapsulating traffic in
normal IP packets for transit.
OTV OVERVIEW
• Traditional L2VPN technologies, like EoMPLS and VPLS, rely heavily on
tunnels. Rather than creating stateful tunnels, OTV encapsulates layer2
traffic with an IP header and does not create any fixed tunnels.
• OTV only requires IP connectivity between remote data center sites, which
allows for the transport infrastructures to be layer2 based, layer3 based, or
even label switched. IP connectivity as the base requirement along some
additional connectivity requirements.
• OTV requires no changes to existing data centers to work, but it is
currently only supported on the Nexus 7000 series switches with M1-Series
linecards.
• A big enhancement OTV brings to the DCI realm, is its control plane functionality of
advertising MAC reachability information instead of relying on the traditional data plane
learning of MAC flooding. OTV refers to this concept as MAC routing, aka, MAC-in-IP
routing. The MAC-in-IP routing is done by encapsulating an Ethernet frame in an IP packet
before forwarded across the transport IP network. The action of encapsulating the traffic
between the OTV devices, creates what is called an overlay between the data center sites.
Think of an overlay as a logical multipoint bridged network between the sites.
• OTV is deployed on devices at the edge of the data center sites, called OTV Edge Devices.
These Edge Devices perform typical layer-2 learning and forwarding functions on their site
facing interfaces (the Internal Interfaces) and perform IP-based virtualization functions on
their core facing interface (the Join Interface) for traffic that is destined via the logical
bridge interface between DC sites (the Overlay Interface).
• Each Edge Device must have an IP address which is significant in the core/provider network
for reachability, but is not required to have any IGP relationship with the core. This allows
OTV to be inserted into any type of network in a much simpler fashion.
OTV TERMINOLOGY
OTV Edge Device
• Is a device (Nexus 7000 or Nexus 7000 VDC) that sits at the edge of a data center,
performing all the OTV functions, with the purpose to connect to other data centers.
• The OTV edge device is connected to the layer2 DC domain as well as the IP transport
network.
• With NX-OS 5.1 a maximum of two OTV edge devices can be deployed on a site to allow
for redundancy.
Internal Interfaces
• Are the layer2 interfaces on the OTV Edge Device configured as a trunk or an access
port.
• Internal interfaces take part in the STP domain and learns MAC addresses as per
normal.
Join Interface
• Is a layer3 interface on the OTV Edge Device that connects to the IP transport network.
• This interface is used as the source for OTV encapsulated traffic that is sent to remote OTV
Edge Devices.
• With NX-OS 5.1 this must be a physical interface or layer3 port channel. Loopback interfaces
are not supported in the current implementations.
• A single Join interface can be defined and associated with a given OTV overlay.
• Multiple overlays can also share the same Join interface.
Overlay Interface
• Is a logical multi-access and multicast-capable interface where all the OTV configuration are
explicitly defined by a user.
• The overlay interface acts as a logical bridge interface between DC sites to show which layer2
frames should be dynamically encapsulated by OTV before forwarded out the join interface.
OTV Control-Group
• Is the multicast group used by OTV speaker in an overlay network.
• A unique multicast address is required for each overlay group.
OTV Data-Group
• Used to encapsulate any layer2 multicast traffic that is extended across the overlay
• Extended-VLANs
• Are the VLANs that are explicitly allowed to be extended across the overlay between sites.
• If not explicitly allowed, the MAC addresses from a VLAN will not be advertised across the overlay.
Site-VLAN
• Is the VLAN used for communication between local OTV edge devices within a site.
• Is used to facilitate the role election of the AED (Authoritative Edge Devices).
• The Site Vlan must be exist and be active (defined or use default configuration).
OTV OPERATION
• As mentioned already OTV relies on the control plane to advertise MAC reachability information. The
underlying routing-protocol used in the control-plane is IS-IS (Intermediate System to Intermediate
System). IS-IS hellos and LSPs are encapsulated in the OTV IP multicast header. The OTV IS-IS
packets use a distinct Layer-2 multicast destination address. Therefore, OTV IS-IS packets do not
conflict with IS-IS packets used for other technologies
• The use of IS-IS is obvious to two reasons.
1. Firstly IS-IS does not use IP to carry routing information messages, it uses CLNS. Thus IS-IS is
neutral regarding the type of network addresses for which it can route traffic, making it ideal to
route MAC reachability information.
2. Secondly through the use of TLVs. A TLV (Type, Length, Value) is an encoding format used to add
optional information to data communication protocols like IS-IS. This is how IS-IS could easily be
extended to carry the new information fields
• Do you need to understand IS-IS to understand OTV? Do you need to know how the engine of a car
works in order to drive it? No, but its best to have at least a base understanding how it all fits together.
• Before any MAC reachability information can be exchanged, all OTV Edge Devices
must become “adjacent”.
• This is possible by using the specified OTV Control-Group across the transport
infrastructure to exchange the control protocol messages and advertise the MAC
reachability information.
• Additional documentation indicates that unicast transport support will be possible in
future Cisco software releases (post NX-OS 5.1), by using a concept known as an
“Adjacency Server”.
• For now lets focus on using multicast in the transport infrastructure. All OTV Edge
Devices should be configured to join a specific ASM (Any Source Multicast) group
where they simultaneously play the role of receiver and source. This is a multicast
host functionality.
CONTROL PLANE NEIGHBOUR DISCOVERY
1. Each OTV Edge Device sends an IGMP report to join the specific ASM group used to
carry control protocol exchanges. The Edge Devices join the group as hosts. This is IGMP,
not PIM.
2. OTV Hello packets are generated to all other OTV Edge Devices, to communicate the
local Edge Devices existence and to trigger the establishment of control plane
adjacencies.
3. The OTV Hello packets are sent across the logical overlay to the remote device. This
action implies that the original frames are OTV encapsulated by adding an external IP
header. The source IP address is that of the Join interface, and the destination is the
ASM multicast group as specified for the control traffic.
4. With a multicast enabled transport network, the multicast frames are replicated for each
OTV device that joined the multicast control group.
5. The receiving OTV Edge Devices strips of the encapsulated IP header. Before it is passed
to the control plane for processing.
6. Once the OTV Edge Devices have discovered each other, they are ready to exchange MAC
address reachability information, which follows a very similar process.
CONTROL PLANE MAC ADDRESS ADVERTISEMENT
1. The OTV Edge Device in the West data center site learns new MAC addresses (MAC A, B
and C on VLAN 100) on its internal interface. This is done via traditional data plane
learning.
2. An OTV Update message is created containing information for MAC A, MAC B and MAC C.
The message is OTV encapsulated and sent into the Layer 3 transport. Same as before, the
source IP address is that of the Join interface, and the destination is the ASM multicast
group.
3. With a multicast enabled transport network, the multicast frames are replicated for each
OTV device that joined the multicast control group. The OTV packets are decapsulated and
handed to the OTV control plane.
4. The MAC reachability information are imported into the MAC Address Tables (CAMs) of the
Edge Devices. The interface information to reach MAC-A, MAC-B and MAC-C is the IP
address from the Join Interface on the West OTV Edge Device.
• Once the control plane adjacencies between the OTV Edge Devices are established and MAC
address reachability information have been exchanged, traffic between the sites are possible.
• It is important to note, that traffic within a site will not traverse the overlay, and why should
it? The OTV edge will have the destination MAC pointing towards a local interface.
DATA PLANE TRAFFIC FORWARDING
1. A layer2 frame is destined to a MAC address learned via the overlay, since the next-hop
interface is across the overlay.
2. The original layer2 frame is OTV encapsulated and the DF bit is set. The overlay
encapsulation format is the layer2 frame encapsulated in UDP using GRE with the
destination port 8472 used. The source IP address is that of the Join interface. The
destination IP is not the multicast group, but the IP address of the Join Interface from a
remote OTV edge that advertised the MAC-3.
3. The Unicast frame is carried across the transport infrastructure directly to remote OTV
Edge Device. If it was a broadcast frame it would reach all remote OTV Edge Devices. If it
was a multicast it would only be forwarded to remote OTV Edge Devices that have
subscribing members using a OTV data group address.
4. The remote OTV Edge Device decapsulates the frame exposing the original Layer 2
packet.
5. The remote OTV performs a layer2 lookup on the original Ethernet frame and determines
the exit interface towards the destination.
6. The frame reaches it destination.
OTV HEADER FORMAT
• A 42 byte OTV header is added and the DF (Don’t Fragment) bit is set on ALL OTV packets.
The DF bit is set because the Nexus 7000 does not support fragmentation and reassembly.
The source VLAN ID and the Overlay ID is set, and the 802.1P priority bits from the original
layer2 frame is copied to the OTV header, before the OTV packet is IP encapsulated.
Increasing the MTU size of all transport interfaces are required for OTV. This challenge is
no different from other DCI technologies like VPLS and EoMPLS.

More Related Content

What's hot

Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
teknetir
 
Vpc notes
Vpc notesVpc notes
Vpc notes
Krunal Shah
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
Netwax Lab
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
Cisco Canada
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
Netwax Lab
 
VXLAN and FRRouting
VXLAN and FRRoutingVXLAN and FRRouting
VXLAN and FRRouting
Faisal Reza
 
VXLAN
VXLANVXLAN
VXLAN
SAliyev1
 
Juniper mpls best practice part 2
Juniper mpls best practice   part 2Juniper mpls best practice   part 2
Juniper mpls best practice part 2
Febrian ‎
 
MPLS Concepts and Fundamentals
MPLS Concepts and FundamentalsMPLS Concepts and Fundamentals
MPLS Concepts and Fundamentals
Shawn Zandi
 
VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)
Netwax Lab
 
Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD) Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD)
KHNOG
 
Etherchannel
EtherchannelEtherchannel
Etherchannel
Raj sekar
 
EVPN Introduction
EVPN IntroductionEVPN Introduction
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
sarasanandam
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing ProtocolsDsunte Wilson
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
Netwax Lab
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
3Anetwork com
 
Juniper mpls best practice part 1
Juniper mpls best practice   part 1Juniper mpls best practice   part 1
Juniper mpls best practice part 1
Febrian ‎
 

What's hot (20)

Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
Vpc notes
Vpc notesVpc notes
Vpc notes
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
 
VXLAN and FRRouting
VXLAN and FRRoutingVXLAN and FRRouting
VXLAN and FRRouting
 
VXLAN
VXLANVXLAN
VXLAN
 
Ccna command
Ccna commandCcna command
Ccna command
 
Juniper mpls best practice part 2
Juniper mpls best practice   part 2Juniper mpls best practice   part 2
Juniper mpls best practice part 2
 
MPLS Concepts and Fundamentals
MPLS Concepts and FundamentalsMPLS Concepts and Fundamentals
MPLS Concepts and Fundamentals
 
VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)VRRP (virtual router redundancy protocol)
VRRP (virtual router redundancy protocol)
 
Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD) Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD)
 
Etherchannel
EtherchannelEtherchannel
Etherchannel
 
VTP
VTPVTP
VTP
 
EVPN Introduction
EVPN IntroductionEVPN Introduction
EVPN Introduction
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
Juniper mpls best practice part 1
Juniper mpls best practice   part 1Juniper mpls best practice   part 1
Juniper mpls best practice part 1
 

Viewers also liked

OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
NetProtocol Xpert
 
OTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOMEOTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOME
networkershome
 
Eigrp is restricted to stub connections
Eigrp is restricted to stub connections Eigrp is restricted to stub connections
Eigrp is restricted to stub connections
NetProtocol Xpert
 
Virtualization and Open Virtualization Format (OVF)
Virtualization and Open Virtualization Format (OVF)Virtualization and Open Virtualization Format (OVF)
Virtualization and Open Virtualization Format (OVF)rajsandhu1989
 
L3 and Multicasting PPT by NETWORKERS HOME
L3 and Multicasting PPT by NETWORKERS HOMEL3 and Multicasting PPT by NETWORKERS HOME
L3 and Multicasting PPT by NETWORKERS HOME
networkershome
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
NetProtocol Xpert
 
VDC by NETWORKERS HOME
VDC by NETWORKERS HOMEVDC by NETWORKERS HOME
VDC by NETWORKERS HOME
networkershome
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
NetProtocol Xpert
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
NetProtocol Xpert
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
NetProtocol Xpert
 
Open Virtualization Format - Detailed
Open Virtualization Format - DetailedOpen Virtualization Format - Detailed
Open Virtualization Format - Detailed
Mahesh. Rudrachar
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
NetProtocol Xpert
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
NetProtocol Xpert
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
NetProtocol Xpert
 

Viewers also liked (15)

OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
 
OTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOMEOTV PPT by NETWORKERS HOME
OTV PPT by NETWORKERS HOME
 
Eigrp is restricted to stub connections
Eigrp is restricted to stub connections Eigrp is restricted to stub connections
Eigrp is restricted to stub connections
 
Virtualization and Open Virtualization Format (OVF)
Virtualization and Open Virtualization Format (OVF)Virtualization and Open Virtualization Format (OVF)
Virtualization and Open Virtualization Format (OVF)
 
L3 and Multicasting PPT by NETWORKERS HOME
L3 and Multicasting PPT by NETWORKERS HOMEL3 and Multicasting PPT by NETWORKERS HOME
L3 and Multicasting PPT by NETWORKERS HOME
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
 
VDC by NETWORKERS HOME
VDC by NETWORKERS HOMEVDC by NETWORKERS HOME
VDC by NETWORKERS HOME
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
 
Open Virtualization Format - Detailed
Open Virtualization Format - DetailedOpen Virtualization Format - Detailed
Open Virtualization Format - Detailed
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
 
Open ID Explained
Open ID ExplainedOpen ID Explained
Open ID Explained
 

Similar to OTV(Overlay Transport Virtualization)

CisCon 2018 - Overlay Management Protocol e IPsec
CisCon 2018 - Overlay Management Protocol e IPsecCisCon 2018 - Overlay Management Protocol e IPsec
CisCon 2018 - Overlay Management Protocol e IPsec
AreaNetworking.it
 
Otv notes
Otv notesOtv notes
Otv notes
Krunal Shah
 
Can Protocol For Automobiles
Can Protocol For AutomobilesCan Protocol For Automobiles
Can Protocol For Automobiles
Sofcon India Pvt Ltd.
 
PLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof MazepaPLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PROIDEA
 
wifi-technology
 wifi-technology wifi-technology
wifi-technologytardeep
 
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
VET4SBO Level 3   module 1 - unit 2 - 0.009 enVET4SBO Level 3   module 1 - unit 2 - 0.009 en
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
Karel Van Isacker
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
Chaing Ravuth
 
Internet
InternetInternet
Internet
Suneel Dogra
 
IFD30104 Chapter 1
IFD30104 Chapter 1IFD30104 Chapter 1
IFD30104 Chapter 1
MdmArfah Baharudin
 
Eidws 108 networks
Eidws 108 networksEidws 108 networks
Eidws 108 networksIT2Alcorn
 
IT8602 Mobile Communication - Unit V
IT8602 Mobile Communication - Unit V IT8602 Mobile Communication - Unit V
IT8602 Mobile Communication - Unit V
pkaviya
 
Multimedia network services and protocols for multimedia communications
Multimedia network services and protocols for multimedia communicationsMultimedia network services and protocols for multimedia communications
Multimedia network services and protocols for multimedia communications
Mazin Alwaaly
 
Openstack Neutron Insights
Openstack Neutron InsightsOpenstack Neutron Insights
Openstack Neutron Insights
Atul Pandey
 
ENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptxENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptx
ManuelRojas960410
 
Adhoc mobile wireless network enhancement based on cisco devices
Adhoc mobile wireless network enhancement based on cisco devicesAdhoc mobile wireless network enhancement based on cisco devices
Adhoc mobile wireless network enhancement based on cisco devices
IJCNCJournal
 

Similar to OTV(Overlay Transport Virtualization) (20)

CisCon 2018 - Overlay Management Protocol e IPsec
CisCon 2018 - Overlay Management Protocol e IPsecCisCon 2018 - Overlay Management Protocol e IPsec
CisCon 2018 - Overlay Management Protocol e IPsec
 
Otv notes
Otv notesOtv notes
Otv notes
 
Can Protocol For Automobiles
Can Protocol For AutomobilesCan Protocol For Automobiles
Can Protocol For Automobiles
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
PLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof MazepaPLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
 
Project-Report
Project-ReportProject-Report
Project-Report
 
wifi-technology
 wifi-technology wifi-technology
wifi-technology
 
MPLS ppt
MPLS pptMPLS ppt
MPLS ppt
 
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
VET4SBO Level 3   module 1 - unit 2 - 0.009 enVET4SBO Level 3   module 1 - unit 2 - 0.009 en
VET4SBO Level 3 module 1 - unit 2 - 0.009 en
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
Internet
InternetInternet
Internet
 
IFD30104 Chapter 1
IFD30104 Chapter 1IFD30104 Chapter 1
IFD30104 Chapter 1
 
Eidws 108 networks
Eidws 108 networksEidws 108 networks
Eidws 108 networks
 
IT8602 Mobile Communication - Unit V
IT8602 Mobile Communication - Unit V IT8602 Mobile Communication - Unit V
IT8602 Mobile Communication - Unit V
 
Multimedia network services and protocols for multimedia communications
Multimedia network services and protocols for multimedia communicationsMultimedia network services and protocols for multimedia communications
Multimedia network services and protocols for multimedia communications
 
Openstack Neutron Insights
Openstack Neutron InsightsOpenstack Neutron Insights
Openstack Neutron Insights
 
Lan wan
Lan wanLan wan
Lan wan
 
ENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptxENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptx
 
Adhoc mobile wireless network enhancement based on cisco devices
Adhoc mobile wireless network enhancement based on cisco devicesAdhoc mobile wireless network enhancement based on cisco devices
Adhoc mobile wireless network enhancement based on cisco devices
 
IJSTEV2I12120
IJSTEV2I12120IJSTEV2I12120
IJSTEV2I12120
 

More from NetProtocol Xpert

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
NetProtocol Xpert
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
NetProtocol Xpert
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
NetProtocol Xpert
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
NetProtocol Xpert
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
NetProtocol Xpert
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
NetProtocol Xpert
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
NetProtocol Xpert
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
NetProtocol Xpert
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
NetProtocol Xpert
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
NetProtocol Xpert
 
Regular expression examples
Regular expression examplesRegular expression examples
Regular expression examples
NetProtocol Xpert
 
Converting ipv4 to ipv6 and vice versa
Converting ipv4 to ipv6 and vice versaConverting ipv4 to ipv6 and vice versa
Converting ipv4 to ipv6 and vice versa
NetProtocol Xpert
 
Password recovery cisco catalyst 3850
Password recovery cisco catalyst 3850Password recovery cisco catalyst 3850
Password recovery cisco catalyst 3850
NetProtocol Xpert
 
Cisco 2960x switch password recovery
Cisco 2960x switch password recoveryCisco 2960x switch password recovery
Cisco 2960x switch password recovery
NetProtocol Xpert
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation Process
NetProtocol Xpert
 
EtherChannel Configuration
EtherChannel ConfigurationEtherChannel Configuration
EtherChannel Configuration
NetProtocol Xpert
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
NetProtocol Xpert
 
OSPF External Route Summarization
OSPF External Route Summarization OSPF External Route Summarization
OSPF External Route Summarization
NetProtocol Xpert
 
OSPF Internal Route Summarization
OSPF Internal Route SummarizationOSPF Internal Route Summarization
OSPF Internal Route Summarization
NetProtocol Xpert
 
Redistribution into OSPF
Redistribution into OSPFRedistribution into OSPF
Redistribution into OSPF
NetProtocol Xpert
 

More from NetProtocol Xpert (20)

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
 
Regular expression examples
Regular expression examplesRegular expression examples
Regular expression examples
 
Converting ipv4 to ipv6 and vice versa
Converting ipv4 to ipv6 and vice versaConverting ipv4 to ipv6 and vice versa
Converting ipv4 to ipv6 and vice versa
 
Password recovery cisco catalyst 3850
Password recovery cisco catalyst 3850Password recovery cisco catalyst 3850
Password recovery cisco catalyst 3850
 
Cisco 2960x switch password recovery
Cisco 2960x switch password recoveryCisco 2960x switch password recovery
Cisco 2960x switch password recovery
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation Process
 
EtherChannel Configuration
EtherChannel ConfigurationEtherChannel Configuration
EtherChannel Configuration
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
 
OSPF External Route Summarization
OSPF External Route Summarization OSPF External Route Summarization
OSPF External Route Summarization
 
OSPF Internal Route Summarization
OSPF Internal Route SummarizationOSPF Internal Route Summarization
OSPF Internal Route Summarization
 
Redistribution into OSPF
Redistribution into OSPFRedistribution into OSPF
Redistribution into OSPF
 

Recently uploaded

ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 

Recently uploaded (20)

ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 

OTV(Overlay Transport Virtualization)

  • 1. OTV(OVERLAY TRANSPORT VIRTUALIZATION) DATA CENTER | WWW.NETPROTOCOLXPERT.IN
  • 2. • OTV(Overlay Transport Virtualization) is a technology that provide layer2 extension capabilities between different data centers. • In its most simplest form OTV is a new DCI (Data Center Interconnect) technology that routes MAC-based information by encapsulating traffic in normal IP packets for transit.
  • 3. OTV OVERVIEW • Traditional L2VPN technologies, like EoMPLS and VPLS, rely heavily on tunnels. Rather than creating stateful tunnels, OTV encapsulates layer2 traffic with an IP header and does not create any fixed tunnels. • OTV only requires IP connectivity between remote data center sites, which allows for the transport infrastructures to be layer2 based, layer3 based, or even label switched. IP connectivity as the base requirement along some additional connectivity requirements. • OTV requires no changes to existing data centers to work, but it is currently only supported on the Nexus 7000 series switches with M1-Series linecards.
  • 4. • A big enhancement OTV brings to the DCI realm, is its control plane functionality of advertising MAC reachability information instead of relying on the traditional data plane learning of MAC flooding. OTV refers to this concept as MAC routing, aka, MAC-in-IP routing. The MAC-in-IP routing is done by encapsulating an Ethernet frame in an IP packet before forwarded across the transport IP network. The action of encapsulating the traffic between the OTV devices, creates what is called an overlay between the data center sites. Think of an overlay as a logical multipoint bridged network between the sites. • OTV is deployed on devices at the edge of the data center sites, called OTV Edge Devices. These Edge Devices perform typical layer-2 learning and forwarding functions on their site facing interfaces (the Internal Interfaces) and perform IP-based virtualization functions on their core facing interface (the Join Interface) for traffic that is destined via the logical bridge interface between DC sites (the Overlay Interface). • Each Edge Device must have an IP address which is significant in the core/provider network for reachability, but is not required to have any IGP relationship with the core. This allows OTV to be inserted into any type of network in a much simpler fashion.
  • 6. OTV Edge Device • Is a device (Nexus 7000 or Nexus 7000 VDC) that sits at the edge of a data center, performing all the OTV functions, with the purpose to connect to other data centers. • The OTV edge device is connected to the layer2 DC domain as well as the IP transport network. • With NX-OS 5.1 a maximum of two OTV edge devices can be deployed on a site to allow for redundancy. Internal Interfaces • Are the layer2 interfaces on the OTV Edge Device configured as a trunk or an access port. • Internal interfaces take part in the STP domain and learns MAC addresses as per normal.
  • 7. Join Interface • Is a layer3 interface on the OTV Edge Device that connects to the IP transport network. • This interface is used as the source for OTV encapsulated traffic that is sent to remote OTV Edge Devices. • With NX-OS 5.1 this must be a physical interface or layer3 port channel. Loopback interfaces are not supported in the current implementations. • A single Join interface can be defined and associated with a given OTV overlay. • Multiple overlays can also share the same Join interface. Overlay Interface • Is a logical multi-access and multicast-capable interface where all the OTV configuration are explicitly defined by a user. • The overlay interface acts as a logical bridge interface between DC sites to show which layer2 frames should be dynamically encapsulated by OTV before forwarded out the join interface.
  • 8. OTV Control-Group • Is the multicast group used by OTV speaker in an overlay network. • A unique multicast address is required for each overlay group. OTV Data-Group • Used to encapsulate any layer2 multicast traffic that is extended across the overlay • Extended-VLANs • Are the VLANs that are explicitly allowed to be extended across the overlay between sites. • If not explicitly allowed, the MAC addresses from a VLAN will not be advertised across the overlay. Site-VLAN • Is the VLAN used for communication between local OTV edge devices within a site. • Is used to facilitate the role election of the AED (Authoritative Edge Devices). • The Site Vlan must be exist and be active (defined or use default configuration).
  • 9. OTV OPERATION • As mentioned already OTV relies on the control plane to advertise MAC reachability information. The underlying routing-protocol used in the control-plane is IS-IS (Intermediate System to Intermediate System). IS-IS hellos and LSPs are encapsulated in the OTV IP multicast header. The OTV IS-IS packets use a distinct Layer-2 multicast destination address. Therefore, OTV IS-IS packets do not conflict with IS-IS packets used for other technologies • The use of IS-IS is obvious to two reasons. 1. Firstly IS-IS does not use IP to carry routing information messages, it uses CLNS. Thus IS-IS is neutral regarding the type of network addresses for which it can route traffic, making it ideal to route MAC reachability information. 2. Secondly through the use of TLVs. A TLV (Type, Length, Value) is an encoding format used to add optional information to data communication protocols like IS-IS. This is how IS-IS could easily be extended to carry the new information fields • Do you need to understand IS-IS to understand OTV? Do you need to know how the engine of a car works in order to drive it? No, but its best to have at least a base understanding how it all fits together.
  • 10. • Before any MAC reachability information can be exchanged, all OTV Edge Devices must become “adjacent”. • This is possible by using the specified OTV Control-Group across the transport infrastructure to exchange the control protocol messages and advertise the MAC reachability information. • Additional documentation indicates that unicast transport support will be possible in future Cisco software releases (post NX-OS 5.1), by using a concept known as an “Adjacency Server”. • For now lets focus on using multicast in the transport infrastructure. All OTV Edge Devices should be configured to join a specific ASM (Any Source Multicast) group where they simultaneously play the role of receiver and source. This is a multicast host functionality.
  • 12. 1. Each OTV Edge Device sends an IGMP report to join the specific ASM group used to carry control protocol exchanges. The Edge Devices join the group as hosts. This is IGMP, not PIM. 2. OTV Hello packets are generated to all other OTV Edge Devices, to communicate the local Edge Devices existence and to trigger the establishment of control plane adjacencies. 3. The OTV Hello packets are sent across the logical overlay to the remote device. This action implies that the original frames are OTV encapsulated by adding an external IP header. The source IP address is that of the Join interface, and the destination is the ASM multicast group as specified for the control traffic. 4. With a multicast enabled transport network, the multicast frames are replicated for each OTV device that joined the multicast control group. 5. The receiving OTV Edge Devices strips of the encapsulated IP header. Before it is passed to the control plane for processing. 6. Once the OTV Edge Devices have discovered each other, they are ready to exchange MAC address reachability information, which follows a very similar process.
  • 13. CONTROL PLANE MAC ADDRESS ADVERTISEMENT
  • 14. 1. The OTV Edge Device in the West data center site learns new MAC addresses (MAC A, B and C on VLAN 100) on its internal interface. This is done via traditional data plane learning. 2. An OTV Update message is created containing information for MAC A, MAC B and MAC C. The message is OTV encapsulated and sent into the Layer 3 transport. Same as before, the source IP address is that of the Join interface, and the destination is the ASM multicast group. 3. With a multicast enabled transport network, the multicast frames are replicated for each OTV device that joined the multicast control group. The OTV packets are decapsulated and handed to the OTV control plane. 4. The MAC reachability information are imported into the MAC Address Tables (CAMs) of the Edge Devices. The interface information to reach MAC-A, MAC-B and MAC-C is the IP address from the Join Interface on the West OTV Edge Device. • Once the control plane adjacencies between the OTV Edge Devices are established and MAC address reachability information have been exchanged, traffic between the sites are possible. • It is important to note, that traffic within a site will not traverse the overlay, and why should it? The OTV edge will have the destination MAC pointing towards a local interface.
  • 15. DATA PLANE TRAFFIC FORWARDING
  • 16. 1. A layer2 frame is destined to a MAC address learned via the overlay, since the next-hop interface is across the overlay. 2. The original layer2 frame is OTV encapsulated and the DF bit is set. The overlay encapsulation format is the layer2 frame encapsulated in UDP using GRE with the destination port 8472 used. The source IP address is that of the Join interface. The destination IP is not the multicast group, but the IP address of the Join Interface from a remote OTV edge that advertised the MAC-3. 3. The Unicast frame is carried across the transport infrastructure directly to remote OTV Edge Device. If it was a broadcast frame it would reach all remote OTV Edge Devices. If it was a multicast it would only be forwarded to remote OTV Edge Devices that have subscribing members using a OTV data group address. 4. The remote OTV Edge Device decapsulates the frame exposing the original Layer 2 packet. 5. The remote OTV performs a layer2 lookup on the original Ethernet frame and determines the exit interface towards the destination. 6. The frame reaches it destination.
  • 18. • A 42 byte OTV header is added and the DF (Don’t Fragment) bit is set on ALL OTV packets. The DF bit is set because the Nexus 7000 does not support fragmentation and reassembly. The source VLAN ID and the Overlay ID is set, and the 802.1P priority bits from the original layer2 frame is copied to the OTV header, before the OTV packet is IP encapsulated. Increasing the MTU size of all transport interfaces are required for OTV. This challenge is no different from other DCI technologies like VPLS and EoMPLS.