WO2016091156A1 - Node fault judgement method and device - Google Patents

Node fault judgement method and device Download PDF

Info

Publication number
WO2016091156A1
WO2016091156A1 PCT/CN2015/096710 CN2015096710W WO2016091156A1 WO 2016091156 A1 WO2016091156 A1 WO 2016091156A1 CN 2015096710 W CN2015096710 W CN 2015096710W WO 2016091156 A1 WO2016091156 A1 WO 2016091156A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
diagnosed
message
flow table
flow
Prior art date
Application number
PCT/CN2015/096710
Other languages
French (fr)
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 WO2016091156A1 publication Critical patent/WO2016091156A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/40Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using virtualisation of network functions or resources, e.g. SDN or NFV entities

Definitions

  • the present invention relates to the field of communications, and in particular, to a method and apparatus for determining a node failure.
  • SDN Software Defined Network
  • the SDN is a new type of data communication network technology.
  • the SDN is characterized by separation of control and forwarding, separating the control part of the router and the switch in the original network, implemented by software, and the remaining forwarding part is implemented by the network device.
  • the former can be called the control plane/control layer, and the latter can be called the forwarding plane or the forwarding layer.
  • the forwarding table implements the data packet forwarding based on the flow table.
  • the flow table is composed of a number of flow entries with different priorities. The flow entries with high priority are matched first.
  • a flow entry consists of a matching domain, a command domain, and a statistical domain.
  • the forwarding plane device receives the inbound packet, performs matching operations on the flow table entry priority order, and switches the statistics field counter to the hit flow table entry, and performs the operation specified by the command domain. These actions may include performing datagrams on the datagram. Modify, discard, report to the control plane, forward from the specified port, and so on.
  • the forwarding plane device supports multi-level flow tables. After all the flow tables are matched, the action set output message is executed.
  • Controlling the behavior of the device facing the forwarding plane is to modify the latter's flow table implementation with the OpenFlow protocol.
  • the current OpenFlow protocol supports multi-level flow tables, group tables, supports IPv6, and supports capability negotiation.
  • the control plane obtains the switch port information, obtains the network connection diagram through the link detection protocol, and learns the media access control (MAC) address to obtain the connection relationship between the host and the network, thereby generating a topology and an end-to-end path, and According to this, the forwarding table is generated and sent to the forwarding plane device.
  • the control plane can send the flow table to the control plane, generate a new path by querying the topology, and then send the forwarding table to the forwarding plane device on the corresponding path to validate the new path.
  • the current Internet protocol-based message exchange network communication service is the communication two parties at both ends of the path, and a series of network devices in the path are completed according to the rules.
  • a message is sent from the originating host, it is sent to the first forwarding device in the path, which is processed and sent to the second forwarding device on the path, and thus repeated until the receiving host.
  • the complete path of network transmission is composed of such directional links in sequence.
  • the message exchange network described above is relatively traditional time-division exchange.
  • the forwarding device in the network processes multiple packets at the same time to form multiple virtual packet paths/“circuits” and serves multiple paths of communication services.
  • any forwarding device on the network When any forwarding device on the network generates a physical fault, such as a port fault or a logical fault, such as the path indication and other devices on the path are inconsistent, the packet cannot be sent to the receiver and the communication fails.
  • the administrator will receive a fault report indicating what kind of service is causing the fault.
  • the embodiment of the invention provides a method and a device for determining a fault of a node, so as to solve at least the problem that the fault cannot be quickly and accurately located in the related art without special modification to the network forwarding device or normal service forwarding. .
  • a method for judging a node fault includes: processing a diagnostic message according to a flow table of the node to be diagnosed, to obtain an expected message; and sending the diagnostic message to the diagnostic message
  • the diagnosed node obtains an outgoing message that has been processed by the flow table of the diagnosed node, and determines that the diagnosed node is faulty if the outgoing message is inconsistent with the expected message.
  • the node or in the case that the outgoing message is not received, determines that the diagnosed node is a faulty node.
  • the obtaining the outgoing packet that is processed by the flow table of the diagnosed node includes: sending a flow entry with the highest priority to the next node of the diagnosed node, where The flow table entry of the highest priority is used to match the outgoing message of the diagnosed node and is reported; and the outgoing message of the diagnosed node reported by the next node of the diagnosed node is obtained.
  • the sending the highest priority flow entry to the next node of the diagnosed node includes: if the diagnosed node is not a tail node, to the diagnosed node The next node sends the highest priority flow entry.
  • the obtaining the outgoing message after being processed by the flow table of the diagnosed node includes: sending the flow table to the diagnosed node if the diagnosed node is a tail node The item, wherein the delivered flow entry is used to match the outgoing message of the diagnosed node and is reported; and the outgoing message of the diagnosed node reported by the diagnosed node is obtained.
  • the processing of the diagnostic message according to the flow table of the diagnosed node to obtain the expected message includes: importing the flow table of the diagnosed node by using a built-in flow table processing module And processing the diagnostic packet according to the flow table of the diagnosed node to obtain the expected packet; or importing the flow of the diagnosed node by using a physical forwarding layer device or a virtual forwarding layer device And processing the diagnostic message according to the flow table of the diagnosed node to obtain the expected message.
  • a device for determining a node failure comprising: a flow table processing module, configured to process the diagnostic message according to a flow table of the node to be diagnosed, to obtain an expected message; An obtaining module, configured to send the diagnostic message to the diagnosed node, and obtain an outgoing message that is processed by the flow table of the diagnosed node; and the determining module is configured to confirm the outgoing message If the expected node is inconsistent with the expected message, it is determined that the diagnosed node is a faulty node, or if the outgoing message is not received, the diagnosed node is determined to be a faulty node.
  • the acquiring module includes: a first sending unit, configured to send a flow entry with the highest priority to the next node of the diagnosed node, where the highest priority flow The entry is used to match the outgoing message of the diagnosed node and is reported.
  • the first obtaining unit is configured to obtain an outgoing message of the diagnosed node reported by the next node of the diagnosed node.
  • the first sending unit is further configured to send the highest priority stream to the next node of the diagnosed node if the diagnosed node is not a tail node. Entry.
  • the acquiring module further includes: a second sending unit, configured to send a flow entry to the diagnosed node if the diagnosed node is a tail node, where The sent flow entry is used to match the outgoing message of the diagnosed node and is reported; the second obtaining unit is configured to obtain the outgoing message of the diagnosed node reported by the diagnosed node.
  • the flow table processing module is built in the device, and the flow table of the diagnosed node is imported, and the diagnostic message is processed according to the flow table of the diagnosed node. Obtaining the expected packet; or the flow table processing module imports the flow table of the diagnosed node by using a physical forwarding layer device or a virtual forwarding layer device, and according to the flow table pair that the diagnosed node has The diagnostic message is processed to obtain the expected message.
  • the diagnostic message is processed according to the flow table of the node to be diagnosed, and the expected message is obtained; the diagnosis message is sent to the node to be diagnosed, and the flow table of the node to be diagnosed is processed.
  • the outgoing message when it is confirmed that the message is inconsistent with the expected message, it is judged that the node being diagnosed is a faulty node, or if the outgoing message is not received, it is determined that the node to be diagnosed is a faulty node.
  • the invention solves the problem that the fault cannot be quickly and accurately located in the related art, thereby realizing the effect of quickly and accurately positioning the fault.
  • FIG. 1 is a schematic diagram of a flow table entry structure and a flow table processing process of an Openflow switch
  • FIG. 2 is a flowchart of a method for determining a node failure according to an embodiment of the present invention
  • FIG. 3 is a structural block diagram of a device for determining a node failure according to an embodiment of the present invention
  • FIG. 4 is a structural block diagram 1 of a device for determining a node failure according to an embodiment of the present invention
  • FIG. 5 is a structural block diagram 2 of a device for determining a node failure according to an embodiment of the present invention
  • FIG. 6 is a flowchart of a scheduling unit selection call diagnostic unit according to an embodiment of the present invention.
  • FIG. 7 is a flow chart of invoking a single node diagnostic unit in accordance with an embodiment of the present invention.
  • FIG. 8 is a flowchart of a processing procedure of a general diagnostic unit according to an embodiment of the present invention.
  • FIG. 9 is a flow chart showing the processing of a single node diagnostic unit in accordance with an embodiment of the present invention.
  • FIG. 2 is a flowchart of a method for determining a node fault according to an embodiment of the present invention. As shown in FIG. 2, the process includes the following steps:
  • Step S202 processing the diagnostic message according to the flow table of the node to be diagnosed, to obtain an expected message
  • step S204 the diagnostic message is sent to the diagnosed node, and the outgoing message is processed after being processed by the flow table of the diagnosed node.
  • Step S206 When it is confirmed that the message is inconsistent with the expected message, it is determined that the diagnosed node is a faulty node, or if the outgoing message is not received, it is determined that the diagnosed node is a faulty node.
  • the diagnostic message is set, and the expected message is generated according to the diagnostic message, and the diagnostic message is processed by the diagnosed node to generate an outgoing message, and the compared node is compared with the expected message to determine the node to be diagnosed. Whether it is a faulty node or not, in the process of determining whether a node is a faulty node, a special modification of the network forwarding device is required, and the normal service forwarding is affected.
  • the above steps solve the problem in the related art. The problem of fast and accurate fault location is not implemented when the network forwarding device is modified or not, and the fault is quickly and accurately located.
  • the highest priority flow entry is delivered to the next node of the diagnostic node.
  • the flow table entry of the highest priority is used to match the outgoing message of the diagnosed node and is reported, so that the next node of the diagnosed node obtains the outgoing message of the diagnosed node reported by the next node of the diagnosed node.
  • the flow entry is sent to the node to be diagnosed, and the flow entry to be delivered is used to match the outgoing message of the node to be diagnosed and reported. Therefore, the outgoing message of the diagnosed node reported by the diagnosed node is obtained by the diagnosed node itself.
  • Step S202 involves processing the diagnostic message according to the flow table of the diagnosed node to obtain an expected message.
  • the flow table of the diagnosed node is imported through the built-in flow table processing module. And processing the diagnostic packet according to the flow table of the diagnosed node to obtain the expected packet.
  • the flow table of the diagnosed node is imported by using the physical forwarding layer device or the virtual forwarding layer device. And processing the diagnostic message according to the flow table of the diagnosed node to obtain the expected message.
  • a device for determining the fault of the node is provided, and the device is used to implement the foregoing embodiment and the preferred embodiment, and details are not described herein.
  • the term "module” may implement a combination of software and/or hardware of a predetermined function.
  • the apparatus described in the following embodiments is preferably implemented in software, hardware, or The implementation of a combination of software and hardware is also possible and conceived.
  • the device includes: a flow table processing module 32 configured to perform a diagnostic message according to a flow table of the node being diagnosed. Processing, the expected message is obtained; the obtaining module 34 is configured to send the diagnostic message to the diagnosed node, and obtain the outgoing message after being processed by the flow table of the diagnosed node; the determining module 36 is configured to confirm the report If the text is inconsistent with the expected message, it is determined that the diagnosed node is a faulty node, or if the outgoing message is not received, it is determined that the diagnosed node is a faulty node.
  • the obtaining module 34 includes: a first sending unit 342, configured to deliver the highest to the next node of the node to be diagnosed. a priority flow entry, where the highest priority flow entry is used to match the outgoing message of the diagnosed node and is reported; the first obtaining unit 344 is configured to acquire the diagnosed node reported by the next node of the diagnosed node. Outbound message.
  • the first sending unit 342 is further configured to send the highest priority flow entry to the next node of the diagnosed node if the diagnosed node is not the tail node.
  • FIG. 5 is a structural block diagram 2 of a device for determining a fault of a node according to an embodiment of the present invention.
  • the acquiring module 34 further includes: a second sending unit 346, configured to be in a case where the node to be diagnosed is a tail node. And sending a flow entry to the diagnosed node, where the delivered flow entry is used to match the outgoing message of the diagnosed node and is reported; and the second obtaining unit 348 is configured to obtain the diagnosed report by the diagnosed node. Outbound packet of the node.
  • the flow table processing module 32 is built in the node failure determining device, configured to import the flow table of the diagnosed node, and process the diagnostic message according to the flow table of the diagnosed node to obtain the
  • the flow message processing module 32 imports the flow table of the diagnosed node through the physical forwarding layer device or the virtual forwarding layer device, and processes the diagnostic message according to the flow table of the diagnosed node to obtain the expected report. Text.
  • each of the above modules may be implemented by software or hardware.
  • the foregoing may be implemented by, but not limited to, the foregoing modules are all located in the same processor; or, the above modules are respectively located.
  • the first processor, the second processor, and the third processor In the first processor, the second processor, and the third processor.
  • the following is an example of the diagnosis of the faulty node of the SDN network end-to-end.
  • the present invention discloses an end-to-end fault diagnosis method for the SDN network.
  • the SDN network fails due to the forwarding device, the administrator does not need to forward the special function of the device.
  • This alternative embodiment is applicable to a network transmission path having at least one forwarding node.
  • a diagnostic message with a specific feature can be edited.
  • the optional embodiment uses the diagnosis message as the first node, and the input diagnostic message of other nodes can use the diagnosis of the previous node on the path. Output the message, or use the output method of the previous node obtained by other methods.
  • This alternative embodiment can include two technical solutions, including:
  • Step 1 If the currently diagnosed node is not a tail node.
  • the second step is to process the diagnostic message by the flow table of the diagnosed node in the path, so as to obtain the expected outgoing message.
  • the third step is to deliver the highest priority flow entry to the next forwarding device of the currently diagnosed node in the path, and only match the expected outgoing diagnostic message, and send the packet.
  • Step 4 Issue diagnostic messages to the node being diagnosed.
  • Step 5 If the actual outgoing message with the specific feature is received, compare it with the expected message obtained in the second step. If not, the diagnosed node in the third step is a faulty node. The difference between the analysis and analysis can further lead to the cause of the failure. If the packet is not received within the specified time, the diagnosed node in the third step is a faulty node, and the node and its flow table may be further analyzed to obtain the fault cause.
  • Step 6 If you delete the flow table delivered in the third step.
  • Step 7 If the current diagnostic node is a tail node.
  • Step 8 Send a highest-priority flow entry to the currently diagnosed node, match only the diagnostic packet, copy the packet, and send it.
  • Step 9 The diagnostic message is processed by the flow table of the currently diagnosed node in the path, thereby obtaining the current expected outgoing message.
  • Step 10 Send a diagnostic message to the currently diagnosed node.
  • Step 11 If the received message is received, it is compared with the current expected outgoing message. If it is not met, the currently diagnosed node is a faulty node. Further comparison and analysis of the difference can result in the fault. If the packet is not received within the specified time, the currently diagnosed node is a faulty node, and the node and its flow table can be further analyzed to obtain the fault cause.
  • Step 12 Delete the flow table delivered in the eighth step.
  • the first step is to send a highest-priority flow entry to the currently diagnosed node, and only match the diagnostic packet, copy the packet, and send it.
  • the second step is to process the diagnostic message by the flow table of the currently diagnosed node in the path, so as to obtain the current expected outgoing message.
  • the third step is to send a diagnostic message to the currently diagnosed node.
  • Step 4 If the received message is received, it is compared with the current expected outgoing message. If it is not met, the currently diagnosed node is a faulty node. Further comparison and analysis of the difference can result in the fault. If the message is not received within the specified time, the current The node being diagnosed is a faulty node, and the node and its flow table can be further analyzed to obtain the cause of the fault.
  • Step 5 Delete the flow table delivered in the eighth step.
  • Ordinary diagnostic unit If the node has subsequent nodes on the path, the diagnosis can be performed by the common diagnostic unit.
  • Single-node diagnostic unit Diagnostics of nodes on a path, whether or not they have subsequent nodes.
  • the expected message generation unit loads a specific flow table set, imports the data report, and obtains the outgoing message processed by the flow table.
  • FIG. 6 is a flowchart of a scheduling unit selection call diagnostic unit according to an embodiment of the present invention. As shown in FIG. 6, the flow includes the following steps:
  • Step S602 selecting one node from among the nodes on the path as the current node.
  • Step S602 if the current node does not have the next node on the path, then go to step S608, otherwise go to step S606.
  • step S606 the normal diagnosis unit is called by the local node and the diagnostic message. This process ends.
  • Step S608 the single node diagnosis unit is called by the local node and the diagnostic message.
  • FIG. 7 is a flowchart of invoking a single node diagnostic unit according to an embodiment of the present invention. As shown in FIG. 7, the flow includes the following steps:
  • Step S702 selecting a node from the node on the path as the current node.
  • Step S704 the single node diagnosis unit is called by the local node and the diagnostic message.
  • FIG. 8 is a flowchart of a processing procedure of a general diagnostic unit according to an embodiment of the present invention.
  • the processing process of the general diagnostic unit depends on the current node and the diagnostic message transmitted by the scheduling unit. As shown in FIG. 8, the process includes the following steps:
  • Step S802 the calling expected message generating unit generates an expected message.
  • step S804 the flow table entry of the highest priority is delivered to the next node of the node, and the flow entry only matches the diagnostic message, and the diagnostic message is sent.
  • step S806 the diagnostic message is sent to the current node.
  • step S808 if the outgoing message sent by the next node is not received within the specified time, the process goes to step S812.
  • step S810 the outgoing message is received, and the outgoing message is compared with the expected message. If not, the process goes to step S812. If yes, the process goes to step S814.
  • Step S812 the current node is a faulty node, and the expected message and the outgoing message (if any) are presented to the administrator. further analysis.
  • Step S814 deleting the flow entry sent in step S804.
  • FIG. 9 is a flowchart of the processing procedure of the single-node diagnostic unit according to the embodiment of the present invention, as shown in FIG. The process includes the following steps:
  • Step S902 the expected message generating unit is called to generate an expected message.
  • step S904 the flow entry of the highest priority is delivered to the node to be diagnosed, and the flow entry only matches the diagnostic message, and the diagnostic message is copied and sent.
  • step S906 the diagnostic message is sent to the current node.
  • step S908 if the outgoing outgoing message is not received within the specified time, the process goes to step S912.
  • step S910 the outgoing message is received, and the outgoing message is compared with the expected message. If not, the process goes to step S912. If yes, the process goes to step S914.
  • step S912 the diagnosed node is a faulty node, and the expected message, and the outgoing message (if any) are presented to the administrator for further analysis.
  • Step S914 deleting the flow entry sent in step S904.
  • the expected message generation unit relies on the current node and the diagnostic message passed by the normal diagnosis unit or the tail node diagnosis unit.
  • a flow table processing module is built in, and the flow table set of the node saved by the control plane is imported according to the specified node, and the diagnostic message is transmitted, and processed by the flow table processing module, thereby obtaining The processed expected outgoing message.
  • the device may be a separate forwarding layer device, which may be a physical forwarding layer device or a virtual forwarding layer device (software system). Before importing the flow table of the specified node, First clear the original flow table, then import the flow table set of the node saved by the control plane, and send the diagnostic message to obtain the expected outgoing message.
  • the method for implementing the fault diagnosis of the SDN network end-to-end disclosed by the present embodiment can be implemented in the SDN network because the forwarding device fails, and the administrator does not need to forward the special function of the device.
  • a storage medium is further provided, where the software is stored in the storage medium, and the storage Media includes, but is not limited to, optical disks, floppy disks, hard disks, rewritable memories, and the like.
  • modules or steps of the present invention described above can be implemented by a general-purpose computing device that can be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
  • the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps thereof are fabricated as a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.
  • the diagnostic message is processed according to the flow table of the node to be diagnosed, and the expected message is obtained; the diagnosis message is sent to the node to be diagnosed, and the flow table of the node to be diagnosed is processed.
  • the outgoing message when it is confirmed that the message is inconsistent with the expected message, it is judged that the node being diagnosed is a faulty node, or if the outgoing message is not received, it is determined that the node to be diagnosed is a faulty node.
  • the invention solves the problem that the fault cannot be quickly and accurately located in the related art, thereby realizing the effect of quickly and accurately positioning the fault.

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Disclosed are a node fault judgement method and device. The method comprises: processing a diagnosis packet according to a flow table possessed by a node under diagnosis, so as to obtain an expected packet; issuing the diagnosis packet to the node under diagnosis, so as to acquire an issued packet processed via the flow table of the node under diagnosis; and in the case where it is confirmed that the issued packet is inconsistent with the expected packet, judging that the node under diagnosis is a faulty node, alternatively, in the case where the issued packet is not received, judging that the node under diagnosis is a faulty node. By means of the present invention, the problem in the related art that a fault cannot be quickly and accurately positioned is solved, thereby achieving the effect of quickly and accurately positioning the fault.

Description

节点故障的判断方法及装置Method and device for judging node failure 技术领域Technical field
本发明涉及通信领域,具体而言,涉及节点故障的判断方法及装置。The present invention relates to the field of communications, and in particular, to a method and apparatus for determining a node failure.
背景技术Background technique
软件定义的网络(Soft Defined Network,简称为SDN),是一种新型的数据通信网络技术。SDN的特点是控制和转发分离,将原先网络中的路由器和交换机的控制部分分离出来,由软件实现,剩余的转发部分由网络设备实现。前者可称为控制面/控制层,后者可称为转发面或者转发层。Software Defined Network (SDN) is a new type of data communication network technology. The SDN is characterized by separation of control and forwarding, separating the control part of the router and the switch in the original network, implemented by software, and the remaining forwarding part is implemented by the network device. The former can be called the control plane/control layer, and the latter can be called the forwarding plane or the forwarding layer.
转发面实现数据报转发的基础是流表,流表由若干具有不同优先级的流表项顺序排列组成,优先级高的流表项优先进行匹配。如图1所示,流表项主要由匹配域,指令域和统计域三部分以及其他附属字段组成。转发面设备接收入向报文,对其按流表项优先级顺序进行匹配操作,对命中的流表项,翻转统计域计数器,执行指令域指定的操作,这些动作可包含,对数据报进行修改,丢弃,上报给控制面,从指定端口转发等等。一般转发面设备支持多级流表。所有流表匹配完后执行动作集合输出报文。The forwarding table implements the data packet forwarding based on the flow table. The flow table is composed of a number of flow entries with different priorities. The flow entries with high priority are matched first. As shown in Figure 1, a flow entry consists of a matching domain, a command domain, and a statistical domain. The forwarding plane device receives the inbound packet, performs matching operations on the flow table entry priority order, and switches the statistics field counter to the hit flow table entry, and performs the operation specified by the command domain. These actions may include performing datagrams on the datagram. Modify, discard, report to the control plane, forward from the specified port, and so on. Generally, the forwarding plane device supports multi-level flow tables. After all the flow tables are matched, the action set output message is executed.
控制面对转发面设备行为的操纵是借助OpenFlow协议修改后者的流表实现。当前OpenFlow协议可支持多级流表,组表,支持IPv6,支持能力协商等等。Controlling the behavior of the device facing the forwarding plane is to modify the latter's flow table implementation with the OpenFlow protocol. The current OpenFlow protocol supports multi-level flow tables, group tables, supports IPv6, and supports capability negotiation.
控制面获取交换机端口信息,通过链路探测协议获取网络连接图,学习媒体接入控制(Media Access Control,简称为MAC)地址得到主机和网络的连接关系,从而生成拓扑及端到端路径,并据此生成转发表下发给转发面设备。对于未知报文,控制面可下发流表要求上报给控制面,通过查询拓扑生成新的路径,再下发转发表给对应路径上的转发面设备,从而将新路径生效。The control plane obtains the switch port information, obtains the network connection diagram through the link detection protocol, and learns the media access control (MAC) address to obtain the connection relationship between the host and the network, thereby generating a topology and an end-to-end path, and According to this, the forwarding table is generated and sent to the forwarding plane device. For the unknown packet, the control plane can send the flow table to the control plane, generate a new path by querying the topology, and then send the forwarding table to the forwarding plane device on the corresponding path to validate the new path.
对于报文交换,当前基于Internet协议的报文交换网络通信业务,是路径两端的通信双方,和路径中的一系列网络设备按照规则协力完成。当一个报文从始发端主机发出,发送给路径中的第一个转发设备,后者经过处理后将之发送给路径上的第二个转发设备,如此重复直至接收端主机。For packet exchange, the current Internet protocol-based message exchange network communication service is the communication two parties at both ends of the path, and a series of network devices in the path are completed according to the rules. When a message is sent from the originating host, it is sent to the first forwarding device in the path, which is processed and sent to the second forwarding device on the path, and thus repeated until the receiving host.
每个转发设备及其出向端口,和它所指向的路径上的下一个转发设备,组成一个有方向的链路。网络传输的完整路径就是由这样的有方向链路按顺序组合而成。Each forwarding device and its outgoing port, and the next forwarding device on the path it points to, form a directional link. The complete path of network transmission is composed of such directional links in sequence.
上文所述的报文交换网络,是相对传统的时分交换而言的。是指网络中的转发设备同时处理多个报文,形成多个虚拟的报文路径/“电路”,同时为多个通信业务的路径服务。The message exchange network described above is relatively traditional time-division exchange. The forwarding device in the network processes multiple packets at the same time to form multiple virtual packet paths/“circuits” and serves multiple paths of communication services.
当网络中的任意一个转发设备产生物理故障,比如端口损坏,或者逻辑故障,比如路径指示和路径上的其他设备不一致,就会使得报文无法送达接收端从而导致通信失败,此时管 理员会收到故障申告,指示是何种业务何种路径产生故障。When any forwarding device on the network generates a physical fault, such as a port fault or a logical fault, such as the path indication and other devices on the path are inconsistent, the packet cannot be sent to the receiver and the communication fails. The administrator will receive a fault report indicating what kind of service is causing the fault.
针对相关技术中,无法对故障进行快速精确定位的问题,还未提出有效的解决方案。In view of the related art, it is impossible to quickly and accurately locate a fault, and an effective solution has not been proposed.
发明内容Summary of the invention
本发明实施例提供了一种节点故障的判断方法及装置,以至少解决相关技术中无法在不对网络转发设备进行特殊修改,也不影响正常业务转发的情况下,对故障进行快速精确定位的问题。The embodiment of the invention provides a method and a device for determining a fault of a node, so as to solve at least the problem that the fault cannot be quickly and accurately located in the related art without special modification to the network forwarding device or normal service forwarding. .
根据本发明的一个实施例,提供了一种节点故障的判断方法,包括:将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;将所述诊断报文下发给所述被诊断节点,获取经所述被诊断节点的流表进行处理后的出向报文;在确认所述出向报文与所述预期报文不一致的情况下,判断所述被诊断节点为故障节点,或者,在未收到所述出向报文的情况下,判断所述被诊断节点为故障节点。According to an embodiment of the present invention, a method for judging a node fault is provided, which includes: processing a diagnostic message according to a flow table of the node to be diagnosed, to obtain an expected message; and sending the diagnostic message to the diagnostic message The diagnosed node obtains an outgoing message that has been processed by the flow table of the diagnosed node, and determines that the diagnosed node is faulty if the outgoing message is inconsistent with the expected message. The node, or in the case that the outgoing message is not received, determines that the diagnosed node is a faulty node.
在本发明实施例中,获取经所述被诊断节点的流表进行处理后的出向报文包括:向所述被诊断节点的下一节点下发最高优先级的流表项,其中,所述最高优先级的流表项用于匹配所述被诊断节点的出向报文并上报;获取所述被诊断节点的下一节点上报的所述被诊断节点的出向报文。In the embodiment of the present invention, the obtaining the outgoing packet that is processed by the flow table of the diagnosed node includes: sending a flow entry with the highest priority to the next node of the diagnosed node, where The flow table entry of the highest priority is used to match the outgoing message of the diagnosed node and is reported; and the outgoing message of the diagnosed node reported by the next node of the diagnosed node is obtained.
在本发明实施例中,向所述被诊断节点的下一节点下发所述最高优先级的流表项包括:在所述被诊断节点不是尾节点的情况下,则向所述被诊断节点的下一节点下发所述最高优先级的流表项。In the embodiment of the present invention, the sending the highest priority flow entry to the next node of the diagnosed node includes: if the diagnosed node is not a tail node, to the diagnosed node The next node sends the highest priority flow entry.
在本发明实施例中,获取经所述被诊断节点的流表进行处理后的出向报文包括:在所述被诊断节点是尾节点的情况下,向所述被诊断节点的下发流表项,其中,所述下发的流表项用于匹配所述被诊断节点的出向报文并上报;获取所述被诊断节点上报的所述被诊断节点的出向报文。In the embodiment of the present invention, the obtaining the outgoing message after being processed by the flow table of the diagnosed node includes: sending the flow table to the diagnosed node if the diagnosed node is a tail node The item, wherein the delivered flow entry is used to match the outgoing message of the diagnosed node and is reported; and the outgoing message of the diagnosed node reported by the diagnosed node is obtained.
在本发明实施例中,将所述诊断报文按照被诊断节点所具有的流表进行处理得到所述预期报文包括:通过内置的流表处理模块导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文;或者,通过物理转发层设备或者虚拟转发层设备导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文。In the embodiment of the present invention, the processing of the diagnostic message according to the flow table of the diagnosed node to obtain the expected message includes: importing the flow table of the diagnosed node by using a built-in flow table processing module And processing the diagnostic packet according to the flow table of the diagnosed node to obtain the expected packet; or importing the flow of the diagnosed node by using a physical forwarding layer device or a virtual forwarding layer device And processing the diagnostic message according to the flow table of the diagnosed node to obtain the expected message.
根据本发明的另一个实施例,还提供了一种节点故障的判断装置,包括:流表处理模块,设置为将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;获取模块,设置为将所述诊断报文下发给所述被诊断节点,获取经所述被诊断节点的流表进行处理后的出向报文;判断模块,设置为在确认所述出向报文与所述预期报文不一致的情况下,判断所述被诊断节点为故障节点,或者,在未收到所述出向报文的情况下,判断所述被诊断节点为故障节点。 According to another embodiment of the present invention, a device for determining a node failure is further provided, comprising: a flow table processing module, configured to process the diagnostic message according to a flow table of the node to be diagnosed, to obtain an expected message; An obtaining module, configured to send the diagnostic message to the diagnosed node, and obtain an outgoing message that is processed by the flow table of the diagnosed node; and the determining module is configured to confirm the outgoing message If the expected node is inconsistent with the expected message, it is determined that the diagnosed node is a faulty node, or if the outgoing message is not received, the diagnosed node is determined to be a faulty node.
在本发明实施例中,所述获取模块包括:第一下发单元,设置为向所述被诊断节点的下一节点下发最高优先级的流表项,其中,所述最高优先级的流表项用于匹配所述被诊断节点的出向报文并上报;第一获取单元,设置为获取所述被诊断节点的下一节点上报的所述被诊断节点的出向报文。In the embodiment of the present invention, the acquiring module includes: a first sending unit, configured to send a flow entry with the highest priority to the next node of the diagnosed node, where the highest priority flow The entry is used to match the outgoing message of the diagnosed node and is reported. The first obtaining unit is configured to obtain an outgoing message of the diagnosed node reported by the next node of the diagnosed node.
在本发明实施例中,所述第一下发单元还设置为在所述被诊断节点不是尾节点的情况下,则向所述被诊断节点的下一节点下发所述最高优先级的流表项。In the embodiment of the present invention, the first sending unit is further configured to send the highest priority stream to the next node of the diagnosed node if the diagnosed node is not a tail node. Entry.
在本发明实施例中,所述获取模块还包括:第二下发单元,设置为在所述被诊断节点是尾节点的情况下,向所述被诊断节点的下发流表项,其中,所述下发的流表项用于匹配所述被诊断节点的出向报文并上报;第二获取单元,设置为获取所述被诊断节点上报的所述被诊断节点的出向报文。In the embodiment of the present invention, the acquiring module further includes: a second sending unit, configured to send a flow entry to the diagnosed node if the diagnosed node is a tail node, where The sent flow entry is used to match the outgoing message of the diagnosed node and is reported; the second obtaining unit is configured to obtain the outgoing message of the diagnosed node reported by the diagnosed node.
在本发明实施例中,所述流表处理模块内置于装置中,导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文;或者,所述流表处理模块通过物理转发层设备或者虚拟转发层设备导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文。In the embodiment of the present invention, the flow table processing module is built in the device, and the flow table of the diagnosed node is imported, and the diagnostic message is processed according to the flow table of the diagnosed node. Obtaining the expected packet; or the flow table processing module imports the flow table of the diagnosed node by using a physical forwarding layer device or a virtual forwarding layer device, and according to the flow table pair that the diagnosed node has The diagnostic message is processed to obtain the expected message.
通过本发明实施例,采用将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;将诊断报文下发给被诊断节点,获取经被诊断节点的流表进行处理后的出向报文;在确认出向报文与预期报文不一致的情况下,判断被诊断节点为故障节点,或者,在未收到出向报文的情况下,判断被诊断节点为故障节点。解决了相关技术中无法对故障进行快速精确定位的问题,进而实现了对故障进行快速精确定位的效果。According to the embodiment of the present invention, the diagnostic message is processed according to the flow table of the node to be diagnosed, and the expected message is obtained; the diagnosis message is sent to the node to be diagnosed, and the flow table of the node to be diagnosed is processed. The outgoing message; when it is confirmed that the message is inconsistent with the expected message, it is judged that the node being diagnosed is a faulty node, or if the outgoing message is not received, it is determined that the node to be diagnosed is a faulty node. The invention solves the problem that the fault cannot be quickly and accurately located in the related art, thereby realizing the effect of quickly and accurately positioning the fault.
附图说明DRAWINGS
此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The drawings described herein are intended to provide a further understanding of the invention, and are intended to be a part of the invention. In the drawing:
图1是Openflow交换机流表项结构及流表处理过程示意图;FIG. 1 is a schematic diagram of a flow table entry structure and a flow table processing process of an Openflow switch;
图2是根据本发明实施例的节点故障的判断方法的流程图;2 is a flowchart of a method for determining a node failure according to an embodiment of the present invention;
图3是根据本发明实施例的节点故障的判断装置的结构框图;3 is a structural block diagram of a device for determining a node failure according to an embodiment of the present invention;
图4是根据本发明实施例的节点故障的判断装置的结构框图一;4 is a structural block diagram 1 of a device for determining a node failure according to an embodiment of the present invention;
图5是根据本发明实施例的节点故障的判断装置的结构框图二;5 is a structural block diagram 2 of a device for determining a node failure according to an embodiment of the present invention;
图6是根据本发明实施例的调度单元选择调用诊断单元的流程图;6 is a flowchart of a scheduling unit selection call diagnostic unit according to an embodiment of the present invention;
图7是根据本发明实施例的调用单节点诊断单元的流程图;7 is a flow chart of invoking a single node diagnostic unit in accordance with an embodiment of the present invention;
图8是根据本发明实施例的普通诊断单元的处理过程流程图; FIG. 8 is a flowchart of a processing procedure of a general diagnostic unit according to an embodiment of the present invention; FIG.
图9是根据本发明实施例的单节点诊断单元的处理过程流程图。9 is a flow chart showing the processing of a single node diagnostic unit in accordance with an embodiment of the present invention.
具体实施方式detailed description
下文中将参考附图并结合实施例来详细说明本发明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。The invention will be described in detail below with reference to the drawings in conjunction with the embodiments. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict.
在本实施例中提供了一种节点故障的判断方法,图2是根据本发明实施例的节点故障的判断方法的流程图,如图2所示,该流程包括如下步骤:In this embodiment, a method for determining a node fault is provided. FIG. 2 is a flowchart of a method for determining a node fault according to an embodiment of the present invention. As shown in FIG. 2, the process includes the following steps:
步骤S202,将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;Step S202, processing the diagnostic message according to the flow table of the node to be diagnosed, to obtain an expected message;
步骤S204,将诊断报文下发给被诊断节点,获取经被诊断节点的流表进行处理后的出向报文;In step S204, the diagnostic message is sent to the diagnosed node, and the outgoing message is processed after being processed by the flow table of the diagnosed node.
步骤S206,在确认出向报文与预期报文不一致的情况下,判断被诊断节点为故障节点,或者,在未收到出向报文的情况下,判断被诊断节点为故障节点。Step S206: When it is confirmed that the message is inconsistent with the expected message, it is determined that the diagnosed node is a faulty node, or if the outgoing message is not received, it is determined that the diagnosed node is a faulty node.
通过上述步骤,设置诊断报文,并根据诊断报文生成预期报文,及诊断报文经过被诊断节点的处理生成出向报文,通过将出向报文与预期报文的比较,判断被诊断节点是否为故障节点,相比于相关技术中,在判断节点是否为故障节点的过程中,需要对网络转发设备进行特殊的修改,并且会影响正常业务的转发,上述步骤解决了相关技术中无法在不对网络转发设备进行特殊修改,也不影响正常业务转发的情况下,对故障进行快速精确定位的问题,进而实现了对故障进行快速精确定位的效果。Through the above steps, the diagnostic message is set, and the expected message is generated according to the diagnostic message, and the diagnostic message is processed by the diagnosed node to generate an outgoing message, and the compared node is compared with the expected message to determine the node to be diagnosed. Whether it is a faulty node or not, in the process of determining whether a node is a faulty node, a special modification of the network forwarding device is required, and the normal service forwarding is affected. The above steps solve the problem in the related art. The problem of fast and accurate fault location is not implemented when the network forwarding device is modified or not, and the fault is quickly and accurately located.
在被诊断节点不是尾节点的情况下,在一个可选实施例中,向该诊断节点的下一节点下发最高优先级的流表项。其中,最高优先级的流表项用于匹配被诊断节点的出向报文并上报,从而通过被诊断节点的下一个节点获取被诊断节点的下一节点上报的被诊断节点的出向报文。In the case where the node being diagnosed is not a tail node, in an alternative embodiment, the highest priority flow entry is delivered to the next node of the diagnostic node. The flow table entry of the highest priority is used to match the outgoing message of the diagnosed node and is reported, so that the next node of the diagnosed node obtains the outgoing message of the diagnosed node reported by the next node of the diagnosed node.
在被诊断节点是尾节点的情况下,在一个可选实施例中,向被诊断节点的下发流表项,其中,下发的流表项用于匹配被诊断节点的出向报文并上报,从而通过被诊断节点本身获取该被诊断节点上报的被诊断节点的出向报文。In the case that the node to be diagnosed is a tail node, in an optional embodiment, the flow entry is sent to the node to be diagnosed, and the flow entry to be delivered is used to match the outgoing message of the node to be diagnosed and reported. Therefore, the outgoing message of the diagnosed node reported by the diagnosed node is obtained by the diagnosed node itself.
步骤S202涉及到将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文,在一个可选实施例中,通过内置的流表处理模块导入被诊断节点所具有的流表,并按照被诊断节点所具有的流表对诊断报文进行处理得到预期报文,在另一可选实施例中,通过物理转发层设备或者虚拟转发层设备导入被诊断节点所具有的流表,并按照被诊断节点所具有的流表对诊断报文进行处理得到预期报文。Step S202 involves processing the diagnostic message according to the flow table of the diagnosed node to obtain an expected message. In an optional embodiment, the flow table of the diagnosed node is imported through the built-in flow table processing module. And processing the diagnostic packet according to the flow table of the diagnosed node to obtain the expected packet. In another optional embodiment, the flow table of the diagnosed node is imported by using the physical forwarding layer device or the virtual forwarding layer device. And processing the diagnostic message according to the flow table of the diagnosed node to obtain the expected message.
在本实施例中还提供了一种节点故障的判断装置,该装置用于实现上述实施例及优选实施方式,已经进行过说明的不再赘述。如以下所使用的,术语“模块”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的装置较佳地以软件来实现,但是硬件,或者 软件和硬件的组合的实现也是可能并被构想的。In the embodiment, a device for determining the fault of the node is provided, and the device is used to implement the foregoing embodiment and the preferred embodiment, and details are not described herein. As used below, the term "module" may implement a combination of software and/or hardware of a predetermined function. Although the apparatus described in the following embodiments is preferably implemented in software, hardware, or The implementation of a combination of software and hardware is also possible and conceived.
图3是根据本发明实施例的节点故障的判断装置的结构框图,如图3所示,该装置包括:流表处理模块32,设置为将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;获取模块34,设置为将诊断报文下发给被诊断节点,获取经被诊断节点的流表进行处理后的出向报文;判断模块36,设置为在确认出向报文与该预期报文不一致的情况下,判断被诊断节点为故障节点,或者,在未收到出向报文的情况下,判断被诊断节点为故障节点。3 is a structural block diagram of a device for determining a node failure according to an embodiment of the present invention. As shown in FIG. 3, the device includes: a flow table processing module 32 configured to perform a diagnostic message according to a flow table of the node being diagnosed. Processing, the expected message is obtained; the obtaining module 34 is configured to send the diagnostic message to the diagnosed node, and obtain the outgoing message after being processed by the flow table of the diagnosed node; the determining module 36 is configured to confirm the report If the text is inconsistent with the expected message, it is determined that the diagnosed node is a faulty node, or if the outgoing message is not received, it is determined that the diagnosed node is a faulty node.
图4是根据本发明实施例的节点故障的判断装置的结构框图一,如图4所示,获取模块34包括:第一下发单元342,设置为向被诊断节点的下一节点下发最高优先级的流表项,其中,最高优先级的流表项用于匹配被诊断节点的出向报文并上报;第一获取单元344,设置为获取被诊断节点的下一节点上报的被诊断节点的出向报文。4 is a structural block diagram of a node failure determining apparatus according to an embodiment of the present invention. As shown in FIG. 4, the obtaining module 34 includes: a first sending unit 342, configured to deliver the highest to the next node of the node to be diagnosed. a priority flow entry, where the highest priority flow entry is used to match the outgoing message of the diagnosed node and is reported; the first obtaining unit 344 is configured to acquire the diagnosed node reported by the next node of the diagnosed node. Outbound message.
可选地,第一下发单元342还设置为在被诊断节点不是尾节点的情况下,向被诊断节点的下一节点下发最高优先级的流表项。Optionally, the first sending unit 342 is further configured to send the highest priority flow entry to the next node of the diagnosed node if the diagnosed node is not the tail node.
图5是根据本发明实施例的节点故障的判断装置的结构框图二,如图5所示,获取模块34还包括:第二下发单元346,设置为在被诊断节点是尾节点的情况下,向被诊断节点的下发流表项,其中,下发的流表项用于匹配该被诊断节点的出向报文并上报;第二获取单元348,设置为获取被诊断节点上报的被诊断节点的出向报文。FIG. 5 is a structural block diagram 2 of a device for determining a fault of a node according to an embodiment of the present invention. As shown in FIG. 5, the acquiring module 34 further includes: a second sending unit 346, configured to be in a case where the node to be diagnosed is a tail node. And sending a flow entry to the diagnosed node, where the delivered flow entry is used to match the outgoing message of the diagnosed node and is reported; and the second obtaining unit 348 is configured to obtain the diagnosed report by the diagnosed node. Outbound packet of the node.
可选地,流表处理模块32内置于节点故障的判断装置中,设置为导入被诊断节点所具有的流表,并按照该被诊断节点所具有的流表对该诊断报文进行处理得到该预期报文;或者,流表处理模块32通过物理转发层设备或者虚拟转发层设备导入被诊断节点所具有的流表,并按照被诊断节点所具有的流表对诊断报文进行处理得到预期报文。Optionally, the flow table processing module 32 is built in the node failure determining device, configured to import the flow table of the diagnosed node, and process the diagnostic message according to the flow table of the diagnosed node to obtain the The flow message processing module 32 imports the flow table of the diagnosed node through the physical forwarding layer device or the virtual forwarding layer device, and processes the diagnostic message according to the flow table of the diagnosed node to obtain the expected report. Text.
需要说明的是,上述各个模块是可以通过软件或硬件来实现的,对于后者,可以通过以下方式实现,但不限于此:上述各个模块均位于同一处理器中;或者,上述各个模块分别位于第一处理器、第二处理器和第三处理器…中。It should be noted that each of the above modules may be implemented by software or hardware. For the latter, the foregoing may be implemented by, but not limited to, the foregoing modules are all located in the same processor; or, the above modules are respectively located. In the first processor, the second processor, and the third processor.
下面以SDN网络端到端的故障节点的诊断为例进行说明。The following is an example of the diagnosis of the faulty node of the SDN network end-to-end.
为了解决上述技术问题,本可选实施例公开了一种实现SDN网络端到端的故障诊断方法,能够在SDN网络由于转发设备发生故障时,无需转发设备的特殊功能,管理员根据故障申告,得到具体的业务路径或业务路径集合,以及网络传输端口。针对每一条路径,模拟实际的报文发送流程,对网络进行端到端的精确故障定位,且不影响转发设备的正常业务。本可选实施例适用于至少具有一个转发节点的网络传输路径。In order to solve the above technical problem, the present invention discloses an end-to-end fault diagnosis method for the SDN network. When the SDN network fails due to the forwarding device, the administrator does not need to forward the special function of the device. Specific business path or set of business paths, as well as network transport ports. For each path, simulate the actual packet sending process, and perform end-to-end accurate fault location on the network without affecting the normal service of the forwarding device. This alternative embodiment is applicable to a network transmission path having at least one forwarding node.
由申告的业务信息,可以编辑得到一个具有特定特征的诊断报文,本可选实施例将之作为首节点的输入诊断报文,其他节点的输入诊断报文可以使用路径上前一个节点的诊断输出报文,或者使用其他方法得到的前一个节点的输出报文。From the reported service information, a diagnostic message with a specific feature can be edited. The optional embodiment uses the diagnosis message as the first node, and the input diagnostic message of other nodes can use the diagnosis of the previous node on the path. Output the message, or use the output method of the previous node obtained by other methods.
本可选实施例可以包括两种技术方案,包括: This alternative embodiment can include two technical solutions, including:
方案1:plan 1:
第一步:若当前被诊断节点不是尾节点。Step 1: If the currently diagnosed node is not a tail node.
第二步:将诊断报文,由路径中被诊断节点所具有的流表处理一遍,从而得到预期的出向报文。The second step is to process the diagnostic message by the flow table of the diagnosed node in the path, so as to obtain the expected outgoing message.
第三步:向路径中当前被诊断节点的下一个转发设备下发最高优先级流表项,仅能匹配预期的出向诊断报文,且将该报文上送。The third step is to deliver the highest priority flow entry to the next forwarding device of the currently diagnosed node in the path, and only match the expected outgoing diagnostic message, and send the packet.
第四步:向被诊断节点下发诊断报文。Step 4: Issue diagnostic messages to the node being diagnosed.
第五步:若收到具有所述特定特征的实际的出向报文,将之和第二步得到的预期报文比较,若不符合,则所述第三步中的被诊断节点为故障节点,对比分析差异可进一步得到故障原因。若未在指定时间内收到报文,则所述第三步中的被诊断节点为故障节点,可进一步分析节点及其流表得到故障原因。Step 5: If the actual outgoing message with the specific feature is received, compare it with the expected message obtained in the second step. If not, the diagnosed node in the third step is a faulty node. The difference between the analysis and analysis can further lead to the cause of the failure. If the packet is not received within the specified time, the diagnosed node in the third step is a faulty node, and the node and its flow table may be further analyzed to obtain the fault cause.
第六步:若删除第三步中下发的流表。Step 6: If you delete the flow table delivered in the third step.
第七步:若当前诊断节点是尾节点。Step 7: If the current diagnostic node is a tail node.
第八步:向当前被诊断节点下发一个最高优先级流表项,仅匹配诊断报文,复制这个报文并上送。Step 8: Send a highest-priority flow entry to the currently diagnosed node, match only the diagnostic packet, copy the packet, and send it.
第九步:将诊断报文由路径中当前被诊断节点所具有的流表处理一遍,从而得到当前的预期出向报文。Step 9: The diagnostic message is processed by the flow table of the currently diagnosed node in the path, thereby obtaining the current expected outgoing message.
第十步:向当前被诊断节点下发诊断报文。Step 10: Send a diagnostic message to the currently diagnosed node.
第十一步:若收到上送报文,将之和当前预期出向报文比较,若不符合,则当前被诊断节点为故障节点,进一步对比分析差异可得到故障原因。若未在指定时间内收到报文,则当前被诊断节点为故障节点,可进一步分析节点及其流表得到故障原因。Step 11: If the received message is received, it is compared with the current expected outgoing message. If it is not met, the currently diagnosed node is a faulty node. Further comparison and analysis of the difference can result in the fault. If the packet is not received within the specified time, the currently diagnosed node is a faulty node, and the node and its flow table can be further analyzed to obtain the fault cause.
第十二步:删除第八步中下发的流表。Step 12: Delete the flow table delivered in the eighth step.
方案2:Scenario 2:
第一步:向当前被诊断节点下发一个最高优先级流表项,仅匹配诊断报文,复制这个报文并上送。The first step is to send a highest-priority flow entry to the currently diagnosed node, and only match the diagnostic packet, copy the packet, and send it.
第二步:将诊断报文由路径中当前被诊断节点所具有的流表处理一遍,从而得到当前的预期出向报文。The second step is to process the diagnostic message by the flow table of the currently diagnosed node in the path, so as to obtain the current expected outgoing message.
第三步:向当前被诊断节点下发诊断报文。The third step is to send a diagnostic message to the currently diagnosed node.
第四步:若收到上送报文,将之和当前预期出向报文比较,若不符合,则当前被诊断节点为故障节点,进一步对比分析差异可得到故障原因。若未在指定时间内收到报文,则当前 被诊断节点为故障节点,可进一步分析节点及其流表得到故障原因。Step 4: If the received message is received, it is compared with the current expected outgoing message. If it is not met, the currently diagnosed node is a faulty node. Further comparison and analysis of the difference can result in the fault. If the message is not received within the specified time, the current The node being diagnosed is a faulty node, and the node and its flow table can be further analyzed to obtain the cause of the fault.
第五步:删除第八步中下发的流表。Step 5: Delete the flow table delivered in the eighth step.
下文针对端到端的诊断过程,基于故障申告信息,详细阐述。The following is a detailed explanation of the end-to-end diagnostic process based on the fault notification information.
为便于描述,将本可选实施例的方法拆分为如下子单元:For convenience of description, the method of the alternative embodiment is divided into the following subunits:
普通诊断单元:若节点具有路径上的后续节点,可用普通诊断单元进行诊断。Ordinary diagnostic unit: If the node has subsequent nodes on the path, the diagnosis can be performed by the common diagnostic unit.
单节点诊断单元:可对路径上的节点进行诊断,无论其是否有后续节点。Single-node diagnostic unit: Diagnostics of nodes on a path, whether or not they have subsequent nodes.
预期报文生成单元:载入特定的流表集合,导入数据报,得到经过这些流表处理过后的出向报文。The expected message generation unit: loads a specific flow table set, imports the data report, and obtains the outgoing message processed by the flow table.
图6是根据本发明实施例的调度单元选择调用诊断单元的流程图,如图6所示,该流程包括如下步骤:FIG. 6 is a flowchart of a scheduling unit selection call diagnostic unit according to an embodiment of the present invention. As shown in FIG. 6, the flow includes the following steps:
步骤S602,从路径上的节点当中选择一个节点作为当前节点。Step S602, selecting one node from among the nodes on the path as the current node.
步骤S602,若当前节点没有路径上的下一节点,则进入步骤S608,否则进入步骤S606。Step S602, if the current node does not have the next node on the path, then go to step S608, otherwise go to step S606.
步骤S606,以本节点和诊断报文调用普通诊断单元处理。本次处理结束。In step S606, the normal diagnosis unit is called by the local node and the diagnostic message. This process ends.
步骤S608,以本节点和诊断报文调用单节点诊断单元处理。Step S608, the single node diagnosis unit is called by the local node and the diagnostic message.
图7是根据本发明实施例的调用单节点诊断单元的流程图,如图7所示,该流程包括如下步骤:FIG. 7 is a flowchart of invoking a single node diagnostic unit according to an embodiment of the present invention. As shown in FIG. 7, the flow includes the following steps:
步骤S702,从路径上的节点选择一个节点作为当前节点。Step S702, selecting a node from the node on the path as the current node.
步骤S704,以本节点和诊断报文调用单节点诊断单元处理。Step S704, the single node diagnosis unit is called by the local node and the diagnostic message.
图8是根据本发明实施例的普通诊断单元的处理过程流程图,普通诊断单元的处理过程,依赖调度单元传入的当前节点和诊断报文,如图8所示,该流程包括如下步骤:FIG. 8 is a flowchart of a processing procedure of a general diagnostic unit according to an embodiment of the present invention. The processing process of the general diagnostic unit depends on the current node and the diagnostic message transmitted by the scheduling unit. As shown in FIG. 8, the process includes the following steps:
步骤S802,调用预期报文生成单元生成预期报文。Step S802, the calling expected message generating unit generates an expected message.
步骤S804,向本节点的下一节点下发最高优先级的流表项,该流表项仅匹配诊断报文,将诊断报文上送。In step S804, the flow table entry of the highest priority is delivered to the next node of the node, and the flow entry only matches the diagnostic message, and the diagnostic message is sent.
步骤S806,将诊断报文发往当前节点。In step S806, the diagnostic message is sent to the current node.
步骤S808,若在指定时间内没有收到下一节点上送的出向报文,则转步骤S812。In step S808, if the outgoing message sent by the next node is not received within the specified time, the process goes to step S812.
步骤S810,收到出向报文,将出向报文和预期报文比较,若不一致,则转步骤S812,若一致,则转步骤S814。In step S810, the outgoing message is received, and the outgoing message is compared with the expected message. If not, the process goes to step S812. If yes, the process goes to step S814.
步骤S812,当前节点为故障节点,将预期报文,和出向报文(如果有)呈现给管理员供 进一步分析。Step S812, the current node is a faulty node, and the expected message and the outgoing message (if any) are presented to the administrator. further analysis.
步骤S814,删除步骤S804下发的流表项。Step S814, deleting the flow entry sent in step S804.
本次诊断单元处理结束。This diagnostic unit processing ends.
单节点诊断单元的处理过程中,依赖调度单元传入的当前节点,和诊断报文的支持,图9是根据本发明实施例的单节点诊断单元的处理过程流程图,如图9所示,该流程包括如下步骤:During the processing of the single-node diagnostic unit, relying on the current node incoming by the scheduling unit and the support of the diagnostic message, FIG. 9 is a flowchart of the processing procedure of the single-node diagnostic unit according to the embodiment of the present invention, as shown in FIG. The process includes the following steps:
步骤S902,调用预期报文生成单元生成预期报文。Step S902, the expected message generating unit is called to generate an expected message.
步骤S904,向被诊断节点下发最高优先级的流表项,该流表项仅匹配诊断报文,将诊断报文复制一份上送In step S904, the flow entry of the highest priority is delivered to the node to be diagnosed, and the flow entry only matches the diagnostic message, and the diagnostic message is copied and sent.
步骤S906,将诊断报文发往当前节点。In step S906, the diagnostic message is sent to the current node.
步骤S908,若在指定时间内没有收到上送的出向报文,则转步骤S912。In step S908, if the outgoing outgoing message is not received within the specified time, the process goes to step S912.
步骤S910,收到出向报文,将出向报文和预期报文比较,若不一致,则转步骤S912,若一致,则转步骤S914。In step S910, the outgoing message is received, and the outgoing message is compared with the expected message. If not, the process goes to step S912. If yes, the process goes to step S914.
步骤S912,被诊断节点是故障节点,将预期报文,和出向报文(如果有)呈现给管理员供进一步分析。In step S912, the diagnosed node is a faulty node, and the expected message, and the outgoing message (if any) are presented to the administrator for further analysis.
步骤S914,删除步骤S904下发的流表项。Step S914, deleting the flow entry sent in step S904.
本次诊断单元处理结束。This diagnostic unit processing ends.
预期报文生成单元,依赖普通诊断单元或者尾节点诊断单元传入的当前节点和诊断报文。The expected message generation unit relies on the current node and the diagnostic message passed by the normal diagnosis unit or the tail node diagnosis unit.
在一个可选实施例中,可通过内置一个流表处理模块,根据指定的节点,导入控制面保存的该节点的流表集合,传入诊断报文,由流表处理模块处理一遍,从而得到经过处理过的预期出向报文。在另一个可选实施例中,可通过一台独立的转发层设备,可以是物理的转发层设备,也可以是一台虚拟转发层设备(软件系统),在导入指定节点的流表前,首先清空原先的流表,然后导入控制面保存的该节点的流表集合,传入诊断报文,从而得到预期的出向报文In an optional embodiment, a flow table processing module is built in, and the flow table set of the node saved by the control plane is imported according to the specified node, and the diagnostic message is transmitted, and processed by the flow table processing module, thereby obtaining The processed expected outgoing message. In another optional embodiment, the device may be a separate forwarding layer device, which may be a physical forwarding layer device or a virtual forwarding layer device (software system). Before importing the flow table of the specified node, First clear the original flow table, then import the flow table set of the node saved by the control plane, and send the diagnostic message to obtain the expected outgoing message.
综上所述,通过本可选实施例公开了的实现SDN网络端到端的故障诊断方法,能够在SDN网络由于转发设备发生故障时,无需转发设备的特殊功能,管理员根据故障申告,得到具体的业务路径或业务路径集合,以及网络传输端口。针对每一条路径,模拟实际的报文发送流程,对网络进行端到端的精确故障定位,且不影响转发设备的正常业务。In summary, the method for implementing the fault diagnosis of the SDN network end-to-end disclosed by the present embodiment can be implemented in the SDN network because the forwarding device fails, and the administrator does not need to forward the special function of the device. A collection of business paths or business paths, as well as network transport ports. For each path, simulate the actual packet sending process, and perform end-to-end accurate fault location on the network without affecting the normal service of the forwarding device.
在另外一个实施例中,还提供了一种软件,该软件用于执行上述实施例及优选实施方式中描述的技术方案。In another embodiment, software is also provided for performing the technical solutions described in the above embodiments and preferred embodiments.
在另外一个实施例中,还提供了一种存储介质,该存储介质中存储有上述软件,该存储 介质包括但不限于:光盘、软盘、硬盘、可擦写存储器等。In another embodiment, a storage medium is further provided, where the software is stored in the storage medium, and the storage Media includes, but is not limited to, optical disks, floppy disks, hard disks, rewritable memories, and the like.
显然,本领域的技术人员应该明白,上述的本发明的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本发明不限制于任何特定的硬件和软件结合。It will be apparent to those skilled in the art that the various modules or steps of the present invention described above can be implemented by a general-purpose computing device that can be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps thereof are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software.
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above description is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.
工业实用性Industrial applicability
通过本发明实施例,采用将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;将诊断报文下发给被诊断节点,获取经被诊断节点的流表进行处理后的出向报文;在确认出向报文与预期报文不一致的情况下,判断被诊断节点为故障节点,或者,在未收到出向报文的情况下,判断被诊断节点为故障节点。解决了相关技术中无法对故障进行快速精确定位的问题,进而实现了对故障进行快速精确定位的效果。 According to the embodiment of the present invention, the diagnostic message is processed according to the flow table of the node to be diagnosed, and the expected message is obtained; the diagnosis message is sent to the node to be diagnosed, and the flow table of the node to be diagnosed is processed. The outgoing message; when it is confirmed that the message is inconsistent with the expected message, it is judged that the node being diagnosed is a faulty node, or if the outgoing message is not received, it is determined that the node to be diagnosed is a faulty node. The invention solves the problem that the fault cannot be quickly and accurately located in the related art, thereby realizing the effect of quickly and accurately positioning the fault.

Claims (10)

  1. 一种节点故障的判断方法,包括:A method for judging a node failure includes:
    将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;The diagnosis message is processed according to the flow table of the node to be diagnosed, and the expected message is obtained;
    将所述诊断报文下发给所述被诊断节点,获取经所述被诊断节点的流表进行处理后的出向报文;Sending the diagnostic message to the diagnosed node, and obtaining an outgoing message after being processed by the flow table of the diagnosed node;
    在确认所述出向报文与所述预期报文不一致的情况下,判断所述被诊断节点为故障节点,或者,在未收到所述出向报文的情况下,判断所述被诊断节点为故障节点。When it is confirmed that the outgoing message is inconsistent with the expected message, it is determined that the diagnosed node is a faulty node, or if the outgoing message is not received, determining that the diagnosed node is Faulty node.
  2. 根据权利要求1所述的方法,其中,获取经所述被诊断节点的流表进行处理后的出向报文包括:The method according to claim 1, wherein the obtaining the outgoing message after being processed by the flow table of the diagnosed node comprises:
    向所述被诊断节点的下一节点下发最高优先级的流表项,其中,所述最高优先级的流表项用于匹配所述被诊断节点的出向报文并上报;And sending, to the next node of the diagnosed node, a flow entry of the highest priority, where the highest priority flow entry is used to match the outgoing packet of the diagnosed node and report the packet;
    获取所述被诊断节点的下一节点上报的所述被诊断节点的出向报文。Obtaining an outgoing message of the diagnosed node reported by the next node of the diagnosed node.
  3. 根据权利要求2所述的方法,其中,向所述被诊断节点的下一节点下发所述最高优先级的流表项包括:The method of claim 2, wherein the delivering the highest priority flow entry to the next node of the diagnosed node comprises:
    在所述被诊断节点不是尾节点的情况下,则向所述被诊断节点的下一节点下发所述最高优先级的流表项。In the case that the diagnosed node is not a tail node, the highest priority flow entry is delivered to the next node of the diagnosed node.
  4. 根据权利要求1所述的方法,其中,获取经所述被诊断节点的流表进行处理后的出向报文包括:The method according to claim 1, wherein the obtaining the outgoing message after being processed by the flow table of the diagnosed node comprises:
    在所述被诊断节点是尾节点的情况下,向所述被诊断节点的下发流表项,其中,所述下发的流表项用于匹配所述被诊断节点的出向报文并上报;In the case that the diagnosed node is a tail node, the flow entry to the diagnosed node is sent, and the sent flow entry is used to match the outgoing message of the diagnosed node and report the report ;
    获取所述被诊断节点上报的所述被诊断节点的出向报文。Obtaining an outgoing message of the diagnosed node reported by the diagnosed node.
  5. 根据权利要求1至4中任一项所述的方法,其中,将所述诊断报文按照被诊断节点所具有的流表进行处理得到所述预期报文包括:The method according to any one of claims 1 to 4, wherein processing the diagnostic message according to a flow table of the node to be diagnosed to obtain the expected message comprises:
    通过内置的流表处理模块导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文;或者,Importing, by the built-in flow table processing module, the flow table of the diagnosed node, and processing the diagnostic message according to the flow table of the diagnosed node to obtain the expected message; or
    通过物理转发层设备或者虚拟转发层设备导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文。The flow table of the diagnosed node is imported by the physical forwarding layer device or the virtual forwarding layer device, and the diagnostic message is processed according to the flow table of the diagnosed node to obtain the expected packet.
  6. 一种节点故障的判断装置,包括:A device for judging a node failure includes:
    流表处理模块,设置为将诊断报文按照被诊断节点所具有的流表进行处理,得到预期报文;The flow table processing module is configured to process the diagnostic message according to the flow table of the diagnosed node to obtain an expected message;
    获取模块,设置为将所述诊断报文下发给所述被诊断节点,获取经所述被诊断节点 的流表进行处理后的出向报文;Obtaining a module, configured to send the diagnostic message to the diagnosed node to obtain the diagnosed node The outgoing flow message is processed by the flow table;
    判断模块,设置为在确认所述出向报文与所述预期报文不一致的情况下,判断所述被诊断节点为故障节点,或者,在未收到所述出向报文的情况下,判断所述被诊断节点为故障节点。The determining module is configured to: when it is confirmed that the outgoing message is inconsistent with the expected message, determine that the diagnosed node is a faulty node, or, if the outgoing message is not received, determine the location The diagnosed node is a faulty node.
  7. 根据权利要求6所述的装置,其中,所述获取模块包括:The apparatus of claim 6, wherein the obtaining module comprises:
    第一下发单元,设置为向所述被诊断节点的下一节点下发最高优先级的流表项,其中,所述最高优先级的流表项用于匹配所述被诊断节点的出向报文并上报;a first sending unit, configured to send a flow entry of the highest priority to the next node of the diagnosed node, where the highest priority flow entry is used to match the outgoing report of the diagnosed node And report it;
    第一获取单元,设置为获取所述被诊断节点的下一节点上报的所述被诊断节点的出向报文。The first obtaining unit is configured to acquire an outgoing message of the diagnosed node reported by the next node of the diagnosed node.
  8. 根据权利要求7所述的装置,其中,所述第一下发单元还设置为在所述被诊断节点不是尾节点的情况下,则向所述被诊断节点的下一节点下发所述最高优先级的流表项。The apparatus according to claim 7, wherein the first sending unit is further configured to issue the highest to the next node of the diagnosed node if the diagnosed node is not a tail node Priority flow entry.
  9. 根据权利要求6所述的装置,其中,所述获取模块还包括:The device of claim 6, wherein the obtaining module further comprises:
    第二下发单元,设置为在所述被诊断节点是尾节点的情况下,向所述被诊断节点的下发流表项,其中,所述下发的流表项用于匹配所述被诊断节点的出向报文并上报;a second sending unit, configured to send a flow entry to the diagnosed node if the diagnosed node is a tail node, where the delivered flow entry is used to match the Diagnose the outgoing message of the node and report it;
    第二获取单元,设置为获取所述被诊断节点上报的所述被诊断节点的出向报文。The second obtaining unit is configured to acquire an outgoing message of the diagnosed node reported by the diagnosed node.
  10. 根据权利要求6至9中任一项所述的装置,其中,所述流表处理模块内置于节点故障的判断装置中,设置为根据所述预定节点导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文;或者,所述流标处理模块通过物理转发层设备或者虚拟转发层设备导入所述被诊断节点所具有的流表,并按照所述被诊断节点所具有的流表对所述诊断报文进行处理得到所述预期报文。 The apparatus according to any one of claims 6 to 9, wherein the flow table processing module is built in a node failure determining means, and is configured to import a flow table of the diagnosed node according to the predetermined node And processing the diagnostic packet according to the flow table of the diagnosed node to obtain the expected packet; or the flow label processing module importing the diagnosed by using a physical forwarding layer device or a virtual forwarding layer device The flow table of the node, and processing the diagnostic message according to the flow table of the diagnosed node to obtain the expected message.
PCT/CN2015/096710 2014-12-12 2015-12-08 Node fault judgement method and device WO2016091156A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410768554.6 2014-12-12
CN201410768554.6A CN105743687B (en) 2014-12-12 2014-12-12 Method and device for judging node fault

Publications (1)

Publication Number Publication Date
WO2016091156A1 true WO2016091156A1 (en) 2016-06-16

Family

ID=56106713

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/096710 WO2016091156A1 (en) 2014-12-12 2015-12-08 Node fault judgement method and device

Country Status (2)

Country Link
CN (1) CN105743687B (en)
WO (1) WO2016091156A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338568A (en) * 2020-09-30 2022-04-12 中车株洲电力机车研究所有限公司 Data flow statistical method and Ethernet switch

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107819594B (en) * 2016-09-12 2022-08-02 中兴通讯股份有限公司 Network fault positioning method and device
CN108156046B (en) * 2016-12-06 2020-03-20 中国移动通信有限公司研究院 Distributed routing detection method and device
CN109428741A (en) * 2017-08-22 2019-03-05 中兴通讯股份有限公司 A kind of detection method and device of network failure
CN110853311B (en) * 2019-11-08 2023-02-03 北京三快在线科技有限公司 Vehicle alarm method and device
CN116319260B (en) * 2023-05-09 2023-08-18 新华三技术有限公司 Network fault diagnosis method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1780237A (en) * 2004-11-22 2006-05-31 华为技术有限公司 Logic topological network for protocol test and method for realizing protocol test
US7471669B1 (en) * 2004-09-30 2008-12-30 Nortel Networks Limited Routing of protocol data units within a communication network
CN103401726A (en) * 2013-07-19 2013-11-20 华为技术有限公司 Network path detecting method, device and system
CN103441897A (en) * 2013-08-26 2013-12-11 深信服网络科技(深圳)有限公司 Method and device for locating failure node in virtual network

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1598780A (en) * 2003-09-16 2005-03-23 蔚华科技股份有限公司 Memory shortage diagnostic method using failure mode as guide and its system
CN100388691C (en) * 2004-03-19 2008-05-14 华为技术有限公司 An automatic fault location method and system
CN101299693B (en) * 2008-07-02 2011-02-09 华为技术有限公司 Method and device for detecting fault of forwarding plane
CN101404597B (en) * 2008-11-19 2013-06-05 华为技术有限公司 Network quality index acquirement method, system and apparatus
CN101826989B (en) * 2009-03-02 2013-11-06 华为技术有限公司 Method and device for treating fault
EP2676410B1 (en) * 2011-02-17 2016-01-06 Nec Corporation Flow communication system
CN103891206B (en) * 2012-10-12 2017-02-15 华为技术有限公司 Method and device for synchronizing network data flow detection status
CN102946325B (en) * 2012-11-14 2015-06-03 中兴通讯股份有限公司 Network diagnosis method, system and equipment based on software defined network
CN103200027A (en) * 2013-03-01 2013-07-10 中国工商银行股份有限公司 Method, device and system for locating network failure
CN104158749A (en) * 2013-05-14 2014-11-19 华为技术有限公司 Message forwarding method in software defined networking, network equipment and software defined networking

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7471669B1 (en) * 2004-09-30 2008-12-30 Nortel Networks Limited Routing of protocol data units within a communication network
CN1780237A (en) * 2004-11-22 2006-05-31 华为技术有限公司 Logic topological network for protocol test and method for realizing protocol test
CN103401726A (en) * 2013-07-19 2013-11-20 华为技术有限公司 Network path detecting method, device and system
CN103441897A (en) * 2013-08-26 2013-12-11 深信服网络科技(深圳)有限公司 Method and device for locating failure node in virtual network

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338568A (en) * 2020-09-30 2022-04-12 中车株洲电力机车研究所有限公司 Data flow statistical method and Ethernet switch
CN114338568B (en) * 2020-09-30 2024-03-01 中车株洲电力机车研究所有限公司 Data stream statistics method and Ethernet switch

Also Published As

Publication number Publication date
CN105743687B (en) 2020-01-10
CN105743687A (en) 2016-07-06

Similar Documents

Publication Publication Date Title
WO2016091156A1 (en) Node fault judgement method and device
CN101772918B (en) Operation, administration and maintenance (OAM) for chains of services
US9860150B2 (en) Fast convergence of EVPN networks for multi homing topologies
US7995483B1 (en) Simultaneously testing connectivity to multiple remote maintenance endpoints of the same maintenance association
US20220076066A1 (en) Using generative adversarial networks (gans) to enable sharing of sensitive data
US8537720B2 (en) Aggregating data traffic from access domains
CN102197627B (en) The improvement of flux of multicast convergence
WO2016045098A1 (en) Switch, controller, system and link quality detection method
US20130305091A1 (en) Drag and drop network topology editor for generating network test configurations
US20200220774A1 (en) Method and device for detecting network failure
CN107078921A (en) The method and system for characterizing, monitoring and controlling for the Network that strategy is driven based on commercial intention
JP2013535911A (en) Method and apparatus for fast switching from a primary multicast tree to a standby multicast tree
US11139995B2 (en) Methods and router devices for verifying a multicast datapath
CN109587010B (en) Connectivity detection method and stream forwarding equipment
JP7430224B2 (en) Packet processing methods and gateway devices
US10764214B1 (en) Error source identification in cut-through networks
US20120176914A1 (en) Querying health of full-meshed forwarding planes
US9553764B2 (en) Migration of guest bridge
CN107547346A (en) A kind of message transmitting method and device
RU2687215C1 (en) Method and device for transmitting information on openflow switch functions
US9154403B2 (en) Identifying the best service provider link for performance routing
CN109412851B (en) Link layer path detection method, device and system
CN115412512A (en) IPv 6-based multi-cloud cross-network intercommunication method and device
Kim et al. Protection switching methods for point‐to‐multipoint connections in packet transport networks
US9485107B2 (en) System and method for distributed internet group management protocol processing

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

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

Country of ref document: EP

Kind code of ref document: A1