WO2011127665A1 - Bgp-ad的实现方法、系统及相应装置 - Google Patents

Bgp-ad的实现方法、系统及相应装置 Download PDF

Info

Publication number
WO2011127665A1
WO2011127665A1 PCT/CN2010/071848 CN2010071848W WO2011127665A1 WO 2011127665 A1 WO2011127665 A1 WO 2011127665A1 CN 2010071848 W CN2010071848 W CN 2010071848W WO 2011127665 A1 WO2011127665 A1 WO 2011127665A1
Authority
WO
WIPO (PCT)
Prior art keywords
vrrp
vsi
global identifier
identifier
management
Prior art date
Application number
PCT/CN2010/071848
Other languages
English (en)
French (fr)
Inventor
刘长宝
周佳
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to CN201080003291XA priority Critical patent/CN102232277B/zh
Priority to PCT/CN2010/071848 priority patent/WO2011127665A1/zh
Publication of WO2011127665A1 publication Critical patent/WO2011127665A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/04Interdomain routing, e.g. hierarchical routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/58Association of routers
    • H04L45/586Association of routers of virtual routers

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a method, a system, and a corresponding device for implementing BGP-AD (BGP Advertised Discovery) in a network.
  • BGP-AD BGP Advertised Discovery
  • H-VPLS Hierarchical Virtual Private LAN Service
  • CE User boundary device
  • CE2 and CE3 can pass the PW (Pseudo wire) established between the MTU (Multi-Tenant Unit) and the carrier boundary device (PE) 1.
  • Pseudowire) 1 Perform interaction with the network side.
  • CE2 and CE3 are connected to the MTU through aggregation, and the MTU, PE1, PE2, and PE3 all contain virtual switching entities for controlling interaction.
  • the establishment of VPLS in this networking model mainly includes: Martini mode and BGP-AD mode.
  • the Martini VPLS establishes the PW by manually specifying the peer (neighbor) and then using the LDP (Label Distribution Protocol) distribution label.
  • the BGP-AD VPLS uses the LDP distribution label to establish the PW in the Martini mode.
  • BGP is used to discover the peer. Therefore, LDP can be used to establish the existing mature mechanism of the PW, and a large amount of manual peer configuration can be omitted.
  • the two NPEs are connected to one UPE (user-side carrier device).
  • the UPE transparently transmits the different service data to the corresponding NPE through the service PW.
  • a management PW is established between the two NPEs and the UPE, and a VRRP for determining the active and standby PWs is transmitted between the two NPEs and the UPE.
  • the VRRP packets are transmitted through the management PW, and the fault awareness between the two NPEs can pass BFD for VRRP.
  • the embodiment of the invention provides a method, a system and a corresponding device for implementing BGP-AD, which improves the reliability of the VPLS in the BGP-AD mode.
  • a method for implementing BGP-AD includes:
  • the message carrying the VRRP global identifier is sent to the neighbor, so that the neighbor searches for the corresponding VRRP information according to the VRRP global identifier, and determines the primary and backup pseudowires.
  • a network device comprising:
  • An identifier searching unit configured to search for a corresponding management VSI according to the service VSI, and obtain a global identifier of the VRRP configured on the management VSI;
  • a sending unit configured to send the message carrying the VRRP global identifier to the neighbor, so that the neighbor finds the corresponding VRRP information according to the VRRP global identifier, and determines the active and standby pseudowires.
  • a network device comprising:
  • An obtaining unit configured to obtain a message carrying a VRRP global identifier; a locating unit, configured to search for VRRP information corresponding to the VRRP global identifier, where the VRRP information indicates an identifier of the primary pseudowire and an identifier of the alternate pseudowire;
  • a determining unit configured to find a corresponding pseudowire according to the identifier indicated by the VRRP information, and determine an active pseudowire or an alternate pseudowire.
  • a BGP-AD system includes: a user-side carrier device and at least two network-side carrier devices;
  • the user-side operator device is configured to search for a corresponding management VSI according to the service VSI, obtain a VRRP global identifier configured on the management VSI, and send a message carrying the VRRP global identifier to the network-side operator.
  • the network side carrier device is configured to obtain the VRRP global identifier, and search for the VRRP information corresponding to the VRRP global identifier, and find the corresponding identifier according to the identifier of the VRRP information that is found. Pseudowire, determine the main pseudowire or alternate pseudowire.
  • the technical solution provided by the embodiment of the present invention sends a message carrying the VRRP global identifier to the neighbor, so that the neighbor can find the corresponding VRRP information according to the VRRP global identifier, and obtain the master/slave information from the VRRP information. Therefore, the active and standby PWs can be determined in the BGP-AD mode.
  • the BGP-AD is an automatic deployment of the PW.
  • the VPLS can perform the active/standby switchover to ensure that the service data can be transmitted normally when a PE fails. This improves the service reliability of the VPLS in the BGP-AD mode.
  • FIG. 1 is a schematic flowchart of a method for implementing BGP-AD in Embodiment 1 of the present invention
  • 2 is a schematic diagram of a scenario of dual-homed NPE in BGP-AD mode according to Embodiment 1 of the present invention
  • FIG. 3 is a schematic flowchart of BGP-AD deployment in Embodiment 1 of the present invention
  • FIG. 4 is a schematic structural diagram of a network device 400 according to Embodiment 2 of the present invention.
  • FIG. 5 is a schematic structural diagram of a network device 500 according to Embodiment 2 of the present invention.
  • FIG. 6 is a schematic structural diagram of a system for implementing BGP-AD according to Embodiment 3 of the present invention.
  • This embodiment provides a method for implementing BGP-AD, where the method involves NPE and UPE. As shown in Figure 1, it includes:
  • the UPE searches for the corresponding management VSI according to the VSI (Virtual Switch Instance), and searches for the VRRP global identifier configured on the management VSI from the searched VSI.
  • VSI Virtual Switch Instance
  • the embodiment of the present invention may be specifically combined with the dual-homed NPE scenario shown in FIG.
  • the UPE is specifically the MTU1 in FIG. 2, and the dual-homed NPEs are specifically the access devices (AC) 1 and AC2 in FIG. 2, respectively.
  • the device MTU1 transparently transmits different service data to the devices AC 1 and AC2 through the corresponding PWs.
  • the management PW and the management VSI are respectively established between the two ACs and the MTU 1.
  • the management VSI is used for The information on the management PW is processed on the MTU1.
  • the VRRP packet is sent between the two ACs and the MTU1 to determine the active and standby PWs.
  • the VRRP packet is sent through the MTU1.
  • the VSI is transmitted between the MTU1 and the AC1, and the MTU1 and the AC2 are respectively transmitted through the established management PW.
  • the fault detection between the AC1 and the AC2 can be quickly detected by using the Peer BFD packet sent by the BFD for VRRP mechanism. .
  • the 101 can be implemented in the following deployment manner, as shown in FIG. 3, including:
  • the Peer BFD is configured to be transparently transmitted between the AC1 and the AC2.
  • the Peer BFD is transmitted through the management VSI on the MTU1.
  • the transmission path of the Peer BFD packet is: AC1-MTU1- AC1; AC1 and MTU1, AC2 and MTU1 respectively run Link BFD (Link BFD), which runs on the TE tunnel for BFD; VRRP module on AC1 and AC2 (the management VRRP)
  • the module is an enhanced VRRP module. It also runs on the two interfaces mentioned above.
  • the two interfaces can correspond to two BFDs (ie, Peer BFD and Link BFD) to improve switching speed and jointly determine management. Whether the PW under the VRRP module is used for backup or standby.
  • the two interfaces mentioned in the above 302 can correspond to two 8?0 (ie, Peer BFD and Link BFD), so as to improve the switching speed and jointly determine whether the PW under the VRRP module is used as the primary or backup. It is a prior art and can be easily known by those skilled in the art, and will not be described herein.
  • the service BGP-AD VPLS is deployed between the MTU1 and the AC1 and the AC2.
  • the MTU1 is dual-homed to AC1 and AC2. Therefore, AC1 and AC2 are equivalent, so they can be on AC1 and AC2 according to the same principle.
  • a VRRP global identifier is configured for each management VSI on the MTU1, and a service VSI is configured for each management VSI.
  • the UPE 4 searches for the corresponding management VSI according to the service VSI.
  • the UPE can find the management VSI corresponding to the service VSI according to the corresponding relationship of the service VSI configuration. For example, after the service VSI and the management VSI are established on the MTU1, the VRRP global identifier of the management VSI can be configured on the corresponding management VSI.
  • the VRRP global identifier is VRID ⁇ 8> Global-ID ⁇ l>; and setting the configuration information of the management VSI on the service VSI, that is, according to the displayed data, the service VSI can find the management VSI.
  • the VRRP global identifier of the VRRP information that needs to be searched for by the AC1 is configured on the AC1.
  • the VRRP global identifier can be VRID+Global-ID in the embodiment.
  • the VRRP global identifier is VRID 8. Global-ID ⁇ 1>, where the purpose of using the Global-ID on the basis of the VRID is to extend the VRID to make it globally unique and unique in the entire network, so that the VRRP global identifier can be accurately located.
  • VRRP information; Similarly, AC2 can be similarly configured with reference to the configuration on AC1.
  • MTU1 when MTU1 is running, MTU1 can find the management VSI according to the above-mentioned corresponding relationship configured on the service VSI. Since the VRRP global identifier is configured on the management VSI, the MTU1 can find the corresponding corresponding VSI from the found management VSI. VRRP global identifier.
  • the UPE sends a message carrying the VRRP global identifier to the neighbor, so that the neighbor finds the corresponding VRRP information according to the VRRP global identifier to determine the active and standby PWs.
  • the neighbor ie, the NPE
  • 102 may include: when deployed in the above 303 When the BGP-AD VPLS discovers the neighbor, the MTU1 carries the VRRP global identifier that is found in the neighboring information.
  • the neighbor is AC1 and AC2.
  • ACl and AC2 receive an update message carrying the VRRP global identity.
  • the NPE finds the VRRP information corresponding to the VRRP global identifier, where the VRRP information indicates the identifier of the primary PW and the identifier of the standby PW.
  • the VRRP information is the primary and secondary information that has been determined after the negotiation. Therefore, the VRRP information indicates the identity of the primary PW and the identifier of the standby PW. Because this part is the prior art, how to determine the primary and backup information through VRRP. The process is not described here.
  • the foregoing 103 may include: Because the BGP-AD uses the part of the Martini mode to distribute the PW through the label distribution message distribution label, after discovering the neighbor, the MTU1 distributes the label through the label distribution message to establish the PW. After the PW is established, the AC is used as an example. The PW established on the AC1 will find the corresponding VRRP information according to the received VRRP global identifier. The VRRP information indicates the identifier of the primary PW and the identifier of the standby PW. . Similarly, AC2 finds the corresponding VRRP information according to the received VRRP global identifier.
  • 102 may carry a VRRP global identifier to update the message.
  • the label distribution message carries the VRRP global identifier to the AC1, AC2, and the label is distributed through the label distribution message in the MTU1.
  • the difference between the two is that the VRRP global identifier is carried by the update message and needs to be extended by BGP.
  • the VRRP global identifier is carried by the label distribution message and needs to be extended by LDP.
  • the extended BGP implementation carries the VRRP global identifier, and the neighboring message carries the VRRP global identifier (that is, carries the VRID and the Global-ID).
  • the neighboring message carries the VRRP global identifier (that is, carries the VRID and the Global-ID).
  • Table 1 Table 1
  • Type high and Type low occupy one byte each, because there are several levels of VRRP information at both the high and low levels, so Type high is used for Represents the identifier of the high-level type of VRRP information.
  • Type low is used to represent the identifier of the lower-level type of VRRP information.
  • vrid occupies 2 bytes, which represents the identifier of VRRP information.
  • the golbal-id occupies 4 words. In this embodiment, the combination of the vrid+global-id is the VRRP global identifier.
  • the VRRP module can be added to the VRRP module by adding the parameter.
  • the parameters are as shown in Table 2. Table 2
  • TBD occupies one byte, which represents the identifier of the extended feature parameter in this embodiment, used for BGP-AD VPLS; Length takes up one byte, representing VRRP globally.
  • the length of the vid+global-id is in the present embodiment.
  • the value of the VRRP information is 2 bytes, which is the identifier of the VRRP information.
  • the golbal-id occupies 4 bytes, which also represents the identifier of the VRRP information.
  • the combination of the vrid+global-id This is the VRRP global identity.
  • the NPE obtains the VRRP information that is found, and finds the corresponding PW according to the identifier indicated by the VRRP information to determine whether the PW is an active PW or a standby PW.
  • the NPE obtains the VRRP information that is found, and if the corresponding PW is found according to the indicated identity of the primary PW, it is determined that the PW is the primary PW, and accordingly, the NPE to which the primary PW belongs is used as the primary NPE;
  • the PW is determined to be the standby PW according to the indicated identifier of the standby PW, and the PW to which the standby PW belongs is used as the standby NPE.
  • 104 may include: AC1 acquiring the VRRP information, and searching for the corresponding PW according to the identifier indicated in the VRRP information to determine the primary PW or the standby PW.
  • AC2 is the same. Assume that AC1 is the primary PW that is found based on the VRRP information. Therefore, AC1 is the primary device of MTU1, and AC2 finds the standby PW according to the VRRP information. Therefore, AC2 is the standby device of MTU1.
  • the service flow process in the method provided in this embodiment is as follows:
  • the service flow enters the service VSI on the MTU1 the service VSI broadcasts the service flow to AC1 and AC2 because the MAC address has not been learned yet.
  • ACl is the primary device, so AC1 will continue to broadcast the service flow upwards (assuming Layer 2 service flow and VPLS transparent transmission); meanwhile, because AC2 is a backup device, the PW on AC2 is blocked, so The remote device responds to AC1, and AC1 responds to MTU1.
  • the mechanism detects an ACl fault or a link fault between the MTU1 and the ACl.
  • the handover process may include: after the management VRRP module on the device AC2 senses the fault, send a free ARP to the management VSI on the MTU 1 (Address Resolution Protoco , 1 address resolution protocol) packet; after receiving the gratuitous ARP packet, the management VSI on MTU1 finds all the service VSIs related to AC1, and deletes the MAC of the service VSI one by one (Media Acc Ess control (media access control) address; send LDP MAC revocation packets to AC2 one by one, AC2 transparently transmits LDP MAC revocation packets to the remote device, and also deletes the MAC address.
  • Media Acc Ess control media access control
  • the service VSI After the service flow enters the service VSI on the MTU 1, the service VSI broadcasts the service flow to the AC2, and the AC2 continues to broadcast the service flow upwards (assuming that it is a Layer 2 service flow and is VPLS transparent transmission); The remote device responds to AC2, and AC2 responds to MTU1. Therefore, MTU1 learns the AC2's MAC address from AC2, and the subsequent traffic will be unicast to AC2.
  • the method provided in this embodiment can enable the PW to find the corresponding VRRP information, and determine the active and standby PWs according to the identifiers obtained from the VRRP information that is found, so that the BGP-AD dual-homed NPE networking can be implemented.
  • the function of the switchover function is to ensure that the service data can be transmitted normally when a PE fails, and the reliability of the VPLS service in the BGP-AD mode is improved, and the advantages of automatically deploying the PW by the BGP-AD are not damaged.
  • This embodiment provides a network device 400.
  • the network device may be the AC in the embodiment 1.
  • the method includes: an obtaining unit 41, an associating unit 42, and a determining unit 43.
  • the obtaining unit 41 is configured to obtain a message carrying the VRRP global identifier.
  • the association unit 42 is configured to search for VRRP information corresponding to the global identifier of the VRRP obtained by the obtaining unit 41, where the VRRP information indicates the identifier of the primary pseudowire and the identifier of the alternate pseudowire.
  • the determining unit 43 is configured to obtain the VRRP information that is found, and find a corresponding pseudo line according to the identifier indicated in the VRRP information, thereby determining an active pseudowire or an alternate pseudowire.
  • the device 400 can be used as both a primary device and a backup device.
  • the determining unit 43 determines that the standby PW is, that is, the device 400 functions as a backup device, and accordingly, the device 400
  • the apparatus 400 may further include: a blocking unit 44, a switching unit 45.
  • the blocking unit 44 is configured to block the determining unit corresponding to the determined standby PW when the primary device is not faulty.
  • the switching unit 45 is configured to transmit the service data by using the determining standby unit 43 corresponding to the determined standby PW when the primary device fails.
  • the network device provided in this embodiment can enable the PW to find the corresponding VRRP information, and determine the active and standby PWs according to the identifiers obtained from the found VRRP information, so that the BGP-AD side can be implemented.
  • the function of the active/standby switchover in the case of dual-homed NPE networking improves the reliability of VPLS services in BGP-AD mode without compromising the advantages of BGP-AD automatically deploying PWs.
  • the embodiment continues to provide a network device 500.
  • the network device 500 may include the MTU in Embodiment 1, as shown in FIG. 5, including: an identifier searching unit 51, Transmitting unit 52.
  • the identifier search unit 51 is configured to search for a corresponding management VSI according to the service VSI, and obtain a VRRP global identifier configured on the management VSI.
  • the sending unit 52 is configured to send the message carrying the VRRP global identifier to the neighbor, so that the neighbor finds the corresponding VRRP information according to the VRRP global identifier, and determines the active and standby PWs.
  • the above VRRP global identifier may include: a combination of a VRID and a GLOBAL ID.
  • the message of the VRRP global identifier carried by the sending unit 52 may be an update message carrying the VRRP global identifier in the BGP, or a label distribution message carrying the VRRP global identifier in the LDP.
  • the device 400 of the embodiment may further include: a configuration unit 53.
  • the configuration unit 53 is configured to configure a corresponding VRRP global identifier for each management VSI, and configure a corresponding service VSI for each management VSI.
  • the identifier search unit 51 searches for the corresponding management VSI according to the corresponding relationship configured by the configuration unit 53 to obtain the VRRP global identifier configured on the management VSI.
  • the VRRP global identifier of the corresponding management VSI is searched according to the service VSI, and the VRRP global identifier is sent to the neighbor.
  • the VRRP information is used to find the corresponding VRRP information, so that the active and standby PWs can be determined. Therefore, the active/standby switchover of the VPLS in the BGP-AD mode can be implemented.
  • the technical effect of business reliability Example 3
  • This embodiment provides a system of BGP-AD. As shown in FIG. 6, the system includes: UPE62.
  • the UPE 62 is configured to search for a corresponding management VSI according to the service VSI, and obtain a VRRP global identifier configured on the management VSI, and send a message carrying the VRRP global identifier to the NPE, so that the NPE is configured according to the
  • the VRRP global identifier is used to find the corresponding VRRP information to determine the active and standby PWs.
  • the system can also have at least two NPEs 61.
  • Each NPE 61 is configured to receive a message carrying the VRRP global identifier, and find the VRRP information corresponding to the VRRP global identifier, and find the corresponding PW according to the identifier indicated by the VRRP information that is found, thereby determining the primary use. PW or alternate PW.
  • the UPE and the at least two NPEs must be included in the system, and the processes performed by the UPE and the at least two NPEs are respectively performed in this embodiment.
  • the UPE 62 is the same as the NPE 61 and will not be described here.
  • the system provided in this embodiment can implement the active/standby switchover function of the BGP-AD in the dual-homed NPE scenario, so that the service data transmission process is reliable in BGP-AD, and the PW is not affected by the automatic deployment of BGP-AD. the process of.
  • the present invention can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is a better implementation. the way.
  • the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a readable storage medium, such as a floppy disk of a computer.
  • a hard disk or optical disk, etc. includes instructions for causing a device (which may be a router) to perform the methods described in various embodiments of the present invention.

Landscapes

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

Description

BGP-AD的实现方法、 系统及相应装置 技术领域
本发明涉及通信技术领域, 尤其涉及一种在网络中进行 BGP-AD ( BGP Advertised Discovery,边界网关协议自动发现)的实现方法、 系统及相应装置。 背景技术
H-VPLS ( Hierarchical Virtual Private LAN Service, 层次化虚拟专用局域 网服务)是 VPLS的一种组网模型。 在这种组网模型中, 用户边界设备(CE ) 1、 CE2、 CE3可通过 MTU ( Multi-Tenant Unit, 多业务单元)与运营商边界 设备(PE ) 1之间建立的 PW ( Pseudo wire, 伪线) 1进行与网络侧的交互。 其中, CE2和 CE3通过聚合接入到 MTU, 并且, MTU, PE1、 PE2、 PE3中 均包含有用于控制交互的虚拟交换实体。
这种组网模型的 VPLS的建立方式主要包括: Martini方式和 BGP-AD 方式。 其中, Martini方式的 VPLS是通过手工指定 Peer (邻居)、 然后用 LDP ( Label Distribution Protocol, 标签分发协议)分发标签建立 PW; BGP-AD 方式的 VPLS沿用了 Martini方式中通过 LDP分发标签建立 PW的部分,且使 用了 BGP来发现 Peer, 因此, 即可以复用 LDP建立 PW现有的成熟机制, 还可省略大量的手工 Peer配置量。
在 Martini方式中双归 NPE (网络侧 PE )组网情况下, 两个 NPE将分 别与一个 UPE (用户侧运营商设备)相连接。 其中, UPE将不同的业务数据 通过业务 PW透传到对应的 NPE。 另外, 两个 NPE与 UPE之间分别建立一 条管理 PW, 两个 NPE与 UPE之间传送一份用于确定主备 PW的 VRRP
( Virtual Router Redundancy Protocol, 虚拟路由冗余协议 )报文, 该 VRRP报 文通过管理 PW进行传送, 两个 NPE间的故障感知可通过 BFD for VRRP
( Bidirectional Forwarding Detection for VRRP, 用于 VRRP的双向转发检测) 业务 PW的主备状态, 主用的业务 PW将正常收发数据,备份状态的业务 PW 经被阻断, 即不收发数据。 但是, 发明人发现现有技术中至少存在如下问题: 在 BGP-AD方式中双 归 NPE组网情况下, 现有技术仅可实现 BGP的基本功能, 例如: BGP-AD自 动部署建立 PW等,但像在 Martini方式中双归 NPE组网情况下主备倒换这样 的功能却无法实现,而 Martini方式下的主备倒换方法也不适用于 BGA-AD方 式, 由此导致在使用 BGP-AD方式时, 若其中一个 NPE故障, 将无法保证业 务数据的正常传送从而引起可靠性差的技术问题。 发明内容
本发明的实施例提供一种 BGP-AD的实现方法、 系统及相应装置, 提高 BGP-AD方式下 VPLS的可靠性。
为达到上述目的, 本发明的实施例采用如下技术方案:
一种 BGP-AD的实现方法, 包括:
根据业务虚拟交换实例 VSI查找对应的管理 VSI;
获取所述管理 VSI上配置的 VRRP全局性标识;
将携带所述 VRRP全局性标识的消息发送到邻居, 以使所述邻居根据所 述 VRRP全局性标识查找对应的 VRRP信息,确定主用和备用伪线。
一种网络装置, 包括:
标识查找单元, 用于根据业务 VSI查找对应的管理 VSI, 并获取所述管 理 VSI上配置的 VRRP全局性标识;
发送单元, 用于将携带所述 VRRP全局性标识的消息发送到邻居, 以使 所述邻居根据所述 VRRP全局性标识查找到对应的 VRRP信息,确定主用和备 用伪线。
一种网络装置, 包括:
获取单元, 用于获取携带 VRRP全局性标识的消息; 查找单元, 用于查找对应所述 VRRP 全局性标识的 VRRP信息, 所述 VRRP信息指示主用伪线的标识和备用伪线的标识;
确定单元, 用于才艮据所述 VRRP信息指示的标识查找到对应的伪线, 确 定主用伪线或备用伪线。
一种 BGP-AD的系统 , 包括: 用户侧运营商设备和至少两台网络侧运营 商设备;
所述用户侧运营商设备, 用于根据业务 VSI查找对应的管理 VSI, 获取 所述管理 VSI上配置的 VRRP全局性标识, 将携带所述 VRRP全局性标识的 消息发送到所述网络侧运营商设备;
所述网络侧运营商设备, 用于获取所述携带所述 VRRP全局性标识的消 息,查找对应所述 VRRP全局性标识的 VRRP信息,根据查找到的所述 VRRP 信息指示的标识查找到对应的伪线, 确定主用伪线或备用伪线。
本发明实施例提供的技术方案,通过采用将携带 VRRP全局性标识的消 息发送到邻居, 使邻居能够根据该 VRRP全局性标识查找到对应的 VRRP信 息, 并从该 VRRP信息上获取主备信息, 故而可确定主备 PW, 可以解决现有 技术中在 BGP-AD方式双归 NPE组网的情况下, 因 BGP-AD是自动部署 PW 所产生的无法确定主备 PW的技术问题, 从而在 BGP-AD方式下 VPLS可进 行主备倒换, 可保证在一个 PE故障时业务数据仍可正常传送, 提高 BGP-AD 方式下 VPLS的业务可靠性。 附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实 施例或现有技术描述中所需要使用的附图作简单地介绍, 显而易见地, 下面 描述中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的附图。
图 1为本发明实施例 1中的 BGP-AD实现方法的流程示意图;; 图 2为本发明实施例 1中的 BGP-AD方式下双归 NPE的场景示意图; 图 3为本发明实施例 1中的 BGP-AD部署的流程示意图;
图 4为本发明实施例 2中的网络装置 400的结构示意图;
图 5为本发明实施例 2中的网络装置 500的结构示意图;
图 6为本发明实施例 3中的实现 BGP-AD的系统的结构示意图。
具体实施方式
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行 清楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而 不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作 出创造性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。 并且, 以下各实施例均为本发明的可选方案, 实施例的排列顺序及实施例的 编号与其优选执行顺序无关。
实施例 1
本实施例提供一种 BGP-AD的实现方法, 该方法涉及 NPE和 UPE。如图 1所示, 包括:
101 , UPE根据业务 VSI (Virtual Switch Instance,虚拟交换实例)查找对应 的管理 VSI, 并可从该查找到的管理 VSI上查找管理 VSI上配置的 VRRP全 局性标识。
本发明实施例可以具体结合如图 2所示的双归 NPE场景, 提供在
BGP-AD方式下 VPLS的一种 BGP-AD的实现方法。 在该场景中, 该 UPE具 体为图 2中的 MTU1 , 双归 NPE分别具体为图 2中的接入设备( AC ) 1和 AC2。 其中, 需要说明的是: 设备 MTU1将不同的业务数据通过对应的 PW透 传到设备 AC 1和 AC2;两个 AC与 MTU 1之间分别建立管理 PW和管理 VSI , 其中,管理 VSI是用于在 MTU1上处理该管理 PW上的信息;两个 AC与 MTU1 之间传送用于确定主备 PW的 VRRP报文, 该 VRRP报文经由 MTU1上的管 理 VSI, 在 MTU1和 AC1之间, MTU1和 AC2之间分别通过建立的管理 PW 进行传送; AC1和 AC2之间的故障感知可通过 BFD for VRRP机制下发送的 Peer BFD报文进行快速检测来实现。 具体地, 结合图 2该 101可以通过如下部署方式实现, 如图 3所示, 包 括:
301 , 在 MTU1上创建管理 VSI, 把两个接口加入该管理 VSI, 用于透传 从 AC 1、 AC2过来的管理 VRRP报文以及 Peer BFD报文;
302, 在 AC1和 AC2之间运行 Peer BFD, 该 Peer BFD运行在 AC 1、 AC2上 的接口上,通过 MTU1上的管理 VSI进行透传, 即 Peer BFD报文的传输路径是: AC1-MTU1-AC2; AC1和 MTU1、 AC2和 MTU1分别运行 Link BFD (链路 BFD ), 该 Link BFD运行在用于 BFD的 TE隧道( TE Tunnel )上即可; AC1和 AC2上的 管理 VRRP模块 (该管理 VRRP模块是一种增强型的 VRRP模块)也分别运行在 上述的两个接口上, 同时该两个接口可对应到两个 BFD上(即 Peer BFD和 Link BFD ) , 以便提高切换速度和共同决定管理 VRRP模块下的 PW是做主用还是做 备用。
其中,上述 302中提及的两个接口可对应到两个 8?0上(即 Peer BFD和 Link BFD ) , 以便提高切换速度和共同决定管理 VRRP模块下的 PW是做主用还是备 用的执行方式是现有技术, 也是所属领域技术人员可轻易获知的, 在此不赘 述。
303 , 在 MTU1和 AC1、 AC2之间部署业务 BGP-AD VPLS, MTU1是双归 接入 AC1、 AC2的, 因此, AC1、 AC2之间是等同关系, 故而可按照等同的原 则在 AC1和 AC2上部署与 MTU1相关的 BGP-AD, 举例来说, 包括: 在 BGP视 图下配置 BGP-AD VPLS地址族; 建立 BGP会话, 例如: MTU1与 AC1之间的 会话、 MTU1与 AC2之间的会话, 以便用于发现 VPLS成员, 再创建业务 VSI 等。 因为,部署 BGP-AD的过程是所属领域技术人员所熟知的, 因此,上述 303 中提及的在 AC1和 AC2上具体部署 BGP-AD的过程也可按照现有技术方式来 进行, 在此不赘述。
304, 在 MTU1上对应每个管理 VSI配置有 VRRP全局性标识, 并且每 个管理 VSI对应配置有业务 VSI。 举例来说, UPE 4艮据业务 VSI查找对应的 管理 VSI可以包括: UPE根据所述业务 VSI配置的对应关系查找到与其对应 的管理 VSI。 例如: 在 MTU1上, 建立业务 VSI和管理 VSI后, 在对应的管理 VSI上可配 置该管理 VSI的 VRRP全局性标识, 在本实施例中该 VRRP全局性标识为 VRID<8> Global-ID<l>; 并且在业务 VSI上设置追踪该管理 VSI的配置信息, 即: 根据显示出的数据可使业务 VSI查找到管理 VSI。 同时, 在 AC1上根据输 出的显示数据为 AC1需要查找的 VRRP信息配置 VRRP全局性标识, 在本实施 例中该 VRRP全局性标识可以是 VRID+Global-ID, 例如: VRRP全局性标识为 VRID 8 Global-ID <1>, 其中, 在 VRID的基础上使用 Global-ID的目的是扩展 VRID, 使其具有全局意义, 在整个网络中具有唯一性, 因此可准确的定位该 VRRP全局性标识所对应的 VRRP信息; 同理, AC2上可参考 AC1上的配置进 行类似的设置。
通过上述部署, 在 MTU1运行时, MTU1根据业务 VSI上配置的上述对应 关系可查找到管理 VSI, 由于管理 VSI上对应配置了 VRRP全局性标识, MTU1 可以从查找到的管理 VSI上查找到对应的 VRRP全局性标识。
结合图 1 , 102, UPE将携带所述 VRRP全局性标识的消息发送到邻居, 以使所述邻居根据所述 VRRP全局性标识查找到对应的 VRRP信息从而确定 主备 PW。 相应地, 在本实施例中, 邻居(即 NPE )获取到携带 VRRP全局 性标识的消息。
结合图 2所示的场景, 举例来说, 102可以包括: 当上述 303 中部署的 BGP-AD VPLS发现邻居时, MTU1在通过更新消息扩散邻居信息到邻居时, 将携带上述查找到的 VRRP全局性标识, 在本实施例中, 该邻居为 AC1 和 AC2。 ACl和 AC2接收到携带该 VRRP全局性标识的更新消息。
103 , NPE查找到对应所述 VRRP全局性标识的 VRRP信息, 其中, 所述 VRRP信息指示主用 PW的标识和备用 PW的标识;
需要说明的是, VRRP报文在现有技术中的作用是通过协商确定网络中设 备之间的主备关系, 并将确定后的主备信息通知参与协商的设备, 因此, 在 本实施例中涉及的 VRRP信息即是指通过协商后已确定的主备信息, 因此该 VRRP信息指示主用 PW的标识和备用 PW的标识, 因为该部分是现有技术, 因此具体如何通过 VRRP确定主备信息的过程在此就不赘述。
结合图 2所示, 上述 103可以包括: 因为 BGP-AD中沿用了 Martini方式 中通过标签分发消息分发标签建立 PW 的部分, 所以在发现邻居后, MTU1 将通过标签分发消息分发标签, 建立 PW。 PW建立完成后, 以 AC1为例, 在 该 AC1上建立的 PW将根据接收到的 VRRP全局性标识查找到对应的 VRRP 信息, 其中, 所述 VRRP信息指示主用 PW的标识和备用 PW的标识。 同理, AC2也才艮据接收到的 VRRP全局性标识查找到对应的 VRRP信息。
在图 1所示的实施例中,举例来说, 102中携带 VRRP全局性标识的可以 更新消息。 再举例来说, 若 102中的更新消息不携带 VRRP全局性标识, 则 可以通过上述 103 , 在 MTU1通过标签分发消息分发标签, 建立 PW时, 使 标签分发消息携带 VRRP全局性标识到达 AC1、 AC2。 两者的区别在于, 通 过更新消息携带 VRRP全局性标识需要通过扩展 BGP实现; 通过标签分发消 息携带 VRRP全局性标识需要通过扩展 LDP实现。
其中, 通过扩展 BGP实现携带 VRRP全局性标识时, 可通过扩展 BGP 的团体属性, 使邻居消息其携带 VRRP 全局性标识 (即: 携带 VRID 和 Global-ID ) 实现。 具体可参考表 1。 表 1
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+ I Type high | Type low ( * ) | vrid |
+—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+ I I global-id I
+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+—+— +—+ 其中, Type high和 Type low分别占用一个字节, 因为 VRRP信息的高级 别和低级别下都还存在几个等级, 因此 Type high用于代表具体是 VRRP信息 哪个高级别类型等级的标识, Type low用于代表具体是 VRRP信息哪个低级 别类型等级的标识; vrid 占用 2个字节, 代表 VRRP信息的标识, golbal-id 占用 4个字节, 也代表 VRRP信息的标识, 在本实施例中, 该 vrid+global-id 的组合即是 VRRP全局性标识。
通过扩展 LDP 实现携带 VRRP 全局性标识时, 可通过扩展特征参数 ( Parameter )增加管理 VRRP模块特征参数的方式来实现, 示例如表 2所示。 表 2
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+_+_+_+_+_+_+_+- —+_+_+_+_+_+_+_ +_+_+_+_+_+_+_+ _+_+_+_+_+_+_+_+_+_
TBD Length vrid
global-id
+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_ 其中, TBD 占一个字节, 代表本实施例中扩展的特征参数的标识, 用于 BGP-AD VPLS; Length占用一个字节,代表 VRRP全局性标识占用的长度值; vrid占用 2个字节, 代表 VRRP信息的标识, golbal-id占用 4个字节, 也代表 VRRP信息的标识, 在本实施例中, 该 vrid+global-id的组合即是 VRRP全局 性标识。 结合图 1 , 104, NPE获取查找到的所述 VRRP信息, 并根据所述 VRRP 信息指示的标识查找到对应的 PW从而确定该 PW是主用 PW或备用 PW。
例如: NPE获取查找到的 VRRP信息, 若根据指示的主用 PW的标识查 找到对应 PW, 则确定该 PW为主用 PW, 相应地, 该主用 PW所属的 NPE 将作为主用 NPE; 若根据指示的备用 PW的标识查找到对应 PW, 则确定该 PW为备用 PW, 相应地, 该备用 PW所属的 NPE将作为备用 NPE使用。
结合图 2场景, 举例来说, 104可以包括: AC1获取所述 VRRP信息, 并才艮据所述 VRRP信息中指示的标识查找到对应的 PW从而确定主用 PW或 备用 PW。 AC2同理。 假定 AC1根据 VRRP信息查找到的为主用 PW, 因此 AC1是 MTU1的主用设备, AC2根据 VRRP信息查找到的为备用 PW , 因此 AC2是 MTU1的备用设备。 经过上述部署过程后, 在本实施例提供的方法中的业务流过程如下: 业务流在 MTU1上进入业务 VSI时,由于还没有学习到 MAC地址,业务 VSI 广播该业务流到 AC1、 AC2 , 因为 ACl是主用设备, 因此 AC1会继续向上广播 该业务流(假设是二层业务流且是 VPLS透传); 同时, 因为 AC2是备用设备, 因此 AC2上的 PW是阻断状态的, 故而会丟弃该业务流; 远端设备回应 AC1 , AC1回应 MTUl , MTU1从 AC1学习到 AC1的 MAC地址, 因此, 后续流量将是 单播的向 AC1发送, 不再发送到 AC2; 若通过 BFD for VRRP机制检测到 ACl故障或者 MTUl与 ACl之间的链路 故障, 举例来说, 切换过程可以包括: 设备 AC2上的管理 VRRP模块感知故障后,向 MTU 1上的管理 VSI发送免费 ARP ( Address Resolution Protoco, 1地址解析协议)报文; MTU1上的管理 VSI 收到免费 ARP报文后, 找到所有与 AC1相关的业务 VSI, 逐个删除该业务 VSI 的 MAC ( Media Access Control,介质访问控制 )地址; 再逐个发送 LDP MAC 撤销报文到 AC2, AC2向该远端设备透传 LDP MAC撤销报文, 同样删除 MAC 地址。 业务流在 MTU 1上进入业务 VSI后, 由于还没有学习到 MAC地址, 业务 VSI广播该业务流到 AC2, AC2会继续向上广播该业务流(假设是二层业务流 且是 VPLS透传); 远端设备回应 AC2 , AC2回应 MTU1 , 因此 MTU1从 AC2学 习到 AC2的 MAC地址, 后续流量将是单播的向 AC2发送。
本实施例提供的方法, 可使 PW查找到对应的 VRRP信息, 并根据从查 找到的 VRRP信息上获取的标识确定主备 PW, 从而可以实现 BGP-AD方式 双归 NPE组网的情况下主备倒换的功能, 从而使得在一个 PE故障时仍可正 常传送业务数据, 提高 BGP-AD方式下 VPLS业务的可靠性, 同时不破坏 BGP-AD自动部署 PW的优点。 实施例 2
本实施例提供一种网络装置 400 , 举例来说, 该网络装置可以是实施例 1 中的 AC , 如图 4所示, 包括: 获取单元 41 , 关联单元 42, 确定单元 43。
获取单元 41 , 用于获取携带 VRRP全局性标识的消息。
关联单元 42,用于查找对应所述获取单元 41获取到的 VRRP全局性标识 的 VRRP信息, 所述 VRRP信息指示主用伪线的标识和备用伪线的标识。
确定单元 43 , 用于获取查找到的所述 VRRP信息, 并根据该 VRRP信息 中指示的标识查找到对应的伪线, 从而确定主用伪线或备用伪线。
再举例来说, 在本实施例中装置 400既可以用作主用设备, 也可以用作 备用设备, 当确定单元 43确定是备用 PW是, 即是装置 400用作备用设备, 相应地, 该装置 400还可以包括: 阻断单元 44, 倒换单元 45。
阻断单元 44, 用于在主用设备未故障时, 阻断所述确定单元 43对应确定 的备用 PW。
倒换单元 45 , 用于在主用设备故障时, 通过所述确定单元 43对应确定的 备用 PW传送业务数据。
本实施例提供的网络装置可使 PW查找到对应的 VRRP信息,并根据从 查找到的 VRRP信息上获取的标识确定主备 PW, 从而可以实现 BGP-AD方 式双归 NPE组网的情况下主备倒换的功能, 提高 BGP-AD方式下 VPLS业务 的可靠性, 同时不破坏 BGP-AD自动部署 PW的优点。 为了便于实施例 1方法的实施, 本实施例继续提供一种网络装置 500,举 例来说, 该网络装置 500可以包括实施例 1中的 MTU, 如图 5所示, 包括: 标识查找单元 51 , 发送单元 52。
标识查找单元 51 , 用于根据业务 VSI查找对应的管理 VSI, 并获取所述 管理 VSI上配置的 VRRP全局性标识。
发送单元 52, 用于将携带所述 VRRP全局性标识的消息发送到邻居, 以 使所述邻居根据所述 VRRP全局性标识查找到对应的 VRRP信息,确定主用和 备用 PW。
举例来说, 上述 VRRP全局性标识可以包括: VRID与 GLOBAL ID的组 合。
发送单元 52发送的携带的所述 VRRP全局性标识的消息可以为在 BGP 中携带 VRRP全局性标识的更新消息,也可以为在 LDP中携带 VRRP全局性 标识的标签分发消息。
另外, 在本实施例的装置 400中还可以包括: 配置单元 53。
配置单元 53 , 用于为每个管理 VSI配置对应的 VRRP全局性标识, 并且 为每个管理 VSI配置对应的业务 VSI。
标识查找单元 51是根据所述配置单元 53配置的对应关系查找到对应的 管理 VSI , 从而获取到所述管理 VSI上配置的 VRRP全局性标识。
在本实施例提供的装置中通过才艮据业务 VSI查找对应的管理 VSI上的 VRRP全局性标识, 并将该 VRRP全局性标识发送到邻居的技术手段, 可使 所述邻居根据所述 VRRP全局性标识查找到对应的 VRRP信息, 从而确定主 备 PW, 因此可以实现 BGP-AD方式下 VPLS的主备倒换, 可使得在一个 PE 故障时业务数据仍可正常传送, 提高 BGP-AD方式下 VPLS的业务可靠性的 技术效果。 实施例 3
本实施例提供一种 BGP-AD的系统, 如图 6所示, 该系统包括: UPE62。
UPE62 , 用于才艮据业务 VSI查找对应的管理 VSI, 并获取所述管理 VSI 上配置的 VRRP 全局性标识, 将携带所述 VRRP 全局性标识的消息发送到 NPE , 以使所述 NPE根据所述 VRRP全局性标识查找到对应的 VRRP信息, 从而确定主备 PW。
另外, 在本实施例中, 该系统还可以至少两台 NPE61。
其中, 每台 NPE61 , 用于接收携带 VRRP全局性标识的消息, 并查找对 应所述 VRRP全局性标识的 VRRP信息, 并根据查找到的 VRRP信息指示的 标识查找到对应的 PW, 从而确定主用 PW或备用 PW。
需要说明的是, 在本发明的另一实施例中的 BGP-AD的系统中, 必须同 时包括 UPE和至少两个 NPE, 其中, 该 UPE和至少两个 NPE具体执行的过 程分别与本实施例的 UPE62和 NPE61相同 , 在此不赘述。
本实施例提供的系统可实现在双归 NPE场景下的 BGP-AD的主备倒换功 能, 使业务数据的传输过程在 BGP-AD 中具有可靠性, 同时还可不影响 BGP-AD自动部署建立 PW的过程。
通过以上的实施方式的描述, 所属领域的技术人员可以清楚地了解到本 发明可借助软件加必需的通用硬件平台的方式来实现, 当然也可以通过硬件 , 但很多情况下前者是更佳的实施方式。 基于这样的理解, 本发明的技术方案 本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来, 该计算机软件产品存储在可读取的存储介质中, 如计算机的软盘, 硬盘或光 盘等, 包括若干指令用以使得一台设备(可以是路由器)执行本发明各个实 施例所述的方法。
以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局限 于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到的变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保 护范围应所述以权利要求的保护范围为准。

Claims

权利 要求 书
1、 一种边界网关协议自动发现的实现方法, 其特征在于, 包括:
根据业务虚拟交换实例 VSI查找对应的管理 VSI;
获取所述管理 VSI上配置的 VRRP全局性标识;
将携带所述 VRRP全局性标识的消息发送到邻居, 以使所述邻居根据所述 VRRP全局性标识查找对应的 VRRP信息,确定主用和备用伪线。
2、 根据权利要求 1所述的方法, 其特征在于, 所述 VRRP全局性标识为: 虚拟路由器标识 VRID与全局标识 ID的组合。
3、 根据权利要求 1或 2所述的方法, 其特征在于, 还包括: 每个管理 VSI 配置对应的 VRRP全局性标识, 并且每个管理 VSI配置对应的业务 VSI。
4、 根据权利要求 1或 2所述的方法, 其特征在于, 所述携带所述 VRRP 全局性标识的消息包括:
在边界网关协议中携带 VRRP全局性标识的更新消息; 或者
在标签分发协议中携带 VRRP全局性标识的标签分发消息。
5、 一种网络装置, 其特征在于, 包括:
标识查找单元, 用于根据业务 VSI查找对应的管理 VSI, 并获取所述管理 VSI上配置的 VRRP全局性标识;
发送单元, 用于将携带所述 VRRP全局性标识的消息发送到邻居, 以使所 述邻居根据所述 VRRP全局性标识查找到对应的 VRRP信息,确定主用和备用伪 线。
6、 根据权利要求 5所述的装置, 其特征在于, 该装置还包括:
配置单元, 用于为每个管理 VSI配置对应的 VRRP全局性标识, 并且为每 个管理 VSI配置对应的业务 VSI。
7、 根据权利要求 5或 6所述的装置, 其特征在于, 所述发送单元发送的 携带的所述 VRRP全局性标识的消息包括:
在边界网关协议中携带 VRRP全局性标识的更新消息; 或者 在标签分发协议中携带 VRRP全局性标识的标签分发消息。
8、 一种网络装置, 其特征在于, 包括:
获取单元, 用于获取携带 VRRP全局性标识的消息;
查找单元,用于查找对应所述 VRRP全局性标识的 VRRP信息,所述 VRRP 信息指示主用伪线的标识和备用伪线的标识;
确定单元, 用于才艮据所述 VRRP信息指示的标识查找到对应的伪线, 确定 主用伪线或备用伪线。
9、 根据权利要求 8所述的装置, 其特征在于, 当所述确定单元确定是备用 伪线时, 该装置还包括:
阻断单元, 用于在主用设备未故障时, 阻断所述确定单元确定的备用伪线; 倒换单元, 用于在主用设备故障时, 通过所述确定单元确定的备用伪线传 送业务数据。
10、 一种边界网关协议自动发现的系统, 其特征在于, 包括: 用户侧运营 商设备和至少两台网络侧运营商设备;
所述用户侧运营商设备, 用于根据业务 VSI查找对应的管理 VSI, 获取所 述管理 VSI上配置的 VRRP全局性标识, 将携带所述 VRRP全局性标识的消息 发送到所述网络侧运营商设备;
所述网络侧运营商设备, 用于获取所述携带所述 VRRP全局性标识的消息, 查找对应所述 VRRP全局性标识的 VRRP信息, 根据查找到的所述 VRRP信息 指示的标识查找到对应的伪线, 确定主用伪线或备用伪线。
PCT/CN2010/071848 2010-04-16 2010-04-16 Bgp-ad的实现方法、系统及相应装置 WO2011127665A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201080003291XA CN102232277B (zh) 2010-04-16 2010-04-16 Bgp-ad的实现方法、系统及相应装置
PCT/CN2010/071848 WO2011127665A1 (zh) 2010-04-16 2010-04-16 Bgp-ad的实现方法、系统及相应装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2010/071848 WO2011127665A1 (zh) 2010-04-16 2010-04-16 Bgp-ad的实现方法、系统及相应装置

Publications (1)

Publication Number Publication Date
WO2011127665A1 true WO2011127665A1 (zh) 2011-10-20

Family

ID=44798272

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/071848 WO2011127665A1 (zh) 2010-04-16 2010-04-16 Bgp-ad的实现方法、系统及相应装置

Country Status (2)

Country Link
CN (1) CN102232277B (zh)
WO (1) WO2011127665A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102413043A (zh) * 2011-11-15 2012-04-11 中兴通讯股份有限公司 一种心跳线设置方法、装置及心跳系统
CN103634210B (zh) * 2012-08-28 2016-10-19 杭州华三通信技术有限公司 发现vpls实例的对端pe设备的方法及设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007062559A1 (fr) * 2005-12-01 2007-06-07 Huawei Technologies Co., Ltd. Procede et passerelle de restitution de service au moment de la permutation entre passerelles pilote et asservie
CN101159741A (zh) * 2007-11-05 2008-04-09 中兴通讯股份有限公司 用于vrrp装置接入vpn的pe装置和接入方法
CN101345686A (zh) * 2008-08-15 2009-01-14 华为技术有限公司 虚拟专用局域网服务环路的处理方法、装置和系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007062559A1 (fr) * 2005-12-01 2007-06-07 Huawei Technologies Co., Ltd. Procede et passerelle de restitution de service au moment de la permutation entre passerelles pilote et asservie
CN101159741A (zh) * 2007-11-05 2008-04-09 中兴通讯股份有限公司 用于vrrp装置接入vpn的pe装置和接入方法
CN101345686A (zh) * 2008-08-15 2009-01-14 华为技术有限公司 虚拟专用局域网服务环路的处理方法、装置和系统

Also Published As

Publication number Publication date
CN102232277A (zh) 2011-11-02
CN102232277B (zh) 2013-12-04

Similar Documents

Publication Publication Date Title
US10862783B2 (en) OAM mechanisms for EVPN active-active services
EP2675121B1 (en) Vpls fast rerouting method and device
US9197583B2 (en) Signaling of attachment circuit status and automatic discovery of inter-chassis communication peers
US20120219004A1 (en) Generalized multi-homing for virtual private lan services
US20130272114A1 (en) Pseudo wire switching method and device
WO2019076295A1 (zh) 一种处理报文的方法、设备及系统
WO2009033428A1 (fr) Procédé, système et dispositif pour retirer une adresse de commande d&#39;accès au support
WO2014194749A1 (zh) 边缘设备的vpn实现处理方法及装置
US20220174006A1 (en) Method for EVPN and VPLS Active-Active Integration, Device, and System
WO2007016839A1 (en) Method and system for carrying out hierarchical virtual private switch services
CN102201999B (zh) 一种实现组播业务负荷分担的方法和系统
JP2014532368A (ja) トラフィックエンジニアリングトンネルに基づく仮想プライベートネットワーク実行方法及びシステム
WO2018103099A1 (zh) 发送和接收消息的方法、设备和系统
WO2009056034A1 (fr) Procédé, système et équipement pour établir une détection bfd pour un tunnel lsp
CN101364927A (zh) 实现虚拟专用网vpn故障恢复的方法、设备及系统
WO2012028029A1 (zh) 一种切换方法及系统
WO2008083590A1 (fr) Procédé et appareil de convergence rapide d&#39;un service point à point
WO2013139159A1 (zh) 在网络中转发报文的方法和运营商边缘设备
WO2013139270A1 (zh) 实现三层虚拟专用网络的方法、设备及系统
WO2011085693A1 (zh) 伪线建立方法、系统及设备
WO2014180199A1 (zh) 网络建立的方法及控制设备
WO2015027736A1 (zh) 分层虚拟专用局域网服务的实现方法及装置
WO2012146097A1 (zh) Vpls网络和以太环网的倒换方法及装置
WO2010006524A1 (zh) 可靠组播的方法、运营商边缘上层设备及系统
WO2013159549A1 (zh) 一种建立和使用浮动网段的方法、装置和系统

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201080003291.X

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10849675

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 10849675

Country of ref document: EP

Kind code of ref document: A1