Skip to main content

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


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


VXLAN communication process:

For two virtual terminals in the same VXLAN, the communication process can be summarized as follows:

1. The sender sends a data frame to the receiver, which contains the virtual MAC address of the sender and receiver.

2. The VTEP node connected to the sender receives the data frame. By looking up the VXLAN where the sender is located and the VTEP node to which the receiver is connected, After adding the VXLAN header, the external UDP header, and the external IP header, the packet is sent to the destination VTEP node.ccie exam fee

3. The packet is transmitted over the physical network to the destination VTEP node.

4. After receiving the packet, the destination VTEP node removes the external IP header and the external UDP header of the packet, checks the VNI of the packet, and the destination MAC address of the internal data frame.ccie exam. After confirming that the receiver is connected to the VTEP node, the VXLAN header is removed. Fee.Internal data frames are delivered to the receiver.

5. The receiver receives the data frame and the transfer is complete.

VXLAN network model:




As you can see from the figure, the following new elements in the traditional data center 

network appear in the VXLAN network:

The edge device of the VXLAN network is the start and end points of the VXLAN tunnel. The related processing of VXLAN packets is performed on this. In short, it is the absolute protagonist in the VXLAN network. The VTEP can be either a network device (such as Huawei's CE series switch) or a server where the virtual machine is located. So how does it work? The answer will be announced later.



VNI (VXLAN Network Identifier)



As mentioned above, vlans take up only 12 bits of space in Ethernet data frames, which makes the VLAN's isolation capability inadequate in data center networks. The emergence of VNI is specifically to solve this problem. VNI is a user ID similar to VLAN ID. Ccie exam fee.A VNI represents a tenant.

Virtual machines belonging to different VNI cannot directly communicate with each other at layer 2. When VXLAN packets are encapsulated, VNI is allocated enough space to support the isolation of massive tenants. Detailed implementation, we will introduce it later.ccie exam fee.



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...