WO2015135499A1 - Network virtualization - Google Patents

Network virtualization Download PDF

Info

Publication number
WO2015135499A1
WO2015135499A1 PCT/CN2015/074199 CN2015074199W WO2015135499A1 WO 2015135499 A1 WO2015135499 A1 WO 2015135499A1 CN 2015074199 W CN2015074199 W CN 2015074199W WO 2015135499 A1 WO2015135499 A1 WO 2015135499A1
Authority
WO
WIPO (PCT)
Prior art keywords
virtual network
nve
identifier
address
unicast
Prior art date
Application number
PCT/CN2015/074199
Other languages
English (en)
French (fr)
Inventor
Wan ZHOU
Original Assignee
Hangzhou H3C Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou H3C Technologies Co., Ltd. filed Critical Hangzhou H3C Technologies Co., Ltd.
Publication of WO2015135499A1 publication Critical patent/WO2015135499A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/64Hybrid switching systems
    • H04L12/6418Hybrid transport

Definitions

  • Server virtualization is increasingly becoming the norm in data center networks.
  • each physical server supports multiple virtual machines (VMs) , each running independently.
  • VMs virtual machines
  • a data center may provide services such as server hosting to different tenants.
  • Tenants are users of resources of the data center.
  • virtual networks are used to isolate a tenant’s traffic from other tenants. For this reason the physical network inside the data center may be divided into different virtual networks.
  • NVO3 network virtualization over layer 3
  • NVO3 is a network overlay technique, which performs tunnel encapsulation to packets of the virtual networks through introducing a tunnel technique, so as to differentiate different virtual networks via different tunnels.
  • FIG. 1 shows a structure of a NVO3 data center according to various examples of the present disclosure
  • FIG. 2 shows an overlay network automatic configuring method according to various examples of the present disclosure
  • FIG. 3 shows a structure of a NVE according to various examples of the present disclosure.
  • FIG. 4 shows hardware structure of a NVE in which the overlay network automatic configuring method and apparatus are applied according to various examples of the present disclosure.
  • the term “includes” means includes but not limited to, the term “including” means including but not limited to.
  • the term “based on” means based at least in part on.
  • the terms “a” and “an” are intended to denote at least one of a particular element.
  • FIG. 1 is a schematic diagram illustrating a network virtualization over layer 3 (NVO3) data center network according to an example of the present disclosure.
  • the data center network includes: an IP network 101, tenant end systems 102 ⁇ 104, network virtualization edges (NVEs) 105 ⁇ 107, and a Network Virtualization Authority (NVA) 108.
  • the tenant end systems may host virtual machines (VMs) .
  • a network virtualization edge (NVE) may be implemented as part of a physical switch or router, or a network server appliance, responsible for data communication among the tenant end systems 102 ⁇ 104.
  • the Network Virtualization Authority (NVA) 108 is responsible for centralized management and control of the NVEs 105 ⁇ 107.
  • the NVE After receiving a packet from a virtual machine (VM) , the NVE consults a Media Access Control (MAC) forwarding table. If, after consulting the MAC forwarding table, the NVE determines that the packet is to be forwarded across the IP network 101, the NVE performs a NVO3 encapsulation to the packet. The encapsulation adds the IP address of a peer side of the tunnel as an outer IP address of the NVO3 encapsulated packet. The NVO3 packet is then forwarded in the IP network hop by hop according to the outer IP address. When arriving at a destination device, the packet is decapsulated and transmitted to a destination VM.
  • MAC Media Access Control
  • NVE 105 may receive a packet from a VM 102A on tenant end system 102 and determine that a destination of the packet is a VM 104A on tenant system 104. In response to this determination, the NVE 105 may encapsulate the packet and forward the packet over the IP network 101 to NVE 107. NVE 107 may decapsulate the packet and transmit it to the destination VM on tenant system 104.
  • a “local NVE” refers to a NVE to which a VM is directly connected.
  • a remote NVE refers to a NVE to which the VM’s peer VM is connected.
  • NVE 105 is the local NVE and NVEs 106 and 107 are remote NVEs.
  • the NVE forwards the packet based on its MAC table and information indicating the IP address of a peer side of a NVO3 tunnel through which the packet’s destination may be reached (e.g. the IP address of a remote NVE to which a destination VM is connected. It can be time consuming and laborious for this information to be configured manually by the network administrator, especially if there are a large number of VMs or NVEs.
  • a local NVE registers its IP address information and virtual network instance information to the NVA 108, and obtains IP address information and virtual network instance information of a remote NVE from the NVA 108.
  • a communication tunnel between the local NVE and the remote NVE may be established according to the IP address information and the virtual network instance information of them.
  • this configuration may be accomplished with no manual configuration or manual operation.
  • the NVE may be configured by the above method.
  • the virtual network instance information of a NVE may include a virtual network instance identifier, a broadcast group address and a virtual network broadcast identifier assigned by the NVE for transmitting broadcast packets.
  • the virtual network instance information of a NVE may include a virtual network instance identifier and a virtual network unicast identifier assigned by the NVE for transmitting unicast packets.
  • the NVE 105 obtains its IP address information.
  • the NVE 105 assigns a virtual network broadcast identifier for transmitting broadcast packets, and generates a broadcast tunnel encapsulation entry (see 122 in FIG. 1) corresponding to its IP address and the virtual network broadcast identifier, so as to establish a broadcast packet transmitting tunnel corresponding to the virtual network instance.
  • the NVE 105 transmits its IP address information and virtual network instance information to the NVA 108 as registration information.
  • the virtual network instance information of the NVE 105 includes a virtual network instance identifier, a broadcast group address configured for the NVE 105 and the virtual network broadcast identifier assigned by the NVE 105. Since two virtual network instances are deployed in the NVE 105, the NVE 105 transmits the virtual network instance information with respect to each of the virtual network instances A and B to the NVA 108.
  • the virtual network instance information includes a virtual network instance identifier A, a broadcast group address A and a virtual network broadcast identifier A assigned by the NVE 105 for the virtual network instance A.
  • other NVEs such as NVEs 106 and 107 also transmit their IP address information and virtual network instance information to the NVA 108.
  • the NVA 108 After receiving the registration information of the NVE 105, the NVA 108 returns, to the NVE 105, the IP address information and the virtual network instance information of remote NVEs (such as NVEs 106 and 107) (see 140 in FIG. 1) .
  • the NVE 105 obtains the IP address information and the virtual network instance information that remote NVEs (NVEs 106 and 107) register at the NVA 108.
  • the NVE 105 determines a same virtual network instance or a set of same virtual network instances between the NVE 105 and the remote NVE. For example, the determination may be performed through comparing their virtual network instance identifiers. For instance, in the example shown in FIG. 1, network instance A is a same network instance between NVE 105 and 107, i.e. it is a set comprising a single instance. Meanwhile, network instances A and B form a set of same virtual network instances between the NVE 105 and the NVE 106. In that case the set comprises two network instances. For each virtual network instance in the set, the NVE 105 generates a broadcast tunnel decapsulation entry (see 124 in FIG. 1) corresponding to the virtual network instance according to the virtual network instance information of the remote NVE, so as to establish a broadcast packet receiving tunnel corresponding to the virtual network instance.
  • a broadcast tunnel decapsulation entry see 124 in FIG. 1
  • the NVE 105 assigns, for each virtual network instance in the set, a virtual network identifier for receiving unicast packets, referred to as a virtual network unicast identifier hereinafter.
  • the NVE 105 may generate a unicast tunnel decapsulation tunnel (see 128 in FIG. 1) corresponding to the virtual network instance according to the virtual network unicast identifier which is used for receiving unicast packets and the IP address information of the remote NVE, so as to establish a unicast packet receiving tunnel associated with the remote NVE corresponding to the virtual network instance and receive unicast packets from the remote NVE via the tunnel.
  • the NVE 105 also informs the remote NVE of the virtual network unicast identifier assigned by the NVE 105 to each virtual network instance in the set for receiving unicast packets.
  • the remote NVE generates a unicast tunnel encapsulation entry corresponding to the virtual network instance.
  • the NVE 105 also receives a virtual network unicast identifier assigned by the remote NVE. Then, the NVE 105 generates a corresponding unicast tunnel encapsulation entry (see 126 in FIG. 1) according to the network unicast identifier assigned by the remote NVE, so as to establish a unicast packet transmitting tunnel associated with the NVE 105 corresponding to the virtual network instance.
  • FIG. 2 is a flowchart illustrating an overlay network automatic configuring method according to an example of the present disclosure. As shown in FIG. 2, the method includes the following.
  • a broadcast packet transmitting tunnel corresponding to each virtual network instance deployed in the local NVE is established.
  • block 201 may include the following blocks 2011 to 2013.
  • IP address information of a local NVE is obtained.
  • a virtual network broadcast identifier used for transmitting broadcast packets is assigned to the virtual network instance of the local NVE.
  • a broadcast tunnel encapsulation entry corresponding to the virtual network instance is generated according to the IP address information of the local NVE and the virtual network broadcast identifier, so as to establish a broadcast packet transmitting tunnel corresponding to the virtual network instance.
  • the IP address information of the local NVE includes a backbone IP address of the local NVE. If the local NVE have multiple backbone IP addresses, the IP address information of the local NVE may further include a weight of each backbone IP address.
  • the local NVE After deploying a virtual network instance (VNI) , the local NVE needs to assign a virtual network identifier for the deployed virtual network instance to transmit broadcast packets.
  • the virtual network identifier is used for transmitting broadcast packets, referred to as a virtual network broadcast identifier hereinafter.
  • a broadcast packet transmitting tunnel corresponding to the virtual network instance needs to be established.
  • the NVE may generate a corresponding broadcast tunnel encapsulation entry for the virtual network instance.
  • the broadcast tunnel encapsulation entry includes: a source IP address, a destination IP address (which is a broadcast group address) , a virtual network instance identifier (which uniquely identifies a virtual network instance) , and a virtual network broadcast identifier.
  • the broadcast packet transmitting tunnel corresponding to the virtual network instance is established. Thereafter, packets may be transmitted via the broadcast packet transmitting tunnel.
  • the NVE after receiving broadcast packets of the virtual network instance, the NVE performs a tunnel encapsulation (also referred to as NOV3 encapsulation) to the broadcast packets according to the broadcast tunnel encapsulation entry corresponding to the virtual network instance and then forwards the encapsulated packets.
  • a tunnel encapsulation also referred to as NOV3 encapsulation
  • the process of generating the broadcast tunnel encapsulation entry corresponding to the virtual network instance according to the IP address information of the local NVE and the virtual network broadcast identifier for transmitting broadcast packets assigned by the local NVE to the virtual network instance may include: taking the backbone IP address of the local NVE as the source IP address of the broadcast tunnel encapsulation entry, and respectively taking the broadcast group address configured for the local NVE, the virtual network instance identifier and the virtual network broadcast identifier assigned by the local NVE to the virtual network instance for transmitting broadcast packets as the destination IP address, the virtual network instance identifier and the virtual network broadcast identifier of the broadcast tunnel encapsulation entry.
  • a broadcast packet receiving tunnel corresponding to each virtual network instance in a set of same virtual network instances between the local NVE and the remote NVE is established.
  • block 202 may include the following blocks 2021 to 2024.
  • the IP address information of the local NVE and the virtual network instance information of the local NVE are registered at a NVA.
  • IP address information and virtual network instance information of a remote NVE registered at the NVA is obtained.
  • a set of same virtual network instances between the local NVE and the remote NVE is determined.
  • a broadcast tunnel decapsulation entry corresponding to the virtual network instance is generated according to the virtual network instance information of the remote NVE, so as to establish a broadcast packet receiving tunnel corresponding to the virtual network instance.
  • the virtual network instance information of the remote NVE includes the virtual network instance identifier, the broadcast group address configured for the remote NVE, a virtual network broadcast identifier assigned by the remote NVE to the virtual network instance for transmitting broadcast packets, and may further include a broadcast mode of the virtual network instance.
  • the broadcast mode may include a tandem duplication mode and a head-end duplication mode.
  • a broadcast packet receiving tunnel corresponding to the virtual network instance is established.
  • the local NVE obtains the IP address information and the virtual network instance information of the remote NVE.
  • the IP address information and the virtual network instance information of the remote NVE is obtained from the NVA.
  • the remote NVE registers its IP addresses and virtual network instance information to the NVA, and the local NVE obtains the IP address information and the virtual network instance information of remote NVE from the NVA.
  • the local NVE obtains its IP address and an IP address of the NVA from a DHCP server.
  • the IP address information of the NVA may be configured in the DHCP server in advance.
  • the local NVE may obtain the IP address information of itself as well as the IP address information of the NVA (the local NVE may transmits a DHCP request message to the DHCP server.
  • the DHCP server After receiving the DHCP request message, the DHCP server returns a DHCP response message carrying the IP address information assigned to the local NVE to the local NVE.
  • the IP address of the NVA is carried as an option of the DHCP response message and is transmitted to the local NVE) .
  • the local NVE may register its IP address information and virtual network instance information at the NVA and obtain the IP address information and the virtual network instance information of remote NVEs from the NVA according to the IP address information of the NVA.
  • the remove NVE may transmit broadcast packets of the virtual network instance to the local NVE.
  • the local NVE needs to establish the broadcast packet receiving tunnel associated with the remote NVE corresponding to the virtual network instance.
  • the local NVE determines the same virtual network instance that the local NVE and the remote NVE have deployed, generates a corresponding broadcast tunnel decapsulation entry for the same virtual network instance, so as to establish the broadcast packet receiving tunnel associated with the remote NVE corresponding to the virtual network instance.
  • the broadcast tunnel decapsulation entry includes: a source IP address, a destination IP address (which may be a broadcast group address) , a virtual network instance identifier, and a virtual network broadcast identifier.
  • the process of generating the broadcast tunnel decapsulation entry corresponding to the virtual network instance according to the virtual network instance information of the remote NVE includes: taking the backbone IP address of the remote NVE as a source IP address of the broadcast tunnel decapsulation entry, respectively taking the broadcast group address configured by the remote NVE, the virtual network instance identifier and the virtual network broadcast identifier assigned by the remote NVE to the virtual network instance for transmitting broadcast packets as the destination IP address, the virtual network instance identifier and the virtual network broadcast identifier of the broadcast tunnel decapsulation entry.
  • the unicast packets are transmitted via tunnels. Therefore, a unicast tunnel is to be established between the NVEs which have deployed the same virtual network instance, including a unicast packet transmitting tunnel and a unicast packet receiving tunnel.
  • the local NVE determines the set of same virtual network instances between the local NVE and the remote NVE, and then assigns a virtual network identifier for each virtual network instance in the set for receiving unicast packets.
  • this virtual network identifier is referred to as virtual network unicast identifier.
  • the local NVE may generate the unicast tunnel decapsulation entry corresponding to the virtual network instance according to the virtual network unicast identifier which is used for receiving unicast packets and the IP address information of the remote NVE, so as to establish the unicast packet receiving tunnel associated with the remote NVE corresponding to the virtual network instance, and to receive unicast packets from the remote NVE via the tunnel.
  • the unicast tunnel decapsulation entry may include: a source IP address, a destination IP address, a virtual network instance identifier, and a virtual network unicast identifier.
  • the process of generating the unicast tunnel decapsulation entry corresponding to the virtual network instance according to the virtual network unicast identifier assigned by the local NVE to each virtual network instance for receiving unicast packets and the IP address information of the remote NVE may include: respectively taking the backbone IP address of the remote NVE, the backbone IP address of the local NVE, the virtual network instance identifier of the virtual network instance, and the virtual network unicast identifier assigned by the local NVE to the virtual network instance for receiving unicast packets as the source IP address, the destination IP address, the virtual network instance identifier and the virtual network unicast identifier of the unicast tunnel decapsulation entry.
  • the local NVE determines the set of same virtual network instances between the local NVE and the remote NVE and assigns the virtual network unicast identifier to each virtual network instance for receiving unicast packets
  • the local NVE further informs the remote NVE of the virtual network unicast identifier assigned to each virtual network instance for receiving unicast packets.
  • the remote NVE generates its unicast tunnel encapsulation entry corresponding to the virtual network instance according to the virtual network unicast identifier assigned by the local NVE, so as to establish its unicast packet transmitting tunnel associated with the local NVE corresponding to the virtual network instance.
  • the local NVE In order to establish the unicast packet transmitting tunnel between the local NVE and the remote NVE, after determining the set of same virtual network instances between the local NVE and the remote NVE, the local NVE further transmits virtual network instance information of the virtual network instances in the set to the remote NVE. After receiving the virtual network instance information, the remote NVE assigns a virtual network unicast identifier for each virtual network instance corresponding to the virtual network instance information for receiving unicast packets, and returns the virtual network unicast identifier to the local NVE.
  • the local NVE may generate the unicast tunnel encapsulation entry according to the virtual network unicast identifier assigned by the remote NVE for each virtual network instance for receiving unicast packets, so as to establish the unicast packet transmitting tunnel associated with the remote NVE corresponding to the virtual network instance.
  • the unicast tunnel encapsulation entry may include: a source IP address, a destination IP address, a virtual network instance identifier and a virtual network unicast identifier.
  • the process of generating the unicast tunnel encapsulation entry corresponding to the virtual network instance according to the virtual network unicast identifier assigned by the remote NVE to each virtual network instance for receiving unicast packets includes: respectively taking the backbone IP address of the local NVE, the backbone IP address of the remote NVE, the virtual network instance identifier of the virtual network instance, and the virtual network unicast identifier assigned by the remote NVE to the virtual network instance for receiving unicast packets as the source IP address, destination IP address, the virtual network instance identifier and the virtual network unicast identifier of the unicast tunnel encapsulation entry.
  • FIG. 2 is applicable for different types of overlay networks, such as overlay networks adopting virtual extensible local area network (VxLAN) , network virtualization using generic routing encapsulation (NVGRE) or stateless transport tunneling (STT) techniques.
  • VxLAN virtual extensible local area network
  • NVGRE generic routing encapsulation
  • STT stateless transport tunneling
  • the overlay network adopts the VxLAN technique.
  • the virtual network instance is a VxLAN instance
  • the virtual network broadcast identifier and the virtual network unicast identifier are VxLAN IDs.
  • the overlay network may adopt the NVGRE technique.
  • the virtual network instance is a NVGRE instance
  • the virtual network broadcast identifier and the virtual network unicast identifier are NVGRE IDs.
  • the overlay network may adopt the STT technique. In that case, the virtual network instance is a STT instance and the virtual network broadcast identifier and the virtual network unicast identifier are STT IDs.
  • An example of the present disclosure provides a NVE which is described hereinafter with reference to FIG. 3.
  • FIG. 3 shows a structure of a NVE according to an example of the present disclosure.
  • the NVE 300 includes: an obtaining unit 301, an assignment unit 302, a registration unit 303 and a tunnel establishment unit 304; wherein
  • the obtaining unit 301 obtains IP address information of the local NVE 300;
  • the assignment unit 302 assigns a virtual network broadcast identifier for a virtual network instance of the local NVE 300 for transmitting broadcast packets;
  • the registration unit 303 registers the IP address information and virtual network instance information of the local NVE 300 at a NVA, and obtains IP address information and virtual network instance information of a remote NVE from the NVA;
  • the tunnel establishment unit 304 generates a broadcast tunnel encapsulation entry corresponding to the virtual network instance according to the IP address information of the local NVE 300 and the virtual network broadcast identifier assigned by the assignment unit 302, so as to establish a broadcast packet transmitting tunnel corresponding to the virtual network instance; and determines, after the registration unit 303 obtains the IP address information and the virtual network instance information of the remote NVE registered at the NVA, a set of same virtual network instances between the local NVE 300 and the remote NVE, and for each virtual network instance in the set, generate a broadcast tunnel decapsulation entry corresponding to the virtual network instance according to the virtual network instance information of the remote NVE, so as to establish a broadcast packet receiving tunnel corresponding to the virtual network instance.
  • the above units of the NVE 300 may be implemented by machine readable instructions stored in a non-transitory storage medium.
  • the broadcast tunnel encapsulation entry and the broadcast tunnel decapsulation entry respectively include: a source IP address, a destination IP address, a virtual network instance identifier and a virtual network broadcast identifier.
  • the IP address information of the local NVE 300 includes the backbone IP address of the local NVE 300.
  • the IP address information of the remote NVE includes a backbone IP address of the remote NVE.
  • the virtual network instance information of the local NVE 300 includes a virtual network instance identifier, a broadcast group address configured for the local NVE 300 and a virtual network broadcast identifier assigned by the assignment unit 302 for transmitting broadcast packets.
  • the virtual network instance information of the remote NVE includes the virtual network instance identifier, a broadcast group address configured for the remote NVE and a second virtual network broadcast identifier assigned by the remote NVE.
  • the virtual network broadcast identifiers assigned by the local NVE 300 and the remote NVE may be the same or different.
  • the broadcast group addresses configured for the local NVE 300 and the remote NVE may be the same or different.
  • the tunnel establishment unit 304 takes the backbone IP address of the local NVE 300 as the source IP address of the broadcast tunnel encapsulation entry, and respectively takes the broadcast group address configured for the local NVE 300, the virtual network instance identifier and the virtual network broadcast identifier assigned by the assignment unit 302 as the destination IP address, the virtual network instance identifier and the virtual network broadcast identifier of the broadcast tunnel encapsulation entry.
  • the tunnel establishment 304 takes the backbone IP address of the remote NVE as the source IP address of the broadcast tunnel decapsulation entry, and respectively takes the broadcast group address configured for the remote NVE, the virtual network instance identifier and the virtual network broadcast identifier assigned by the remote NVE for transmitting broadcast packets as the destination IP address, the virtual network instance identifier and the virtual network broadcast identifier of the broadcast tunnel decapsulation entry.
  • the assignment unit 302 assigns for each virtual network instance in the set a virtual network unicast identifier for receiving unicast packets.
  • the tunnel establishment unit 304 generates a unicast tunnel decapsulation entry for the virtual network instance according to the virtual network unicast identifier assigned by the assignment unit 302 for receiving unicast packets and the IP address information of the remote NVE, so as to establish a unicast packet receiving tunnel associated with the remote NVE corresponding to the virtual network instance;
  • the remote NVE informs the remote NVE of the virtual network unicast identifier assigned by the assignment unit 302 to the virtual network instance for receiving unicast packets, such that the remote NVE generates a corresponding unicast tunnel encapsulation entry corresponding to the virtual network instance and establishes a unicast packet transmission tunnel associated with the local NVE 300 corresponding to the virtual network instance.
  • the tunnel establishment unit 304 transmits information of the virtual network instance to the remote NVE; receives a virtual network unicast identifier assigned by the remote NVE to the virtual network instance for receiving unicast packets from the remote NVE, and
  • the unicast tunnel encapsulation entry and the unicast tunnel decapsulation entry respectively include: a source IP address, a destination IP address, a virtual network instance identifier and a virtual network unicast identifier.
  • the IP address information of the local NVE 300 includes the backbone IP address of the local NVE 300.
  • the IP address information of the remote NVE includes the backbone IP address of the remote NVE.
  • the virtual network instance information of the local NVE 300 includes a virtual network instance identifier, and a virtual network unicast identifier assigned by the assignment unit 302 for receiving unicast packets.
  • the virtual network instance information of the remote NVE includes a virtual network instance identifier and a virtual network unicast identifier assigned by the remote NVE to the virtual network instance for receiving unicast packets.
  • the tunnel establishment unit 304 When generating the unicast tunnel decapsulation entry corresponding to the virtual network instance in the set according to virtual network unicast identifier assigned by the assignment unit 302 for receiving unicast packets and the IP address information of the remote NVE, the tunnel establishment unit 304 respectively takes the backbone IP address of the remote NVE, the backbone IP address of the local NVE 300, the virtual network instance identifier of the virtual network instance, and the virtual network unicast identifier assigned by the assignment unit 302 for receiving unicast packets as the source IP address, the destination IP address, the virtual network instance identifier and the virtual network unicast identifier of the unicast tunnel decapsulation entry.
  • the tunnel establishment unit 304 takes the backbone IP address of the local NVE 300, the backbone IP address of the remote NVE, the virtual instance identifier of the virtual network instance, and the virtual network unicast identifier assigned by the remote NVE for receiving unicast packets as the source IP address, the destination IP address, the virtual network identifier and the virtual network unicast identifier of the unicast tunnel encapsulation entry.
  • the virtual network instance may be a VxLAN instance
  • the virtual network broadcast identifier and the virtual network unicast identifier may be VxLAN IDs.
  • the virtual network instance may be a NVGRE instance
  • the virtual network broadcast identifier and the virtual network unicast identifier may be NVGRE IDs.
  • the virtual network instance may be a STT instance
  • the network broadcast identifier and the virtual network unicast identifier may be STT IDs.
  • the obtaining unit 301 further obtains an IP address of the NVA while obtaining the IP address information of the local NVE 300.
  • the registration unit 303 registers the IP address information and the virtual network instance information of the local NVE 300 at the NVA and obtains the IP address information and the virtual network instance information of the remote NVE from the NVA according to the IP address of the NVA.
  • the obtaining unit 301 obtains the IP address information of the local NVE 300 and the IP address of the NVA from a DHCP server.
  • the NVE 400 includes: a memory 410, a processor 420, communication ports 430 and an interconnection part 440 through which the memory 410, the processor 420 and the communication port 430 are coupled with each other.
  • the above automatic configuration method of the overlay network may be realized through machine readable instructions stored in the memory 410.
  • the processor 420 may read and run the machine readable instructions stored in the memory 410 to implement the above described method.
  • the memory 420 may include the following program units: an obtaining unit, an assignment unit, a registration unit and a tunnel establishment unit.
  • the obtaining unit obtains IP address information of the local NVE 400 and IP address information of a NVA.
  • the assignment unit assigns a virtual network broadcast identifier to a virtual network instance of the local NVE 400 for transmitting broadcast packets and assigns a virtual network unicast identifier to the virtual network instance of the local NVE 400 for receiving unicast packets.
  • the registration unit registers the IP address information and virtual network instance information of the local NVE 400 at a NVA, and obtains IP address information and virtual network instance information of a remote NVE from the NVA.
  • the tunnel establishment unit generates a broadcast tunnel encapsulation entry corresponding to the virtual network instance according to the IP address information of the local NVE 400 and the virtual network broadcast identifier assigned by the assignment unit, so as to establish a broadcast packet transmitting tunnel corresponding to the virtual network instance;
  • the tunnel establishment unit determines, after the registration unit obtains the IP address information and the virtual network instance information of the remote NVE registered at the NVA, a set of same virtual network instances between the local NVE 400 and the remote NVE, and for each virtual network instance in the set, generate a broadcast tunnel decapsulation entry corresponding to the virtual network instance according to the virtual network instance information of the remote NVE, so as to establish a broadcast packet receiving tunnel corresponding to the virtual network instance.
  • the tunnel establishment unit generates a unicast tunnel decapsulation entry for the virtual network instance according to the virtual network unicast identifier assigned by the assignment unit for receiving unicast packets and the IP address information of the remote NVE, so as to establish a unicast packet receiving tunnel associated with the remote NVE corresponding to the virtual network instance;
  • the remote NVE informs the remote NVE of the virtual network unicast identifier assigned by the assignment unit to the virtual network instance for receiving unicast packets, such that the remote NVE generates a corresponding unicast tunnel encapsulation entry corresponding to the virtual network instance and establishes a unicast packet transmission tunnel associated with the local NVE 400 corresponding to the virtual network instance.
  • the tunnel establishment unit transmits information of the virtual network instance to the remote NVE; receives a virtual network unicast identifier assigned by the remote NVE to the virtual network instance for receiving unicast packets from the remote NVE, and
  • the communication ports 430 forwards information received from the obtaining units, the registration unit and the tunnel establishment unit to the DHCP server, the NVA and the remote NVE respectively; and forwards information from the DHCP server to the obtaining unit in the memory 420 for processing, forwards information from the NVA to the registration unit in the memory 420 for processing, and forwards information from the remote NVE to the tunnel establishment unit in the memory 420 for processing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
PCT/CN2015/074199 2014-03-14 2015-03-13 Network virtualization WO2015135499A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410096016.7A CN104917682B (zh) 2014-03-14 2014-03-14 一种叠加网络的配置方法和装置
CN201410096016.7 2014-03-14

Publications (1)

Publication Number Publication Date
WO2015135499A1 true WO2015135499A1 (en) 2015-09-17

Family

ID=54070963

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/074199 WO2015135499A1 (en) 2014-03-14 2015-03-13 Network virtualization

Country Status (2)

Country Link
CN (1) CN104917682B (zh)
WO (1) WO2015135499A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10855576B2 (en) 2016-01-04 2020-12-01 Zte Corporation Information transmission method and device

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106559302A (zh) * 2015-09-30 2017-04-05 中兴通讯股份有限公司 单播隧道建立方法、装置和系统
CN106789748A (zh) * 2015-11-23 2017-05-31 上海贝尔股份有限公司 一种分布式接入复用器dam叠加网络系统及其装置
CN107294857B (zh) * 2016-04-05 2021-04-30 中兴通讯股份有限公司 组播的分发处理方法、装置及系统
CN106656722A (zh) * 2016-12-12 2017-05-10 杭州迪普科技股份有限公司 一种vxlan组播方法和装置
CN110290093A (zh) * 2018-03-19 2019-09-27 杭州达乎科技有限公司 Sd-wan网络架构及组网方法、报文转发方法
CN110247846B (zh) * 2019-07-26 2021-09-03 宙安科技河北有限公司 一种虚拟专用网的路由方法及路由装置
CN110401716B (zh) * 2019-07-26 2021-09-03 宙安科技河北有限公司 边缘节点之间的通信方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103179228A (zh) * 2013-04-02 2013-06-26 杭州华三通信技术有限公司 因特网协议地址解析方法及边缘节点
WO2013170729A1 (zh) * 2012-09-01 2013-11-21 中兴通讯股份有限公司 一种虚拟网络布局的实现方法和系统
US20140006585A1 (en) * 2012-06-29 2014-01-02 Futurewei Technologies, Inc. Providing Mobility in Overlay Networks

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581277A (zh) * 2012-08-09 2014-02-12 中兴通讯股份有限公司 数据中心虚拟化网络地址的分发方法、系统及目录服务器

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140006585A1 (en) * 2012-06-29 2014-01-02 Futurewei Technologies, Inc. Providing Mobility in Overlay Networks
WO2013170729A1 (zh) * 2012-09-01 2013-11-21 中兴通讯股份有限公司 一种虚拟网络布局的实现方法和系统
CN103179228A (zh) * 2013-04-02 2013-06-26 杭州华三通信技术有限公司 因特网协议地址解析方法及边缘节点

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
BLACK, D. ET AL., AN ARCHITECTURE FOR OVERLAY NETWORKS (NV03) DRAFT-IETF-NVO3-ARCH-00 INTERNET -DRAFT, 17 December 2013 (2013-12-17) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10855576B2 (en) 2016-01-04 2020-12-01 Zte Corporation Information transmission method and device

Also Published As

Publication number Publication date
CN104917682B (zh) 2017-12-15
CN104917682A (zh) 2015-09-16

Similar Documents

Publication Publication Date Title
WO2015135499A1 (en) Network virtualization
US11765000B2 (en) Method and system for virtual and physical network integration
US11044211B2 (en) Multicast packet handling based on control information in software-defined networking (SDN) environment
US11546288B2 (en) Techniques for managing software defined networking controller in-band communications in a data center network
EP2905930B1 (en) Processing method, apparatus and system for multicast
Kreeger et al. Network Virtualization Overlay Control Protocol Requirements
US10110490B2 (en) Method and apparatus for forwarding packet
US9768968B2 (en) Method and apparatus for processing multicast packet on network virtualization over layer 3 (NVO3) network
US9374323B2 (en) Communication between endpoints in different VXLAN networks
US9864619B2 (en) Systems and methods for a data center architecture facilitating layer 2 over layer 3 communication
WO2017186181A1 (zh) 网络访问控制
US8819267B2 (en) Network virtualization without gateway function
KR102054338B1 (ko) 개별 관리들을 이용하는 vlan 태깅된 패킷들의 가상 포워딩 인스턴스들의 원단 주소들로의 라우팅
US10742697B2 (en) Packet forwarding apparatus for handling multicast packet
WO2016066119A1 (en) Deployment of virtual extensible local area network
US9756148B2 (en) Dynamic host configuration protocol release on behalf of a user
US10020954B2 (en) Generic packet encapsulation for virtual networking
US20230283589A1 (en) Synchronizing dynamic host configuration protocol snoop information
CN115665043A (zh) 数据报文转发方法、vtep、装置、介质及系统
CN113647065A (zh) 虚拟网络拓扑

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15762269

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15762269

Country of ref document: EP

Kind code of ref document: A1