Skip to main content

Ccie exam fee A brief look at vxlan technology (4)

Ccie exam fee A brief look at vxlan technology (4)

VXLAN tunnel  


"Tunnel" is a logical concept, it is not new, such as the familiar GRE. To put it bluntly, the original message is "transformed" and "packaged" so that it can be transmitted on a bearer network (such as an IP network). From the perspective of the host, it is as if there is a straight link between the start and end of the original message. Ccie exam fee.And this seemingly straight link is the "tunnel." As the name implies, the "VXLAN tunnel" is used to transmit packets that are encapsulated in VXLAN. It is a virtual channel established between two VTEPs.

The payload message inside VXLAN specified in RFC7348 must be an Ethernet packet, which limits the scope of use of the VXLAN protocol. In order to allow VXLAN to support Overlay transmission of other protocol messages more widely, the RFC draft is exploring VXLAN Generic Protocol Encapsulation (GPE), which is a VXLAN general protocol encapsulation.



The GPE package uses some of the reserved bits specified in the original FRC7348.

• Version (Ver): Indicates the VXLAN GPE protocol version. The initial value is 0.

• Next Protocol Bit (P bit): If the P bit is 1, the Next Protocol field is valid.

• BUM Traffic Bit (B bit): If the B bit is 1, it indicates that the encapsulated packet in the VXLAN is a BUM packet.Ccie exam fee.

• OAM Flag Bit (O bit): If the O bit is 1, the encapsulated packet in the VXLAN is an OAM packet.

• Next Protocol: 8 digits. Indicates the protocol format of the encapsulated packets inside the VXLAN.



BUM (Broadcast, Unknown-unicast, Multicast) is broadcast, unknown unicast, and multicast traffic. According to different ways of copying flood traffic, it can be divided into unicast routing mode (head-end replication) and multicast routing mode (core replication). In the head-end replication mode, the VTEP is responsible for copying the packets. The unicast mode sends the copied packets to the local site through the local interface and sends them to all remote VTEPs in the VXLAN through the VXLAN tunnel. After receiving the VXLAN packet, the remote VTEP decapsulates the packet and floods the original data in the VXLAN of the local site. To avoid loops, after the remote VTEP receives a packet from the VXLAN tunnel, it will not flood it to other VXLAN tunnels.


VXLAN Layer 3 Gateway - L3 Gateway


The VXLAN Layer 3 gateway provides the Layer 3 forwarding function of the VXLAN. The VXLAN is associated with the VSI virtual interface (VXLAN virtual interface). The VSI virtual interface is assigned the IP address as the gateway of all VMs in the VXLAN.

The main functions of the VXLAN Layer 3 Gateway:

• Realize mutual visits between virtual machines and non-VXLAN networks in VXLAN

• Completing virtual machine exchanges across VXLAN

VXLAN Layer 3 gateways are available in both centralized and distributed modes depending on how they are deployed.



Centralized gateways, which are all centered on the Spine device. All traffic across VXLAN, VXLAN and non-VXLAN access traffic need to pass Spine. The advantage of centralized gateway is that all the flows can pass through Spine device, which makes it easier to implement flow control and automatic draining. The disadvantage is that the Spine device is under pressure and is not conducive to large-scale deployment.Ccie exam fee



In the distributed VXLAN Layer 3 gateway solution, each VTEP device can act as a VXLAN IP gateway to perform Layer 3 forwarding of traffic at the local site. Distributed layer 3 gateway can be a good solution to the problem that leads to excessive pressure in Spine device due to the concentration of traffic. Ccie exam fee.It can also be flexibly extended on the group network. On a distributed gateway network, the Spine device is not a VTEP. It is only part of the Underlay network and is responsible for forwarding ordinary IP packets.



VXLAN has become the best choice for the current SDN Overlay technology due to its simple data plane and good compatibility, but VXLAN still has a long way to go in the future.

For example, exploring the VXLAN GPE package is a direction, and solving the QoS of the VXLAN tunnel is also a direction. The control plane needs to do more, how to better implement on-demand customization, how to achieve intelligent traffic adjustment, how to better compatible with heterogeneous devices, and so on. Ccie exam fee.I believe that the future will give us a better answer.


Part of the content is selected from: H3C product support and service technology column "Interpretation of VXLAN"


Publisher:IE LAB

publish Website: http://ielab.network

WhatsApp: +8617782638871

Skype:live:ielab.anna


Ccie exam fee A brief look at vxlan technology

Comments

Popular posts from this blog

Cisco ccie exam Linux overview and history

      Cisco ccie exam Linux overview and history Simply put, the Linux operating system is a clone of the UNIX operating system, which was born on October 5, 1991 (the first time it was officially announced). It's the same as Microsoft's Windows, apple's MAC OS and android on mobile phones. Cisco ccie exam.Compared to ordinary people, Linux system may be relatively unfamiliar, and most of them are probably familiar with Windows system. Since the graphical interface of Windows is simpler and easier to use, Windows occupies more markets, and Linux systems are mainly command-line operations, which are more demanding for professionalism.Cisco ccie exam Linux systems are stable, secure, and have strong concurrency, so they are widely used in the server field. The professional servers are almost all Linux systems. Linux is open source, free, everyone can see the source code of Linux, you can use Linux for free. And the Linux kernel is short and lean, and some can only be a ...

Cisco ccie exam You must know about SD-WAN... (1)

Cisco ccie exam You must know about SD-WAN... (1) 1. What is SD-WAN? "SD-WAN is a service formed by applying SDN technology to a wide area network scenario. Cisco ccie exam.This service is used to connect a wide range of enterprise networks, including enterprise branches and data centers."Although in many consulting reports or vendor solutions, SD-WAN is often limited to the networking scenarios where enterprise branch offices are interconnected.However, based on the definition of SD-WAN, the application scenarios of SD-WAN can be summarized into three categories: enterprise interconnection, data center interconnection and cloud interconnection scenarios. The enterprise interconnection SD-EN (SDN based Enterprise Network) focuses on the WAN connection on the user side, providing an efficient SDN-based solution for the connection between the enterprise headquarters and branch offices across the WAN.SD-DCI (SDN based Data Center Interconnection) refers to an SDN-based solutio...

CCIE LAB EXAM Three minutes to learn the application of NAT address translation technology

CCIE LAB EXAM  Three minutes to learn the application of NAT address translation technology NAT translates the private IP address into the external network IP address through the border route, and records the conversion mapping record in the NAT address translation table of the border route.When external data is returned, the route uses NAT technology to query the NAT translation table, and then replaces the destination address with the IP address of the intranet user. ccie lab dumps Before we learned the theoretical information of NAT, we know its specifi...