Chapter 3) Implementing Data Center Overlay Protocols Flashcards
Describe the function of MAC routing in regards to OTV.
MAC routing is the process of using a control plane protocol is used to exchange MAC reachability information between network devices.
Describe the function of an ED in regards to OTV
An edge device (ED) connects a regular LAN to the WAN/MAN core and is
responsible for performing all the OTV functions. L2 traffic destined for a remote network is encapsulated into an L3 packet before being sent across the OTV transport infrastructure.
Describe the function of an OTV join interface.
The join interface is the outside-facing interface on an OTV edge device (ED). This interface is used to discover other EDs and form adjacencies. Join interfaces are also responsible for receiving regular traffic and MAC reachability information.
Describe the function of an OTV overlay interface.
OTV overlay interfaces are purely logical multicast-capable interface. This interface is responsible for encapsulating regular L2 into IP packet headers.
What is the purpose of the OTV control plane?
The OTV control plane is built between OTV edge devices and is used to advertise MAC reachability information rather than relying on conventional data plane learning.
What are the 2 types of ways that devices can form OTV adjacencies?
Edge devices can be made adjacent in two ways, depending on the nature of the transport network interconnecting the various sites:
- Using a specific multicast group to exchange the control protocol messages between the OTV edge devices (Multicast).
- Or by configuring an ED as an adjacency server, which all other EDs in the overlay will register with (Unicast Only).
What routing protocol is used to implement the OTV control plane?
The OTV control plan is formed using IS-IS. There is not dependency on any other routing protocols such as OSPF, RIP, BGP, etc…
How does data get sent to multiple recipients when using an adjacency server in an OTV overlay?
Since the adjacency server mode only supports unicast, regular broadcast and multicast messages cannot be forwarded onto the overlay. When a multicast or broadcast message is sent to the overlay, multiple copies of the same message are created and individually unicasted to each recipient.
What bit is set for all control and data plane packets passing over the OTV overlay?
All OTV control and data plane packets originate from an OTV edge device with the Don’t
Fragment (DF) bit set. In a Layer 2 domain, the assumption is that all intermediate LAN segments support at least the configured interface MTU size of the host.
How are ASM and SSM multicast groups used in the OTV overlay?
Any source multicast (ASM) groups are used to transport the OTV control protocol between sites, whereas the source specific multicast (SSM) are used to carry Layer 2 multicast streams.
What is the purpose of failure isolation in regards to OTV overlays?
To limit the amount of broadcast traffic that is delivered to sites across the overlay.
What 4 main functions are used in OTV to provide failure isolation?
OTV achieves this goal by providing four main functions:
1) Spanning Tree Protocol (STP) isolation
2) Unknown unicast traffic suppression
3) ARP optimization
4) Broadcast policy control.
What 4 main functions are used in OTV to provide failure isolation?
OTV achieves this goal by providing four main functions:
1) Spanning Tree Protocol (STP) isolation
2) Unknown unicast traffic suppression
3) ARP optimization
4) Broadcast policy control.
What is the purpose of STP Isolation in regards to OTV overlays?
STP Isolation is used to prevent BDPUs from crossing over the overlay. EDs do not forward BDPUs, and as such, each site has its own individual spanning tree configuration that is independent from other sites in the OTV overlay.
What is the pur