EP2594046A1 - Method and apparatus for implementing p2mp path computation - Google Patents
Method and apparatus for implementing p2mp path computationInfo
- Publication number
- EP2594046A1 EP2594046A1 EP10854578.1A EP10854578A EP2594046A1 EP 2594046 A1 EP2594046 A1 EP 2594046A1 EP 10854578 A EP10854578 A EP 10854578A EP 2594046 A1 EP2594046 A1 EP 2594046A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- list
- path computation
- rro
- iro
- xro
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/16—Multipoint routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/42—Centralised routing
Definitions
- the present invention relates to communication network, and particularly to a method and apparatus for implementing Point-to-Multipoint (P2MP) path computation.
- P2MP Point-to-Multipoint
- Path Computation Element is an entity, component, application or network node that is capable of computing a network path or route based on a network graph and applying computational constraints.
- Path Computation Client is a client application requesting a path computation to be performed by the PCE.
- MPLS Multiprotocol Label Switching
- GPLS Generalized Multiprotocol Label Switching
- TE Traffic Engineering
- LSPs Label Switched Paths
- PCEP Path Computation Element Communication Protocol
- the PCEP supports the capability of requiring computation of more than one path (e.g., computation of a set of link-diverse paths) by a single request.
- the PCC may use the PCEP to transmit a path computation request for one or more TE LSPs to the PCE, and the PCE may reply with a set of computed paths if one or more paths can be found that satisfies a set of constraints in the request.
- PCEP Path Computation Element Communication Protocol
- P2MP Point-to-Multipoint
- PCC Point-to-Multipoint
- the Draft specifies a Path Computation Request (PCReq) message which is used by the PCC to request a P2MP path computation for multiple destinations.
- the PCReq message includes constraints that are applied to all the destinations.
- the PCReq message specified in the Draft could not define constraints separately for each destination, that is, could not support constraints per destination.
- the PCReq message provides no flexibility in applying explicit-path per destination, applying domain-sequence per destination, and carrying metric value of each calculated path.
- the problem to be solved by the embodiments of the disclosure is to implement P2MP path computation which could provide flexibility in applying explicit-path per destination, applying domain-sequence per destination, and carrying metric value of each calculated path.
- a method for requesting P2MP path computation by a PCC includes: generating a PCReq message for requesting path computation for multiple destinations through including constraints per destination in the PCReq message; and transmitting the PCReq message to a PCE for performing the path computation according to the PCReq message.
- a method for performing P2MP path computation by a PCE includes: receiving from a PCC a PCReq message for requesting path computation for multiple destinations; extracting constraints per destination from the PCReq message; performing the path computation according to the extracted constraints per destination; and returning a result of the path computation to the PCC.
- an apparatus for requesting P2MP path computation includes: a PCReq message generating unit, configured to generate a PCReq message for requesting path computation for multiple destinations through including constraints per destination in the PCReq message; and a PCReq message transmitting unit, configured to transmit the PCReq message to a PCE for performing the path computation according to the PCReq message.
- an apparatus for performing P2MP path computation includes: a PCReq message receiving unit, configured to receive from a PCC a PCReq message for requesting path computation for multiple destinations; a constraints per destination extracting unit, configured to extract constraints per destination from the PCReq message; a path computation performing unit, configured to perform the path computation according to the extracted constraints per destination; and a result returning unit, configured to return a result of the path computation to the PCC.
- an apparatus for requesting P2MP path computation includes a memory and a processor.
- the processor is coupled to the memory and configured to: generate a PCReq message for requesting path computation for multiple destinations through including constraints per destination in the PCReq message; and transmit the PCReq message to a PCE for performing the path computation according to the PCReq message.
- an apparatus for performing P2MP path computation includes a memory and a processor.
- the processor is coupled to the memory and configured to: receive from a PCC a PCReq message for requesting path computation for multiple destinations; extract constraints per destination from the PCReq message; perform the path computation according to the extracted constraints per destination; and return a result of the path computation to the PCC.
- the present invention could carry explicit-path per destination, domain-sequence per destination and metric value of each calculated path in a P2MP PCReq message, and thus could support constraints per destination.
- Fig.l illustrates general operations of a PCC in a path computation process according to the related art.
- Fig.2 illustrates general operations of a PCE in a path computation process according to the related art.
- Fig.3 illustrates the format of an END-POINTS object.
- Fig.4 illustrates a mapping relationship among different objects according to an embodiment of the present invention.
- Figs.5A and 5B illustrate a mapping relationship among different objects according to another embodiment of the present invention.
- Fig.6 is a flow chart of a method for requesting P2MP path computation by a PCC according to the present invention.
- Fig.7 is a flow chart of a method for performing P2MP path computation by a PCE according to the present invention.
- Fig.8 is an apparatus for requesting P2MP path computation according to the present invention.
- Fig.9 is an apparatus for performing P2MP path computation according to the present invention.
- Fig. l illustrates general operations of a PCC in a path computation process according to the related art.
- step 1 10 once the PCC has successfully established a PCEP session with one or more PCEs, the PCC detects a path computation event which may trigger the request of computation of a set of paths.
- the PCC selects a PCE from the one or more PCEs. Note that the selection of the PCE may have taken place prior to the establishment of the PCEP session.
- the PCC generates a PCReq message for requesting path computation for multiple destinations.
- the PCReq message contains a variety of objects that specify a set of constraints and attributes for the path to be computed.
- the PCC may specify the urgency of such a request by assigning a request priority in the request. Each request is uniquely identified by a request ID number and a PCC-PCE address pair.
- the PCC transmits the PCReq message to the selected PCE.
- the PCC receives a Path Computation Reply (PCRep) message from the PCC.
- PCep Path Computation Reply
- Fig.2 illustrates general operations of a PCE in a path computation process according to the related art.
- the PCE receives the PCReq message from the PCC.
- the PCE triggers and performs path computation according to the PCReq message.
- the PCE determines whether the path computation is successful.
- step 240 if it is determined that the path computation is successful, that is, the PCE finds a set of paths that satisfy the set of constraints in the PCReq message, the PCE returns to the requesting PCC a positive reply in a PCRep message which contains the set of computed paths.
- step 250 if it is determined that the path computation is unsuccessful, that is, the PCE finds no path that satisfies the set of constraints in the PCReq message, the PCE returns to the requesting PCC a negative reply in a PCRep message which may optionally contain various additional information, such as the set of constraints that lead to the failure of path computation. Alternatively, upon receiving the negative reply, the PCC may further decide to resend a modified request to the PCE or take any other appropriate actions.
- ⁇ request> specifies the objects to be included in the request message, and this phrase is replaced by:
- ⁇ RP> specifies a Request Parameters (RP) object which carries a unique request ID.
- RP Request Parameters
- END-PONITS object is mandatory and can be followed by a Reported Route Object (RRO)-List and a BANDWIDTH object which are optional.
- RRO Reported Route Object
- BANDWIDTH object which are optional.
- the END-PONITS object carries one source and multiple destinations for which an end-to-end path needs to be computed. The format of the END-PONITS object will be described with reference to Fig.3 below.
- the RRO-List is replaced by:
- RRO object is mandatory and can be followed by a BANDWIDTH object which is optional. These fields can be repeated multiple times, so it is considered as a list.
- the RRO object carries the last calculated path.
- [ ⁇ LSPA>] specifies a LSP Attributes (LSPA) object.
- [LOAD-BALANCING>] specifies a LOAD-BALANCING object.
- the existing PCReq message has only one IRO object.
- This IRO object is used to carry explicit-path constraint in the PCReq message for the path to be computed, which means that when computing the path from the source to each destination, the same explicit-path is applied as a constraint.
- the existing PCReq message is applicable.
- the existing PCReq message could not provide flexibility in applying different explicit-path for each destination.
- the ⁇ metric-list> in the existing PCReq message can only have two objects, i.e. metric-type and hoplimit, which are applied for all the destinations. This is already defined in RFC 5440. Thus, the ⁇ metric-list> could not be included for each RRO object and could not be mapped for each destination carried in the END-POINTS object.
- the embodiments of the present invention replace the ⁇ end-point-rro-pair-list> in the above existing PCReq message by ⁇ end-point-iro-xro-rro-metric-pair-list>.
- IRO-List, XRO-List and METRIC-List are introduced.
- the IRO-List and the XRO-List could be used to carry explicit-path per destination, the IRO-List could be used to carry domain-sequence per destination, and the METRIC-List could be used to carry metric value of each calculated path encoded in the RRO-List.
- the format of the PCReq message according to the present invention may be as follows:
- the END-POINTS object in the PCReq message needs to be ordered and grouped in a way such that the IRO object, XRO object, RRO object and METRIC object are associated with each destination.
- the END-POINTS object is used in the PCReq message to specify an IP address of a source and IP addresses of all the destinations for which path computation is requested.
- the END-POINTS object is used in the PCReq message to specify an IP address of a source and IP addresses of all the destinations for which path computation is requested.
- two new types of END-POINTS objects for the P2MP path are defined: old leaves (destinations) whose path can be modified/reoptimized; and old leaves whose path must be left unchanged.
- the PCReq message is expanded in a way which allows a single request message to list multiple destinations.
- a given END-POINTS object gathers the leaves of a given type.
- the type of leaf in a given END-POINTS object is identified by a Leaf Type field in the END-POINTS object.
- the format of the new END-POINTS object body for IPv4 (Object-Type 3) is shown in Fig.3.
- the multiple destinations indicated by the END- POINTS object can be mapped to their own constraints of the objects in the IRO-List, XRO-List, RRO-List and METRIC-List respectively, thus supporting constraints per destination.
- Fig.4 illustrates a mapping relationship among different objects in a PCReq message according to an embodiment of the present invention. Specifically, it is shown in Fig.4 how the multiple destinations that exist in the END-POINTS object can be mapped to the constraints of IROs, XROs in the IRO-List, XRO-List, etc.
- each of the multiple destinations may have different constraints. For example, as shown in Fig.4,
- Destination 1 has the constraints of IROl , XROl , RROl , METRIC 1 ;
- Destination 2 has the constraints of IROl , XROl ;
- Destination 3 has the constraint of XR03;
- ⁇ END-POINTS> is followed by ⁇ IRO-List>, then ⁇ XRO- List>, then ⁇ RRO-List>, then ⁇ METRIC-List>.
- One destination in the ⁇ END-POINTS> must be mapped to the objects in the ⁇ IRO-List>, ⁇ XRO-List>, ⁇ RRO-List> and ⁇ METRIC-List>.
- the number of the objects inside the lists can be different.
- the rule for mapping a destination to the objects inside the lists is: the first object in the lists belongs to the first destination in the ⁇ END-POINTS>; the second object in the lists belongs to the second destination in the ⁇ END-POINTS>; and so on. That is, the multiple destinations indicated by the END-POINTS object are mapped to the constraints in the ⁇ IRO-List>, ⁇ XRO-List>, ⁇ RRO-List> and ⁇ METRIC-List> in a sequential one-to-one correspondence.
- Destination 1 has the constraints of IROl , XROl ;
- Destination 2 has the constraint of IR02;
- Destination 3 has the constraint of XR03;
- Destination 4 has the constraint of XR04; and Destination 5 has no constraint.
- Figs.5A and 5B illustrate such two endpoints, ENDPOINT- 1 and ENDPOINT-2, in which all Destinations 1-5 are mapped to their own constrains properly.
- the ENDPOINT- 1 carries Destinations 1 , 2 and 5 and corresponding ⁇ IRO-List> and ⁇ XRO-List>.
- the ENDPOINT-2 carries Destinations 3 and 4 and corresponding ⁇ XRO-List> only.
- ENDPOINT- 1 sequentially indicates all destinations subjected to the constraints in both the ⁇ IRO-List> and the ⁇ XRO-List>, all destinations just subjected to the constraints in the ⁇ IRO-List>, and all destinations without any constraint; and ENDPOINT-2 sequentially indicates all destinations just subjected to the constraints in the ⁇ XRO-List>.
- Fig.6 is a flow chart of a method for requesting P2MP path computation by a PCC according to the present invention.
- the PCC generates a PCReq message for requesting path computation for multiple destinations.
- the PCC includes constraints per destination in the PCReq message.
- the PCC may include the constraints per destination in the PCReq message through including an IRO list in the PCReq message.
- Each IRO in the IRO list defines inclusive hops for one of the multiple destinations.
- the PCC may include the constraints per destination in the PCReq message through including an XRO list in the PCReq message.
- Each XRO in the XRO list defines exclusive hops for one of the multiple destinations.
- the PCC may include the constraints per destination in the PCReq message through including a RRO list and a METRIC list in the PCReq message.
- the RRO list carries calculated paths, and each metric in the METRIC list defines metric constraint for each RRO in the RRO list encoded per destination.
- the PCC may include at least one of the IRO list, the XRO list, and both the RRO list and the METRIC list in the PCReq message, so as to include the constraints per destination in the PCReq.
- the PCC when generating the PCReq message, may further generate an END-POINTS object which specifies an IP address of a source and IP addresses of the multiple destinations.
- the multiple destinations indicated by the END-POINTS object are mapped to the constraints in the IRO list, the XRO list or both the RRO list and the METRIC list in a sequential one-to-one correspondence.
- the PCC includes the END-POINTS object in the PCReq message.
- the PCC breaks the END-POINTS object into two END-POINTS objects so as to map destinations indicated by each of the two END-POINTS objects to their own constraints respectively. And then the PCC may include the two END-POINTS objects in the PCReq message.
- breaking the END-POINTS object into two END-POINTS objects is based on the following rule: the first END-POINTS object of the two END-POINTS objects sequentially indicates all destinations subjected to the constraints in both the IRO list and the XRO list, all destinations just subjected to the constraints in the IRO list, and all destinations without any constraint; and the second END-POINTS object of the two END-POINTS objects indicates all destinations just subjected to the constraints in the XRO list.
- the PCC transmits the PCReq message to a PCE for performing the path computation according to the PCReq message.
- the PCC may further detect a reply message returned from the PCE.
- Fig.7 is a flow chart of a method for performing P2MP path computation by a PCE according to the present invention.
- the PCE receives, from the PCC, the PCReq message for requesting path computation for multiple destinations.
- the PCE extracts constraints per destination from the PCReq message.
- the PCE might try to extract at least one of an IRO list, an XRO list, and both an RRO list and a METRIC list from the PCReq message.
- the objects in these lists define constraints for each destination respectively.
- the PCE might try to extract an END-POINTS object from the PCReq message.
- the END-POINTS object is included by the PCC in the PCReq message; otherwise, the END-POINTS object is broken by the PCC into two END- POINTS objects which are included in the PCReq message.
- the rule for breaking the END- POINTS object into two END-POINTS objects is the same as that discussed above with respect to Fig.6.
- the PCE performs the path computation according to the extracted constraints per destination.
- the PCE returns a result of the path computation to the PCC.
- Fig.8 is an apparatus for requesting P2MP path computation according to the present invention, which might refer to the PCC as discussed in the above embodiments of the present invention.
- the apparatus 800 includes: a PCReq message generating unit 810, configured to generate a PCReq message for requesting path computation for multiple destinations through including constraints per destination in the PCReq message; and a PCReq message transmitting unit 820, configured to transmit the PCReq message to a PCE for performing the path computation according to the PCReq message.
- the PCReq message generating unit 810 may include an IRO list including unit which is configured to include an IRO list in the PCReq message. Each IRO in the IRO list defines inclusive hops for one of the multiple destinations.
- the PCReq message generating unit 810 may include an XRO list including unit which is configured to include an XRO list in the PCReq message. Each XRO in the XRO list defines exclusive hops for one of the multiple destinations.
- the PCReq message generating unit 810 may include a RRO list and METRIC list including unit which is configured to include a RRO list and a METRIC list in the PCReq message.
- the RRO list carries calculated paths, and each metric in the METRIC list defines metric constraint for each RRO in the RRO list encoded per destination.
- the PCReq message generating unit 810 may include at least one of the IRO list including unit, the XRO list including unit, and the RRO list and METRIC list including unit.
- the PCReq message generating unit 810 may include an END-POINTS object generating unit which is configured to generate an END-POINTS object which specifies an IP address of a source and IP addresses of the multiple destinations.
- the multiple destinations indicated by the END-POINTS object are mapped to the constraints in the IRO list, the XRO list or both the RRO list and the METRIC list in a sequential one-to-one correspondence.
- Fig.9 is an apparatus for performing P2MP path computation according to the present invention, which might refer to the PCE as discussed in the above embodiments of the present invention.
- the apparatus 900 includes: a PCReq message receiving unit 910, configured to receive from a PCC a PCReq message for requesting path computation for multiple destinations; a constraints per destination extracting unit 920, configured to extract constraints per destination from the PCReq message; a path computation performing unit 930, configured to perform the path computation according to the extracted constraints per destination; and a result returning unit 940, configured to return a result of the path computation to the PCC.
- the constraints per destination extracting unit 920 may include an IRO list extracting unit which is configured to extract an IRO list from the PCReq message.
- Each IRO in the IRO list defines inclusive hops for one of the multiple destinations.
- constraints per destination extracting unit 920 may include an XRO list extracting unit which is configured to extract an XRO list from the PCReq message.
- XRO in the XRO list defines exclusive hops for one of the multiple destinations.
- the constraints per destination extracting unit 920 may include a RRO list and METRIC list extracting unit which is configured to extract a RRO list and a METRIC list from the PCReq message.
- the RRO list carries calculated paths, and each metric in the METRIC list defines metric constraint for each RRO in the RRO list encoded per destination.
- the 920 may include at least one of the IRO list extracting unit, the XRO list extracting unit, and the
- the apparatus 900 may further include an END-POINTS object extracting unit which is configured to extract an END-POINTS object from the PCReq message, which specifies an IP address of a source and IP addresses of the multiple destinations.
- the multiple destinations indicated by the END-POINTS object are mapped to the constraints in the IRO list, the XRO list or both the RRO list and the METRIC list in a sequential one-to-one correspondence.
- the PCC and the PCE could also be implemented by a combination of a memory and a processor respectively.
- the PCC may be implemented in an apparatus which includes: a memory which stores executable instructions; and a processor, coupled to the memory and configured to generate a PCReq message for requesting path computation for multiple destinations through including constraints per destination in the PCReq message, and transmit the PCReq message to a PCE for performing the path computation according to the PCReq message.
- the PCE may be implemented in an apparatus which includes: a memory which stores executable instructions; and a processor, coupled to the memory and configured to receive, from a PCC, a PCReq message for requesting path computation for multiple destinations, extract constraints per destination from the PCReq message, perform the path computation according to the extracted constraints per destination, and return a result of the path computation to the PCC.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/CN2010/075185 WO2012006785A1 (en) | 2010-07-15 | 2010-07-15 | Method and apparatus for implementing p2mp path computation |
Publications (2)
Publication Number | Publication Date |
---|---|
EP2594046A4 EP2594046A4 (en) | 2013-05-22 |
EP2594046A1 true EP2594046A1 (en) | 2013-05-22 |
Family
ID=45468884
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP10854578.1A Withdrawn EP2594046A1 (en) | 2010-07-15 | 2010-07-15 | Method and apparatus for implementing p2mp path computation |
Country Status (3)
Country | Link |
---|---|
EP (1) | EP2594046A1 (en) |
CN (1) | CN103155498A (en) |
WO (1) | WO2012006785A1 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9537753B2 (en) * | 2014-03-03 | 2017-01-03 | Cisco Technology, Inc. | Opaque profile identifiers for path computation element protocol |
CN106574187A (en) | 2014-06-13 | 2017-04-19 | Csir公司 | Liquid flame retardant composition |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7319700B1 (en) * | 2000-12-29 | 2008-01-15 | Juniper Networks, Inc. | Communicating constraint information for determining a path subject to such constraints |
CN101350761B (en) * | 2007-07-18 | 2011-12-28 | 华为技术有限公司 | Method, apparatus and system for establishing and calculating path |
CN101237399A (en) * | 2007-09-28 | 2008-08-06 | 华为技术有限公司 | Method, system and device for getting label switching path |
-
2010
- 2010-07-15 CN CN2010800677727A patent/CN103155498A/en active Pending
- 2010-07-15 EP EP10854578.1A patent/EP2594046A1/en not_active Withdrawn
- 2010-07-15 WO PCT/CN2010/075185 patent/WO2012006785A1/en active Application Filing
Non-Patent Citations (5)
Title |
---|
DHODY U PALLE HUAWEI TECHNOLOGIES INDIA PVT LTD D: "Supporting explicit-path per destination in Path Computation Element Communication Protocol (PCEP) - P2MP Path Request.; draft-dhody-pce-pcep-p2mp-per-destination- 00.txt", SUPPORTING EXPLICIT-PATH PER DESTINATION IN PATH COMPUTATION ELEMENT COMMUNICATION PROTOCOL (PCEP) - P2MP PATH REQUEST.; DRAFT-DHODY-PCE-PCEP-P2MP-PER-DESTINATION- 00.TXT, INTERNET ENGINEERING TASK FORCE, IETF; STANDARDWORKINGDRAFT, INTERNET SOCIETY (, 29 June 2011 (2011-06-29), pages 1-11, XP015076676, [retrieved on 2011-06-29] * |
MARGARIA C C ET AL: "PCEP extensions for GMPLS; draft-margaria-pce-gmpls-pcep-extensions-0 1.txt", PCEP EXTENSIONS FOR GMPLS; DRAFT-MARGARIA-PCE-GMPLS-PCEP-EXTENSIONS-0 1.TXT, INTERNET ENGINEERING TASK FORCE, IETF; STANDARDWORKINGDRAFT, INTERNET SOCIETY (ISOC) 4, RUE DES FALAISES CH- 1205 GENEVA, SWITZERLAND, no. 1, 1 July 2010 (2010-07-01), pages 1-29, XP015069232, [retrieved on 2010-07-01] * |
MICHAEL BAHR: "Proposed Routing for IEEE 802.11s WLAN Mesh Networks", ACM, 2 PENN PLAZA, SUITE 701 - NEW YORK USA, 2 August 2006 (2006-08-02), - 5 August 2006 (2006-08-05), pages 1-10, XP040058821, * |
See also references of WO2012006785A1 * |
ZHAO Q ET AL: "Extensions to the Path Computation Element Communication Protocol (PCEP) for Point-to-Multipoint Traffic Engineering Label Switched Paths; draft-ietf-pce-pcep-p2mp-extensions-10.txt ", EXTENSIONS TO THE PATH COMPUTATION ELEMENT COMMUNICATION PROTOCOL (PCEP) FOR POINT-TO-MULTIPOINT TRAFFIC ENGINEERING LABEL SWITCHED PATHS; DRAFT-IETF-PCE-PCEP-P2MP-EXTENSIONS-10.TXT , INTERNET ENGINEERING TASK FORCE, IETF; STANDARDWORKINGDRAFT, INTERN, no. 10, 19 April 2010 (2010-04-19), pages 1-31, XP015068092, [retrieved on 2010-04-19] * |
Also Published As
Publication number | Publication date |
---|---|
CN103155498A (en) | 2013-06-12 |
EP2594046A4 (en) | 2013-05-22 |
WO2012006785A1 (en) | 2012-01-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7412469B2 (en) | Method for establishing segment routing for IPV6 tunnels | |
US9716648B2 (en) | System and method for computing point-to-point label switched path crossing multiple domains | |
US9088485B2 (en) | System, method and apparatus for signaling and responding to ERO expansion failure in inter-domain TE LSP | |
US8848705B2 (en) | System and method for finding point-to-multipoint label switched path crossing multiple domains | |
US10021023B2 (en) | Packet forwarding method, controller, forwarding device, and network system | |
US8693471B2 (en) | Graceful restart for use in nodes employing label switched path signaling protocols | |
US7684420B2 (en) | Method for implementing cross-domain constraint routing | |
EP3214795B1 (en) | Cross-domain clock synchronization method, apparatus and system, and computer storage medium | |
EP2663040A1 (en) | Fast reroute using loop free alternate next hops for multipoint label switched paths | |
EP2299637A1 (en) | Pseudo wire establishing method, device and system | |
KR101050681B1 (en) | Method and apparatus for calculating route in label switched network | |
CN103650453B (en) | The method communicated in path computation element communication protocol and network equipment | |
EP2594046A1 (en) | Method and apparatus for implementing p2mp path computation | |
CN105743787B (en) | Control method and system for label request information and up-down cursor label exchange router |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20130122 |
|
A4 | Supplementary search report drawn up and despatched |
Effective date: 20130319 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK SM TR |
|
RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: PALLE, UDAYASREE Inventor name: ZHAO, QIANGLIN QUINTIN Inventor name: DHODY, DHRUV Inventor name: KESAVA REDDY, SURESH BABU |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN |
|
18W | Application withdrawn |
Effective date: 20130917 |
|
DAX | Request for extension of the european patent (deleted) |