WO2019129236A1 - Procédé et dispositif de transmission de données à base de tunnel - Google Patents

Procédé et dispositif de transmission de données à base de tunnel Download PDF

Info

Publication number
WO2019129236A1
WO2019129236A1 PCT/CN2018/125039 CN2018125039W WO2019129236A1 WO 2019129236 A1 WO2019129236 A1 WO 2019129236A1 CN 2018125039 W CN2018125039 W CN 2018125039W WO 2019129236 A1 WO2019129236 A1 WO 2019129236A1
Authority
WO
WIPO (PCT)
Prior art keywords
tunnel
packet
outer ring
loopback
mac address
Prior art date
Application number
PCT/CN2018/125039
Other languages
English (en)
Chinese (zh)
Inventor
张平平
陈志伟
夏迎春
孙军欢
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2019129236A1 publication Critical patent/WO2019129236A1/fr

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
    • 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
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/50Routing or path finding of packets in data switching networks using label swapping, e.g. multi-protocol label switch [MPLS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • H04L47/82Miscellaneous aspects
    • H04L47/825Involving tunnels, e.g. MPLS

Definitions

  • the present disclosure relates to the field of communication technologies, for example, to a method and apparatus for transmitting data based on a tunnel.
  • Tunneling is a tunneling protocol implementation that uses the infrastructure of the Internet to transfer data between networks, following the standards of organizations such as the Institute of Electrical and Electronics Engineers (IEEE).
  • the data (or load) delivered using tunneling techniques can be data frames or packets of different protocols.
  • the tunneling protocol re-encapsulates data frames or packets of other protocols and then sends them through the tunnel.
  • the new data frame header provides routing information to pass the encapsulated payload data over the Internet.
  • Typical tunneling technologies include: Multi-Protocol Label Switching (MPLS), Virtual Extensible Local Area Network (VXLAN), and Transparent Interconnection of Lots of Links (TRILL).
  • MPLS Multi-Protocol Label Switching
  • VXLAN Virtual Extensible Local Area Network
  • TRILL Transparent Interconnection of Lots of Links
  • the underlying network is the network of the basic forwarding structure of the data center network. It is the physical foundation layer. As long as the data between the two points of the data center network is reachable, the basic network contains all relevant traditional network technologies.
  • Overlay network (Overlay network) is a virtualized framework superimposed on the network architecture. It is constructed by logical nodes and logical links. It has independent control plane and forwarding plane.
  • the Overlay network implements the bearer of the application layer on the Underlay network, and realizes the separation of services from other networks, and realizes the attempt to extend the physical network to the cloud and the virtualized network, so that the cloud resource pooling capability can get rid of the physical network. Restrictions to achieve cloud network convergence.
  • Equal-Cost Multi-path Routing is a routing technology.
  • the data packet destined for the destination address can only use one of the links, and the other links are in the backup state or inactive state.
  • ECMP can use multiple links simultaneously in the network environment, which not only increases the transmission bandwidth, but also backs up the data of the failed link without delay and without packet loss. transmission.
  • the biggest feature of ECMP is that it achieves the goal of multipath load balancing and link backup in the case of equal value.
  • ECMP is basically supported in static routing and Open Shortest Path First (OSPF).
  • OSPF Open Shortest Path First
  • the embodiments of the present disclosure provide a method and an apparatus for transmitting data based on a tunnel, which can provide a tunnel transmission scheme in an equal-cost multi-path routing protocol scenario, and reduce multi-port forwarding while reducing tunnel resources in an underlying chip of the overlay network device. Quantity.
  • an embodiment of the present disclosure provides a method for transmitting data based on a tunnel, including:
  • the tunnel is encapsulated in the overlay network, and the exit of the tunnel is set as a loopback interface.
  • the loopback of the packet encapsulated by the tunnel is performed on the loopback interface
  • the ECMP routing table of the equivalent multipath routing protocol is obtained according to the destination Internet Protocol (IP) address of the packet encapsulated by the tunnel, and multiple next hop IP addresses are obtained.
  • IP Internet Protocol
  • the packet encapsulated by the tunnel is forwarded by multiple forwarding ports corresponding to the multiple next hop IP addresses.
  • an embodiment of the present disclosure provides an apparatus for transmitting data based on a tunnel, including:
  • the tunnel encapsulation module is configured to encapsulate the packet in the overlay network and set the exit of the tunnel as a loopback interface.
  • the loopback module is configured to perform loopback on the packet encapsulated by the tunnel in the loopback interface, and send the packet encapsulated by the tunnel to the route forwarding module.
  • the routing and forwarding module is configured to obtain a plurality of next hop IP addresses according to the destination IP address of the packet encapsulated by the tunnel, and obtain a plurality of next hop IP addresses according to the destination IP address of the packet encapsulated by the tunnel.
  • the packets encapsulated by the tunnel are forwarded through multiple forwarding ports corresponding to the multiple next hop IP addresses.
  • Figure 1 is a schematic diagram of creating a VXLAN tunnel in an ECMP scenario
  • FIG. 2 is a flowchart of a method for transmitting data based on a tunnel according to an embodiment of the present disclosure
  • FIG. 3 is a schematic structural diagram of an apparatus for transmitting data based on a tunnel according to an embodiment of the present disclosure
  • Example 4 is a flowchart of a method for implementing data transmission based on a tunnel in an internal loopback manner according to Example 1 of the present disclosure
  • Example 5 is a flowchart of a method for implementing data transmission based on a tunnel in an external loopback manner according to Example 2 of the present disclosure
  • Example 6 is a schematic diagram of creating a tunnel in an overlay network in Example 3 of the present disclosure.
  • an embodiment of the present disclosure provides a method for transmitting data based on a tunnel, including:
  • Step 210 Tunnel the packet in the overlay network, and set the exit of the tunnel as a loopback.
  • Step 220 Perform loopback on the packet encapsulated by the tunnel in the loopback interface in the basic network.
  • Step 230 In the basic network, searching for the ECMP routing table of the equivalent multipath routing protocol to obtain multiple next hop IP addresses according to the destination IP address of the packet encapsulated by the tunnel, and the The packet encapsulated by the tunnel is forwarded by multiple forwarding ports corresponding to the multiple next hop IP addresses.
  • the method before the setting of the exit of the tunnel as a loopback, the method further includes:
  • MAC media access control
  • the setting the outlet of the tunnel as a loopback includes: setting an outlet of the tunnel as an inner ring.
  • loopback is performed on the tunnel encapsulated packet at the loopback end, including:
  • the method before the setting of the exit of the tunnel as a loopback, the method further includes:
  • VRF Virtual Routing Forwarding-instance
  • VRF2 Virtual Routing Forwarding-instance
  • the ECMP route in the VRF2 is imported into the VRF1, and the MAC address offset is configured for the first outer ring interface.
  • the MAC address offset is used to send the packet to the first outer ring interface.
  • the source MAC address and destination MAC address are different.
  • the setting the outlet of the tunnel as a loopback includes: setting an outlet of the tunnel as a first outer ring.
  • the loopback is performed on the packet encapsulated by the tunnel at the loopback end, including:
  • the tunneling the packet includes:
  • the service feature of the packet includes at least one of the following: a destination IP address of the packet, and a destination MAC address of the packet;
  • the encapsulation rules include: a multi-protocol label switching MPLS encapsulation rule, a virtual extensible local area network VXLAN encapsulation rule, or a multi-link transparent interconnection TRILL encapsulation rule.
  • the inner ring port is a high bandwidth port or a port group formed by multi-port link bundling.
  • the first outer ring port is a high bandwidth port or a port group formed by multi-port link bundling; the second outer ring port is a high bandwidth port or is formed by bundling a multi-port link. Port group.
  • the multiple tunnel resources in the underlying chip of the network device can be reduced to a tunnel resource in the technical solution of the embodiment, and the basis is (Underlay)
  • the network can forward packets to multiple forwarding outlets by searching multiple next hops of the ECMP route, so as to implement forwarding performance of multiple tunnels in the overlay network.
  • an embodiment of the present disclosure provides an apparatus for transmitting data based on a tunnel, including:
  • the tunnel encapsulation module 310 is configured to tunnel the packet in the overlay network and set the exit of the tunnel as a loopback port.
  • the loopback module 320 is configured to perform loopback on the packet encapsulated by the tunnel in the loopback interface, and send the packet encapsulated by the tunnel to the route forwarding module.
  • the routing and forwarding module 330 is configured to obtain, according to the destination IP address of the packet encapsulated by the tunnel, the EPO routing table of the equivalent multipath routing protocol to obtain multiple next hop IP addresses in the basic network, The packet encapsulated by the tunnel is forwarded by multiple forwarding ports corresponding to the multiple next hop IP addresses.
  • the apparatus further includes a first configuration module
  • the first configuration module is configured to establish an inner ring interface, and configure a medium access control MAC address offset for the inner ring port; wherein the MAC address offset is used to send the inner ring port
  • the source MAC address and destination MAC address of the packet are different.
  • the tunnel encapsulation module 310 is configured to set the outlet of the tunnel as an inner ring.
  • the loopback module 320 is configured to send the packet encapsulated by the tunnel to the inner ring port and receive the packet back from the inner ring port.
  • the device further includes a second configuration module
  • the second configuration module is configured to establish a first outer ring mouth and a second outer ring port, and directly connect the first outer ring port and the second outer ring port; Joining the first virtual routing forwarding instance VRF1, adding the second outer ring interface to the second virtual routing forwarding instance VRF2; recording the statically configured or dynamically learned ECMP routing in the routing table in the VRF2, and The ECMP route in the VRF2 is imported into the VRF1, and the MAC address offset is configured for the first outer ring interface. The MAC address offset is used to send the packet to the first outer ring interface.
  • the source MAC address and destination MAC address are different.
  • the tunnel encapsulation module 310 is configured to set the outlet of the tunnel as a first outer ring.
  • the loopback module 320 is configured to send the packet encapsulated by the tunnel to the first outer ring interface, and receive the packet from the second outer ring port.
  • the tunnel encapsulation module 310 is configured to tunnel encapsulate the packet according to a service feature corresponding to the service feature according to a service feature of the packet.
  • the service feature of the packet includes at least one of the following: a destination IP address of the packet, and a destination MAC address of the packet;
  • the encapsulation rules include: a multi-protocol label switching MPLS encapsulation rule, a virtual extensible local area network VXLAN encapsulation rule, or a multi-link transparent interconnection TRILL encapsulation rule.
  • the inner ring port is a high bandwidth port or a port group formed by multi-port link bundling
  • the first outer ring port is a high bandwidth port or a port group formed by multi-port link bundling; the second outer ring port is a high bandwidth port or is formed by bundling a multi-port link. Port group.
  • the multiple tunnel resources in the underlying chip of the network device can be reduced to a tunnel resource in the technical solution of the embodiment, and the basis is By looking up multiple next hops of an ECMP route, the network can forward packets out of multiple forwarding outlets to achieve the forwarding performance of multiple tunnels in an overlay network.
  • tunneling data based on the present application is illustrated by some examples below.
  • This example provides an internal loopback mode to implement data transmission based on tunnels in an ECMP scenario.
  • the tunnel encapsulation module encapsulates the tunnel information in the tunnel encapsulation module
  • the packet is sent to the inner ring interface.
  • the inner ring interface is reached, it is looped back into the routing and forwarding module.
  • the ECMP route is searched in the forwarding module.
  • the last packet is forwarded from the forwarding port corresponding to multiple next hops of the ECMP route.
  • the tunnel-based data transmission method of this example may include the following steps:
  • Step 401 Specify an inner ring interface of the switching device globally.
  • a port is selected as an inner ring port on the switching device; the packet sent from the inner ring port can be received back from the inner ring port; and the MAC address offset of the inner ring port is configured.
  • the next hop of the tunnel is the loopback of the local device. If the MAC address offset is not configured, the source and destination MAC addresses of the packets encapsulated by the tunnel encapsulation module are the same. Considering bandwidth and reliability requirements, you can set up a link aggregation (smartgroup) to implement multi-port link bundling to meet the forwarding requirements of high-bandwidth traffic.
  • Step 402 The route forwarding module learns the ECMP route according to the dynamic routing protocol.
  • Step 403 The tunnel encapsulation module encapsulates the packet and sets the exit of the tunnel as an inner ring interface.
  • Step 404 After the message is sent to the inner ring port, it is received back from the inner ring port through the loopback.
  • Step 405 The routing and forwarding module forwards the received packet from the inner ring interface, queries the ECMP route to obtain multiple next hop IP addresses, and forwards the packet from multiple forwarding ports corresponding to multiple next hop IP addresses. .
  • This example provides an external loopback mode to implement tunnel-based data transmission in an ECMP scenario.
  • VRFs Virtual Forwarding Routes
  • the tunnel-based data transmission method of this example may include the following steps:
  • Step 501 the two outer ring ports (the first outer ring port and the second outer ring port) of the switching device are specified, and the two outer ring ports are directly connected externally, and two VRFs (VRF1 and VRF2) are configured to be the first outer ring. Add VRF1 to the port and add the second outer ring to VRF2.
  • step 502 the ECMP route is learned in the VRF2, and the route of the VRF2 is imported into the VRF1.
  • Step 503 The tunnel encapsulation module encapsulates the packet and sets the exit of the tunnel as the first outer ring interface.
  • Step 504 After the packet is sent to the first outer ring interface, the packet is sent out from the first outer ring port and received from the second outer ring port.
  • Step 505 The route forwarding module receives the packet from the second outer ring interface, queries the ECMP route to obtain multiple next hop IP addresses, and sends the packet from multiple forwarding ports corresponding to multiple next hop IP addresses. Forward it out.
  • This example provides an external loopback method for implementing data transmission based on a VXLAN tunnel, and may include the following steps:
  • Step 1 Configure or learn ECMP routes in VRF2.
  • the first outer ring interface is added to VRF1, and the second outer ring port is added to VRF2.
  • the first outer ring port and the second outer ring port are directly connected.
  • the ECMP route points to multiple next hop outlets.
  • the first outer ring port and the second outer ring port can select high-bandwidth physical ports, or link aggregation (multi-port) through link aggregation (smartgroup) to meet the forwarding requirements of high-bandwidth traffic.
  • Step 2 Routing mutual routing between VRF1 and VRF2.
  • Step 3 Configure the MAC address offset of the Layer 3 interface corresponding to the first outer ring interface in VRF1 to prevent the source MAC (SMAC) of the encapsulated packets from being equal to the destination MAC (DMA).
  • SMAC source MAC
  • DMA destination MAC
  • Step 4 When the tunnel encapsulation module receives the dynamic protocol or statically sends the VXLAN tunnel, the outbound port of the tunnel is specified according to the routing information in VRF1, and the egress port is the first outer ring interface, so that the tunnel encapsulation module is encapsulated. After that, the packet is sent to the first outer ring interface and the source MAC address of the packet is the address after the MAC offset is set.
  • Step 5 The packet is sent out from the first outer ring interface and received from the second outer ring interface.
  • the route forwarding module performs packet feature matching in the VRF2, and queries the ECMP route to obtain multiple next hop IP addresses.
  • the forwarding port corresponding to the next hop IP address forwards the packet.
  • FIG. 6 is a schematic diagram of creating a tunnel in an overlay network.
  • the method for implementing data transmission of other tunneling protocols in the external loopback mode is similar to the present example, except that the encapsulation rules used by the tunnel encapsulation module to encapsulate packets are different, for example, data transmission for the MPLS protocol, tunnel
  • the encapsulation module encapsulates the tunnel header based on the MPLS protocol, and the loopback processing and ECMP routing and forwarding are the same as the present example.
  • This example provides a method for implementing data transmission based on a vxlan tunnel in an inner loop manner, which may include the following steps:
  • Step 1 Specify the inner ring port globally.
  • a high-bandwidth physical port or a high-bandwidth and high-reliability link aggregation group can be selected as the internal loopback port.
  • This example selects the smartgroup group as the internal ringback port. First, configure the smartgroup group, add the ports to the smartgroup group, and then enable the smartgroup group to be in inner ring mode.
  • Step 2 Configure a routing interface on the smartgroup group to enable Layer 3 forwarding of the smartgroup group.
  • the packet is sent to the inner ring interface after being encapsulated by the tunnel encapsulation module.
  • the loopback packet is forwarded to the ECMP route in the routing and forwarding module. Therefore, the smartgroup is enabled with the Layer 3 function.
  • Step 3 The route forwarding module learns the ECMP route according to the dynamic routing protocol.
  • Step 4 When the tunnel encapsulation module receives the dynamic protocol or the static configuration, the egress is set to the inner ring interface. After the tunnel encapsulation module is encapsulated, the packet is sent to the inner ring interface and the packet is sent.
  • the source MAC address is the address after the MAC offset is set.
  • Step 5 The packet is sent out from the inner ring interface, and then received from the inner ring interface.
  • the route forwarding module queries the ECMP route to obtain multiple next hop IP addresses, and multiple forwarding ports corresponding to multiple next hop IP addresses will be used. The message is forwarded.
  • the three-layer forwarding of packets is shared from different ports, which can achieve the forwarding performance of multiple tunnels in the overlay network.
  • the tunnel exit is Inner ring mouth.
  • the method for implementing data transmission of other tunneling protocols by using the inner ring mode is similar to the present example, except that the encapsulation rules used by the tunnel encapsulating module to encapsulate the packet are different, for example, data transmission for the MPLS protocol, tunnel encapsulation.
  • the module encapsulates the tunnel header based on the MPLS protocol, and the loopback processing and ECMP routing and forwarding are the same as this example.
  • the method and the device for transmitting data based on the tunnel are provided in the embodiment of the present disclosure.
  • the technical solution of the embodiment of the present disclosure can implement multi-port forwarding in the scenario of the basic network application ECMP technology while reducing the overlay network device.

Abstract

La présente invention concerne un procédé de transmission de données basé sur un tunnel, comprenant les étapes suivantes : dans un réseau superposé, encapsuler un message dans un tunnel, et configurer une sortie du tunnel en tant que port de bouclage ; dans un réseau de base, boucler le message encapsulé dans le tunnel au niveau du port de bouclage, rechercher une table de routage ECMP (multiples trajets à coûts égaux) de protocole de routage ECMP selon une adresse IP (protocole Internet) de destination du message encapsulé dans le tunnel de façon à obtenir une pluralité d'adresses IP de bond suivant, et réacheminer le message encapsulé dans le tunnel grâce à une pluralité de ports de réacheminement correspondant à la pluralité d'adresses IP de bond suivant. La présente invention concerne aussi un dispositif de transmission de données à base de tunnel.
PCT/CN2018/125039 2017-12-29 2018-12-28 Procédé et dispositif de transmission de données à base de tunnel WO2019129236A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711470852.7A CN109995654B (zh) 2017-12-29 2017-12-29 一种基于隧道传输数据的方法及装置
CN201711470852.7 2017-12-29

Publications (1)

Publication Number Publication Date
WO2019129236A1 true WO2019129236A1 (fr) 2019-07-04

Family

ID=67063252

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/125039 WO2019129236A1 (fr) 2017-12-29 2018-12-28 Procédé et dispositif de transmission de données à base de tunnel

Country Status (2)

Country Link
CN (1) CN109995654B (fr)
WO (1) WO2019129236A1 (fr)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111614536A (zh) * 2020-04-20 2020-09-01 视联动力信息技术股份有限公司 一种数据转发的方法及装置
SE1951128A1 (en) * 2019-10-03 2021-04-04 Telia Co Ab A method and an apparatus for routing data packets in 9
CN112636789A (zh) * 2020-12-31 2021-04-09 广东电网有限责任公司电力调度控制中心 一种电力线通信的虚拟mac方法及装置
CN113472647A (zh) * 2021-06-11 2021-10-01 新华三信息安全技术有限公司 一种报文转发方法及装置
CN113765823A (zh) * 2021-09-29 2021-12-07 新华三信息安全技术有限公司 一种报文转发方法及装置
CN115514702A (zh) * 2022-09-16 2022-12-23 苏州盛科科技有限公司 快速切换链路的方法、装置、电子设备及存储介质

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113542111A (zh) * 2020-04-20 2021-10-22 华为技术有限公司 一种报文转发方法及网络设备
CN111884904B (zh) * 2020-07-23 2021-09-24 中盈优创资讯科技有限公司 一种基于设备配置动态管理vxlan隧道的方法及装置
CN114124617A (zh) * 2020-08-31 2022-03-01 华为技术有限公司 一种通信方法、装置、设备及系统
CN115914069A (zh) * 2021-09-30 2023-04-04 中兴通讯股份有限公司 数据转发方法、系统、电子设备和存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101599883A (zh) * 2008-07-02 2009-12-09 上海恩际恩网络科技有限公司 一种基于重叠网的安全传输网络体系架构
US20150009995A1 (en) * 2013-07-08 2015-01-08 Nicira, Inc. Encapsulating Data Packets Using an Adaptive Tunnelling Protocol
CN104871495A (zh) * 2012-09-26 2015-08-26 华为技术有限公司 用于叠加网络的虚拟叠加网关
CN106470157A (zh) * 2015-08-21 2017-03-01 中兴通讯股份有限公司 隧道的优先级设置方法及装置

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2087419B1 (fr) * 2006-11-21 2016-09-21 Avaya Inc. Support de vpn-ip basé sur bgp dans un réseau routé
CN101267402A (zh) * 2008-05-08 2008-09-17 北京邮电大学 基于t-mpls的双标签传送及控制机制
US9008082B2 (en) * 2009-12-07 2015-04-14 Telefonaktiebolaget L M Ericsson (Publ) Handling data packets received at a routing node
CN102801628A (zh) * 2012-08-20 2012-11-28 神州数码网络(北京)有限公司 一种gre隧道中的数据转发方法及其系统
US9036476B2 (en) * 2012-09-28 2015-05-19 Juniper Networks, Inc. Maintaining load balancing after service application with a network device
CN104184676B (zh) * 2013-05-27 2017-08-11 华为技术有限公司 一种数据中心网络及其流量均衡方法和控制器
US9832102B2 (en) * 2013-08-07 2017-11-28 Telefonaktiebolaget L M Ericsson (Publ) Automatic establishment of redundant paths with cautious restoration in a packet network
US9667538B2 (en) * 2015-01-30 2017-05-30 Telefonaktiebolget L M Ericsson (Publ) Method and apparatus for connecting a gateway router to a set of scalable virtual IP network appliances in overlay networks
CN106330597B (zh) * 2015-07-10 2019-07-26 新华三技术有限公司 Vxlan隧道端点vtep之间的路径可达检测方法和装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101599883A (zh) * 2008-07-02 2009-12-09 上海恩际恩网络科技有限公司 一种基于重叠网的安全传输网络体系架构
CN104871495A (zh) * 2012-09-26 2015-08-26 华为技术有限公司 用于叠加网络的虚拟叠加网关
US20150009995A1 (en) * 2013-07-08 2015-01-08 Nicira, Inc. Encapsulating Data Packets Using an Adaptive Tunnelling Protocol
CN106470157A (zh) * 2015-08-21 2017-03-01 中兴通讯股份有限公司 隧道的优先级设置方法及装置

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE1951128A1 (en) * 2019-10-03 2021-04-04 Telia Co Ab A method and an apparatus for routing data packets in 9
EP3800841A1 (fr) * 2019-10-03 2021-04-07 Telia Company AB Procédé et appareil d'acheminement de paquets de données dans un réseau
SE544376C2 (en) * 2019-10-03 2022-04-26 Telia Co Ab A method and an apparatus for configuring static routes through internal virtual route forwarders
US11463359B2 (en) 2019-10-03 2022-10-04 Telia Company Ab Method and an apparatus for routing data packets in a network
CN111614536A (zh) * 2020-04-20 2020-09-01 视联动力信息技术股份有限公司 一种数据转发的方法及装置
CN112636789A (zh) * 2020-12-31 2021-04-09 广东电网有限责任公司电力调度控制中心 一种电力线通信的虚拟mac方法及装置
CN113472647A (zh) * 2021-06-11 2021-10-01 新华三信息安全技术有限公司 一种报文转发方法及装置
CN113765823A (zh) * 2021-09-29 2021-12-07 新华三信息安全技术有限公司 一种报文转发方法及装置
CN115514702A (zh) * 2022-09-16 2022-12-23 苏州盛科科技有限公司 快速切换链路的方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN109995654A (zh) 2019-07-09
CN109995654B (zh) 2022-05-20

Similar Documents

Publication Publication Date Title
WO2019129236A1 (fr) Procédé et dispositif de transmission de données à base de tunnel
EP2412129B1 (fr) Connexion hôte redondante dans un réseau routé
US8351352B1 (en) Methods and apparatus for RBridge hop-by-hop compression and frame aggregation
US9444642B2 (en) LAN multiplexing apparatus
US9742693B2 (en) Dynamic service insertion in a fabric switch
US8446914B2 (en) Method and system for link aggregation across multiple switches
US9736085B2 (en) End-to end lossless Ethernet in Ethernet fabric
JP5542927B2 (ja) ノード間リンク集合システムおよび方法
CN111901235A (zh) 处理路由的方法和装置、以及数据传输的方法和装置
US20120281700A1 (en) Layer-3 support in trill networks
US20100118882A1 (en) Method, Apparatus, and System For Packet Transmission
US11563680B2 (en) Pseudo wire load sharing method and device
EP2920926B1 (fr) Agrégations de liaisons virtuelles à travers plusieurs commutateurs matriciels
WO2022062506A1 (fr) Procédé et appareil de traitement de données, support de stockage et appareil électronique
EP3054634B1 (fr) Schéma pour effectuer une fonction de transfert tunnel monopasse sur une structure de réseau à deux couches
WO2011113340A1 (fr) Procédé et appareil d'accès destinés à un réseau privé virtuel de couche 2 à commutation multiprotocole par étiquette
US8861339B2 (en) Packet forwarding function of a mobility switch deployed as routed SMLT (RSMLT) node
WO2011054263A1 (fr) Procédé et système d'accès pour des réseaux privés virtuels (vpn) de niveau 3
WO2011160517A1 (fr) Procédé et système de commutation de tunnel pour services de commutation multiprotocole par étiquette
WO2021093463A1 (fr) Procédé de transfert de paquets, premier dispositif de réseau et premier groupe de dispositifs
US9699117B2 (en) Integrated fibre channel support in an ethernet fabric switch
WO2011160464A1 (fr) Procédé d'acheminement de message et puce de commutation
US20110222541A1 (en) Network System, Edge Node, and Relay Node
JP7298606B2 (ja) 通信システム及び通信方法
WO2009097796A1 (fr) Procédé de multidiffusion d'anneau de transport d'infrastructure de fournisseur et réseau en anneau de multidiffusion et dispositif de nœud

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: 18897601

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC ( EPO FORM 1205A DATED 19/11/2020 )

122 Ep: pct application non-entry in european phase

Ref document number: 18897601

Country of ref document: EP

Kind code of ref document: A1