CN106936680B - System and method for intercommunication among heterogeneous networks of cloud computing platform - Google Patents

System and method for intercommunication among heterogeneous networks of cloud computing platform Download PDF

Info

Publication number
CN106936680B
CN106936680B CN201511008691.0A CN201511008691A CN106936680B CN 106936680 B CN106936680 B CN 106936680B CN 201511008691 A CN201511008691 A CN 201511008691A CN 106936680 B CN106936680 B CN 106936680B
Authority
CN
China
Prior art keywords
network
network element
routing
forwarding
external
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201511008691.0A
Other languages
Chinese (zh)
Other versions
CN106936680A (en
Inventor
金伟毅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
China Mobile Suzhou Software Technology Co Ltd
Original Assignee
China Mobile Suzhou Software Technology Co Ltd
China Mobile Communications Corp
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 China Mobile Suzhou Software Technology Co Ltd, China Mobile Communications Corp filed Critical China Mobile Suzhou Software Technology Co Ltd
Priority to CN201511008691.0A priority Critical patent/CN106936680B/en
Publication of CN106936680A publication Critical patent/CN106936680A/en
Application granted granted Critical
Publication of CN106936680B publication Critical patent/CN106936680B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4633Interconnection of networks using encapsulation techniques, e.g. tunneling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the invention provides a system and a method for intercommunication between heterogeneous networks of a cloud computing platform, wherein the system is arranged between the cloud platform network and an external heterogeneous network; the system comprises: a routing network element and a forwarding network element; the routing network element and the forwarding network element are used for supporting an external heterogeneous network to access a cloud platform network through the routing network element and the forwarding network element; the routing network element is further configured to support the cloud platform network to communicate with the external heterogeneous network through the routing network element; the forwarding network element is further configured to support the cloud platform network to communicate with an external heterogeneous network through the forwarding network element in two layers. By implementing the method and the device, the problem of intercommunication between two-layer and three-layer external heterogeneous networks of the cloud computing platform can be solved.

Description

云计算平台异构网络之间互通的系统及方法System and method for interconnection between heterogeneous networks of cloud computing platforms

技术领域technical field

本发明涉及云计算技术领域的通讯技术,尤其是指一种云计算平台异构网络之间互通的系统及方法。The invention relates to the communication technology in the field of cloud computing technology, in particular to a system and method for intercommunication between heterogeneous networks of cloud computing platforms.

背景技术Background technique

很多公有云企业客户总是希望将其私有数据业务部署在安全性比较高的网络环境中,特别是处理性能较强的裸金属服务器上。这些异构部署的业务需要与在公有云上部署的业务互通,这就意味着公有云网络需要实现与私有云或者传统数据中心之间的异构网络互通。Many public cloud enterprise customers always want to deploy their private data services in a network environment with high security, especially on bare metal servers with strong processing performance. These heterogeneously deployed services need to be interoperable with services deployed on the public cloud, which means that the public cloud network needs to implement heterogeneous network intercommunication with private clouds or traditional data centers.

以图1的公有云客户网络部署为示例,位于客户网络B的客户主机E和F部署在安全性较高的私有云环境中,通过客户路由器与客户网络A三层(网络层)的互通(相互通信),实现不同虚拟局域网(VLAN)的客户主机能够相互通信;位于客户网络A的客户主机C部署在性能较高的裸金属服务器上,与部署在虚拟机上的客户主机A和B二层(数据链路层)互通。Taking the public cloud customer network deployment in Figure 1 as an example, customer hosts E and F located in customer network B are deployed in a private cloud environment with high security, and the customer routers communicate with customer network A at Layer 3 (network layer) ( Mutual communication), so that client hosts in different virtual local area networks (VLANs) can communicate with each other; client host C located in client network A is deployed on a high-performance bare metal server, and client hosts A and B are deployed on virtual machines. layer (data link layer) intercommunication.

由于公有云的客户业务网络一般为封闭式网络,例如overlay隧道网络,并不能直接和其他异构网络互通,业界现有异构网络互通解决方案主要有以下几种:Because public cloud customer service networks are generally closed networks, such as overlay tunnel networks, and cannot directly communicate with other heterogeneous networks, the industry's existing heterogeneous network interworking solutions mainly include the following:

虚拟专用网(VPN)隧道技术:业界云平台均实现了这类技术,在路由器上的实现VPN隧道终端,与外部异构网络的另一个VPN隧道终端建立隧道连接,实现三层互通。Virtual Private Network (VPN) tunnel technology: All cloud platforms in the industry have implemented this type of technology. The VPN tunnel terminal is implemented on the router, and a tunnel connection is established with another VPN tunnel terminal on the external heterogeneous network to achieve Layer 3 interworking.

私有网关技术;开源云平台cloudstack实现了这类技术,通过路由器开通外部接口实现和外部异构网络之间三层互通。Private gateway technology; the open source cloud platform cloudstack implements this type of technology, and enables three-layer intercommunication with external heterogeneous networks by opening external interfaces through routers.

业界云平台VPN隧道技术方案,目前仅支持三层互通,并不支持二层异构网络互通。业界云平台的私有网关技术也只能支持三层互通,而且业务路由器本身采用虚拟机实现,导致转发性能存在较大瓶颈,带宽利用率较低。The industry cloud platform VPN tunnel technical solution currently only supports Layer 3 interworking, and does not support Layer 2 heterogeneous network interworking. The private gateway technology of the industry cloud platform can only support Layer 3 interworking, and the service router itself is implemented by a virtual machine, resulting in a large bottleneck in forwarding performance and low bandwidth utilization.

综上所述,现有技术对于异构网络互通尚无有效解决方案。To sum up, there is no effective solution for the interworking of heterogeneous networks in the prior art.

发明内容SUMMARY OF THE INVENTION

本发明实施例提供一种云计算平台异构网络之间互通的系统及方法,能够解决云计算平台二层和三层外部异构网络之间互通问题。The embodiments of the present invention provide a system and method for intercommunication between heterogeneous networks of a cloud computing platform, which can solve the problem of intercommunication between the second-layer and third-layer external heterogeneous networks of the cloud computing platform.

本发明实施例的技术方案是这样实现的:The technical solution of the embodiment of the present invention is realized as follows:

第一方面,本发明实施例提供一种云计算平台异构网络之间互通的系统,系统设置在云平台网络和外部异构网络之间;In a first aspect, an embodiment of the present invention provides a system for intercommunication between cloud computing platform heterogeneous networks, where the system is set between the cloud platform network and an external heterogeneous network;

所述系统包括:路由网元和转发网元;The system includes: a routing network element and a forwarding network element;

所述路由网元,用于与所述转发网元支持外部异构网络通过所述路由网元和所述转发网元接入云平台网络;the routing network element, configured to support the external heterogeneous network with the forwarding network element to access the cloud platform network through the routing network element and the forwarding network element;

所述路由网元,还用于支持所述云平台网络通过所述路由网元与所述外部异构网络三层互通;The routing network element is further configured to support Layer 3 intercommunication between the cloud platform network and the external heterogeneous network through the routing network element;

所述转发网元,还用于支持所述云平台网络通过所述转发网元与外部异构网络二层互通。The forwarding network element is further configured to support Layer 2 intercommunication between the cloud platform network and an external heterogeneous network through the forwarding network element.

优选地,所述路由网元,还用于配置私有网关接口,通过所述转发网元连接到所述外部异构网络;Preferably, the routing network element is further configured to configure a private gateway interface, and is connected to the external heterogeneous network through the forwarding network element;

所述路由网元,还用于配置内部业务网关接口连接到所述业务网络。The routing network element is further configured to configure an internal service gateway interface to connect to the service network.

优选地,所述路由网元,还用于配置私有网关路由表,将所配置的私有网关接口所在网络的网关地址配置为默认下一跳地址;Preferably, the routing network element is further configured to configure the private gateway routing table, and configure the gateway address of the network where the configured private gateway interface is located as the default next-hop address;

所述路由网元,还用于通过所配置的私有网关接口向所述外部异构网络发布所述云平台业务网络的路由信息。The routing network element is further configured to publish the routing information of the cloud platform service network to the external heterogeneous network through the configured private gateway interface.

优选地,所述路由网元,还用于通过所配置的私有网关接口动态学习所述外部异构网络路由信息,并动态更新私有网关路由表。Preferably, the routing network element is further configured to dynamically learn the routing information of the external heterogeneous network through the configured private gateway interface, and dynamically update the private gateway routing table.

优选地,所述转发网元,还用于配置外部转发接口连接所述外部异构网络,以及,配置内部转发接口连接所述业务网络;Preferably, the forwarding network element is further configured to configure an external forwarding interface to connect to the external heterogeneous network, and configure an internal forwarding interface to connect to the service network;

所述转发网元,还用于配置转发表,使外部异构网络和业务网络处于相同二层广播域。The forwarding network element is also used to configure a forwarding table, so that the external heterogeneous network and the service network are in the same Layer 2 broadcast domain.

第二方面,本发明实施例提供一种云计算平台异构网络之间互通的方法,在云平台网络和外部异构网络之间设置路由网元和转发网元;In a second aspect, an embodiment of the present invention provides a method for intercommunication between heterogeneous networks of a cloud computing platform, and a routing network element and a forwarding network element are set between the cloud platform network and the external heterogeneous network;

所述方法包括:The method includes:

所述路由网元与所述转发网元支持外部异构网络通过所述路由网元和所述转发网元接入云平台网络;The routing network element and the forwarding network element support external heterogeneous networks to access the cloud platform network through the routing network element and the forwarding network element;

所述路由网元支持所述云平台网络通过所述路由网元与所述外部异构网络三层互通;The routing network element supports Layer 3 intercommunication between the cloud platform network and the external heterogeneous network through the routing network element;

所述转发网元支持所述云平台网络通过所述转发网元与外部异构网络二层互通。The forwarding network element supports Layer 2 intercommunication between the cloud platform network and an external heterogeneous network through the forwarding network element.

优选地,所述路由网元支持所述云平台网络通过所述路由网元与所述外部异构网络三层互通,包括:Preferably, the routing network element supports Layer 3 intercommunication between the cloud platform network and the external heterogeneous network through the routing network element, including:

所述路由网元配置私有网关接口,通过所述转发网元连接到所述外部异构网络;The routing network element is configured with a private gateway interface, and is connected to the external heterogeneous network through the forwarding network element;

所述路由网元配置内部业务网关接口连接到所述业务网络。The routing network element configures an internal service gateway interface to connect to the service network.

优选地,所述路由网元支持所述云平台网络通过所述路由网元与所述外部异构网络三层互通,包括:Preferably, the routing network element supports Layer 3 intercommunication between the cloud platform network and the external heterogeneous network through the routing network element, including:

所述路由网元配置私有网关路由表,将所配置的私有网关接口所在网络的网关地址配置为默认下一跳地址;The routing network element configures a private gateway routing table, and configures the gateway address of the network where the configured private gateway interface is located as a default next-hop address;

所述路由网元通过所配置的私有网关接口向所述外部异构网络发布所述云平台业务网络的路由信息。The routing network element publishes the routing information of the cloud platform service network to the external heterogeneous network through the configured private gateway interface.

优选地,所述路由网元支持所述云平台网络通过所述路由网元与所述外部异构网络三层互通,包括:Preferably, the routing network element supports Layer 3 intercommunication between the cloud platform network and the external heterogeneous network through the routing network element, including:

所述路由网元通过所配置的私有网关接口动态学习所述外部异构网络路由信息,并动态更新私有网关路由表。The routing network element dynamically learns the routing information of the external heterogeneous network through the configured private gateway interface, and dynamically updates the private gateway routing table.

优选地,所述转发网元支持所述云平台网络通过所述转发网元与外部异构网络二层互通,包括:Preferably, the forwarding network element supports Layer 2 intercommunication between the cloud platform network and an external heterogeneous network through the forwarding network element, including:

所述转发网元配置外部转发接口连接所述外部异构网络,以及,配置内部转发接口连接所述业务网络;The forwarding network element configures an external forwarding interface to connect to the external heterogeneous network, and configures an internal forwarding interface to connect to the service network;

所述转发网元配置转发表,使外部异构网络和业务网络处于相同二层广播域。The forwarding network element is configured with a forwarding table, so that the external heterogeneous network and the service network are in the same Layer 2 broadcast domain.

本发明实施例与业界已有的云平台异构网络互通技术相比,具有以下优点:Compared with the existing cloud platform heterogeneous network interworking technology in the industry, the embodiment of the present invention has the following advantages:

1、同时支持二层和三层异构网络互通;1. Simultaneously support the interworking of Layer 2 and Layer 3 heterogeneous networks;

2、可以和现有的VPN技术方案整合,具备更高的灵活性;2. It can be integrated with existing VPN technical solutions, with higher flexibility;

3、支持硬件设备实现,降低性能开销。3. Support hardware device implementation to reduce performance overhead.

附图说明Description of drawings

图1为公有云客户网络部署示意图;Figure 1 is a schematic diagram of public cloud customer network deployment;

图2为本发明实施例中实现云计算平台异构网络之间互通的系统的结构示意图;2 is a schematic structural diagram of a system for realizing intercommunication between heterogeneous networks of cloud computing platforms in an embodiment of the present invention;

图3为本发明实施例中实现云计算平台异构网络之间互通的方法的流程示意图;3 is a schematic flowchart of a method for realizing intercommunication between heterogeneous networks of cloud computing platforms according to an embodiment of the present invention;

图4是本发明实施例实现云平台二层和三层异构网络互通的底层网络架构图;FIG. 4 is an underlying network architecture diagram for realizing the intercommunication between the second-layer and third-layer heterogeneous networks of the cloud platform according to an embodiment of the present invention;

图5是本发明实施例中转发网元内部转发表关系图;FIG. 5 is a relationship diagram of an internal forwarding table of a forwarding network element in an embodiment of the present invention;

图6是本发明实施例中路由网元的内部功能逻辑图。FIG. 6 is an internal functional logic diagram of a routing network element in an embodiment of the present invention.

具体实施方式Detailed ways

以下结合附图及具体实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。The present invention will be further described in detail below with reference to the accompanying drawings and specific embodiments. It should be understood that the specific embodiments described herein are only used to explain the present invention, but not to limit the present invention.

本发明实施例解决云平台虚拟机与外部异构网络之间互通问题,参见图2,提供一种云计算平台异构网络之间互通的系统,设置在云平台网络和外部异构网络之间;外部异构网络是云平台业务网络的扩展网络,包括:物理数据中心网络、其他云平台网络。The embodiment of the present invention solves the problem of intercommunication between cloud platform virtual machines and external heterogeneous networks. Referring to FIG. 2, a system for intercommunication between cloud computing platform heterogeneous networks is provided, which is set between the cloud platform network and the external heterogeneous network. ; External heterogeneous network is the extended network of cloud platform business network, including: physical data center network, other cloud platform network.

系统包括:路由网元2和转发网元1;路由网元2可以为硬件路由设备,也可由网络命名空间技术软实现;转发网元1可以为硬件转发设备,也可以为软交换机设备。The system includes: a routing network element 2 and a forwarding network element 1; the routing network element 2 can be a hardware routing device, or can be software implemented by a network namespace technology; the forwarding network element 1 can be a hardware forwarding device or a soft switch device.

路由网元2,用于与转发网元1支持外部异构网络通过路由网元2和转发网元1接入云平台网络;The routing network element 2 is used to support the external heterogeneous network with the forwarding network element 1 to access the cloud platform network through the routing network element 2 and the forwarding network element 1;

路由网元2,还用于支持云平台网络通过路由网元2与外部异构网络三层互通;The routing network element 2 is also used to support the three-layer intercommunication between the cloud platform network and the external heterogeneous network through the routing network element 2;

转发网元1,还用于支持云平台网络通过转发网元1与外部异构网络二层互通。The forwarding network element 1 is also used to support Layer 2 intercommunication between the cloud platform network and the external heterogeneous network through the forwarding network element 1.

路由网元2,还用于配置私有网关接口,通过转发网元1连接到外部异构网络;The routing network element 2 is also used to configure the private gateway interface, and is connected to the external heterogeneous network through the forwarding network element 1;

路由网元2,还用于配置内部业务网关接口连接到业务网络。The routing network element 2 is also used to configure the internal service gateway interface to connect to the service network.

路由网元2,还用于配置私有网关路由表,将所配置的私有网关接口所在网络的网关地址配置为默认下一跳地址;The routing network element 2 is also used to configure the private gateway routing table, and configure the gateway address of the network where the configured private gateway interface is located as the default next-hop address;

路由网元2,还用于通过所配置的私有网关接口向外部异构网络发布云平台业务网络的路由信息。The routing network element 2 is further configured to publish the routing information of the cloud platform service network to the external heterogeneous network through the configured private gateway interface.

路由网元2,还用于通过所配置的私有网关接口动态学习外部异构网络路由信息,并动态更新私有网关路由表。The routing network element 2 is further configured to dynamically learn external heterogeneous network routing information through the configured private gateway interface, and dynamically update the private gateway routing table.

转发网元1,还用于配置外部转发接口连接外部异构网络,以及,配置内部转发接口连接业务网络;The forwarding network element 1 is further configured to configure an external forwarding interface to connect to an external heterogeneous network, and configure an internal forwarding interface to connect to a service network;

转发网元1,还用于配置转发表,使外部异构网络和业务网络处于相同二层广播域。The forwarding network element 1 is also used to configure a forwarding table, so that the external heterogeneous network and the service network are in the same Layer 2 broadcast domain.

与上述实现云平台虚拟机与外部异构网络互通的系统,本发明实施例还提供一种云计算平台异构网络之间互通的方法,参见图3,包括以下步骤:With the above-mentioned system for realizing intercommunication between cloud platform virtual machines and external heterogeneous networks, an embodiment of the present invention also provides a method for intercommunication between cloud computing platform heterogeneous networks. Referring to FIG. 3 , the following steps are included:

步骤101,外部异构网络通过路由网元2和转发网元1接入云平台网络。Step 101, the external heterogeneous network accesses the cloud platform network through the routing network element 2 and the forwarding network element 1.

其中步骤102和步骤103执行顺序不分先后,对应为三层互通和二层互通的实现方法。The execution order of step 102 and step 103 is not in any particular order, and corresponds to the implementation method of layer 3 interworking and layer 2 interworking.

步骤102,云平台网络通过路由网元2与外部异构网络三层互通。Step 102, the cloud platform network communicates with the external heterogeneous network at Layer 3 through the routing network element 2.

路由网元2配置私有网关接口,通过转发网元1连接到外部异构网络,并配置内部业务网关接口连接到业务网络。Routing NE 2 is configured with a private gateway interface, connected to the external heterogeneous network through forwarding NE 1, and configured with an internal service gateway interface to connect to the service network.

路由网元2配置私有网关路由表,将私有网关接口所在网络的网关地址配置为默认下一跳地址。Routing NE 2 configures the private gateway routing table, and configures the gateway address of the network where the private gateway interface is located as the default next-hop address.

路由网元2通过私有网关接口向外部异构网络发布云平台业务网络的路由信息。The routing network element 2 publishes the routing information of the cloud platform service network to the external heterogeneous network through the private gateway interface.

路由网元2通过私有网关接口动态学习外部异构网络路由信息,并动态更新私有网关路由表。The routing network element 2 dynamically learns the routing information of the external heterogeneous network through the private gateway interface, and dynamically updates the private gateway routing table.

步骤103,通过转发网元1与外部异构网络二层互通。Step 103 , communicate with the external heterogeneous network at Layer 2 through the forwarding network element 1 .

转发网元1配置外部转发接口连接外部异构网络,配置内部转发接口连接业务网络。Forwarding NE 1 configures external forwarding interfaces to connect to external heterogeneous networks, and configures internal forwarding interfaces to connect to service networks.

转发网元1配置转发表,使外部异构网络和业务网络处于相同二层广播域。Forwarding NE 1 is configured with a forwarding table so that the external heterogeneous network and the service network are in the same Layer 2 broadcast domain.

转发网元1可以为硬件转发设备,也可以为软交换机设备。The forwarding network element 1 may be a hardware forwarding device or a soft switch device.

图4是本发明实施例实现云平台二层和三层异构网络互通的底层网络架构图。在图4中,路由网元2和转发网元1位于网络节点,客户主机A和B部署在计算节点。客户主机C部署在外部异构网络A中,与客户主机A和B同属于客户网络A,客户主机E和F部署在外部异构网络B中,属于客户网络B。FIG. 4 is an architecture diagram of an underlying network for realizing intercommunication between a second-layer and a third-layer heterogeneous network of a cloud platform according to an embodiment of the present invention. In FIG. 4 , the routing network element 2 and the forwarding network element 1 are located on the network node, and the client hosts A and B are deployed on the computing node. Client host C is deployed on external heterogeneous network A and belongs to client network A along with client hosts A and B. Client hosts E and F are deployed on external heterogeneous network B and belong to client network B.

客户主机C与客户主机A之间二层互通路径为:客户主机C-(隧道8)-转发网元1-汇聚网桥3-隧道网桥4-隧道5-隧道网桥6-汇聚网桥7-客户主机A。The Layer 2 communication path between client host C and client host A is: client host C-(tunnel 8)-forwarding network element 1-aggregation bridge 3-tunnel bridge 4-tunnel 5-tunnel bridge 6-aggregation bridge 7- Client Host A.

客户主机C与客户主机B之间二层互通路径为:客户主机C-(隧道8)-转发网元1-汇聚网桥3-隧道网桥4-隧道5-隧道网桥6-汇聚网桥7-客户主机B。The Layer 2 communication path between client host C and client host B is: client host C-(tunnel 8)-forwarding network element 1-aggregation bridge 3-tunnel bridge 4-tunnel 5-tunnel bridge 6-aggregation bridge 7- Client Host B.

客户主机E与客户主机A之间的三层互通路径为:客户主机E-(隧道8)-转发网元1-路由网元2-汇聚网桥3-隧道网桥4-隧道5-隧道网桥6-汇聚网桥7-客户主机A;The Layer 3 communication path between client host E and client host A is: client host E-(tunnel 8)-forwarding NE 1-routing NE 2-aggregation bridge 3-tunnel bridge 4-tunnel 5-tunnel network Bridge 6 - Aggregation Bridge 7 - Client Host A;

客户主机E与客户主机B之间的三层互通路径为:客户主机E-(隧道8)-转发网元1-路由网元2-汇聚网桥3-隧道网桥4-隧道5-隧道网桥6-汇聚网桥7-客户主机A、B。The Layer 3 communication path between client host E and client host B is: client host E-(tunnel 8)-forwarding NE 1-routing NE 2-aggregation bridge 3-tunnel bridge 4-tunnel 5-tunnel network Bridge 6 - Aggregation Bridge 7 - Client Hosts A and B.

客户主机F与客户主机A之间的三层互通路径为:客户主机F-(隧道8)-转发网元1-路由网元2-汇聚网桥3-隧道网桥4-隧道5-隧道网桥6-汇聚网桥7-客户主机A;The Layer 3 communication path between client host F and client host A is: client host F-(tunnel 8)-forwarding network element 1-routing network element 2-aggregation network bridge 3-tunnel bridge 4-tunnel 5-tunnel network Bridge 6 - Aggregation Bridge 7 - Client Host A;

客户主机F与客户主机B之间的三层互通路径为:客户主机F-(隧道8)-转发网元1-路由网元2-汇聚网桥3-隧道网桥4-隧道5-隧道网桥6-汇聚网桥7-客户主机B。The Layer 3 communication path between client host F and client host B is: client host F-(tunnel 8)-forwarding NE 1-routing NE 2-aggregation bridge 3-tunnel bridge 4-tunnel 5-tunnel network Bridge 6 - Aggregation Bridge 7 - Client Host B.

客户主机C与客户主机E之间三层互通路径为:客户主机C-(隧道8)-转发网元1-汇聚网桥3-路由网元2-转发网元1-(隧道8)-客户主机E。The Layer 3 communication path between client host C and client host E is: client host C-(tunnel 8)-forwarding NE 1-aggregation bridge 3-routing NE 2-forwarding NE 1-(tunnel 8)-client host E.

客户主机C与客户主机F之间三层互通路径为:客户主机C-(隧道8)-转发网元1-汇聚网桥3-路由网元2-转发网元1-(隧道8)-客户主机F。The Layer 3 communication path between client host C and client host F is: client host C-(tunnel 8)-forwarding NE 1-aggregation bridge 3-routing NE 2-forwarding NE 1-(tunnel 8)-client host F.

图5是本发明实施例转发网元1内部转发表关系图。在图5中,表A是分类表,根据数据包入口转发接口的不同,将数据分别包推送到表B和表C处理。表B处理来自内部转发接口的数据包,根据数据包的不同网络属性,例如VLAN标识信息,将数据包从外部网络转发接口转发出去,表C处理来自外部异构网络数据包,根据数据包的不同网络属性,例如隧道5标识信息,将数据包从对应的内部接口转发出去。FIG. 5 is a relationship diagram of an internal forwarding table of forwarding network element 1 according to an embodiment of the present invention. In Fig. 5, Table A is a classification table. According to the difference of the forwarding interface of the data packet ingress, the data packets are respectively pushed to Table B and Table C for processing. Table B processes the data packets from the internal forwarding interface, and forwards the data packets from the external network forwarding interface according to different network attributes of the data packets, such as VLAN identification information, and Table C processes the data packets from external heterogeneous networks. Different network attributes, such as tunnel 5 identification information, forward the data packets out the corresponding internal interface.

图6是本发明实施例路由网元2内部功能逻辑图。路由网元2接收数据包后(步骤201),查询路私有网关路由表判断数据包的目的地址(步骤202),如果目的地址为云平台内部业务网络,则将数据包路由到业务网关接口,并从该接口发送出去(步骤203),如果目的地址为外部异构网络,则将数据包路由到私有网关接口,并从该接口发送出去(步骤204)。FIG. 6 is a logical diagram of the internal functions of the routing network element 2 according to the embodiment of the present invention. After the routing network element 2 receives the data packet (step 201), it queries the private gateway routing table to determine the destination address of the data packet (step 202). If the destination address is the internal service network of the cloud platform, the data packet is routed to the service gateway interface, And send out from this interface (step 203), if the destination address is an external heterogeneous network, route the data packet to the private gateway interface, and send out from this interface (step 204).

本发明实施例业界已有的云平台异构网络互通技术相比,具有以下优点:Compared with the existing cloud platform heterogeneous network interworking technology in the industry, the embodiment of the present invention has the following advantages:

1、同时支持二层和三层异构网络互通;1. Simultaneously support the interworking of Layer 2 and Layer 3 heterogeneous networks;

2、可以和现有的VPN技术方案整合,具备更高的灵活性;2. It can be integrated with existing VPN technical solutions, with higher flexibility;

3、支持硬件设备实现,降低性能开销。3. Support hardware device implementation to reduce performance overhead.

本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储于一计算机可读取存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:移动存储设备、随机存取存储器(RAM,Random Access Memory)、只读存储器(ROM,Read-Only Memory)、磁碟或者光盘等各种可以存储程序代码的介质。Those of ordinary skill in the art can understand that all or part of the steps of implementing the above method embodiments can be completed by program instructions related to hardware, the aforementioned program can be stored in a computer-readable storage medium, and when the program is executed, execute Including the steps of the above method embodiment; and the aforementioned storage medium includes: a mobile storage device, a random access memory (RAM, Random Access Memory), a read-only memory (ROM, Read-Only Memory), a magnetic disk or an optical disk and other various A medium on which program code can be stored.

或者,本发明上述集成的单元如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明实施例的技术方案本质上或者说对相关技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机、服务器、或者网络设备等)执行本发明各个实施例所述方法的全部或部分。而前述的存储介质包括:移动存储设备、RAM、ROM、磁碟或者光盘等各种可以存储程序代码的介质。Alternatively, if the above-mentioned integrated unit of the present invention is implemented in the form of a software function module and sold or used as an independent product, it may also be stored in a computer-readable storage medium. Based on such understanding, the technical solutions of the embodiments of the present invention may be embodied in the form of software products in essence or the parts that make contributions to related technologies. The computer software products are stored in a storage medium and include several instructions for making A computer device (which may be a personal computer, a server, or a network device, etc.) executes all or part of the methods described in the various embodiments of the present invention. The aforementioned storage medium includes: a removable storage device, a RAM, a ROM, a magnetic disk or an optical disk and other mediums that can store program codes.

以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。The above are only specific embodiments of the present invention, but the protection scope of the present invention is not limited thereto. Any person skilled in the art can easily think of changes or substitutions within the technical scope disclosed by the present invention. should be included within the protection scope of the present invention. Therefore, the protection scope of the present invention should be based on the protection scope of the claims.

Claims (10)

1. The system for intercommunication between heterogeneous networks of a cloud computing platform is characterized in that the system is arranged between the cloud platform network and an external heterogeneous network;
the system comprises: a routing network element and a forwarding network element;
the routing network element and the forwarding network element are used for supporting an external heterogeneous network to access a cloud platform network through the routing network element and the forwarding network element;
the routing network element is further configured to support the cloud platform network to communicate with the external heterogeneous network through the routing network element; the routing network element inquires the destination address of the data packet; sending the data packet through an internal service gateway interface under the condition that the destination address is an internal service network of the cloud platform; sending the data packet out through a private gateway interface under the condition that the destination address is an external heterogeneous network;
the forwarding network element is also used for supporting the two-layer intercommunication between the cloud platform network and AN external heterogeneous network through the forwarding network element, sending a data packet received by the internal forwarding interface through a corresponding external network forwarding interface according to the virtual local area network V L AN identification information of the data packet, and sending the data packet received by the external network interface through a corresponding internal interface according to the tunnel identification information of the data packet.
2. The system of claim 1,
the routing network element is further configured to configure a private gateway interface, and connect to the external heterogeneous network through the forwarding network element;
the routing network element is further configured to configure an internal service gateway interface to connect to the service network.
3. The system of claim 1,
the routing network element is further configured to configure a private gateway routing table, and configure a gateway address of a network where the configured private gateway interface is located as a default next hop address;
the routing network element is further configured to publish routing information of the cloud platform service network to the external heterogeneous network through the configured private gateway interface.
4. The system of claim 1,
the routing network element is further configured to dynamically learn the routing information of the external heterogeneous network through the configured private gateway interface, and dynamically update a private gateway routing table.
5. The system of claim 1,
the forwarding network element is further configured to configure an external forwarding interface to connect to the external heterogeneous network, and configure an internal forwarding interface to connect to the service network;
the forwarding network element is further configured to configure a forwarding table, so that the external heterogeneous network and the service network are in the same two-layer broadcast domain.
6. A method for intercommunication between heterogeneous networks of a cloud computing platform is characterized in that a routing network element and a forwarding network element are arranged between a cloud platform network and an external heterogeneous network;
the method comprises the following steps:
the routing network element and the forwarding network element support an external heterogeneous network to access a cloud platform network through the routing network element and the forwarding network element;
the routing network element supports the cloud platform network to be communicated with the external heterogeneous network through the routing network element;
the routing network element inquires the destination address of the data packet; sending the data packet through an internal service gateway interface under the condition that the destination address is an internal service network of the cloud platform; sending the data packet out through a private gateway interface under the condition that the destination address is an external heterogeneous network;
the forwarding network element supports the two-layer intercommunication of the cloud platform network and an external heterogeneous network through the forwarding network element;
the forwarding network element sends the data packet received by the internal forwarding interface through the corresponding external network forwarding interface according to the virtual local area network V L AN identification information of the data packet, and sends the data packet received by the external network interface through the corresponding internal interface according to the tunnel identification information of the data packet.
7. The method of claim 6, wherein the routing network element supports the cloud platform network to interwork with the external heterogeneous network through three layers of the routing network element, and comprises:
the routing network element is configured with a private gateway interface and is connected to the external heterogeneous network through the forwarding network element;
and the routing network element configures an internal service gateway interface to be connected to the service network.
8. The method of claim 6, wherein the routing network element supports the cloud platform network to interwork with the external heterogeneous network through three layers of the routing network element, and comprises:
the routing network element configures a private gateway routing table, and configures a gateway address of a network where a configured private gateway interface is located as a default next hop address;
and the routing network element issues the routing information of the cloud platform service network to the external heterogeneous network through the configured private gateway interface.
9. The method of claim 6, wherein the routing network element supports the cloud platform network to interwork with the external heterogeneous network through three layers of the routing network element, and comprises:
and the routing network element dynamically learns the routing information of the external heterogeneous network through the configured private gateway interface and dynamically updates a private gateway routing table.
10. The method of any one of claims 6 to 9, wherein the forwarding network element supports the cloud platform network to interwork with an external heterogeneous network layer two through the forwarding network element, and comprises:
the forwarding network element configures an external forwarding interface to connect with the external heterogeneous network, and configures an internal forwarding interface to connect with the service network;
and the forwarding network element configures a forwarding table to enable the external heterogeneous network and the service network to be in the same two-layer broadcast domain.
CN201511008691.0A 2015-12-29 2015-12-29 System and method for intercommunication among heterogeneous networks of cloud computing platform Active CN106936680B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511008691.0A CN106936680B (en) 2015-12-29 2015-12-29 System and method for intercommunication among heterogeneous networks of cloud computing platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511008691.0A CN106936680B (en) 2015-12-29 2015-12-29 System and method for intercommunication among heterogeneous networks of cloud computing platform

Publications (2)

Publication Number Publication Date
CN106936680A CN106936680A (en) 2017-07-07
CN106936680B true CN106936680B (en) 2020-08-07

Family

ID=59457569

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511008691.0A Active CN106936680B (en) 2015-12-29 2015-12-29 System and method for intercommunication among heterogeneous networks of cloud computing platform

Country Status (1)

Country Link
CN (1) CN106936680B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111130974B (en) * 2018-11-01 2022-01-18 深信服科技股份有限公司 Network intercommunication system and method based on multi-cloud environment
CN111130973B (en) * 2018-11-01 2021-09-17 深信服科技股份有限公司 Heterogeneous cloud network intercommunication system and method
CN111130975B (en) * 2018-11-01 2022-01-18 深信服科技股份有限公司 Hybrid cloud network intercommunication system and method
CN110868474B (en) * 2019-11-20 2022-11-04 无锡华云数据技术服务有限公司 An Internet element and network interworking method, system, device, and computer medium
CN112256393B (en) * 2020-10-22 2022-04-12 上海云轴信息科技有限公司 Resource management method and equipment for bare metal server
CN114278517A (en) * 2021-12-31 2022-04-05 无锡优耐特能源科技有限公司 Wind power plant monitoring system based on time sequence database
CN115022126B (en) * 2022-05-23 2023-09-01 苏州思萃工业互联网技术研究所有限公司 Implementation method and system of distributed edge gateway

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101247334A (en) * 2008-03-06 2008-08-20 中兴通讯股份有限公司 Virtual private local area network service network and implementation method and provider edge router
CN102801625A (en) * 2012-08-17 2012-11-28 杭州华三通信技术有限公司 Method and device for double layered mutual communication in heterogeneous network

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9673864B2 (en) * 2013-10-28 2017-06-06 Ipcomm Wireless hierarchical heterogeneous pico-net for ski control systems
CN104519554B (en) * 2014-12-12 2018-02-27 重庆邮电大学 A kind of method for supporting multiband 6LoWSN to access Internet parallel
CN104618525B (en) * 2015-03-05 2017-11-28 江苏中科羿链通信技术有限公司 The method of seamless connection based on layering route cross-heterogeneous-network

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101247334A (en) * 2008-03-06 2008-08-20 中兴通讯股份有限公司 Virtual private local area network service network and implementation method and provider edge router
CN102801625A (en) * 2012-08-17 2012-11-28 杭州华三通信技术有限公司 Method and device for double layered mutual communication in heterogeneous network

Also Published As

Publication number Publication date
CN106936680A (en) 2017-07-07

Similar Documents

Publication Publication Date Title
CN106936680B (en) System and method for intercommunication among heterogeneous networks of cloud computing platform
US10333836B2 (en) Convergence for EVPN multi-homed networks
CN103152267B (en) Route managing method and route method and network controller and router
US9590902B2 (en) Signaling aliasing capability in data centers
US8296459B1 (en) Custom routing decisions
US9197721B2 (en) Learning a MAC address
US8787149B1 (en) MAC address synchronization for multi-homing with multichassis link aggregation
US20190319914A1 (en) Source-dependent address resolution
CN113811858A (en) Enabling access to dedicated resources in a virtual network using a top of chassis switch
TW202026896A (en) Asynchronous object manager in a network routing environment
EP3188422B1 (en) Traffic black holing avoidance and fast convergence for active-active pbb-evpn redundancy
CN105337881B (en) A kind of processing method of data message, service node and drainage point
US20150030032A1 (en) Virtualization mapping
CN107948041B (en) Method and device for constructing VXLAN centralized multi-active gateway
CN107040463A (en) A system for avoiding traffic flooding due to asymmetric MAC learning
WO2020182156A1 (en) Message forwarding method in network, network node and network system
WO2016015497A1 (en) Method, device and system for forwarding packet
CN107948086A (en) A kind of data packet sending method, device and mixed cloud network system
US7660265B2 (en) Network packet inspection and forwarding
US11012412B2 (en) Method and system for network traffic steering towards a service device
CN107026796A (en) A VPN route notification method, data flow forwarding method, and related equipment
WO2017113300A1 (en) Route determining method, network configuration method and related device
CN106789748A (en) A kind of distributed couple in multiplexer DAM stacking network system and its apparatus
CN113381929A (en) Route processing method, gateway equipment and computer storage medium
US20240160496A1 (en) Address management in gpu super cluster

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 215163 building 10, No. 78, Keling Road, hi tech Zone, Suzhou, Jiangsu Province (Su hi tech software park)

Patentee after: China Mobile (Suzhou) Software Technology Co., Ltd

Patentee after: China Mobile Communications Group Co., Ltd

Address before: 215163 building 10, No. 78, Keling Road, hi tech Zone, Suzhou, Jiangsu Province (Su hi tech software park)

Patentee before: China Mobile (Suzhou) Software Technology Co., Ltd

Patentee before: China Mobile Communications Corporation

CP01 Change in the name or title of a patent holder