WO2008028384A1 - A method and system for implementing the transmission control for the oam messages - Google Patents

A method and system for implementing the transmission control for the oam messages Download PDF

Info

Publication number
WO2008028384A1
WO2008028384A1 PCT/CN2007/001467 CN2007001467W WO2008028384A1 WO 2008028384 A1 WO2008028384 A1 WO 2008028384A1 CN 2007001467 W CN2007001467 W CN 2007001467W WO 2008028384 A1 WO2008028384 A1 WO 2008028384A1
Authority
WO
WIPO (PCT)
Prior art keywords
mac address
oam
oam packet
identifier information
packet
Prior art date
Application number
PCT/CN2007/001467
Other languages
French (fr)
Chinese (zh)
Inventor
Min Li
Zhenyu Shi
Yang Zhang
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 WO2008028384A1 publication Critical patent/WO2008028384A1/en

Links

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
    • 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/34Signalling channels for network management communication

Definitions

  • the present invention relates to the field of network communications, and in particular, to a forwarding control method, system and apparatus for operating, managing, and maintaining OAM (Operations, Administration and Maintenance). Background of the invention
  • Ethernet technology is simple to use, inexpensive, and bandwidth can be continuously improved. It has been widely used as a service or as a network structure in enterprise networks, metropolitan area networks, and wide area networks. However, traditional Ethernet can be maintained and has low operational capability. As the scope of Ethernet promotion has gradually expanded, the demand for Ethernet OAM functions has become stronger and stronger.
  • the Ethernet OAM function can be divided into two parts: fault management and performance management.
  • the protocol, 802.1ag ethoam defines the fault management function of the end-to-end Ethernet OAM, including: fault detection, fault identification (Ping), fault location and isolation (Tracert), and fault notification and alarm suppression.
  • MD Maintenance Domain
  • DSAP domain service access points
  • ISP intermediate service access point
  • FIG. 1 is a schematic diagram of an example of a maintenance service in the prior art.
  • Figure 1 shows a maintenance domain
  • the example includes five bridge devices.
  • the six DSAP coverage areas shown are maintenance domains with multiple ISAPs in between.
  • Each service instance consists of multiple DSAPs with some common attributes (such as bandwidth), identified by an identification ID. .
  • Configuring a service instance is to establish a connectionless association between each DSAP in the service instance. That is, the maintenance association MA (Maintenance Association), the MA includes multiple maintenance nodes MP (Maintenance Point), as the MP of the DSAP.
  • the Maintenance Association End Point (MEP) is called the Maintenance Association End Point (MIP).
  • the Maintenance Association Intermediate Point MA is distinguished by a unique MA name in the entire maintenance domain. The MA name is formed together with the maintenance domain name. A unique identification ID that identifies the service instance.
  • FIG. 2 is a schematic diagram of an example of a maintenance service of a manager's perspective in the prior art.
  • points a, c, e, and f are configured as DSAPs available to the user CI, thereby establishing a service instance related to the user CI and the corresponding maintenance alliance MA, and the other two DSAPs b and d are not used, and are not This service instance and MA.
  • Fig. 3 is a schematic diagram showing an example of a maintenance service from a customer perspective in the prior art.
  • the maintenance alliance MA in Figure 2 is viewed from the perspective of user C1.
  • the MA consists of four DSAP nodes that belong to the same service instance.
  • the path between the two MPs of the same maintenance association can be detected by the 802.1 ag Mac Trace function.
  • the link trace message (LTM) and the link trace response (LTR) are detected.
  • the format of the IEEE 802. l ag link tracking message LTM is shown in Table 1: MD
  • MD Level identifies the MD level
  • OpCode specifies the format and purpose of the protocol
  • First TLV Offset the offset of the first TLV in the message
  • LTM TTL Field The number of hops the LTM message passes through
  • Original MAC Address Field The MAC address of the MEP point that originally initiated the LTM 4 message
  • Target MAC Address Field The destination MAC address of the LTM trace
  • End TLV Flag The end of the TLV sequence TLV, which is the last TLV in the message.
  • FIG. 4 is a schematic diagram of a transmission/response of a link tracking message in the prior art.
  • the bridge device A is the source bridge device
  • the bridge device B is the intermediate bridge device
  • the bridge device C is the destination end bridge device. Specifically, the following steps are included:
  • Step 1 The bridge device A where the MEP is located multicasts the LTM packet in the MD.
  • the LTM packet contains the destination MAC address.
  • Step 2 After receiving the LTM message through the MIP, the bridge device B sends the LTR packet to the bridge device A in the unicast mode; and searches for the entry corresponding to the destination MAC address in the LTM. If the search succeeds, the entry is based on the entry. Send the LTM packet to the next hop. In this example, the next hop is the bridge device C. Go to step 3. If the search fails, there are two processing methods. One is to discard the packet, and the LTM packet is sent. End; Second, send the message by broadcast, and go to step 3.
  • Step 3 After receiving the LTM sent by the bridge device B, the bridge device C determines that the destination MAC address in the LTM message is itself, and does not continue to send the LTM, but directly sends an LTR to the bridge device A. Bridge device A can calculate a path to bridge device C based on the information of the bridge device in the received LTR message.
  • the LTM packets sent by the source bridge device generally need to be forwarded by multiple intermediate bridge devices to reach the destination end bridge device; each intermediate bridge device that passes through must reply LTR packets to the source bridge device.
  • the source bridge device can learn the information of all intermediate bridge devices passing through on the way to the destination end bridge device and record their MAC addresses. If a bridge device fails, the source bridge device will not receive the LTR packet it returns, so that fault location can be achieved.
  • the inventor of the present invention found that after receiving the LTM message, the intermediate bridge device broadcasts or discards the packet if the entry corresponding to the destination MAC address is not found. If all the LTM packets of the entry that does not match the destination MAC address are discarded, the fault will be correctly located. If all the LTM packets that do not match the entry corresponding to the destination MAC address are broadcast, May appear big on the network Broadcast broadcast packets, wasting network bandwidth.
  • the basis of the forwarding behavior can be determined according to the command configuration, but this requires the administrator to configure on all the bridge devices, the configuration workload is large, and can not adapt to changes in the network topology, and the scalability is poor. Summary of the invention
  • the embodiment of the present invention provides a method, a system, and a device for controlling the forwarding of an OAM packet, and can process the packet when the entry corresponding to the destination address is not found.
  • An OAM packet forwarding control method includes:
  • An OAM packet forwarding control system includes:
  • the source bridge device is configured to send an OAM packet carrying the destination MAC address and the identifier information in the maintenance domain.
  • the one or more intermediate bridge devices are configured to process the OAM packet according to the identifier information when the entry corresponding to the destination MAC address is not found after receiving the OAM packet.
  • a bridge device comprising:
  • An identifier information adding module configured to add first identifier information to the first OAM packet carrying the first destination MAC address
  • a first maintenance node configured to send the first OAM packet
  • a second maintenance node configured to receive a second OAM packet carrying the second destination MAC address and the second identifier information
  • the identifier information identifying module is configured to: after receiving the second OAM packet, if the entry corresponding to the second destination MAC address is not found, according to the second identifier The information determines how the second OAM message is processed.
  • a bridge device used as a source bridge device, comprising:
  • An identifier information adding module configured to add identifier information to an OAM packet carrying a destination MAC address
  • the maintenance node is configured to send the OAM packet.
  • a bridge device used as an intermediate bridge device including:
  • the maintenance node is configured to receive an OAM message carrying the destination MAC address and the identifier information.
  • the identifier information identifying module is configured to determine, according to the identifier information, a processing manner of the OAM packet when the entry corresponding to the destination MAC address is not found.
  • the solution of the embodiment of the present invention only needs to carry the identifier information in the OAM packet.
  • the intermediate bridge device processes the OAM packet according to the identifier information, and does not need an administrator. A lot of manual configuration operations are easy to implement.
  • FIG. 1 is a schematic diagram of an example of a maintenance service in the prior art.
  • FIG. 2 is a schematic diagram of an example of a maintenance service of a manager's perspective in the prior art.
  • FIG. 3 is a schematic diagram of an example of a maintenance service of a customer perspective in the prior art.
  • FIG. 4 is a schematic diagram of a transmission/response of a link tracking message in the prior art.
  • FIG. 5 is a flowchart of a method for controlling forwarding of OAM packets according to Embodiment 1 of the present invention.
  • FIG. 6 is a flowchart of a method for controlling forwarding of OAM packets according to Embodiment 2 of the present invention.
  • FIG. 7 is a schematic diagram of a forwarding control system for an AU message according to Embodiment 3 of the present invention.
  • FIG. 8 is a schematic diagram of a forwarding control system for an OAM packet according to Embodiment 4 of the present invention.
  • FIG. 9 is a schematic diagram of a forwarding control system for an OAM packet according to Embodiment 5 of the present invention. Mode for carrying out the invention
  • the embodiment of the present invention achieves the purpose of controlling OAM packet forwarding by extending the Flags field in the OAM packet or by causing the OAM packet to carry a new type length value TLV.
  • the OAM packet in the embodiment of the present invention may be a link tracking message LTM, a link tracking response message LTR, and a continuity detection message CCM.
  • this embodiment provides an OAM packet forwarding control method, which is described by taking the forwarding control of the link tracking packet LTM as an example, and specifically includes the following steps:
  • Step 101 Extend the 6th bit in the Flags field of the link tracking message LTM on the source bridge device, and name the extended bit.
  • This embodiment is named B/D (Broadcast/Discard, wide). ⁇ Fan or discard) bit.
  • any bit in the Flags field are not used in the format of the existing IEEE 802. lag link tracking mode, any bit can be extended. In this embodiment, only the 6th bit is used. The example is explained.
  • Step 103 The extended LTM packet is multicast and sent in the maintenance domain MD, where the LTM packet includes the destination MAC address.
  • Step 104 After receiving the LTM message, the intermediate bridge device determines whether the HWonly in the Flags field is equal to 1. If yes, go to step 105; otherwise, go to step 106.
  • VLAN Virtual Local Area Network
  • the above method determines that the processing method of the message is very simple and easy to implement by extending only one bit of the Flags field in the message.
  • this embodiment provides another method for controlling the forwarding of OAM packets.
  • the forwarding control of the link tracking packet LTM is taken as an example.
  • the specific steps are as follows:
  • Step 201 Extend the LTM message on the source bridge device, that is, carry a new TLV, and carry a new MAC address as the backup MAC address in the type domain of the TLV, and the standby MAC address may be the MAC address of the MIP. .
  • a new TLV can be added to any of the bits.
  • the length of the MAC address is 6 bytes.
  • the MAC address carried in the TLV can be a unicast address, a multicast address, or a broadcast address.
  • Step 202 The extended LTM packet is sent in the maintenance domain MD in a multicast manner, and the LTM packet includes the destination MAC address.
  • Step 203 After receiving the LTM message, the intermediate bridge device first checks the MAC forwarding table and/or the CCM database. If the entry corresponding to the destination MAC address in the LTM packet is not found, the standby MAC address carried in the TLV is determined. Is it a unicast address, a multicast address, or a broadcast address.
  • Step 204 If the alternate MAC address carried in the TLV is a unicast address, use the backup MAC address in the TLV to query the MAC forwarding table and/or the CCM database again. If an entry corresponding to the backup MAC address is found, The LTM packet is forwarded to the LTM packet. If no entry corresponding to the standby MAC address is found, the packet is discarded.
  • Step 205 If the standby MAC address carried in the TLV is a multicast address, the packet is sent in multicast mode.
  • Step 206 If the alternate MAC address carried in the TLV is a broadcast address, the packet is sent by broadcast.
  • the extended TLV can also be used in other types of ETHOAM (Operation, Administration and Maintenance of Ethernet) packets to guide the forwarding of packets.
  • ETHOAM Operaation, Administration and Maintenance of Ethernet
  • the control is more flexible, and the standby MAC address can be a broadcast or a unicast address or a multicast address, which brings more users than simply expanding the flags domain. Positioning tools and strategies.
  • the above method is extended by using a fixed bit in the header, and in the case of using a hardware forwarding chip (such as a network processor) for forwarding, if the hardware forwarding chip can By identifying the extended TLV, the extended TLV can be directly identified by the hardware forwarding chip without the need for CPU participation. It is much more efficient to process the message directly through the hardware forwarding chip than to send the message to the CPU.
  • a hardware forwarding chip such as a network processor
  • the present invention further provides an OAM packet forwarding control system, including the following modules:
  • An identifier information adding module configured to add an identifier information to the OAM packet, and then send the identifier in the maintenance domain;
  • the identification information adding module specifically includes:
  • the extension and sending unit is configured to extend any one of the lower 7 bits of the Flags field of the OAM message. If the OAM message is important, the extension bit is set to be an important flag. Otherwise, the maintenance alliance endpoint is expanded.
  • the OAM packet is sent in the maintenance domain.
  • the OAM packet carries the destination MAC address.
  • the forwarding module is configured to maintain the OAM packet in the virtual local area network according to the identifier information, if the maintenance intermediate node receives the OAM packet, if the entry corresponding to the destination MAC address carried in the OAM packet is not found in the forwarding table, Broadcast or discard;
  • the forwarding module specifically includes:
  • the first text forwarding unit is configured to: after receiving the OAM packet, the intermediate node of the association checks the MAC forwarding table. If the entry corresponding to the destination MAC address is not found, if the extension bit of the packet is set with an important flag, the OAM is The message is broadcast in the virtual local area network, otherwise the OAM message is discarded.
  • the first packet forwarding unit is further configured to: after receiving the OAM packet, the intermediate node of the association checks the MAC forwarding table, and if the entry corresponding to the destination MAC address is not found, the continuity detection packet database is checked. If the entry corresponding to the destination MAC address is still not found, if the extension bit of the packet is set with an important flag, the OAM packet is in the virtual local area network. Broadcast, otherwise discard OAM packets.
  • the present invention further provides another forwarding control system for OAM packets, including the following modules:
  • An identifier information adding module configured to add an identifier information to the OAM packet, and then send the identifier in the maintenance domain;
  • the identification information adding module specifically includes:
  • the alternate address setting unit is configured to add a type length value to the OAM packet, carry the backup MAC address in the type field of the type length value, and then send the OAM packet with the type length value and the destination MAC address in the maintenance domain. .
  • the forwarding module is configured to process, after receiving the OAM packet, the OAM packet is processed according to the identifier information, if the entry corresponding to the destination MAC address is not found;
  • the forwarding module specifically includes:
  • the second packet forwarding unit is configured to: after receiving the OAM packet, the intermediate node of the association checks the MAC forwarding table and/or the CCM database, and if the entry corresponding to the destination MAC address carried in the OAM packet is not found, The alternate MAC address carried in the type length value is forwarded.
  • the present invention also provides another OAM packet forwarding control system, including a source bridge device and one or more intermediate bridge devices. See Figure 9, Figure 9 shows only one intermediate bridge device.
  • the source bridge device is configured to send an OAM packet carrying the destination MAC address and the identifier information in the maintenance domain.
  • the source bridge device includes an identification information adding module and one or more MPs, where
  • the information adding module is configured to add an identifier to the OAM packet carrying the destination MAC address.
  • the MP is configured to send the OAM message with the destination MAC address in the maintenance domain.
  • the intermediate bridge device is configured to process the packet according to the identifier information in the OAM when the OAM packet is received, and the entry corresponding to the destination MAC address carried in the OAM packet is not found.
  • the intermediate bridge device includes an identification information identifying module and a plurality of MPs; the identification information identifying module is configured to identify the identification information of the OAM packet when the identifier corresponding to the destination MAC address carried in the OAM packet is not found, according to the identifier The information is used to determine the processing mode of the OAM packet.
  • the MP is used to receive or send the OAM packet.
  • the identification information identification module can be a hardware forwarding chip, such as a network processor or the like.
  • the identifier information adding module of the source bridge device may be a first expansion module, and is used to extend any one of the lower 7 bits of the Flags field of the OAM file. If the OAM packet is important, the extension will be extended. The bit is set to be an important flag; otherwise, it is not set; correspondingly, the identification information identifying module of the intermediate bridge device is the first identifying module, and after receiving the OAM packet, if the MAC address carried by the OAM packet is not found, The entry, if it is determined that the extension bit is set with an important flag, determines to broadcast the OAM message; if the extension bit does not set the important flag, discard the OAM message.
  • the identifier information adding module of the source bridge device may further be a second extension module, configured to add a type length value to the OAM packet, where the type field of the type length value carries the standby MAC address;
  • the identification information identifying module of the intermediate bridge device is a second identifying module, configured to determine, after receiving the OAM packet, an entry corresponding to the destination MAC address carried in the OAM packet, and determining the OAM according to the standby MAC address. The way the message is processed.
  • the source bridge device and the intermediate bridge device are for one maintenance domain
  • the source bridge device in one maintenance domain may be the intermediate bridge device of another maintenance domain
  • the intermediate bridge device in one maintenance domain may also be the source bridge device of another maintenance domain, so one bridge device can simultaneously Has the function of source bridge device and intermediate bridge device.
  • the OAM packet needs to be carried in the OAM packet, and the intermediate bridge device does not need to process the OAM packet according to the identifier information when the entry corresponding to the destination MAC address is not found.
  • the administrator performs a large number of manual configuration operations, which can adapt to changes in the network topology, and is scalable and easy to implement.

Abstract

A method for implementing the transmission control for the OAM messages includes: transmitting an OAM message carrying the destination MAC address and the ID information in the maintenance domain; after receiving the OAM message, if the entry corresponding to the destination MAC address is not found, then the OAM message is processed according to the ID information. A system and bridge device for implementing the transmission control for the OAM messages. In the case of the OAM message searching the transmission table unsuccessfully, the invention can process the OAM message according to the ID information.

Description

OAM报文的转发控制方法及系统  OAM packet forwarding control method and system
技术领域 Technical field
本发明涉及网络通信领域, 特别涉及操作、 管理与维护 OAM ( Operations, Administration and Maintenance ) 4艮文的转发控制方法、 系 统及装置。 发明背景  The present invention relates to the field of network communications, and in particular, to a forwarding control method, system and apparatus for operating, managing, and maintaining OAM (Operations, Administration and Maintenance). Background of the invention
以太网技术简单易用、 价格低廉、 且带宽可不断提高, 无论是作为 一种业务还是作为一种 络结构在企业网、 城域网和广域网范围内都已 经得到大规模应用。 但是传统以太网可维护、 可运营能力比较弱, 随着 以太网推广的范围逐渐扩大,对以太网 OAM功能的需求也越来越强烈。  Ethernet technology is simple to use, inexpensive, and bandwidth can be continuously improved. It has been widely used as a service or as a network structure in enterprise networks, metropolitan area networks, and wide area networks. However, traditional Ethernet can be maintained and has low operational capability. As the scope of Ethernet promotion has gradually expanded, the demand for Ethernet OAM functions has become stronger and stronger.
以太网 OAM功能可分为两大部分: 故障管理、 性能管理。 其中, 性,协议 802.1ag ethoam定义了端到端的以太网 OAM的故障管理功能, 主要包括: 故障检测、 故障确认 (Ping)、 故障定位和隔离(Tracert)以及故 障通知和告警抑制功能。  The Ethernet OAM function can be divided into two parts: fault management and performance management. Among them, the protocol, 802.1ag ethoam defines the fault management function of the end-to-end Ethernet OAM, including: fault detection, fault identification (Ping), fault location and isolation (Tracert), and fault notification and alarm suppression.
维护域 MD ( Maintenance Domain )是 802.1ag故障管理功能所涉及 到的网络或网络中的某个部分,通过一系列域服务接入点 DSAP( Domain Service Access Point )来界定, 不同的 MD通过各自的 MD名来区分。 其中 DSAP为维护域的边界点, 如桥设备的某个端口, 它为域的外部提 供连通性服务, 维护域的内部还可能存在中间服务接入点 ISAP ( Intermediate Service Access Point ), 它是从一个 DSAP到另一个 DSAP 的中间节点。  Maintenance Domain (MD) is a part of the network or network involved in the 802.1ag fault management function. It is defined by a series of domain service access points (DSAPs). Different MDs pass their respective MD name to distinguish. The DSAP is the boundary point of the maintenance domain, such as a port of the bridge device, which provides connectivity services for the outside of the domain. There may also be an intermediate service access point (ISAP) in the maintenance domain. An intermediate node from one DSAP to another.
图 1是现有技术中维护服务实例示意图。 图 1给出了一个维护域的 实例, 包括 5个桥设备, 所示的 6个 DSAP覆盖的区域就是维护域, 中 间存在多个 ISAP。 FIG. 1 is a schematic diagram of an example of a maintenance service in the prior art. Figure 1 shows a maintenance domain The example includes five bridge devices. The six DSAP coverage areas shown are maintenance domains with multiple ISAPs in between.
根据需要可以在维护域中配置多个服务实例 (如针对某一用户的业 务可用的 DSAP ), 每个服务实例由具有一些共有的属性(如带宽)的多 个 DSAP组成, 通过一个标识 ID标识。  You can configure multiple service instances (such as DSAPs available for a user's services) in the maintenance domain as needed. Each service instance consists of multiple DSAPs with some common attributes (such as bandwidth), identified by an identification ID. .
配置一个服务实例也就是建立该服务实例中的各 DSAP之间的无连 接的联盟关系, 即, 维护联盟 MA ( Maintenance Association ), MA中包 括多个维护节点 MP ( Maintenance Point ), 作为 DSAP的 MP称为维护 联盟端点 MEP ( Maintenance Association End Point ), 作为 ISAP的 MP 称为维护联盟中间节点 MIP ( Maintenance Association Intermediate Point MA在整个维护域中通过唯一的 MA名来区分, MA名与维护域 名一起形成了唯一的标识 ID, 用以标识该服务实例。  Configuring a service instance is to establish a connectionless association between each DSAP in the service instance. That is, the maintenance association MA (Maintenance Association), the MA includes multiple maintenance nodes MP (Maintenance Point), as the MP of the DSAP. The Maintenance Association End Point (MEP) is called the Maintenance Association End Point (MIP). The Maintenance Association Intermediate Point MA is distinguished by a unique MA name in the entire maintenance domain. The MA name is formed together with the maintenance domain name. A unique identification ID that identifies the service instance.
图 2是现有技术中管理者角度的维护服务实例示意图。 参见图 2, 点 a、 c、 e、 f被配置为用户 CI可用的 DSAP, 从而建立了用户 CI相关 的一个服务实例和相应的维护联盟 MA, 另外两个 DSAP b和 d未使用 , 不属于这个服务实例和 MA。 图 3是现有技术中客户角度的维护服务实 例示意图。 参见图 3 , 从用户 C1角度看图 2中的维护联盟 MA, 该 MA 由同属于一个服务实例的四个 DSAP节点构成。  2 is a schematic diagram of an example of a maintenance service of a manager's perspective in the prior art. Referring to FIG. 2, points a, c, e, and f are configured as DSAPs available to the user CI, thereby establishing a service instance related to the user CI and the corresponding maintenance alliance MA, and the other two DSAPs b and d are not used, and are not This service instance and MA. Fig. 3 is a schematic diagram showing an example of a maintenance service from a customer perspective in the prior art. Referring to Figure 3, the maintenance alliance MA in Figure 2 is viewed from the perspective of user C1. The MA consists of four DSAP nodes that belong to the same service instance.
同一维护联盟的两个 MP之间经过的路径可以通过 802.1 ag 的 Mac Trace功能检测, 通过发送链路跟踪报文 LTM(Link Trace Message)、 接 收链路跟踪应答报文 LTR ( Link Trace Reply )检测两个 MP间所通过的 MIP路径。 IEEE 802. l ag链路跟踪报文 LTM的格式如表 1所示: MD The path between the two MPs of the same maintenance association can be detected by the 802.1 ag Mac Trace function. The link trace message (LTM) and the link trace response (LTR) are detected. The MIP path passed between the two MPs. The format of the IEEE 802. l ag link tracking message LTM is shown in Table 1: MD
1 Version OpCode Flags First TLV Offset Level  1 Version OpCode Flags First TLV Offset Level
5 Transaction Identifier/Sequence Number  5 Transaction Identifier/Sequence Number
9 LTM TTL Field Original MAC Address Field  9 LTM TTL Field Original MAC Address Field
13  13
] 7 Target MAC Address Field  ] 7 Target MAC Address Field
21 (Additional fields can be added,here,in future versions of the protocol) 21 (Additional fields can be added,here,in future versions of the protocol)
5+ 5+
First Additional LTM TLVs  First Additional LTM TLVs
TLV  TLV
Offset  Offset
last End TLV(O)  Last End TLV(O)
其中, MD Level: 标识 MD级别; Where MD Level: identifies the MD level;
Version: OAM协议版本号;  Version: OAM protocol version number;
OpCode: 指定协议的格式和用途;  OpCode: specifies the format and purpose of the protocol;
Flags: 由不同格式的报文确定其意义;  Flags: Determine the meaning of messages in different formats;
First TLV Offset: 报文中第一个 TLV的偏移量;  First TLV Offset: the offset of the first TLV in the message;
Transaction Identifier I Sequence Number: 发送标识 /序列号;  Transaction Identifier I Sequence Number: Send ID/Serial Number;
LTM TTL Field: LTM报文经过的跳数;  LTM TTL Field: The number of hops the LTM message passes through;
Original MAC Address Field: 最初发起 LTM 4艮文的 MEP点的 MAC 地址;  Original MAC Address Field: The MAC address of the MEP point that originally initiated the LTM 4 message;
Target MAC Address Field: LTM跟踪的目的 MAC地址;  Target MAC Address Field: The destination MAC address of the LTM trace;
Additional LTM TLVs: 增加的 TLV, 协议扩展之用;  Additional LTM TLVs: Added TLV, protocol extension;
End TLV: 标志 TLV序列的结束 TLV, 即报文中最后一个 TLV。  End TLV: Flag The end of the TLV sequence TLV, which is the last TLV in the message.
参见图 4, 图 4为现有技术中链路跟踪报文的发送 /回应示意图, 图  Referring to FIG. 4, FIG. 4 is a schematic diagram of a transmission/response of a link tracking message in the prior art.
3 4中, 桥设备 A为源端桥设备, 桥设备 B为中间桥设备, 桥设备 C为目 的端桥设备。 具体包括以下步骤: 3 In the fourth, the bridge device A is the source bridge device, the bridge device B is the intermediate bridge device, and the bridge device C is the destination end bridge device. Specifically, the following steps are included:
步骤 1、 MEP所在的桥设备 A在 MD内组播发送 LTM报文,该 LTM 报文中包含了目的 MAC地址。  Step 1: The bridge device A where the MEP is located multicasts the LTM packet in the MD. The LTM packet contains the destination MAC address.
步骤 2、 桥设备 B通过 MIP接收到 LTM报文后, 以单播方式向桥 设备 A发送 LTR报文; 并查找与 LTM中的目的 MAC对应的表项, 如 果查找成功, 则根据该表项将 LTM报文发送至下一跳; 本例中, 下一 跳即为桥设备 C; 转入步驟 3; 如果查找失败, 则有两种处理方式, 一 是丢弃报文, LTM的报文发送结束; 二是以广播方式发送报文, 转入步 骤 3。  Step 2: After receiving the LTM message through the MIP, the bridge device B sends the LTR packet to the bridge device A in the unicast mode; and searches for the entry corresponding to the destination MAC address in the LTM. If the search succeeds, the entry is based on the entry. Send the LTM packet to the next hop. In this example, the next hop is the bridge device C. Go to step 3. If the search fails, there are two processing methods. One is to discard the packet, and the LTM packet is sent. End; Second, send the message by broadcast, and go to step 3.
步骤 3、 桥设备 C收到桥设备 B发送的 LTM后, 判断 LTM报文中 的目的 MAC是自己, 不再继续发送 LTM, 而是直接发送一个 LTR给桥 设备 A。 桥设备 A根据收到的 LTR报文中的桥设备的信息便可以计算 出通向桥设备 C的一条路径。  Step 3: After receiving the LTM sent by the bridge device B, the bridge device C determines that the destination MAC address in the LTM message is itself, and does not continue to send the LTM, but directly sends an LTR to the bridge device A. Bridge device A can calculate a path to bridge device C based on the information of the bridge device in the received LTR message.
实际上,源端桥设备发送的 LTM报文一般需要经过多个中间桥设备 的转发才能到达目的端桥设备; 经过的每个中间桥设备都要向源端桥设 备回复 LTR报文, 这样, 源端桥设备就能获知通向目的端桥设备的路上 经过的所有中间桥设备的信息, 并记录它们的 MAC地址。 如果某个桥 设备发生故障, 则源端桥设备将接收不到其返回的 LTR报文, 从而可以 实现故障定位。  In fact, the LTM packets sent by the source bridge device generally need to be forwarded by multiple intermediate bridge devices to reach the destination end bridge device; each intermediate bridge device that passes through must reply LTR packets to the source bridge device. The source bridge device can learn the information of all intermediate bridge devices passing through on the way to the destination end bridge device and record their MAC addresses. If a bridge device fails, the source bridge device will not receive the LTR packet it returns, so that fault location can be achieved.
但是, 本发明的发明人在发明过程中发现, 中间桥设备接收到 LTM 报文后, 如果没有查找到与目的 MAC地址对应的表项, 将对报文进行 广播或丟弃。 如果将所有查找不到与目的 MAC地址对应的表项的 LTM 报文直接丢弃, 将无法正确实现故障定位, 如果将所有查找不到与目的 MAC地址对应的表项的 LTM报文都实现广播, 则可能在网络上出现大 量广播报文,浪费网络带宽。转发行为的依据可以根据命令配置来决定, 但是这样就要求管理员在所有的桥设备上进行配置, 配置工作量很大, 而且不能适应网络拓朴的变化, 可扩展性差。 发明内容 However, the inventor of the present invention found that after receiving the LTM message, the intermediate bridge device broadcasts or discards the packet if the entry corresponding to the destination MAC address is not found. If all the LTM packets of the entry that does not match the destination MAC address are discarded, the fault will be correctly located. If all the LTM packets that do not match the entry corresponding to the destination MAC address are broadcast, May appear big on the network Broadcast broadcast packets, wasting network bandwidth. The basis of the forwarding behavior can be determined according to the command configuration, but this requires the administrator to configure on all the bridge devices, the configuration workload is large, and can not adapt to changes in the network topology, and the scalability is poor. Summary of the invention
本发明的实施例提供了一种 OAM报文的转发控制方法、 系统及设 备, 能够在查找不到与目的地址对应的表项时对报文进行处理。  The embodiment of the present invention provides a method, a system, and a device for controlling the forwarding of an OAM packet, and can process the packet when the entry corresponding to the destination address is not found.
一种 OAM报文的转发控制方法, 包括:  An OAM packet forwarding control method includes:
在维护域内发送携带有目的 MAC地址和标识信息的 OAM报文; 接收到所述 OAM报文后, 在查不到与所述目的 MAC地址对应的 表项时, 根据所述标识信息对所述 OAM报文进行处理。  Sending an OAM packet carrying the destination MAC address and the identifier information in the maintenance domain; and after receiving the OAM packet, if the entry corresponding to the destination MAC address is not found, the identifier is OAM packets are processed.
一种 OAM报文的转发控制系统, 包括:  An OAM packet forwarding control system includes:
源端桥设备, 用于在维护域内发送携带有目的 MAC地址和标识信 息的 OAM报文;  The source bridge device is configured to send an OAM packet carrying the destination MAC address and the identifier information in the maintenance domain.
一个或多个中间桥设备, 用于在接收到 OAM报文后, 当查不到与 所述目的 MAC地址对应的表项时, 根据所述标识信息对所述 OAM报 文进行处理。  The one or more intermediate bridge devices are configured to process the OAM packet according to the identifier information when the entry corresponding to the destination MAC address is not found after receiving the OAM packet.
一种桥设备, 包括:  A bridge device, comprising:
标识信息增加模块,用于在携带有第一目的 MAC地址的第一 OAM 报文上增加第一标识信息;  An identifier information adding module, configured to add first identifier information to the first OAM packet carrying the first destination MAC address;
第一维护节点, 用于发送所述第一 OAM报文;  a first maintenance node, configured to send the first OAM packet;
第二维护节点, 用于接收携带有第二目的 MAC地址和第二标识信 息的第二 OAM报文;  a second maintenance node, configured to receive a second OAM packet carrying the second destination MAC address and the second identifier information;
标识信息识别模块, 用于在接收到所述第二 OAM报文后, 如果没 有查到与所述第二目的 MAC地址对应的表项, 则根据所述第二标识信 息确定对所述第二 OAM报文的处理方式。 The identifier information identifying module is configured to: after receiving the second OAM packet, if the entry corresponding to the second destination MAC address is not found, according to the second identifier The information determines how the second OAM message is processed.
一种桥设备, 用作源端桥设备, 包括:  A bridge device, used as a source bridge device, comprising:
标识信息增加模块, 用于在携带有目的 MAC地址的 OAM报文上 增加标识信息;  An identifier information adding module, configured to add identifier information to an OAM packet carrying a destination MAC address;
维护节点, 用于发送所述 OAM报文。  The maintenance node is configured to send the OAM packet.
一种桥设备, 用作中间桥设备, 包括:  A bridge device used as an intermediate bridge device, including:
维护节点, 用于接收携带有目的 MAC地址和标识信息的 OAM报 文;  The maintenance node is configured to receive an OAM message carrying the destination MAC address and the identifier information.
标识信息识别模块, 用于在查找不到与所述目的 MAC地址对应的 表项时, 根据所述标识信息确定对所述 OAM报文的处理方式。  The identifier information identifying module is configured to determine, according to the identifier information, a processing manner of the OAM packet when the entry corresponding to the destination MAC address is not found.
应用本发明实施例的方案, 只需要在 OAM报文中携带标识信息, 中间桥设备在查找不到与目的 MAC地址对应的表项时, 根据标识信息 对 OAM报文进行处理, 不需要管理员进行大量的手工配置操作, 易于 实现。 附图简要说明  The solution of the embodiment of the present invention only needs to carry the identifier information in the OAM packet. When the intermediate bridge device cannot find the entry corresponding to the destination MAC address, the intermediate bridge device processes the OAM packet according to the identifier information, and does not need an administrator. A lot of manual configuration operations are easy to implement. BRIEF DESCRIPTION OF THE DRAWINGS
图 1是现有技术中维护服务实例示意图。  FIG. 1 is a schematic diagram of an example of a maintenance service in the prior art.
图 2是现有技术中管理者角度的维护服务实例示意图。  2 is a schematic diagram of an example of a maintenance service of a manager's perspective in the prior art.
图 3是现有技术中客户角度的维护服务实例示意图。  FIG. 3 is a schematic diagram of an example of a maintenance service of a customer perspective in the prior art.
图 4是现有技术中链路跟踪报文的发送 /回应示意图。  FIG. 4 is a schematic diagram of a transmission/response of a link tracking message in the prior art.
图 5是本发明实施例 1提供的 OAM报文的转发控制方法流程图。 图 6是本发明实施例 2提供的 OAM报文的转发控制方法流程图。 图 7是本发明实施例 3提供的 0 AM报文的转发控制系统示意图。 图 8是本发明实施例 4提供的 OAM报文的转发控制系统示意图。 图 9是本发明实施例 5提供的 OAM报文的转发控制系统示意图。 实施本发明的方式 FIG. 5 is a flowchart of a method for controlling forwarding of OAM packets according to Embodiment 1 of the present invention. FIG. 6 is a flowchart of a method for controlling forwarding of OAM packets according to Embodiment 2 of the present invention. FIG. 7 is a schematic diagram of a forwarding control system for an AU message according to Embodiment 3 of the present invention. FIG. 8 is a schematic diagram of a forwarding control system for an OAM packet according to Embodiment 4 of the present invention. FIG. 9 is a schematic diagram of a forwarding control system for an OAM packet according to Embodiment 5 of the present invention. Mode for carrying out the invention
为使本发明的技术方案和优点更加清楚明白, 以下举具体实施例并 参照附图, 对本发明作 一步详细说明。  In order to make the technical solutions and advantages of the present invention more comprehensible, the present invention will be described in detail below with reference to the accompanying drawings.
本发明的实施例通过对 OAM报文中的 Flags 域进行扩展或者使 OAM报文携带一种新的类型长度值 TLV达到控制 OAM报文转发的目 的。  The embodiment of the present invention achieves the purpose of controlling OAM packet forwarding by extending the Flags field in the OAM packet or by causing the OAM packet to carry a new type length value TLV.
本发明的实施例中的 OAM报文可以是链路跟踪报文 LTM、 链路跟 踪应答报文 LTR和连续性检测报文 CCM等。  The OAM packet in the embodiment of the present invention may be a link tracking message LTM, a link tracking response message LTR, and a continuity detection message CCM.
实施例 1  Example 1
参见图 5,本实施例提供了一种 OAM报文的转发控制方法, 以链路 跟踪报文 LTM的转发控制为例进行说明 , 具体包括以下步骤:  Referring to FIG. 5, this embodiment provides an OAM packet forwarding control method, which is described by taking the forwarding control of the link tracking packet LTM as an example, and specifically includes the following steps:
步骤 101 : 在源端桥设备上对链路跟踪报文 LTM的 Flags域中的第 6 比特位进行扩展, 对扩展后的位进行命名, 本实施例命名为 B/D ( Broadcast/Discard, 广 ^番或丢弃)位。  Step 101: Extend the 6th bit in the Flags field of the link tracking message LTM on the source bridge device, and name the extended bit. This embodiment is named B/D (Broadcast/Discard, wide). ^ Fan or discard) bit.
在 LTM报文中, Flags域的现有使用规则为:  In the LTM message, the existing usage rules of the Flags field are:
HWOnly: (最高比特位)如果该位被设置, 即 HWonly = 1 , 将使用 MAC地址表来指导 LTM报文发送到下一跳地址, 如果该位未被设置, 即 HWonly = 0,则使用 MAC地址表和 /或 CCM数据库来指导 LTM报文 发送到下一跳地址。  HWOnly: (highest bit) If this bit is set, ie HWonly = 1, the MAC address table will be used to direct the LTM message to the next hop address. If this bit is not set, ie HWonly = 0, the MAC is used. The address table and/or CCM database to direct the LTM message to the next hop address.
因为 Flags域中的低 7比特位在现有 IEEE 802. lag链路跟踪 4艮文 LTM的格式中没有使用, 所以可以对其中任一比特位进行扩展, 本实施 例仅以第 6比特位为例进行说明。  Since the lower 7 bits in the Flags field are not used in the format of the existing IEEE 802. lag link tracking mode, any bit can be extended. In this embodiment, only the 6th bit is used. The example is explained.
步骤 102: 对新扩展的位进行设置, 如果所述 OAM报文重要, 则对 新扩展的位设置重要标志, 如设置 B/D=l, 否则不进行设置, 即 B/D=0。  Step 102: Set the newly extended bit. If the OAM message is important, set an important flag for the newly extended bit, such as setting B/D=l, otherwise it is not set, that is, B/D=0.
如果 B/D=l, LTM报文在虚拟局域网 VLAN 内广播 LTM, 如果 B/D=0, 则丟弃该 LTM。 If B/D=l, the LTM message broadcasts the LTM in the VLAN of the virtual LAN, if If B/D=0, the LTM is discarded.
步骤 103:将扩展后的 LTM报文在维护域 MD内组播发送,该 LTM 报文中包含了目的 MAC地址。  Step 103: The extended LTM packet is multicast and sent in the maintenance domain MD, where the LTM packet includes the destination MAC address.
步骤 104: 中间桥设备收到 LTM报文后,判断 Flags域中的 HWonly 是否等于 1, 如果是, 执行步骤 105; 否则, 执行步骤 106。  Step 104: After receiving the LTM message, the intermediate bridge device determines whether the HWonly in the Flags field is equal to 1. If yes, go to step 105; otherwise, go to step 106.
步骤 105: 当 HWonly - 1时, 首先查 MAC转发表, 如果没有查到 与 LTM中的目的 MAC地址对应的表项时, 就检查 Flags中的 B D位, 如果 B/D=l, LTM报文在 VLAN ( Virtual Local Area Network, 虚拟局 域网) 内广播 LTM, 如果 B/D=0, 则丢弃该 LTM。  Step 105: When HWonly - 1, first check the MAC forwarding table. If the entry corresponding to the destination MAC address in the LTM is not found, check the BD bit in Flags. If B/D=l, LTM message The LTM is broadcast in a VLAN (Virtual Local Area Network). If B/D=0, the LTM is discarded.
步骤 106: 当 HWonly置为 0时, 先查询 MAC表, 如果没有查到与 LTM中的目的 MAC地址对应的表项, 再查询 CCM数据库, 如果仍然 没有查到与 LTM中的目的 MAC对应的表项, 这时使用 B/D位进行判 断, 如果 B/D=l, LTM报文在 VLAN内广播, 如果 B/D=0, 则丢弃该 报文。  Step 106: When HWonly is set to 0, the MAC table is first queried. If the entry corresponding to the destination MAC address in the LTM is not found, the CCM database is queried, and if the table corresponding to the destination MAC in the LTM is still not found, In this case, the B/D bit is used for judgment. If B/D=l, the LTM message is broadcast in the VLAN. If B/D=0, the message is discarded.
本步骤中, 也可以先查 CCM数据库, 再查 MAC转发表, 如果没有 MAC转发表, 也可以只查 CCM数据库。  In this step, you can also check the CCM database first, and then check the MAC forwarding table. If there is no MAC forwarding table, you can also check only the CCM database.
上述方法通过只扩展报文中 Flags域的一个比特位, 判断对报文的 处理方法非常简单, 易于实现。  The above method determines that the processing method of the message is very simple and easy to implement by extending only one bit of the Flags field in the message.
实施例 2  Example 2
参见图 6,本实施例提供了另外一种 OAM报文的转发控制方法, 以 链路跟踪报文 LTM的转发控制为例进行说明, 具体步骤如下:  Referring to FIG. 6, this embodiment provides another method for controlling the forwarding of OAM packets. The forwarding control of the link tracking packet LTM is taken as an example. The specific steps are as follows:
步骤 201 : 在源端桥设备上对 LTM报文进行扩展, 即携带一种新的 TLV, 在该 TLV的类型域中携带新的 MAC地址作为备用 MAC地址, 备用 MAC地址可以是 MIP的 MAC地址。  Step 201: Extend the LTM message on the source bridge device, that is, carry a new TLV, and carry a new MAC address as the backup MAC address in the type domain of the TLV, and the standby MAC address may be the MAC address of the MIP. .
参见表 2所示, 目前已经使用的 TLV的类型域格式为: TLV Ty e field As shown in Table 2, the type field format of the TLV that has been used so far is: TLV Ty e field
End TLV 0  End TLV 0
Port ID TLV 1  Port ID TLV 1
MAC Status TLV 2  MAC Status TLV 2
Data TLV 3  Data TLV 3
Reply Iafortaatiou TLV 4  Reply Iafortaatiou TLV 4
Reply Ingres TLV  Reply Ingres TLV
Reply Egress TLV 6  Reply Egress TLV 6
Next Hop Identifier TLV  Next Hop Identifier TLV
Reserved for definition by IEEE 802.1 8-30  Reserved for definition by IEEE 802.1 8-30
Organization-Specific TLV 31  Organization-Specific TLV 31
Reserved for defmiticn by ITU-T Y.1731 32-63  Reserved for defmiticn by ITU-T Y.1731 32-63
( 「- ("-
Reserved for definition by IEEE 802.1 表 2 Reserved for definition by IEEE 802.1 Table 2
0 ~ 7 已经使用, 8 ~ 30保留给 IEEE802.1 , 可以对其中任一比特增 加一种新的 TLV, 本实施例对 type = 8的比特位增加一种新的 TLV, 命 名为: Specified Next Hop Mac Address TLV , 该 TLV格式如表 3所示:  0 ~ 7 has been used, 8 ~ 30 is reserved for IEEE802.1, and a new TLV can be added to any of the bits. In this embodiment, a new TLV is added to the bit of type = 8, named: Specified Next Hop Mac Address TLV, the TLV format is shown in Table 3:
Figure imgf000011_0001
表 3
Figure imgf000011_0001
table 3
其中, 0、 1、 2、 3表示的是四个字节的第几个字节, 1、 5、 9表示 字段的起始字节数。 该 TLV—共占 9字节。 Where 0, 1, 2, 3 represent the first few bytes of four bytes, 1, 5, 9 indicate The starting number of bytes of the field. This TLV - a total of 9 bytes.
Length=6,标志 MAC地址长度为 6个字节,该 TLV中携带的 MAC 地址可以是单播地址、 组播地址或广播地址。  The length of the MAC address is 6 bytes. The MAC address carried in the TLV can be a unicast address, a multicast address, or a broadcast address.
步骤 202:将扩展后的 LTM报文以组播方式在维护域 MD内进行发 送 , 该 LTM报文中包含了目的 MAC地址。  Step 202: The extended LTM packet is sent in the maintenance domain MD in a multicast manner, and the LTM packet includes the destination MAC address.
步骤 203: 中间桥设备收到 LTM报文后, 首先查 MAC转发表和 / 或 CCM数据库, 如果没有查到与 LTM报文中的目的 MAC地址对应的 表项, 判断 TLV中携带的备用 MAC地址是单播地址、 组播地址还是广 播地址。  Step 203: After receiving the LTM message, the intermediate bridge device first checks the MAC forwarding table and/or the CCM database. If the entry corresponding to the destination MAC address in the LTM packet is not found, the standby MAC address carried in the TLV is determined. Is it a unicast address, a multicast address, or a broadcast address.
步骤 204: 如果 TLV中携带的备用 MAC地址是单播地址, 使用该 TLV中的备用 MAC地址在 MAC转发表和 /或 CCM数据库中再查询一 次, 如果查到与备用 MAC地址对应的表项, 则 居表项对 LTM报文进 行转发, 如果没有查到与备用 MAC地址对应的表项, 则丢弃该报文。  Step 204: If the alternate MAC address carried in the TLV is a unicast address, use the backup MAC address in the TLV to query the MAC forwarding table and/or the CCM database again. If an entry corresponding to the backup MAC address is found, The LTM packet is forwarded to the LTM packet. If no entry corresponding to the standby MAC address is found, the packet is discarded.
步骤 205: 如果 TLV中携带的备用 MAC地址是组播地址, 则通过 组播方式发送报文。  Step 205: If the standby MAC address carried in the TLV is a multicast address, the packet is sent in multicast mode.
步骤 206: 如果 TLV中携带的备用 MAC地址是广播地址, 则通过 广播方式发送报文。  Step 206: If the alternate MAC address carried in the TLV is a broadcast address, the packet is sent by broadcast.
另外,这个扩展的 TLV也可以用在其它类型的 ETHOAM( Opreation, Administration and Maintenance of Ethernet, 以太网的操作、管理与维护) 报文中, 指导报文的转发。  In addition, the extended TLV can also be used in other types of ETHOAM (Operation, Administration and Maintenance of Ethernet) packets to guide the forwarding of packets.
通过采用扩展的 TLV来携带指定备用 MAC地址的方法, 控制起来 更加灵活, 备用 MAC地址即可以是广播也可以是单播地址或者是组播 地址, 比简单扩展 flags域给用户带来更多的定位手段和策略。  By adopting the extended TLV to carry the specified alternate MAC address, the control is more flexible, and the standby MAC address can be a broadcast or a unicast address or a multicast address, which brings more users than simply expanding the flags domain. Positioning tools and strategies.
上述方法因为使用报文头中固定的比特位进行扩展, 在使用硬件转 发芯片 (如: 网络处理器)进行转发的情况下, 如果该硬件转发芯片能 够识别扩展的 TLV, 则可以通过硬件转发芯片直接识别扩展的 TLV, 不 需要 CPU参与。通过硬件转发芯片直接处理报文,比将报文上送给 CPU 处理要高效的多。 The above method is extended by using a fixed bit in the header, and in the case of using a hardware forwarding chip (such as a network processor) for forwarding, if the hardware forwarding chip can By identifying the extended TLV, the extended TLV can be directly identified by the hardware forwarding chip without the need for CPU participation. It is much more efficient to process the message directly through the hardware forwarding chip than to send the message to the CPU.
实施例 3  Example 3
参见图 7,本发明还提供了一种 OAM报文的转发控制系统, 包括以 下模块:  Referring to FIG. 7, the present invention further provides an OAM packet forwarding control system, including the following modules:
标识信息增加模块, 用于在 OAM报文上增加一个标识信息, 然后 在维护域内发送;  An identifier information adding module, configured to add an identifier information to the OAM packet, and then send the identifier in the maintenance domain;
其中, 标识信息增加模块具体包括:  The identification information adding module specifically includes:
扩展与发送单元,用于对 OAM报文的 Flags域的低 7比特位中的任 一位进行扩展, 如果 OAM报文重要, 将扩展位设置重要标志, 否则不 设置, 维护联盟端点将扩展后的 OAM报文在维护域内组播发送, 该 OAM报文携带目的 MAC地址。  The extension and sending unit is configured to extend any one of the lower 7 bits of the Flags field of the OAM message. If the OAM message is important, the extension bit is set to be an important flag. Otherwise, the maintenance alliance endpoint is expanded. The OAM packet is sent in the maintenance domain. The OAM packet carries the destination MAC address.
转发模块, 用于维护联盟中间节点接收到 OAM报文后, 在转发表 中如果没有查到与 OAM报文中携带的目的 MAC地址对应的表项, 则 根据标识信息将 OAM报文在虚拟局域网内广播或丢弃;  The forwarding module is configured to maintain the OAM packet in the virtual local area network according to the identifier information, if the maintenance intermediate node receives the OAM packet, if the entry corresponding to the destination MAC address carried in the OAM packet is not found in the forwarding table, Broadcast or discard;
转发模块具体包括:  The forwarding module specifically includes:
第一 文转发单元, 用于维护联盟中间节点收到 OAM报文后, 查 MAC转发表, 如果没有查到与目的 MAC地址对应的表项, 若报文的扩 展位设置了重要标志, 将 OAM报文在虚拟局域网内广播, 否则丢弃所 述 OAM 艮文;  The first text forwarding unit is configured to: after receiving the OAM packet, the intermediate node of the association checks the MAC forwarding table. If the entry corresponding to the destination MAC address is not found, if the extension bit of the packet is set with an important flag, the OAM is The message is broadcast in the virtual local area network, otherwise the OAM message is discarded.
可选的, 第一报文转发单元还可用于维护联盟中间节点收到 OAM 报文后, 查 MAC转发表, 如果没有查到与目的 MAC地址对应的表项, 查连续性检测报文数据库, 如果仍然没有查到与目的 MAC地址对应的 表项, 若报文的扩展位设置了重要标志, 将 OAM报文在虛拟局域网内 广播, 否则丟弃 OAM报文。 Optionally, the first packet forwarding unit is further configured to: after receiving the OAM packet, the intermediate node of the association checks the MAC forwarding table, and if the entry corresponding to the destination MAC address is not found, the continuity detection packet database is checked. If the entry corresponding to the destination MAC address is still not found, if the extension bit of the packet is set with an important flag, the OAM packet is in the virtual local area network. Broadcast, otherwise discard OAM packets.
实施例 4  Example 4
参见图 8,本发明还提供了另一种 OAM报文的转发控制系统, 包括 以下模块:  Referring to FIG. 8, the present invention further provides another forwarding control system for OAM packets, including the following modules:
标识信息增加模块, 用于在 OAM报文上增加一个标识信息, 然后 在维护域内进行发送;  An identifier information adding module, configured to add an identifier information to the OAM packet, and then send the identifier in the maintenance domain;
其中, 标识信息增加模块具体包括:  The identification information adding module specifically includes:
备用地址设置单元, 用于在 OAM报文增加一个类型长度值, 在类 型长度值的类型域中携带备用 MAC地址, 然后在维护域内发送增加了 类型长度值并携带有目的 MAC地址的 OAM报文。  The alternate address setting unit is configured to add a type length value to the OAM packet, carry the backup MAC address in the type field of the type length value, and then send the OAM packet with the type length value and the destination MAC address in the maintenance domain. .
转发模块, 用于维护联盟中间节点接收到 OAM报文后, 如果没有 查到与目的 MAC地址对应的表项, 则根据标识信息对 OAM报文进行 处理;  The forwarding module is configured to process, after receiving the OAM packet, the OAM packet is processed according to the identifier information, if the entry corresponding to the destination MAC address is not found;
转发模块具体包括:  The forwarding module specifically includes:
第二报文转发单元, 用于维护联盟中间节点收到 OAM报文后, 查 MAC转发表和 /或 CCM数据库,如果没有查到与 OAM报文携带的目的 MAC地址对应的表项时,按类型长度值中携带的备用 MAC地址进行转 发。  The second packet forwarding unit is configured to: after receiving the OAM packet, the intermediate node of the association checks the MAC forwarding table and/or the CCM database, and if the entry corresponding to the destination MAC address carried in the OAM packet is not found, The alternate MAC address carried in the type length value is forwarded.
实施例 5  Example 5
本发明还提供了另外一种 OAM报文转发控制系统, 包括源端桥设 备及一个或多个中间桥设备, 参见图 9, 图 9中只示出了一个中间桥设 备。  The present invention also provides another OAM packet forwarding control system, including a source bridge device and one or more intermediate bridge devices. See Figure 9, Figure 9 shows only one intermediate bridge device.
其中, 源端桥设备用于在维护域内发送携带有目的 MAC地址和标 识信息的 OAM报文。  The source bridge device is configured to send an OAM packet carrying the destination MAC address and the identifier information in the maintenance domain.
源端桥设备包括标识信息增加模块及一个或多个 MP, 其中, 标识 信息增加模块用于在携带有目的 MAC地址的 OAM报文上增加一个标 识信息; MP 用于在维护域内发送增加了标识信息并携带有目的 MAC 地址的 OAM 艮文; The source bridge device includes an identification information adding module and one or more MPs, where The information adding module is configured to add an identifier to the OAM packet carrying the destination MAC address. The MP is configured to send the OAM message with the destination MAC address in the maintenance domain.
中间桥设备用于在接收到的 OAM报文时, 当查不到与 OAM报文 中携带的目的 MAC 地址对应的表项时, 根据 OAM 中的标识信息对 艮文进行处理。  The intermediate bridge device is configured to process the packet according to the identifier information in the OAM when the OAM packet is received, and the entry corresponding to the destination MAC address carried in the OAM packet is not found.
中间桥设备包括标识信息识别模块及多个 MP; 标识信息识别模块 用于在查找不到与 OAM报文携带的目的 MAC地址对应的表项时, 对 OAM报文的标识信息进行识别 ,根据标识信息确定对该 OAM报文的处 理方式; MP用于接收或发送 OAM报文。 例如, 标识信息识别模块可 以为硬件转发芯片, 如网络处理器等。  The intermediate bridge device includes an identification information identifying module and a plurality of MPs; the identification information identifying module is configured to identify the identification information of the OAM packet when the identifier corresponding to the destination MAC address carried in the OAM packet is not found, according to the identifier The information is used to determine the processing mode of the OAM packet. The MP is used to receive or send the OAM packet. For example, the identification information identification module can be a hardware forwarding chip, such as a network processor or the like.
本实施例中,源端桥设备的标识信息增加模块可以为第一扩展模块, 用于对 OAM 文的 Flags域的低 7比特位中的任一位进行扩展, 如果 OAM报文重要, 将扩展位设置重要标志; 否则不设置; 相应地, 中间 桥设备的标识信息识别模块为第一识别模块, 用于在接收到 OAM报文 后, 如果没有查到与 OAM报文携带的 MAC地址对应的表项, 若识别 到所述扩展位设置了重要标志, 则确定对所述 OAM报文进行广播; 如 果扩展位未设置重要标志, 则丢弃该 OAM报文。  In this embodiment, the identifier information adding module of the source bridge device may be a first expansion module, and is used to extend any one of the lower 7 bits of the Flags field of the OAM file. If the OAM packet is important, the extension will be extended. The bit is set to be an important flag; otherwise, it is not set; correspondingly, the identification information identifying module of the intermediate bridge device is the first identifying module, and after receiving the OAM packet, if the MAC address carried by the OAM packet is not found, The entry, if it is determined that the extension bit is set with an important flag, determines to broadcast the OAM message; if the extension bit does not set the important flag, discard the OAM message.
本实施例中, 源端桥设备的标识信息增加模块还可以为第二扩展模 块, 用于在 OAM报文增加一个类型长度值, 该类型长度值的类型域中 携带备用 MAC地址; 相应地, 中间桥设备的标识信息识别模块为第二 识别模块, 用于在接收到 OAM报文后, 如果没有查到与 OAM报文携 带的目的 MAC地址对应的表项 ,则根据备用 MAC地址确定对 OAM报 文的处理方式。  In this embodiment, the identifier information adding module of the source bridge device may further be a second extension module, configured to add a type length value to the OAM packet, where the type field of the type length value carries the standby MAC address; The identification information identifying module of the intermediate bridge device is a second identifying module, configured to determine, after receiving the OAM packet, an entry corresponding to the destination MAC address carried in the OAM packet, and determining the OAM according to the standby MAC address. The way the message is processed.
本实施例中, 源端桥设备及中间桥设备是针对一个维护域而言, 在 实际应用中, 一个维护域中的源端桥设备可能是另一个维护域的中间桥 设备, 一个维护域的中间桥设备也可能是另一个维护域的源端桥设备, 所以一个桥设备可以同时具有源端桥设备和中间桥设备的功能。 In this embodiment, the source bridge device and the intermediate bridge device are for one maintenance domain, In a practical application, the source bridge device in one maintenance domain may be the intermediate bridge device of another maintenance domain, and the intermediate bridge device in one maintenance domain may also be the source bridge device of another maintenance domain, so one bridge device can simultaneously Has the function of source bridge device and intermediate bridge device.
利用本发明实施例所述的方案, 只需要在 OAM报文中携带标识信 息, 中间桥设备在查找不到与目的 MAC地址对应的表项时, 根据标识 信息对 OAM报文进行处理, 不需要管理员进行大量的手工配置操作, 可以适应网络拓朴的变化, 可扩展性好, 且易于实现。  With the solution described in the embodiment of the present invention, the OAM packet needs to be carried in the OAM packet, and the intermediate bridge device does not need to process the OAM packet according to the identifier information when the entry corresponding to the destination MAC address is not found. The administrator performs a large number of manual configuration operations, which can adapt to changes in the network topology, and is scalable and easy to implement.
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡 在本发明的精神和原则之内所做的任何修改、 等同替换和改进等, 均应 包含在本发明的保护范围之内。  The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the present invention. Within the scope of protection.

Claims

权利要求书 Claim
1、 一种 OAM报文的转发控制方法, 其特征在于, 包括: 在维护域内发送携带有目的 MAC地址和标识信息的 OAM报文; 接收到所述 OAM报文后, 在查不到与所述目的 MAC地址对应的 表项时, 根据所述标识信息对所述 OAM报文进行处理。 A method for controlling forwarding of OAM packets, comprising: transmitting an OAM packet carrying a destination MAC address and identification information in a maintenance domain; and after receiving the OAM packet, failing to find and When the entry corresponding to the destination MAC address is described, the OAM packet is processed according to the identifier information.
2、 如权利要求 1 所述的方法, 其特征在于, 所述标识信息携带于 OAM报文的 Flags域的低 7比特位的扩展位中, 如果所述 OAM报文重 要, 所迷扩展位设置重要标志; 否则不设置。 2. The method according to claim 1, wherein the identification information is carried in an extension bit of a lower 7 bits of a Flags field of an OAM message, and if the OAM message is important, the extension bit is set. Important sign; otherwise not set.
3、 如权利要求 2 所述的方法, 其特征在于, 所述在查不到与所述 目的 MAC地址对应的表项时, 根据所述标识信息对所述 OAM报文进 行处理包括:  The method according to claim 2, wherein, when the entry corresponding to the destination MAC address is not found, processing the OAM packet according to the identifier information includes:
查 MAC转发表和 /或连续性检测报文数据库, 在查找不到与所述目 的 MAC 地址对应的表项时, 若所述扩展位设置了重要标志, 将所述 OAM报文进行广播,若所述扩展位未设置重要标志,丢弃所述 OAM报 文。  Checking the MAC forwarding table and/or the continuity detection packet database, if the extension corresponding to the destination MAC address is not found, if the extension bit is set with an important flag, the OAM packet is broadcasted, if The extension bit is not set with an important flag, and the OAM packet is discarded.
4、 如权利要求 1 所述的方法, 其特征在于, 所述标识信息为所述 OAM报文中增加的类型长度值的类型域中携带的备用 MAC地址。  The method according to claim 1, wherein the identifier information is an alternate MAC address carried in a type field of a type length value added in the OAM packet.
5、 如权利要求 4 所述的方法, 其特征在于, 所述根据所述标识信 息对所述 OAM报文进行处理包括:  The method according to claim 4, wherein the processing the OAM packet according to the identifier information comprises:
判断所述备用 MAC地址是单播地址、 组播地址或者广播地址; 如果所述备用 MAC地址是单播地址, 查找与所述备用 MAC地址 对应的表项, 如果查到与所述备用 MAC 对应的表项, 则根据表项对 OAM报文进行转发; 如果查不到与所述备用 MAC地址对应的表项, 则 丟弃所述 OAM报文; Determining that the standby MAC address is a unicast address, a multicast address, or a broadcast address; if the standby MAC address is a unicast address, searching for an entry corresponding to the standby MAC address, if it is found to correspond to the standby MAC address The entry of the OAM packet is forwarded according to the entry; if the entry corresponding to the standby MAC address is not found, Discarding the OAM packet;
如果所述备用 MAC地址是组播地址,通过组播方式发送所述 OAM 报文;  If the standby MAC address is a multicast address, the OAM packet is sent in a multicast manner;
如果所述备用 MAC地址是广播地址,通过广播方式发送所述 OAM 报文。  If the standby MAC address is a broadcast address, the OAM packet is sent by broadcast.
6、如权利要求 1至 5中任一项所述的方法,其特征在于,所述 OAM 报文为链路跟踪报文、 链路跟踪应 艮文或连续性检测报文。 The method according to any one of claims 1 to 5, wherein the OAM message is a link tracking message, a link tracking response message, or a continuity detection message.
7、 一种 OAM报文的转发控制系统, 其特征在于, 包括: 源端桥设备, 用于在维护域内发送携带有目的 MAC地址和标识信 息的 OAM报文; An OAM packet forwarding control system, comprising: a source bridge device, configured to send an OAM packet carrying a destination MAC address and identifier information in a maintenance domain;
一个或多个中间桥设备, 用于在接收到所述 OAM报文后, 当查不 到与所述目的 MAC地址对应的表项时,根据所述标识信息对所述 OAM 报文进行处理。  The one or more intermediate bridge devices are configured to process the OAM packet according to the identifier information when the entry corresponding to the destination MAC address is not found after the OAM packet is received.
8、 一种桥设备, 其特征在于, 包括: 8. A bridge device, comprising:
标识信息增加模块,用于在携带有第一目的 MAC地址的第一 OAM 报文上增加第一标识信息; .  The identifier information adding module is configured to add the first identifier information to the first OAM packet carrying the first destination MAC address;
第一维护节点, 用于发送所述第一 OAM报文;  a first maintenance node, configured to send the first OAM packet;
第二维护节点, 用于接收携带有第二目的 MAC地址和第二标识信 息的第二 OAM报文;  a second maintenance node, configured to receive a second OAM packet carrying the second destination MAC address and the second identifier information;
标识信息识别模块, 用于在接收到所述第二 OAM报文后, 如果没 有查到与所述第二目的 MAC地址对应的表项, 则 居所述第二标识信 息确定对所述第二 OAM报文的处理方式。  The identifier information identifying module is configured to: after receiving the second OAM message, if the entry corresponding to the second destination MAC address is not found, the second identifier information is determined to be the second Handling of OAM packets.
9、 如权利要求 8 所述的桥设备, 其特征在于, 所述标识信息增加 模块为第一扩展模块, 用于对所述第一 OAM报文的 Flags域的低 7比 特位中的任一位进行犷展, 如果所述第一 OAM报文重要, 将扩展位设 置重要标志; 否则不设置; The bridge device according to claim 8, wherein the identifier information adding module is a first expansion module, configured to lower a ratio of a Flags field of the first OAM packet by a ratio of 7 Any one of the special positions is expanded. If the first OAM message is important, the extension bit is set to be an important flag; otherwise, it is not set;
所述标识信息识别模块为第一识别模块, 用于在接收到所述第二 OAM报文后, 当没有查到与所述第二 MAC地址对应的表项时, 如果识 别到所述第二 OAM报文的 Flags域中的扩展位设置了重要标志, 则对 所述第二 OAM报文进行广播; 如果所述扩展位未设置重要标志, 则丟 弃所述第二 OAM报文。  The identification information identifying module is a first identifying module, configured to: when the second OAM packet is received, if the entry corresponding to the second MAC address is not found, if the second is identified If the extension bit in the Flags field of the OAM packet is set to be an important flag, the second OAM packet is broadcasted. If the extension bit is not set with the important flag, the second OAM packet is discarded.
10、 如权利要求 8所述的桥设备, 其特征在于, 所述标识信息增加 模块为第二扩展模块,用于在所述第一 OAM报文中携带第一备用 MAC 地址; The bridge device according to claim 8, wherein the identifier information adding module is a second extension module, configured to carry the first standby MAC address in the first OAM packet;
所述标识信息识别模块为第二识别模块, 用于在接收到所述第二 OAM报文后, 当没有查到与所述第二 MAC地址对应的表项时,根据所 述第二 OAM报文中携带的第二备用 MAC地址确定对所述第二 OAM报 文的处理方式。  The identification information identifying module is a second identifying module, configured to: after receiving the second OAM message, when the entry corresponding to the second MAC address is not found, according to the second OAM report The second alternate MAC address carried in the text determines the processing manner of the second OAM packet.
11、 一种桥设备, 其特征在于, 包括: 11. A bridge device, comprising:
标识信息增加模块, 用于在携带有目的 MAC地址的 OAM报文上 增加标识信息;  An identifier information adding module, configured to add identifier information to an OAM packet carrying a destination MAC address;
维护节点, 用于发送所述 OAM报文。  The maintenance node is configured to send the OAM packet.
12、 一种桥设备, 其特征在于, 包括: 12. A bridge device, comprising:
维护节点, 用于接收携带有目的 MAC地址和标识信息的 OAM报 文;  The maintenance node is configured to receive an OAM message carrying the destination MAC address and the identifier information.
标识信息识别模块, 用于在查找不到与所述目的 MAC地址对应的 表项时, 根据所述标识信息确定对所述 OAM报文的处理方式。  The identifier information identifying module is configured to determine, according to the identifier information, a processing manner of the OAM packet when the entry corresponding to the destination MAC address is not found.
PCT/CN2007/001467 2006-08-30 2007-04-29 A method and system for implementing the transmission control for the oam messages WO2008028384A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200610112210.5 2006-08-30
CNB2006101122105A CN100450101C (en) 2006-08-30 2006-08-30 Conversion control method and system of OAM message

Publications (1)

Publication Number Publication Date
WO2008028384A1 true WO2008028384A1 (en) 2008-03-13

Family

ID=37722270

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/001467 WO2008028384A1 (en) 2006-08-30 2007-04-29 A method and system for implementing the transmission control for the oam messages

Country Status (2)

Country Link
CN (1) CN100450101C (en)
WO (1) WO2008028384A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114143380A (en) * 2022-01-04 2022-03-04 烽火通信科技股份有限公司 Method and system for solving SRv6 tail node power failure scene OAM and service inconsistency

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101119245B (en) * 2007-08-31 2010-08-18 杭州华三通信技术有限公司 Method and device for performing link monitoring using OAM protocol
US8264970B2 (en) 2007-10-12 2012-09-11 Rockstar Bidco, LP Continuity check management in a link state controlled Ethernet network
CN101222370B (en) * 2008-02-01 2010-09-22 华为技术有限公司 Method and device for failure location using failure location packet
CN102055598A (en) * 2009-11-11 2011-05-11 中兴通讯股份有限公司 Method and system for realizing point-to-multipoint OAM of 802.3ah protocol
CN101729416B (en) * 2009-11-30 2012-11-28 中兴通讯股份有限公司 Method for processing address searching failure message and integrated circuit board
CN103475588A (en) * 2013-09-10 2013-12-25 神州数码网络(北京)有限公司 Sending process method and device and receiving process method and device of OAM messages
CN105323136B (en) * 2014-07-31 2020-01-10 中兴通讯股份有限公司 Information processing method and device
CN105812197B (en) * 2014-12-30 2020-07-14 华为技术有限公司 Bit forwarding entry router, bit forwarding router and operation management maintenance detection method
CN106209640B (en) * 2016-06-24 2019-03-05 湖南恒茂高科股份有限公司 Down MEP message processing method and system
CN106385344B (en) * 2016-09-05 2019-09-06 新华三技术有限公司 A kind of monitoring messages method and apparatus
CN106982153A (en) * 2017-05-18 2017-07-25 烽火通信科技股份有限公司 A kind of multi-segment pseudo-wires network connectivty detection method
CN112087338B (en) * 2020-09-14 2022-09-27 武汉虹信科技发展有限责任公司 Control message transmission method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1324150A (en) * 2000-05-12 2001-11-28 张捷 Classifying reception and treatment method and equipment for radio broadcast transmitted digital data
US20050099955A1 (en) * 2003-11-10 2005-05-12 Nortel Networks Limited Ethernet OAM fault isolation
CN1801742A (en) * 2004-12-22 2006-07-12 阿尔卡特公司 System and method for reducing OAM frame leakage in an Ethernet OAM domain

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100640464B1 (en) * 2002-10-31 2006-10-30 삼성전자주식회사 Method for method for transmitting oamoperation, administration, and maintenance packet data and ethernet passive optical network having control multiplexer therefor
KR100605846B1 (en) * 2003-01-02 2006-07-31 삼성전자주식회사 Method for controlling loopback procedure in ethernet passive optical network
US7570648B2 (en) * 2003-02-03 2009-08-04 At&T Intellectual Property I, L.P. Enhanced H-VPLS service architecture using control word
US7643424B2 (en) * 2003-03-22 2010-01-05 At&T Intellectual Property L, L.P. Ethernet architecture with data packet encapsulation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1324150A (en) * 2000-05-12 2001-11-28 张捷 Classifying reception and treatment method and equipment for radio broadcast transmitted digital data
US20050099955A1 (en) * 2003-11-10 2005-05-12 Nortel Networks Limited Ethernet OAM fault isolation
CN1801742A (en) * 2004-12-22 2006-07-12 阿尔卡特公司 System and method for reducing OAM frame leakage in an Ethernet OAM domain

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MCFARLAND M. ET AL.: "Ethernet OAM: key enable for Carrier Class Metro Ethernet Services", IEEE COMMUNICATIONS MAGAZINE, November 2005 (2005-11-01), pages 152 - 157, XP001238483 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114143380A (en) * 2022-01-04 2022-03-04 烽火通信科技股份有限公司 Method and system for solving SRv6 tail node power failure scene OAM and service inconsistency
CN114143380B (en) * 2022-01-04 2023-06-09 烽火通信科技股份有限公司 Method and system for solving inconsistent OAM and service of SRv tail node power down scene

Also Published As

Publication number Publication date
CN1913496A (en) 2007-02-14
CN100450101C (en) 2009-01-07

Similar Documents

Publication Publication Date Title
WO2008028384A1 (en) A method and system for implementing the transmission control for the oam messages
EP3188409B1 (en) Oam mechanisms for evpn active-active services
US11374857B2 (en) Network device management method and apparatus, and system for indicating a network device to perform management operation
EP2075958B1 (en) Method and node device for realizing the network topology discovery
JP5653912B2 (en) Method and apparatus for multicast group management
US11611509B2 (en) Communication method, communications device, and communications system
WO2010069175A1 (en) Method, system and equipment for establishing bidirectional forwarding detection
WO2007076621A1 (en) A method for automatic exchanger topology discovery in ethernet network
WO2015096409A1 (en) Method, device and system for discovering link in software-defined network
WO2020001389A1 (en) Communication method, device and system for avoiding loop
WO2018072732A1 (en) Information processing method and device, and computer storage medium
WO2012149862A1 (en) Ring network failover method and apparatus
WO2019223534A1 (en) Method and device for monitoring forwarding table entry
WO2009092257A1 (en) Fault detection method and device for provider backbone transport network
US11522792B2 (en) Method for discovering forwarding path and related device thereof
WO2013189414A2 (en) Automatic network topology acquisition method and system, and network query and management system
WO2020173424A1 (en) Message processing method, and gateway device
WO2012119372A1 (en) Message processing method, device and system
WO2020147683A1 (en) Method for creating connectivity detection session, and network device and system
WO2011057570A1 (en) Data transmission method, device and system for virtual local area networks
WO2015032261A1 (en) Route updating method and routing device
WO2014075421A1 (en) Method and apparatus for sending multi-link transparent interconnected data frame
Cisco Cisco IOS IP and IP Routing Command Reference Release 12.1
Cisco Configuring the Catalyst 8500 Software
Cisco show bootvar

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 07721040

Country of ref document: EP

Kind code of ref document: A1