WO2006089490A1 - A method for implementing fec bfd - Google Patents

A method for implementing fec bfd Download PDF

Info

Publication number
WO2006089490A1
WO2006089490A1 PCT/CN2006/000272 CN2006000272W WO2006089490A1 WO 2006089490 A1 WO2006089490 A1 WO 2006089490A1 CN 2006000272 W CN2006000272 W CN 2006000272W WO 2006089490 A1 WO2006089490 A1 WO 2006089490A1
Authority
WO
WIPO (PCT)
Prior art keywords
forwarding
information
detection
bfd
equivalent
Prior art date
Application number
PCT/CN2006/000272
Other languages
French (fr)
Chinese (zh)
Inventor
Suping Zhai
Original Assignee
Huawei 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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2006089490A1 publication Critical patent/WO2006089490A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0072Error control for data other than payload data, e.g. control data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/50Routing or path finding of packets in data switching networks using label swapping, e.g. multi-protocol label switch [MPLS]

Definitions

  • the present invention relates to the field of network communication technologies, and in particular, to a method for implementing an equivalent forwarding type bidirectional forwarding detection in an MPLS network.
  • OAM Operaation and Maintenance
  • OAM Operaation and Maintenance
  • the MPLS OAM technology standard of the ITU-T International Telecommunication Union-Telecommunication Standardization Division
  • MPLS Multiprotocol Label Switching
  • LSP Label Switching Path
  • FEC-CV messages are defined to detect the connectivity of FEC (equivalent forwarding class).
  • the format of the payload of the FEC-CV message is as follows:
  • the LSR ID (label switching router identifier) and the LSP ID (label switching path identifier) form a TTSI (the endpoint source identifier of the LSP connection);
  • the process of detecting the FEC through the FEC-CV packet includes the following steps:
  • Step 1 Establish an LSP channel between Node A and Node B.
  • an FEC Filter (FEC filter) entry is established at the A node by using the FEC Element (FEC element) in the LDP protocol, and the entry includes the TTSI (the endpoint source identifier of the LSP connection) and the FEC Element.
  • the TTSI includes an LSR ID (Label Switching Router Identity) and an LSP ID (Label Switching Path Identity).
  • Step 2 Send the FEC-CV packet from the node A to the node B with the configured T FEC - CV as the time interval.
  • the packet carries the FEC Filter field, which carries the FEC Filter information, that is, the FEC.
  • the element information is used to detect the correspondence between the FECs, that is, the FEC detection function is implemented; the FEC Filter information is calculated by the FEC Element information by the method specified by Y.1713;
  • Step 3 The FEC- received at the Node B After the CV packet, the corresponding FEC is found on the Node B by using the TTSI information carried in the packet. Then, the found FEC Element is divided into three filter offsets (FEC filters) according to the method defined in Y.1713, and the FEC Filter of the Node B is calculated by using the three filter offsets and the FEC Element;
  • Step 4 Compare the FEC Filter (FEC Filter of Node A) and the calculated FEC Filter (FEC Filter of Node B) in the received packet by using the corresponding matching algorithm to determine whether the dFEC- Mismatch FEC corresponding occurs. Wrong fault) / dFEC - Mismerge ( FEC cross fault fault);
  • BFD The goal of BFD is to provide a low-overhead, short-detection failure detection mechanism on the path between adjacent forwarding engines. Includes interfaces, data links, and extensions to the detection of the forwarding engine itself.
  • the basic detection mechanism of BFD is shown in Figure 1, where:
  • the BFD inspection process consists of two optional modes of operation, and an accompanying function, which can be mixed.
  • the first mode of operation is asynchronous mode: In this mode, the system periodically sends BFD control messages to another system. If another system does not receive a certain number of messages, it determines that the corresponding connection needs to announce an interrupt ( Down).
  • the second mode is Demand mode: In this mode, it is assumed that each system has an independent way to verify its connection with other systems, so once a BFD connection is established, the system will stop sending BFD control reports. In this case, unless another system explicitly believes that the link needs to be verified, a short sequence of BFD control messages is sent and the protocol is in a quiescent state.
  • the other is an additional function for the two modes, namely the echo function:
  • the echo function When the echo function is activated, the BFD echo packet stream is sent back to the peer forwarding path; if a certain number of packets in the sequence are not received, The connection is declared to be down (down); the echo function can be used in the above two modes. If the detection task is implemented by the echo function, the periodic message can be reduced in the asynchronous mode, and the Hello message can be completely cancelled in the on-demand mode.
  • the BFD control packet is carried by the UDP (User Datagram Protocol) packet.
  • the UDP destination port of the packet is the source port of the 3784 source port is 49252 ⁇ 65535.
  • the destination port of the response packet is 3785.
  • the methods of the BFD detection path are as follows:
  • Asynchronous mode BFD packets are sent in both directions between nodes A and B. If a certain number of packets are lost within a certain period of time, the link is considered to be broken.
  • Echo function If the node supports, the packet can be sent from the node A.
  • the node B only loops back the packet and sends it back to the node A.
  • the node A detects the packet loss and determines whether the link is available.
  • Nodes A and B can also negotiate between links only when needed. Between nodes A and B, the speed at which packets can be sent can be negotiated and the other party can tell each other that they can receive and The speed of the send.
  • the BFD detection mechanism is for MPLS LSP detection, there is no mechanism for determining how to detect the LSP FEC, and there is no mechanism for suppressing the alarm, that is, for the failure, There is no implementation that provides an alert notification to downstream nodes.
  • the object of the present invention is to provide a method for implementing bidirectional forwarding detection of equal-cost forwarding, so that the detection of cross-error for LSP FEC can be implemented based on the BFD detection mechanism in the M PLS network.
  • the present invention provides a method for implementing bidirectional forwarding detection of equivalent forwarding type, including:
  • the equivalent forwarding class filter information includes:
  • Label Switching Path The endpoint source identifier of the LSP connection and the information of the forwarding class element.
  • the node that receives the BFD control packet detects whether the equivalence forwarding class has a cross fault fault according to the equivalent forwarding class filter information carried in the packet.
  • the BFD detection state machine is in the active state (UP)
  • the matching detection is performed according to the equivalent forwarding class filter information in the packet to determine whether the equivalent forwarding class crosses. Wrong fault.
  • Matching detection is performed by using a matching algorithm or a subset matching algorithm to determine whether an equivalent forwarding class has a cross fault.
  • the method for implementing the bidirectional forwarding detection of the equivalent forwarding type further includes:
  • the BFD control packet further includes defect coding information, which is used to identify the cross-error information of the equivalent forwarding class of the local node.
  • the method for implementing the bidirectional forwarding detection of the equivalent forwarding type further includes:
  • the LSP nesting relationship is recorded.
  • the mapping between the LSP ID and the source IP address and destination IP address is recorded.
  • the method for implementing the bidirectional forwarding detection of the equivalent forwarding type further includes:
  • the destination IP address information of the corresponding downstream node is found.
  • the BFD mechanism is enhanced, thereby implementing the detection function for the LSP FEC cross error, and providing a feasible technical solution for detecting the FEC error in the MPLS network.
  • the LSP nesting relationship is recorded, so that the downstream fault notification mechanism is implemented, that is, the downstream alarm mechanism is implemented.
  • FIG. 1 is a schematic diagram of a conventional BFD detection state
  • FIG. 3 is a schematic diagram of a format of a BFD control packet in the present invention.
  • Fig. 4 is a schematic view showing the state of BFD detection in the present invention.
  • the core of the present invention is to enhance the detection type of BFD, increase the defect type of dFEC-Mismatch, and implement the detection of MPLS FEC cross error by using BFD mechanism. Meanwhile, it is also proposed to use LSP established between LSP establishment. Nested relationship, the downstream notification mechanism for failure.
  • FIG. 2 A specific implementation manner of the method of the present invention is shown in FIG. 2, and specifically includes:
  • Step 21 In order to implement FEC cross-error detection, it is necessary to expand the existing BFD control message, and add an FEC Fier ter (FEC filter) field for carrying FEC filter information, the FEC.
  • the filter information is calculated by the FEC Element information by the method specified by Y. 1713.
  • the information of the equivalent forwarding class filter includes: an end point source identifier of the label switched path LSP connection and the information of the forwarding class element. That is, the method of the present invention is implemented based on the BFD detection mechanism.
  • the format of the BFD control packet used to implement BFD detection is as shown in FIG. 3, except for the FEC Filter in the figure. It is inherent in BFD, so only the FEC Filter field is described.
  • FEC Filter field used to carry FEC Filter information obtained according to FEC Element information, and the FEC Filter information is used to implement FEC misbranching (FEC cross error or corresponding error) detection; the meaning and function of the field are related to the prior art. The meaning and function of this field in the FEC-CV message are the same.
  • the FEC Filter information is newly added information based on the existing BFD control packet format, and the specific setting manner may refer to 171713 Misbranching detection for MPLS networks (Y.1713 MPLS network cross error detection).
  • Step 22 performing FEC cross-error fault detection by using the BFD control packet containing the FEC lter information
  • the specific detection method used includes: receiving, by the node of the BFD control message, the FEC filter information according to the F ⁇ Filter information, and adopting an exact matching algorithm or a subset matching algorithm to perform FEC cross fault detection;
  • the BFD detection state machine in the node needs to be adaptively improved, as shown in FIG. 4: Since the BFD packet carries the FEC Filter information, the node receives the BFD control. If the state machine of the BFD detection on the node is in the UP state, you need to use the FEC Filter information carried in the packet to perform matching detection to determine whether the FEC has a fault.
  • Step 23 In the present invention, the defect coding information is added to the BFD control message, that is, dFEC-Mismatch, which is used to carry the FEC fault error information;
  • the fault information can be carried on the fault information.
  • the BFD control message is transmitted to other nodes (ie, downstream nodes);
  • the defect number in the BFD control packet can be defined as 8; of course, other values can also be used.
  • Step 24 In the method of the present invention, in order to cooperate with the BFD detection mechanism to implement the function of the downstream alarm (that is, the cross-error fault information of the FEC is transmitted downstream), in the process of establishing the LSP, it is also required to record the inter-inlay between the LSPs. Set of relationships;
  • LSP ID LSP ID
  • ⁇ 31 source IP address
  • DIP destination IP address
  • the local discriminator My Discriminator information needs to be associated with the above LSP ID, ⁇ SIP, DIP>, so that the My Discriminator can be used to index the LSP ID and corresponding thereto. ⁇ 31, DIP>, so that the address information of the remote node can be determined, thereby determining the address information of the destination node when the alarm information is sent;
  • the My Discriminator information is an authentication value of the MPLS LSR according to different BFD sessions, and a My Discriminator information corresponds to an FEC connection.
  • Step 25 When a FEC cross fault fault occurs on the local node, the LDP nested relationship table is searched through the My Discriminator information to obtain the IP address information of the downstream node.
  • Step 26 On the local node, start the BFD failure notification packet, and carry the corresponding defect coding information in the BFD control packet, and send it to the downstream node.
  • the Diag (diagnostic) field is 5 ( Administratively Down), indicating that the underlying LSP is faulty, the upper layer.
  • the LSP needs to be forced into the Down state to suppress the generation of alarm packets to avoid alarm storms in the network.
  • the network node does not know the specific faulty network segment or node.
  • the present invention solves the shortcomings of the FEC detection mechanism defined by Y.1713, and also maintains the advantages of the BFD detection mechanism, that is, the BFD detection mechanism can implement the FEC detection function. Therefore, the present invention realizes the function of flexibly configuring the detection mode of the FEC detection process, such as flexibly configuring the asynchronous mode, the on-demand mode, and the echo function according to actual needs, and implementing FEC detection based on the corresponding mode or function. In addition, the present invention further expands the downstream alarm function so that various fault information such as detected cross error and connection relay can be transmitted to the downstream node.

Landscapes

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

Abstract

A method for implementing FEC BFD comprises: firstly, setting FEC filter information in BFD control message; then, implementing BFD mechanism in MPLS networks using BFD control message comprising FEC filter information. Therefore, the present invention enhances BFD detection mechanism to implement the function of LSP FEC misbranching detection and provides a feasible technical solution for LSP FEC misbranching detection of MPLS networks. The present invention also records the nested relationship of LSP when establishing LSP to implement the failure announce mechanism of the down stream.

Description

实现等价转发类双向转发检测的方法 技术领域 本发明涉及网络通信技术领域,尤其涉及一种在 MPLS网络中实现等 价转发类双向转发检测的方法。  TECHNICAL FIELD The present invention relates to the field of network communication technologies, and in particular, to a method for implementing an equivalent forwarding type bidirectional forwarding detection in an MPLS network.
背景技术  Background technique
OAM (操作和维护)技术是一种提供可操作、 可维护功能的技术, 该 技术可以对网络中的各种失效进行自动检测 , 然后采取对应的 卜救措施, 以避免故障的扩大或者尽量消除故障带来的负面影响。  OAM (Operation and Maintenance) technology is a technology that provides operational and maintainable functions. It can automatically detect various failures in the network and then take corresponding rescue measures to avoid the expansion of faults or eliminate them as much as possible. The negative impact of the failure.
ITU-T (国际电信联盟 -电信标准化分部) 的 MPLS OAM技术标准是 针对 MPLS (多协议标签交换) 的 LSP (标签交换路径) 的检测机制, 即 通过两点之间发送 Hello (握手)报文的方式来检测链路的一种机制。 在 Y.1713中, 定义了 FEC-CV报文用于检测 FEC (等价转发类) 的连通性。  The MPLS OAM technology standard of the ITU-T (International Telecommunication Union-Telecommunication Standardization Division) is a detection mechanism for MPLS (Multiprotocol Label Switching) LSP (Label Switching Path), that is, sending a Hello (Handshake) message between two points. A way to detect a link. In Y.1713, FEC-CV messages are defined to detect the connectivity of FEC (equivalent forwarding class).
所述 FEC-CV报文的 payload (载荷) 的格式如下表所示:
Figure imgf000003_0001
The format of the payload of the FEC-CV message is as follows:
Figure imgf000003_0001
其中, LSR ID (标签交换路由器标识)和 LSP ID (标签交换路径标 识)组成 TTSI ( LSP连接的终结点源标识) ;  The LSR ID (label switching router identifier) and the LSP ID (label switching path identifier) form a TTSI (the endpoint source identifier of the LSP connection);
假设以节点 A和节点 B作为 LSP连接的端点, 且通过 LDP (标签分发协 议) (RFC3036 )建立 LSP, 则通过 FEC-CV报文检测 FEC的处理过程包 括以下步骤:  Assume that Node A and Node B are the endpoints of the LSP connection, and the LSP is established through the LDP (Label Distribution Protocol) (RFC3036). The process of detecting the FEC through the FEC-CV packet includes the following steps:
步骤 1 : 在节点 A和节点 B之间建立 LSP通道。 在建立 LSP的过程中, 在 A节点处利用 LDP协议中的 FEC Element ( FEC元素)建立 FEC Filter ( FEC过滤器)表项,该表项包含 TTSI ( LSP连接的终结点源标识)和 FEC Element, 用于 FEC的检索和检测, 所述的 TTSI包括 LSR ID (标签交换路 由器标识) 和 LSP ID (标签交换路径标识) 。  Step 1: Establish an LSP channel between Node A and Node B. In the process of establishing an LSP, an FEC Filter (FEC filter) entry is established at the A node by using the FEC Element (FEC element) in the LDP protocol, and the entry includes the TTSI (the endpoint source identifier of the LSP connection) and the FEC Element. For searching and detecting FEC, the TTSI includes an LSR ID (Label Switching Router Identity) and an LSP ID (Label Switching Path Identity).
步骤 2: 以配置的 TFEC-CV为时间间隔, 从节点 A向节点 B发送 FEC-CV 报文, 报文中携带了 FEC Filter域, 该域中承载着 FEC Filter信息, 即 FEC Element信息, 用于检测 FEC的对应关系, 即实现 FEC检测功能; 所述的 FEC Filter信息为由 FEC Element信息通过 Y.1713指定的方法计算得到;, 步驟 3: 在节点 B收到的 FEC-CV报文后, 首先通过报文中承载的 TTSI 信息在 B节点上找到对应的 FEC。 然后对找到的 FEC Element按照 Y.1713 中定义的方法分成 3个 filter offset ( FEC过滤器) , 用这 3个 filter offset和 FEC Element计算出节点 B的 FEC Filter; Step 2: Send the FEC-CV packet from the node A to the node B with the configured T FEC - CV as the time interval. The packet carries the FEC Filter field, which carries the FEC Filter information, that is, the FEC. The element information is used to detect the correspondence between the FECs, that is, the FEC detection function is implemented; the FEC Filter information is calculated by the FEC Element information by the method specified by Y.1713; Step 3: The FEC- received at the Node B After the CV packet, the corresponding FEC is found on the Node B by using the TTSI information carried in the packet. Then, the found FEC Element is divided into three filter offsets (FEC filters) according to the method defined in Y.1713, and the FEC Filter of the Node B is calculated by using the three filter offsets and the FEC Element;
步骤 4: 采用相应的匹配算法对收到的报文中的 FEC Filter (节点 A的 FEC Filter )和计算得到的 FEC Filter (节点 B的 FEC Filter )进行比较, 以 确定是否发生 dFEC— Mismatch FEC对应错故障)/dFEC— Mismerge( FEC 交叉错故障) ;  Step 4: Compare the FEC Filter (FEC Filter of Node A) and the calculated FEC Filter (FEC Filter of Node B) in the received packet by using the corresponding matching algorithm to determine whether the dFEC- Mismatch FEC corresponding occurs. Wrong fault) / dFEC - Mismerge ( FEC cross fault fault);
( 1 )对于精确匹配算法, 直接利用收到的报文中的 FEC Filter和计算 得到的 FEC Filter进行比较, 如果相等则表明 LSP FEC (标签交换路径转 发等价类)正确, 否则产生 dFEC_Mismatch/dFEC— Mismerge;  (1) For the exact matching algorithm, directly compare the FEC Filter in the received message with the calculated FEC Filter. If they are equal, the LSP FEC (label switching path forwarding equivalence class) is correct, otherwise dFEC_Mismatch/dFEC is generated. — Mismerge;
( 2 )对于子集匹配算法, 利用收到的报文中的 FEC Filter和计算得到 的 FEC Filter取反求和, 如果是 0则表明 LSP FEC正确, 否则产生 dFEC— Mismatch/dFEC— Mismerge。  (2) For the subset matching algorithm, use the FEC Filter in the received message and the calculated FEC Filter to reverse the summation. If it is 0, it indicates that the LSP FEC is correct, otherwise dFEC-Mismatch/dFEC-Mismerge is generated.
可以看出, 上述利用丫.1713定义的 FEC的检测机制的缺点如下: 一旦启动 FEC的检测机制, 则除非链路故障, 否则, OAM机制将一直 运行, 而不能灵活进行配置。  It can be seen that the above disadvantages of the FEC detection mechanism defined by 丫.1713 are as follows: Once the FEC detection mechanism is activated, the OAM mechanism will continue to operate unless the link fails, and the configuration cannot be flexibly performed.
目前, 为了在故障时快速倒换到其他链路, 需要快速发现故障。 一些 硬件如 SDH等可以提供 BFD ( Bidirectional Forwarding Detection,双向转 发检测)功能, 但是对于很多硬件或者软件无法提供这个功能, 比如以太 网。 还有一些无法实现路径检测, 比如转发引擎或者接口等, 无法实现端 到端的检测。 目前网络一般使用慢 Hello (握手)机制,尤其在路由协议中, 在没有硬件帮助下, 检测时间会很长, 并且对于没有允许路由协议的节点 无法检测。  Currently, in order to quickly switch to other links in the event of a failure, it is necessary to quickly find the fault. Some hardware, such as SDH, can provide BFD (Bidirectional Forwarding Detection), but this feature is not available for many hardware or software, such as Ethernet. There are also some that cannot implement path detection, such as forwarding engines or interfaces, and cannot achieve end-to-end detection. Currently, the network generally uses a slow Hello (handshake) mechanism, especially in a routing protocol. Without hardware help, the detection time is long and cannot be detected for nodes that do not have a routing protocol allowed.
BFD的目标是在相邻转发引擎之间的路径上, 提供一种低开销、 短检 测周期的失败检测机制。 包括接口、 数据链路和扩展到转发引擎自身的检 测。 BFD基本的检测机制如图 1所示, 其中: The goal of BFD is to provide a low-overhead, short-detection failure detection mechanism on the path between adjacent forwarding engines. Includes interfaces, data links, and extensions to the detection of the forwarding engine itself. The basic detection mechanism of BFD is shown in Figure 1, where:
BFD检测处理过程包括两个可选的操作模式, 和一个附带的功能, 两 种模式可以混合使用。  The BFD inspection process consists of two optional modes of operation, and an accompanying function, which can be mixed.
第一个操作模式是异步模式: 在该模式下, 系统周期性的发送 BFD控 制报文给另一个系统, 如果另一个系统没有收到一定数量的报文, 则确定 相应的连接需要宣布中断 (down ) 。  The first mode of operation is asynchronous mode: In this mode, the system periodically sends BFD control messages to another system. If another system does not receive a certain number of messages, it determines that the corresponding connection needs to announce an interrupt ( Down).
第二种模式是按需模式(Demand ) : 在该模式下, 假定每个系统有 一个独立的方式来验证它和其他系统的连接, 因此一旦一个 BFD连接建立 后, 系统将停止发送 BFD控制报文, 除非另外一个系统明确的认为需要验 证链路, 此时会发送一个短序列的 BFD控制报文, 然后协议就处于静止状 态。  The second mode is Demand mode: In this mode, it is assumed that each system has an independent way to verify its connection with other systems, so once a BFD connection is established, the system will stop sending BFD control reports. In this case, unless another system explicitly believes that the link needs to be verified, a short sequence of BFD control messages is sent and the protocol is in a quiescent state.
另外一种是对两种模式的附加功能, 即回声功能: 当回声功能被激活 时, BFD回声包流发出后在对端转发路径被环回来; 如果序列中一定数量 的包没有收到, 则连接被宣布中断 (down ) ; 回声功能可以用于上述两 种模式, 如果检测任务通过回声功能实现, 则在异步模式中可以減少周期 性报文, 在按需模式中可以完全取消 Hello报文。  The other is an additional function for the two modes, namely the echo function: When the echo function is activated, the BFD echo packet stream is sent back to the peer forwarding path; if a certain number of packets in the sequence are not received, The connection is declared to be down (down); the echo function can be used in the above two modes. If the detection task is implemented by the echo function, the periodic message can be reduced in the asynchronous mode, and the Hello message can be completely cancelled in the on-demand mode.
BFD控制报文是由 UDP (用户数据报协议 )报文承载的, 报文的 UDP 目的端口为 3784源端口为 49252 ~ 65535; 回应的报文目的端口为 3785。  The BFD control packet is carried by the UDP (User Datagram Protocol) packet. The UDP destination port of the packet is the source port of the 3784 source port is 49252 ~ 65535. The destination port of the response packet is 3785.
以节点 A、 B为例, 所述的 BFD检测路径的方式分别包括:  The methods of the BFD detection path are as follows:
异步模式: 在节点 A、 B间双向发送 BFD报文, 如果在一定时间段内 丟失一定数量的包, 则认为该链路断;  Asynchronous mode: BFD packets are sent in both directions between nodes A and B. If a certain number of packets are lost within a certain period of time, the link is considered to be broken.
回声功能: 如果节点支持, 可以从节点 A发出报文, 节点 B仅仅将这 种报文进行环回, 再回送给节点 A, 由节点 A来自己检测报文是否丟失, 决 定链路是否可用;  Echo function: If the node supports, the packet can be sent from the node A. The node B only loops back the packet and sends it back to the node A. The node A detects the packet loss and determines whether the link is available.
按需模式: 节点 A和 B之间也可以通过协商, 仅仅在需要时, 才对链 路进行检测; 在节点 A和 B之间, 可以协商发送报文的速度, 相互告知对方 自己可以接收和发送的速度。  On-demand mode: Nodes A and B can also negotiate between links only when needed. Between nodes A and B, the speed at which packets can be sent can be negotiated and the other party can tell each other that they can receive and The speed of the send.
然而, 由于 BFD检测机制针对 MPLS LSP检测, 没有定义如何检测 LSP FEC 的交叉错机制, 也没有抑制告警的机制, 即对于发生的故障, 没有提供向下游节点发送告警通告的实现方案。 However, because the BFD detection mechanism is for MPLS LSP detection, there is no mechanism for determining how to detect the LSP FEC, and there is no mechanism for suppressing the alarm, that is, for the failure, There is no implementation that provides an alert notification to downstream nodes.
发明内容 Summary of the invention
鉴于上述现有技术所存在的问题, 本发明的目的是提供一种实现等价 转发类双向转发检测的方法, 使得在 M PLS网络中可以基于 BFD检测机制 实现针对 LSP FEC的交叉错的检测。  In view of the above problems in the prior art, the object of the present invention is to provide a method for implementing bidirectional forwarding detection of equal-cost forwarding, so that the detection of cross-error for LSP FEC can be implemented based on the BFD detection mechanism in the M PLS network.
本发明的目的是通过以下技术方案实现的:  The object of the invention is achieved by the following technical solutions:
本发明提供了一种实现等价转发类双向转发检测的方法, 包括: The present invention provides a method for implementing bidirectional forwarding detection of equivalent forwarding type, including:
A、 在双向转发检测 BFD控制报文中设置等价转发类过滤器信息;A. Set the equivalent forwarding class filter information in the BFD control packet in the bidirectional forwarding detection packet;
B、 利用包含有等价转发类过滤器信息的 BFD控制报文在多协议标签 交换 MPLS网络中实现 BFD机制。 B. Implementing a BFD mechanism in a multi-protocol label switching MPLS network by using BFD control messages including information of equivalent forwarding class filters.
所述的等价转发类过滤器信息包括:  The equivalent forwarding class filter information includes:
标签交换路径 LSP连接的终结点源标识和等从转发类元素信息。 在 MPLS网絡中, 接收所述 BFD控制报文的节点根据报文中承载的等 价转发类过滤器信息检测等价转发类是否出现交叉错故障。 在接收所述 BFD控制报文的节点上,如果 BFD检测状态机处于激活状 态 (UP ) , 则根据报文中的等价转发类过滤器信息进行匹配检测, 以确 定等价转发类是否出现交叉错故障。  Label Switching Path The endpoint source identifier of the LSP connection and the information of the forwarding class element. In the MPLS network, the node that receives the BFD control packet detects whether the equivalence forwarding class has a cross fault fault according to the equivalent forwarding class filter information carried in the packet. On the node that receives the BFD control packet, if the BFD detection state machine is in the active state (UP), the matching detection is performed according to the equivalent forwarding class filter information in the packet to determine whether the equivalent forwarding class crosses. Wrong fault.
采用匹配算法或子集匹配算法进行匹配检测, 以确定等价转发类是否 出现交叉错故障。  Matching detection is performed by using a matching algorithm or a subset matching algorithm to determine whether an equivalent forwarding class has a cross fault.
所述的实现等价转发类双向转发检测的方法还包括:  The method for implementing the bidirectional forwarding detection of the equivalent forwarding type further includes:
在所述的 BFD控制报文中还包含缺陷编码信息,用于标识本地节点的 等价转发类的交叉出错信息。  The BFD control packet further includes defect coding information, which is used to identify the cross-error information of the equivalent forwarding class of the local node.
所述的实现等价转发类双向转发检测的方法还包括:  The method for implementing the bidirectional forwarding detection of the equivalent forwarding type further includes:
在建立 LSP时, 记录 LSP的嵌套关系, 具体为记录各 LSP标识与源 IP 地址和目的 IP地址的对应关系。  When the LSP is set up, the LSP nesting relationship is recorded. The mapping between the LSP ID and the source IP address and destination IP address is recorded.
所述的实现等价转发类双向转发检测的方法还包括:  The method for implementing the bidirectional forwarding detection of the equivalent forwarding type further includes:
C、 居所述的 LSP标识与源 IP地址和目的 IP地址的对应关系确定下 游节点的 IP地址信息; C. The correspondence between the LSP identifier and the source IP address and the destination IP address is determined. IP address information of the tour node;
D、 将所述的承载有缺陷编码信息的 BFD控制报文向根据确定下游节 点的 I P地址信息向下游发送。 在 BFD会话建立的过程中, 记录本端鉴别器 My Discriminator信息与 D. Send the BFD control packet carrying the defect coding information to the downstream according to the IP address information of the determined downstream node. During the establishment of the BFD session, record the local discriminator My Discriminator information and
LSP标识, 以及源 IP地址和目的 IP地址的对应关系; LSP identifier, and the correspondence between the source IP address and the destination IP address;
根据接收的 BFD控制报文中的 My Discriminator信息及记录的信息查 找与其对应的下游节点的目的 IP地址信息。  According to the My Discriminator information and the recorded information in the received BFD control packet, the destination IP address information of the corresponding downstream node is found.
由上述本发明提供的技术方案可以看出, 本发明增强了 BFD机制, 从而实现了针对 LSP FEC交叉错的检测功能, 为 MPLS网络中的 FEC 的交叉错的检测提供了一种可行的技术方案。 同时, 本发明还在建立 LSP 时, 记录了 LSP 的嵌套关系, 以便于实现下游的故障通告机制, 即实现 下游告警机制。  It can be seen from the technical solution provided by the present invention that the BFD mechanism is enhanced, thereby implementing the detection function for the LSP FEC cross error, and providing a feasible technical solution for detecting the FEC error in the MPLS network. . At the same time, when the LSP is established, the LSP nesting relationship is recorded, so that the downstream fault notification mechanism is implemented, that is, the downstream alarm mechanism is implemented.
附图说明 图 1为现有的 BFD检测状态示意图; BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a schematic diagram of a conventional BFD detection state;
图 2为本发明所述的方法的流程图;  2 is a flow chart of the method of the present invention;
图 3为本发明中 BFD控制报文的格式示意图;  3 is a schematic diagram of a format of a BFD control packet in the present invention;
图 4为本发明中 BFD检测状态示意图。  Fig. 4 is a schematic view showing the state of BFD detection in the present invention.
具体实施方式 本发明的核心是采用增强了 BFD的检测类型,增加了 dFEC-Mismatch 缺陷类型; 并利用 BFD机制实现 MPLS FEC交叉错的检测; 同时, 还提出 利用 LSP建立时确立的 LSP之间的嵌套关系, 进行故障的下游通告机制。 The core of the present invention is to enhance the detection type of BFD, increase the defect type of dFEC-Mismatch, and implement the detection of MPLS FEC cross error by using BFD mechanism. Meanwhile, it is also proposed to use LSP established between LSP establishment. Nested relationship, the downstream notification mechanism for failure.
本发明所述的方法的具体实施方式如图 2所示, 具体包括:  A specific implementation manner of the method of the present invention is shown in FIG. 2, and specifically includes:
步骤 21: 为了实现 FEC交叉错的检测, 首先需要对现有的 BFD的控制报 文进行扩充, 增加 FEC Fi l ter ( FEC过滤器)域, 用于^载 FEC过滤器信息, 所述的 FEC过滤器信息由 FEC Element信息通过 Y. 1713指定的方法计算得 到, 所述等价转发类过滤器信息包括: 标签交换路径 LSP连接的终结点源 标识和等从转发类元素信息。 也就是说, 本发明所述的方法基于 BFD检测机制实现, 在本实施方式 中, 用于实现 BFD检测的 BFD控制报文的格式如图 3所示, 图中除 FEC Filter以外, 其他内容均是 BFD本身固有的内容, 所以只对 FEC Filter域进 行说明。 Step 21: In order to implement FEC cross-error detection, it is necessary to expand the existing BFD control message, and add an FEC Fier ter (FEC filter) field for carrying FEC filter information, the FEC. The filter information is calculated by the FEC Element information by the method specified by Y. 1713. The information of the equivalent forwarding class filter includes: an end point source identifier of the label switched path LSP connection and the information of the forwarding class element. That is, the method of the present invention is implemented based on the BFD detection mechanism. In this embodiment, the format of the BFD control packet used to implement BFD detection is as shown in FIG. 3, except for the FEC Filter in the figure. It is inherent in BFD, so only the FEC Filter field is described.
FEC Filter域: 用于承载根据 FEC Element信息计算获得的 FEC Filter 信息, 所述 FEC Filter信息用于实现 FEC misbranching ( FEC交叉错或对 应错)检测; 该字段的含义及功能作用与现有技术中所述 FEC-CV报文中 的这一字段的含义及功能作用相同。  FEC Filter field: used to carry FEC Filter information obtained according to FEC Element information, and the FEC Filter information is used to implement FEC misbranching (FEC cross error or corresponding error) detection; the meaning and function of the field are related to the prior art. The meaning and function of this field in the FEC-CV message are the same.
其中, 所述的 FEC Filter信息为在现有的 BFD控制报文格式的基础上 新增加的信息, 具体的设置方式可以参考丫 .1713 Misbranching detection for MPLS networks ( Y.1713MPLS网络交叉错检测) 。  The FEC Filter information is newly added information based on the existing BFD control packet format, and the specific setting manner may refer to 171713 Misbranching detection for MPLS networks (Y.1713 MPLS network cross error detection).
步骤 22: 利用所述的包含 FEC lter信息的 BFD控制报文进行 FEC的 交叉错故障的检测;  Step 22: performing FEC cross-error fault detection by using the BFD control packet containing the FEC lter information;
所采用的具体的检测方式包括: 接收所述的 BFD控制报文的节点根据 4艮文中的 FEC Filter信息, 并采用精确匹配算法或子集匹配算法进行 FEC 的交叉故障检测;  The specific detection method used includes: receiving, by the node of the BFD control message, the FEC filter information according to the F艮 Filter information, and adopting an exact matching algorithm or a subset matching algorithm to perform FEC cross fault detection;
利用 FEC Filter信息进行交叉错故障检测的具体实现方法与现有技术 因此, 此处不再针对该过程进行详细的描述。  The specific implementation method and the prior art for the detection of the cross-error fault by using the FEC Filter information Therefore, the detailed description of the process will not be repeated here.
在本实施方式, 还需要对节点中的 BFD的检测状态机进行适应性的改 进, 具体如图 4所示: 由于 BFD报文中承载有 FEC Filter信息, 所以当节点 收到所述的 BFD控制报文时, 如果节点上 BFD检测的状态机处于 UP (激 活)状态, 则需要利用报文中承载的 FEC Filter信息进行匹配检测, 以确 定 FEC是否出现交叉错故障。  In this embodiment, the BFD detection state machine in the node needs to be adaptively improved, as shown in FIG. 4: Since the BFD packet carries the FEC Filter information, the node receives the BFD control. If the state machine of the BFD detection on the node is in the UP state, you need to use the FEC Filter information carried in the packet to perform matching detection to determine whether the FEC has a fault.
步骤 23: 本发明中, 还在 BFD控制报文中增加了缺陷编码信息, 即 dFEC— Mismatch, 用于承载 FEC的交叉错故障信息;  Step 23: In the present invention, the defect coding information is added to the BFD control message, that is, dFEC-Mismatch, which is used to carry the FEC fault error information;
这样, 当所述的 FEC出现交叉错故障时, 便可以将故障信息承载于 In this way, when the FEC has a fault of cross error, the fault information can be carried on the fault information.
BFD控制报文中向其他节点 (即下游节点)传送; The BFD control message is transmitted to other nodes (ie, downstream nodes);
BFD控制报文中的缺陷编号可以定义为 8; 当然, 也可以为其他数值。 步骤 24: 本发明所述的方法中, 为了配合 BFD检测机制实现下游告警 的功能(即将 FEC出现的交叉错故障信息向下游传递) , 在 LSP建立的过 程中, 还需要记录 LSP之间的嵌套关系; The defect number in the BFD control packet can be defined as 8; of course, other values can also be used. Step 24: In the method of the present invention, in order to cooperate with the BFD detection mechanism to implement the function of the downstream alarm (that is, the cross-error fault information of the FEC is transmitted downstream), in the process of establishing the LSP, it is also required to record the inter-inlay between the LSPs. Set of relationships;
记录所述 LSP之间的嵌套关系所采用的具体实现方式可以是: 记录 LSP ID ( LSP标识)和<31 (源 IP地址) , DIP (目的 IP地址) The specific implementation manner for recording the nested relationship between the LSPs may be: Record LSP ID (LSP ID) and <31 (source IP address), DIP (destination IP address)
>的对应关系; 在 BFD会话建立的过程中, 需要把本端鉴别器 My Discriminator信息和上述的 LSP ID, <SIP, DIP>对应起来, 使得利用 My Discriminator可以索引到 LSP ID, 以及与其对应的<31 , DIP>, 这样便 可以确定远端节点的地址信息, 从而确定发送告警信息时的目的节点的地 址信息; In the process of establishing a BFD session, the local discriminator My Discriminator information needs to be associated with the above LSP ID, <SIP, DIP>, so that the My Discriminator can be used to index the LSP ID and corresponding thereto. <31, DIP>, so that the address information of the remote node can be determined, thereby determining the address information of the destination node when the alarm information is sent;
所述的 My Discriminator信息是 MPLS LSR根据不同的 BFD会话的一 个鉴别值, 一个 My Discriminator信息对应一个 FEC连接。  The My Discriminator information is an authentication value of the MPLS LSR according to different BFD sessions, and a My Discriminator information corresponds to an FEC connection.
步骤 25: 当本地节点发生 FEC交叉错故障时,则通过 My Discriminator 信息查找 LSP嵌套关系表, 得到下游节点的 IP地址信息;  Step 25: When a FEC cross fault fault occurs on the local node, the LDP nested relationship table is searched through the My Discriminator information to obtain the IP address information of the downstream node.
步骤 26: 在本地节点, 启动 BFD的故障通告报文, 在 BFD控制报文中 承载相应的缺陷编码信息, 并发送给下游节点;  Step 26: On the local node, start the BFD failure notification packet, and carry the corresponding defect coding information in the BFD control packet, and send it to the downstream node.
当本地节点发生其他故障时, 则在 BFD控制报文中设置 Sta为 Down, When the local node has other faults, set Sta to Down in the BFD control packet.
Diag (诊断)域为 5 ( Administratively Down ), 表示底层 LSP故障, 上层The Diag (diagnostic) field is 5 ( Administratively Down), indicating that the underlying LSP is faulty, the upper layer.
LSP需要强制进入 Down (去激活)状态, 抑制告警报文的产生, 以避免 网络内产生告警风暴, 并且网络节点不知道具体的故障网络段或节点。 The LSP needs to be forced into the Down state to suppress the generation of alarm packets to avoid alarm storms in the network. The network node does not know the specific faulty network segment or node.
综上所述, 可以看出, 本发明一方面解决了 Y.1713定义的 FEC检测机 制存在的缺点, 同时还保持了 BFD检测机制的优点, 即令 BFD检测机制可 以实现 FEC检测功能。 因此, 本发明实现了可以对 FEC检测过程的检测模 式进行灵活配置的功能, 如根据实际需要灵活配置异步模式、 按需模式及 回声功能, 并基于相应的模式或功能实现 FEC的检测。 另外, 本发明还进 一步扩展增加了下游告警功能, 从而使得检测到的交叉错、 连接中继等各 种故障信息可以向下游节点传递。  In summary, it can be seen that the present invention solves the shortcomings of the FEC detection mechanism defined by Y.1713, and also maintains the advantages of the BFD detection mechanism, that is, the BFD detection mechanism can implement the FEC detection function. Therefore, the present invention realizes the function of flexibly configuring the detection mode of the FEC detection process, such as flexibly configuring the asynchronous mode, the on-demand mode, and the echo function according to actual needs, and implementing FEC detection based on the corresponding mode or function. In addition, the present invention further expands the downstream alarm function so that various fault information such as detected cross error and connection relay can be transmitted to the downstream node.
以上所述, 仅为本发明较佳的具体实施方式, 但本发明的保护范围并 不局限于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围 内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。 因此, 本发明的保护范围应该以权利要求的保护范围为准。 The above is only a preferred embodiment of the present invention, but the scope of protection of the present invention is not limited thereto, and any technical person skilled in the art can disclose the technical scope disclosed by the present invention. Variations or substitutions that are conceivable within the scope of the invention are intended to be included within the scope of the invention. Therefore, the scope of protection of the present invention should be determined by the scope of the claims.

Claims

权 利 要 求 Rights request
1、 一种实现等价转发类双向转发检测的方法, 其特征在于, 包括:A method for implementing bidirectional forwarding detection of an equivalent forwarding type, characterized in that:
A、 在 向转发检测 BFD控制报文中设置等价转发类过滤器信息;A. Set the equivalent forwarding class filter information in the BFD control packet to the forwarding detection.
B、 利用包含有等价转发类过滤器信息的 BFD控制报文在多协议标签 交换 MPLS网络中实现 BFD机制。 B. Implementing a BFD mechanism in a multi-protocol label switching MPLS network by using BFD control messages including information of equivalent forwarding class filters.
2、根据权利要求 1所述的实现等价转发类双向转发检测的方法, 其特 征在于, 所述的等价转发类过滤器信息包括:  The method for implementing the bidirectional forwarding detection of the equivalent forwarding type according to claim 1, wherein the information of the equivalent forwarding class filter includes:
标签交换路径 LSP连接的终结点源标识和等从转发类元素信息。  Label Switching Path The endpoint source identifier of the LSP connection and the information of the forwarding class element.
3、根据权利要求 1所述的实现等价转发类双向转发检测的方法, 其特 征在于:  3. The method for implementing equivalent forwarding type bidirectional forwarding detection according to claim 1, wherein:
MPLS网络中  MPLS network
接收所述 BFD控制报文的节点根据报文中承载的等价转发类过滤器 信息检测等价转发类是否出现交叉错故障。  The node that receives the BFD control packet detects whether the equivalence forwarding class has a cross fault fault according to the equivalent forwarding class filter information carried in the packet.
4、根据权利要求 1、 2或 3所述的实现等价转发类双向转发检测的方法, 其特征在于:  The method for realizing the equivalent forwarding type bidirectional forwarding detection according to claim 1, 2 or 3, characterized in that:
在接收所述 BFD控制报文的节点上,如果 BFD检测状态机处于激活状 态 UP, 则根据报文中的等价转发类过滤器信息进行匹配检测, 以确定等 价转发类是否出现交叉错故障。  On the node that receives the BFD control packet, if the BFD detection state machine is in the active state UP, the matching detection is performed according to the equivalent forwarding class filter information in the packet to determine whether the equivalent forwarding class has a cross fault. .
5、根据权利要求 1、 2或 3所述的实现等价转发类双向转发检测的方法, 其特征在于,  The method for realizing the equivalent forwarding type bidirectional forwarding detection according to claim 1, 2 or 3, characterized in that
在所述的 BFD控制报文中还包含缺陷编码信息,用于标识本地节点的 等价转发类的交叉出错信息。  The BFD control packet further includes defect coding information, which is used to identify the cross-error information of the equivalent forwarding class of the local node.
6、根据权利要求 4所述的实现等价转发类双向转发检测的方法, 其特 征在于, 采用匹配算法或子集匹配算法进行匹配检测。 The method for implementing the equivalent forwarding type bidirectional forwarding detection according to claim 4, wherein the matching algorithm or the subset matching algorithm is used for matching detection.
7、根据权利要求 5所述的实现等价转发类欢向转发检测的方法, 其特 征在于还包括:  The method for implementing the equivalent forwarding type forwarding forwarding detection according to claim 5, wherein the method further comprises:
在建立 LSP时, 记录 LSP的嵌套关系, 具体为记录各 LSP标识与源 IP 地址和目的 IP地址的对应关系。  When the LSP is set up, the LSP nesting relationship is recorded. The mapping between the LSP ID and the source IP address and destination IP address is recorded.
8、根据权利要求 7所述的实现等价转发类双向转发检测的方法, 其特 征在于还包括: 8. The method for implementing equivalent forwarding type bidirectional forwarding detection according to claim 7, wherein The levy also includes:
C、 才艮据所述的 LSP标识与源 IP地址和目的 IP地址的对应关系确定下 游节点的 IP地址信息;  C. determining the IP address information of the downstream node according to the correspondence between the LSP identifier and the source IP address and the destination IP address;
D、 将所述的承载有缺陷编码信息的 BFD控制报文向根据确定下游节 点的 I P地址信息向下游发送。  D. Send the BFD control packet carrying the defect coding information to the downstream according to the IP address information of the determined downstream node.
9、根据权利要求 8所述的实现等价转发类双向转发检测的方法, 其特 征在于:  9. The method for implementing equivalent forwarding type bidirectional forwarding detection according to claim 8, wherein:
在 BFD会话建立的过程中, 记录本端鉴別器 My Discriminator信息与 LSP标识, 以及源 IP地址和目的 IP地址的对应关系。  During the establishment of the BFD session, the local discriminator My Discriminator information and the LSP identifier, and the mapping between the source IP address and the destination IP address are recorded.
10、 根据权利要求 8所述的实现等价转发类双向转发检测的方法, 其 特征在于:  10. The method for implementing equivalent forwarding type bidirectional forwarding detection according to claim 8, wherein:
根据接收的 BFD控制报文中的 My Discriminator信息及记录的信息 查找与其对应的下游节点的目的 i p地址信息。  According to the My Discriminator information and the recorded information in the received BFD control packet, the destination ip address information of the corresponding downstream node is searched.
PCT/CN2006/000272 2005-02-28 2006-02-24 A method for implementing fec bfd WO2006089490A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200510008961.8 2005-02-28
CNB2005100089618A CN100525244C (en) 2005-02-28 2005-02-28 Method for realizing FEC bidirectional forwarding detection

Publications (1)

Publication Number Publication Date
WO2006089490A1 true WO2006089490A1 (en) 2006-08-31

Family

ID=36927037

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2006/000272 WO2006089490A1 (en) 2005-02-28 2006-02-24 A method for implementing fec bfd

Country Status (2)

Country Link
CN (1) CN100525244C (en)
WO (1) WO2006089490A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101202589B (en) * 2006-12-12 2011-08-10 中兴通讯股份有限公司 Apparatus and method for malfunction detection of transmission equipment

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101237677B (en) 2007-02-02 2010-09-08 华为技术有限公司 Method, network system and destination network for transmitting QoS upon system switching
CN101316225B (en) * 2007-05-30 2012-12-12 华为技术有限公司 Fault detection method, communication system and label exchange router
CN101141330B (en) * 2007-10-23 2010-06-16 华为技术有限公司 Method, system and equipment to establish BFD detection for LSP tunnel
CN101163060B (en) * 2007-11-30 2010-06-09 杭州华三通信技术有限公司 BFD session establishing method, BFD session establishing device and routing device
CN102571601B (en) * 2012-02-13 2018-05-15 中兴通讯股份有限公司 A kind of method and label switched path equipment for ensureing two-way converting detection reliability
CN103546376B (en) * 2012-07-09 2019-07-30 中兴通讯股份有限公司 A kind of transfer approach and node of response message
CN107154882B (en) * 2017-07-24 2019-11-22 迈普通信技术股份有限公司 BFD session establishing method and device
CN109039822B (en) * 2018-08-23 2020-09-01 烽火通信科技股份有限公司 BFD protocol message filtering method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020053581A (en) * 2000-12-27 2002-07-05 오길록 Procedures for constructing QoS FEC and looking up packets on Emulated Leased Line Services in MPLS LERs
CN1581818A (en) * 2003-07-31 2005-02-16 华为技术有限公司 Method for supporting multi-port virtual LAN by multi-protocol label swtich

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020053581A (en) * 2000-12-27 2002-07-05 오길록 Procedures for constructing QoS FEC and looking up packets on Emulated Leased Line Services in MPLS LERs
CN1581818A (en) * 2003-07-31 2005-02-16 华为技术有限公司 Method for supporting multi-port virtual LAN by multi-protocol label swtich

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101202589B (en) * 2006-12-12 2011-08-10 中兴通讯股份有限公司 Apparatus and method for malfunction detection of transmission equipment

Also Published As

Publication number Publication date
CN100525244C (en) 2009-08-05
CN1829191A (en) 2006-09-06

Similar Documents

Publication Publication Date Title
EP2595350B1 (en) GMPLS based OAM provisioning
US7742400B2 (en) Method and system for detecting link failure between nodes in a hybrid network
EP2983329B1 (en) Continuity check protocol optimization systems and methods
KR101652649B1 (en) System and method using rsvp hello suppression for graceful restart capable neighbors
US8982710B2 (en) Ethernet operation and maintenance (OAM) with flexible forwarding
US8923112B2 (en) Technique for controlling data forwarding in computer networks
EP2469760B1 (en) Internetworking framework for multi-protocol label switching-transport profile and operation administration and maintenance protocols
WO2006089490A1 (en) A method for implementing fec bfd
US8605603B2 (en) Route convergence based on ethernet operations, administration, and maintenance protocol
WO2009036705A1 (en) Method for detecting interface failure and network node equipment
WO2009056034A1 (en) Method, system and equipment to establish bfd detection for lsp tunnel
US8850062B2 (en) Distributed connectivity verification protocol redundancy
WO2007056929A1 (en) A method and apparatus for implementing the groups protection in mpls network
WO2014019348A1 (en) Method, device and system for operation, management and maintenance of oam configuration
WO2008040239A1 (en) Method, system and provider edge router for detecting pseudo wire fault
Mizrahi et al. An overview of operations, administration, and maintenance (OAM) tools
US8254271B1 (en) Point-to-multipoint connectivity verification
Cavendish et al. Operation, administration, and maintenance in MPLS networks
Kim et al. OAM and protection mechanisms for MPLS-TP packet transport networks
Mizrahi et al. RFC 7276: An Overview of Operations, Administration, and Maintenance (OAM) Tools

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06705689

Country of ref document: EP

Kind code of ref document: A1

WWW Wipo information: withdrawn in national office

Ref document number: 6705689

Country of ref document: EP