CN109039822B - BFD protocol message filtering method and system - Google Patents

BFD protocol message filtering method and system Download PDF

Info

Publication number
CN109039822B
CN109039822B CN201810967041.6A CN201810967041A CN109039822B CN 109039822 B CN109039822 B CN 109039822B CN 201810967041 A CN201810967041 A CN 201810967041A CN 109039822 B CN109039822 B CN 109039822B
Authority
CN
China
Prior art keywords
bfd
bfd configuration
configuration
issued
control layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810967041.6A
Other languages
Chinese (zh)
Other versions
CN109039822A (en
Inventor
贾海东
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Fiberhome Telecommunication Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fiberhome Telecommunication Technologies Co Ltd filed Critical Fiberhome Telecommunication Technologies Co Ltd
Priority to CN201810967041.6A priority Critical patent/CN109039822B/en
Publication of CN109039822A publication Critical patent/CN109039822A/en
Application granted granted Critical
Publication of CN109039822B publication Critical patent/CN109039822B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0811Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking connectivity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • 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/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • 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/08Configuration management of networks or network elements
    • H04L41/0866Checking the configuration
    • H04L41/0869Validating the configuration within one network element

Abstract

The invention discloses a BFD protocol message filtering method and a system, relating to the technical field of communication, wherein the method comprises the steps of comparing key values and contents of a BFD configuration issued by a control layer to the local and a BFD configuration stored locally, marking the BFD configuration issued by the control layer by adopting a mark, and storing the marked BFD configuration into a local binary tree; and when the timer interrupts the response, traversing the binary tree locally stored with the BFD configuration, issuing the BFD configuration which needs to be subjected to the adding and deleting operation and is stored in the binary tree to an application layer based on the marking result of the BFD configuration, and then performing the adding and deleting operation of the BFD configuration in the application layer according to the marking result of the BFD configuration. The invention realizes filtering BFD messages on a forwarding layer, avoids repeated reading and writing of the FPGA by BFD adding and deleting operations with the same descriptor, and avoids configuration redundancy on the FPGA.

Description

BFD protocol message filtering method and system
Technical Field
The invention relates to the technical field of communication, in particular to a BFD protocol message filtering method and system.
Background
In order to reduce the influence of the device failure on the service and improve the reliability of the network, when the network failure occurs, the network device needs to be able to detect the communication failure between the network device and the adjacent device as soon as possible, so as to take measures in time and ensure the continuation of the service. In the existing network, for the detection of network failure, some links usually detect the link failure by means of hardware detection signals, for example, using SDH (Synchronous Digital Hierarchy) alarm, but in practical cases, not all media can provide hardware detection, and some applications rely on the Hello message mechanism of the upper layer protocol to perform failure detection, but the detection time of the upper layer protocol is more than 1 second, such failure detection time is too long for some applications, and meanwhile, in some small three-layer networks, if no routing protocol is deployed, the Hello message mechanism of the routing protocol cannot be used to detect the failure. The BFD protocol is generated under the background, the BFD can realize rapid detection, simultaneously monitor the forwarding communication state of a link or an IP route in a network, improve the network performance, discover communication faults between adjacent systems through rapid detection, and can help a user to establish a backup channel to recover communication more quickly, thereby ensuring the reliability of the network. The bfd (bidirectional Forwarding detection) protocol is a network protocol for detecting faults between two Forwarding points.
When carrying out BFD oscillation or route oscillation test, a control layer can repeatedly add and delete BFD configuration of the same descriptor for many times, when a forwarding layer receives the add and delete operation of a BFD entry, registers of a plurality of modules in an FPGA (Field Programmable gate array) need to be configured, under certain conditions, because the time for a CPU to access peripheral equipment is longer, the time for a BFD entry to be completely configured on the FPGA is longer, if the former configuration is not processed, the latter configuration is re-entered, the former BFD entry has configuration residue in the FPGA, and the BFD add and delete operation of the same descriptor repeatedly reads and writes the FPGA, so that the FPGA has configuration redundancy.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a name for filtering BFD messages on a forwarding layer, avoiding repeated reading and writing of an FPGA by BFD adding and deleting operations with the same descriptor and avoiding configuration redundancy on the FPGA.
In order to achieve the above purposes, the technical scheme adopted by the invention is as follows:
comparing the key value and the content of the BFD configuration issued by the control layer to the local BFD configuration with the locally stored BFD configuration, marking the BFD configuration issued by the control layer by adopting a mark, and storing the marked BFD configuration into a local binary tree;
and when the timer interrupts the response, traversing the binary tree locally stored with the BFD configuration, issuing the BFD configuration which needs to be subjected to the adding and deleting operation and is stored in the binary tree to an application layer based on the marking result of the BFD configuration, and then performing the adding and deleting operation of the BFD configuration in the application layer according to the marking result of the BFD configuration.
On the basis of the technical scheme, the marks are update, add and same, the name mark indicates that no processing is performed, the update indicates that deletion operation is performed first and then addition operation is performed, and the add indicates addition operation.
On the basis of the technical scheme, the BFD configuration issued by the control layer is marked by adopting a mark, and the specific process is as follows:
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is the same, marking the BFD configuration issued by the control layer as same;
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is different, marking the BFD configuration issued by the control layer as update;
and marking the BFD configuration issued by the control layer as add if the key value of the BFD configuration issued by the control layer is different from the key value of the locally stored BFD configuration.
On the basis of the above technical solution, the add/delete operation of BFD configuration in the application layer is performed by the specific process of:
if the BFD configuration in the binary tree is marked as update, deleting the BFD configuration in the application layer, and then adding the BFD configuration;
and if the label of the BFD configuration in the binary tree is add, performing the increase operation of the BFD configuration at the application layer.
On the basis of the above technical solution, after the traversal locally saves the binary tree of the BFD configuration, the method further includes the following steps: and after the BFD configuration which is stored in the binary tree and needs to be subjected to the adding and deleting operation is formed into an IPS message, the IPS message is issued to an application layer.
The invention also provides a BFD protocol message filtering system, which comprises:
the comparison module is used for comparing the key value and the content of the BFD configuration which is issued to the local by the control layer with the locally stored BFD configuration;
the marking module is used for marking the BFD configuration issued by the control layer by adopting a mark based on the comparison result of the BFD configuration issued by the control layer to the local by the comparison module and the locally stored BFD configuration, and storing the marked BFD configuration into a local binary tree;
and the adding and deleting execution module is used for traversing the binary tree of the locally stored BFD configuration when the timer interrupts the response, issuing the BFD configuration which needs adding and deleting operation and is stored in the binary tree to the application layer based on the marking result of the BFD configuration, and then performing the adding and deleting operation of the BFD configuration in the application layer according to the marking result of the BFD configuration.
On the basis of the technical scheme, the marks are update, add and same, the name mark indicates that no processing is performed, the update indicates that deletion operation is performed first and then addition operation is performed, and the add indicates addition operation.
On the basis of the technical scheme, the marking module marks the BFD configuration issued by the control layer by adopting a mark, and the specific process is as follows:
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is the same, marking the BFD configuration issued by the control layer as same;
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is different, marking the BFD configuration issued by the control layer as update;
and marking the BFD configuration issued by the control layer as add if the key value of the BFD configuration issued by the control layer is different from the key value of the locally stored BFD configuration.
On the basis of the technical scheme, the add/delete execution module performs add/delete operation of BFD configuration in the application layer, and the specific process is as follows:
if the BFD configuration in the binary tree is marked as update, deleting the BFD configuration in the application layer, and then adding the BFD configuration;
and if the label of the BFD configuration in the binary tree is add, performing the increase operation of the BFD configuration at the application layer.
On the basis of the technical scheme, the add/delete execution module configures BFD (bidirectional forwarding detection) which are stored in the binary tree and need to be subjected to add/delete operation into an IPS (in-plane switching) message and then transmits the IPS message to an application layer.
Compared with the prior art, the invention has the advantages that: the method comprises the steps of comparing a key value and content of a BFD configuration issued by a control layer to the local and a locally stored BFD configuration in a marking mode, marking the BFD configuration issued by the control layer so as to carry out addition and deletion operations on the BFD configuration in an application layer subsequently according to marks, thereby filtering BFD messages on a forwarding layer, avoiding repeated reading and writing of an FPGA by the BFD addition and deletion operations with the same descriptor and avoiding configuration redundancy on the FPGA.
Drawings
Fig. 1 is a flowchart of a BFD protocol packet filtering method in an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Example 1
Referring to fig. 1, embodiment 1 of the present invention provides a method for filtering a BFD protocol packet, where filtering of the BFD packet is implemented on a forwarding layer in a marking manner, so that the BFD packet is configured redundantly on a subsequent FPGA. The BFD protocol message filtering method of the embodiment of the invention specifically comprises the following steps:
s1: and adding a mark in the local BFD configuration structural body, comparing the key value and the content of the BFD configuration issued by the control layer to the local BFD configuration and the locally stored BFD configuration, and marking the BFD configuration issued by the control layer by adopting the mark according to the comparison result. Local in embodiments of the present invention refers to the forwarding layer. And marking as update, add and same, wherein the same mark indicates that no processing is performed, the update indicates that deletion operation is performed first and then addition operation is performed, and the add indicates addition operation, namely when the update mark is used, in the FPGA, the configuration of the last BFD entry on the FPGA is deleted first, then the configuration of the next BFD entry on the FPGA is performed, when the add mark is used, the configuration of the next BFD entry on the FPGA is increased, and when the update mark is used, the configuration on the FPGA is not processed, and the configuration on the FPGA is normally performed.
Marking the BFD configuration issued by the control layer correspondingly according to the difference between the key value and the content of the BFD configuration issued by the control layer to the local and the locally stored BFD configuration, and then storing the marked BFD configuration into a local binary tree;
s2: when the timer interrupts the response, traversing the binary tree locally stored with the BFD configuration, issuing the BFD configuration which needs to be subjected to the adding and deleting operation and is stored in the binary tree to the application layer based on the marking result of the BFD configuration, and then performing the adding and deleting operation of the BFD configuration in the application layer according to the marking result of the BFD configuration, namely only issuing the BFD configuration which needs to be subjected to the adding and deleting operation to the application layer, thereby realizing the filtering of the BFD configuration. After traversing the binary tree of the locally stored BFD configuration, the method further comprises the following steps: and after the BFD configuration which is stored in the binary tree and needs to be subjected to the adding and deleting operation is formed into an IPS message, the IPS message is issued to an application layer. Ips (inter process signal) is message communication between processes or modules.
The BFD protocol message filtering method compares the key value and the content of the BFD configuration issued by the control layer to the local with the locally stored BFD configuration in a marking mode, and then marks the BFD configuration issued by the control layer so as to carry out increasing and deleting operation on the BFD configuration in the application layer subsequently according to the mark, thereby realizing filtering of the BFD message on the forwarding layer, avoiding repeated reading and writing of the FPGA by the BFD increasing and deleting operation of the same descriptor, avoiding configuration redundancy on the FPGA, reducing the number of messages to be processed cached by the application layer on the other hand, and being beneficial to reducing the occupancy rate of a CPU of equipment.
Example 2
On the basis of the embodiment 1, marking is performed on the BFD configuration issued by the control layer by using a mark, and the specific process is as follows:
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is the same, marking the BFD configuration issued by the control layer as same;
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is different, marking the BFD configuration issued by the control layer as update;
and marking the BFD configuration issued by the control layer as add if the key value of the BFD configuration issued by the control layer is different from the key value of the locally stored BFD configuration.
Further, in an initial state, the default flag of the BFD configuration issued by the control layer to the local is delete, where the flag delete indicates to be deleted, when all data stored in the binary tree is issued to the application layer and the marking result of the BFD configuration in the binary tree is delete, the BFD configuration issued to the application layer is deleted, and when the above situation is not included, the flag of the BFD configuration issued by the control layer is also delete.
Example 3
On the basis of embodiment 2, after the data stored in the binary tree is issued to the application layer, the add/delete operation of the BFD configuration in the application layer is specifically performed as follows:
if the BFD configuration in the binary tree is marked as update, deleting the BFD configuration in the application layer, and then adding the BFD configuration;
and if the label of the BFD configuration in the binary tree is add, performing the increase operation of the BFD configuration at the application layer.
Further, when the label of the BFD configuration in the binary tree is delete, the BFD configuration sent to the application layer is deleted. Of course, the message statistical data can be added to record how many BFD messages are issued by the control layer, and how many BFD messages are issued to the application layer after the forwarding layer is filtered.
Example 4
On the basis of embodiment 3, in a specific application scenario, for example: under the route oscillation test, checking BFD state information and FPGA register information on a service disk, and specifically comprising the following steps:
configuring a plurality of BFD sessions on a main control, then repeatedly carrying out UP and DOWN operations on ports on the main control, sending a BFD message by the main control, checking the BFD state and message statistical data by a service disk, sending data to a forwarding layer by the main control TNE, analyzing the data after the data is received by the forwarding layer TNE, marking the data, wherein the marking mode is the marking mode in embodiment 3, calling a sending data interface to send the marked data to a SPM module when a timer responds, calling the FPGA interface by the SPM module to execute specific adding, deleting and modifying operations, simultaneously returning an execution result to the single-disk TNE by the single-disk SPM module, and subsequently executing an inquiry command on the single disk to check the data such as the BFD state, the FPGA configuration information, the CPU utilization rate and the like.
Example 5
Embodiment 5 of the present invention provides a BFD protocol packet filtering system, which includes a comparison module, a marking module, and an add/delete execution module.
The comparison module is used for: the control layer issues the BFD configuration to the local and compares the key value and the content with the BFD configuration stored locally;
the marking module is used for: adding marks in a local BFD configuration structure, wherein the marks are update, add and same, the same mark indicates that no processing is performed, the update indicates that deletion operation is performed firstly and then addition operation is performed, and the add indicates addition operation; marking the BFD configuration issued by the control layer by adopting a mark based on a comparison result of the BFD configuration issued by the control layer to the local by the comparison module and the locally stored BFD configuration, and storing the marked BFD configuration into a local binary tree;
the adding and deleting execution module is used for: and when the timer interrupts the response, traversing the binary tree locally stored with the BFD configuration, issuing the BFD configuration which needs to be subjected to the adding and deleting operation and is stored in the binary tree to an application layer based on the marking result of the BFD configuration, and then performing the adding and deleting operation of the BFD configuration in the application layer according to the marking result of the BFD configuration. And performing the increase and deletion operation of the BFD configuration in the application layer according to the marking result of the BFD configuration in the data issued to the application layer. And the addition and deletion execution module forms the IPS message by the BFD configuration which is stored in the binary tree and needs to be subjected to the addition and deletion operation, and then sends the IPS message to the application layer.
The BFD protocol message filtering system compares the key value and the content of the BFD configuration issued by the control layer to the local with the locally stored BFD configuration in a marking mode, and then marks the BFD configuration issued by the control layer so as to carry out adding and deleting operation on the BFD configuration in the application layer subsequently according to the mark, thereby realizing filtering of the BFD message on the forwarding layer, avoiding repeated reading and writing of the FPGA by the BFD adding and deleting operation with the same descriptor, avoiding configuration redundancy on the FPGA, reducing the number of messages to be processed cached by the application layer on the other hand, and being beneficial to reducing the occupancy rate of a CPU of equipment.
Example 6
On the basis of the embodiment 5, the marking module marks the BFD configuration issued by the control layer by using the mark, and the specific process is as follows:
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is the same, marking the BFD configuration issued by the control layer as same;
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is different, marking the BFD configuration issued by the control layer as update;
and marking the BFD configuration issued by the control layer as add if the key value of the BFD configuration issued by the control layer is different from the key value of the locally stored BFD configuration.
After the transmission module issues the data stored in the binary tree to the application layer, the add/delete execution module performs add/delete operation of BFD configuration in the application layer, specifically:
if the BFD configuration in the binary tree is marked as update, deleting the BFD configuration in the application layer, and then adding the BFD configuration;
and if the label of the BFD configuration in the binary tree is add, performing the increase operation of the BFD configuration at the application layer.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The present invention is not limited to the above-described embodiments, and it will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements are also considered to be within the scope of the present invention. Those not described in detail in this specification are within the skill of the art.

Claims (6)

1. A BFD protocol message filtering method is characterized by comprising the following steps:
comparing the key value and the content of the BFD configuration issued by the control layer to the local BFD configuration with the locally stored BFD configuration, marking the BFD configuration issued by the control layer by adopting a mark, and storing the marked BFD configuration into a local binary tree;
when the timer interrupts the response, traversing the binary tree locally stored with the BFD configuration, issuing the BFD configuration which needs to be subjected to the adding and deleting operation and is stored in the binary tree to an application layer based on the marking result of the BFD configuration, and then performing the adding and deleting operation of the BFD configuration in the application layer according to the marking result of the BFD configuration;
the marks are update, add and same, the same mark indicates that no processing is performed, the update indicates that deletion operation is performed first and then addition operation is performed, and the add indicates addition operation;
marking the BFD configuration issued by the control layer by adopting a mark, and the specific process is as follows:
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is the same, marking the BFD configuration issued by the control layer as same;
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is different, marking the BFD configuration issued by the control layer as update;
and marking the BFD configuration issued by the control layer as add if the key value of the BFD configuration issued by the control layer is different from the key value of the locally stored BFD configuration.
2. The method for filtering BFD protocol packets according to claim 1, wherein the performing BFD configuration add/delete operation in the application layer specifically comprises:
if the BFD configuration in the binary tree is marked as update, deleting the BFD configuration in the application layer, and then adding the BFD configuration;
and if the label of the BFD configuration in the binary tree is add, performing the increase operation of the BFD configuration at the application layer.
3. The method for filtering the BFD protocol packet according to claim 1, wherein:
after traversing the binary tree of the locally stored BFD configuration, the method further comprises the following steps: and after the BFD configuration which is stored in the binary tree and needs to be subjected to the adding and deleting operation is formed into an IPS message, the IPS message is issued to an application layer.
4. A BFD protocol packet filtering system, comprising:
the comparison module is used for comparing the key value and the content of the BFD configuration which is issued to the local by the control layer with the locally stored BFD configuration;
the marking module is used for marking the BFD configuration issued by the control layer by adopting a mark based on the comparison result of the BFD configuration issued by the control layer to the local by the comparison module and the locally stored BFD configuration, and storing the marked BFD configuration into a local binary tree;
the system comprises an adding and deleting execution module, a timer and an application layer, wherein the adding and deleting execution module is used for traversing a binary tree which locally stores BFD configuration when the timer interrupts response, issuing the BFD configuration which needs to be subjected to adding and deleting operation and is stored in the binary tree to the application layer based on the marking result of the BFD configuration, and then performing the adding and deleting operation of the BFD configuration in the application layer according to the marking result of the BFD configuration;
the marks are update, add and same, the same mark indicates that no processing is performed, the update indicates that deletion operation is performed first and then addition operation is performed, and the add indicates addition operation;
the marking module marks the BFD configuration issued by the control layer by adopting a mark, and the specific process is as follows:
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is the same, marking the BFD configuration issued by the control layer as same;
if the key value of the BFD configuration issued by the control layer is the same as the key value of the locally stored BFD configuration and the content is different, marking the BFD configuration issued by the control layer as update;
and marking the BFD configuration issued by the control layer as add if the key value of the BFD configuration issued by the control layer is different from the key value of the locally stored BFD configuration.
5. The BFD protocol packet filtering system of claim 4, wherein: the add/delete execution module performs add/delete operation of BFD configuration in an application layer, and the specific process is as follows:
if the BFD configuration in the binary tree is marked as update, deleting the BFD configuration in the application layer, and then adding the BFD configuration;
and if the label of the BFD configuration in the binary tree is add, performing the increase operation of the BFD configuration at the application layer.
6. The BFD protocol packet filtering system of claim 4, wherein: and the add-delete execution module configures BFD (bidirectional forwarding detection) which are stored in the binary tree and need to be subjected to add-delete operation into an IPS (in-plane switching) message and then transmits the IPS message to an application layer.
CN201810967041.6A 2018-08-23 2018-08-23 BFD protocol message filtering method and system Active CN109039822B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810967041.6A CN109039822B (en) 2018-08-23 2018-08-23 BFD protocol message filtering method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810967041.6A CN109039822B (en) 2018-08-23 2018-08-23 BFD protocol message filtering method and system

Publications (2)

Publication Number Publication Date
CN109039822A CN109039822A (en) 2018-12-18
CN109039822B true CN109039822B (en) 2020-09-01

Family

ID=64628199

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810967041.6A Active CN109039822B (en) 2018-08-23 2018-08-23 BFD protocol message filtering method and system

Country Status (1)

Country Link
CN (1) CN109039822B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110430103B (en) * 2019-09-18 2020-06-05 光大兴陇信托有限责任公司 Message monitoring method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847056A (en) * 2016-03-25 2016-08-10 华为技术有限公司 Bidirectional forwarding detection control message transmission method and system
CN106657436A (en) * 2016-11-29 2017-05-10 杭州迪普科技股份有限公司 Message processing method and device

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2273997A1 (en) * 1996-12-04 1998-06-11 Alcatel Usa Sourcing, L.P. Distributed telecommunications switching system and method
CN100525244C (en) * 2005-02-28 2009-08-05 华为技术有限公司 Method for realizing FEC bidirectional forwarding detection
CN100456697C (en) * 2006-04-20 2009-01-28 华为技术有限公司 Method and system for configuring two-way converting inspection automatically
US20080172582A1 (en) * 2007-01-12 2008-07-17 David Sinicrope Method and system for providing peer liveness for high speed environments
EP2769504B1 (en) * 2011-10-17 2017-04-19 Telefonaktiebolaget LM Ericsson (publ) Reconnection in a transmission tree
CN104486118A (en) * 2014-12-15 2015-04-01 盛科网络(苏州)有限公司 Implementation device and method for flexibly recognizing and processing bidirectional forwarding detection (BFD) message
CN104618150B (en) * 2015-01-09 2018-05-29 烽火通信科技股份有限公司 A kind of bis- layers of PTN turns business collocation method and system under three layer service scenes
CN108400900B (en) * 2017-02-06 2023-03-14 中兴通讯股份有限公司 Message detection, configuration, forwarding and statistical method and device, controller and system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847056A (en) * 2016-03-25 2016-08-10 华为技术有限公司 Bidirectional forwarding detection control message transmission method and system
CN106657436A (en) * 2016-11-29 2017-05-10 杭州迪普科技股份有限公司 Message processing method and device

Also Published As

Publication number Publication date
CN109039822A (en) 2018-12-18

Similar Documents

Publication Publication Date Title
US9717011B2 (en) Event management in telecommunications networks
KR102088298B1 (en) Method and appratus for protection switching in packet transport system
CN105684382A (en) Packet control method, switch and controller
US8804485B2 (en) Method and apparatus for coordinating fault recovery techniques among domains
WO2014202026A1 (en) Method and system for virtual network mapping protection and computer storage medium
CN102571492B (en) Method and device for detecting failure of routing equipment
CN107026790B (en) A kind of transmission control method and equipment
CN109889411B (en) Data transmission method and device
CN105871674A (en) Ring protection link fault protection method, device and system
WO2021233322A1 (en) Synchronization method, apparatus and device for recording data, and storage medium
CN106301840B (en) Method and device for sending Bidirectional Forwarding Detection (BFD) message
CN106789521A (en) A kind of ring network fault reverse method and link point
CN102143011B (en) Device and method for realizing network protection
CN109039822B (en) BFD protocol message filtering method and system
WO2021114774A1 (en) Method and device for processing aggregated link
CN107872331B (en) Port setting method, device and system
CN109495311B (en) Network fault detection method and device
CN103414591A (en) Method and system for fast converging when port failure is recovered
CN106230658A (en) A kind of method and apparatus monitoring the network equipment
KR101605045B1 (en) Apparatus and method for processing duplicated data of redundancy communication line
EP3499801B1 (en) Preventing failure processing delay
CN105426118B (en) A kind of method that serial ports backup heartbeat passage is utilized in double-control system
WO2020211620A1 (en) Service path switching method and related device
CN104426771A (en) Message forwarding method and message forwarding device
CN113489613A (en) Message forwarding method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant