WO2019114632A1 - Communication methods, apparatuses and system for sharing network resources - Google Patents

Communication methods, apparatuses and system for sharing network resources Download PDF

Info

Publication number
WO2019114632A1
WO2019114632A1 PCT/CN2018/119847 CN2018119847W WO2019114632A1 WO 2019114632 A1 WO2019114632 A1 WO 2019114632A1 CN 2018119847 W CN2018119847 W CN 2018119847W WO 2019114632 A1 WO2019114632 A1 WO 2019114632A1
Authority
WO
WIPO (PCT)
Prior art keywords
label switched
path
packet
switched path
network apparatus
Prior art date
Application number
PCT/CN2018/119847
Other languages
French (fr)
Inventor
Satish KARUNANITHI
Dhruv Dhody
Shankara DEVADIGA
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.
Priority to EP18887965.4A priority Critical patent/EP3711263A1/en
Priority to CN201880078977.1A priority patent/CN111788802B/en
Priority to CN202111577172.1A priority patent/CN114401219A/en
Publication of WO2019114632A1 publication Critical patent/WO2019114632A1/en
Priority to US16/898,570 priority patent/US11563692B2/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • H04L47/72Admission control; Resource allocation using reservation actions during connection setup
    • H04L47/724Admission control; Resource allocation using reservation actions during connection setup at intermediate nodes, e.g. resource reservation protocol [RSVP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/64Routing or path finding of packets in data switching networks using an overlay routing layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/22Alternate 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/50Routing or path finding of packets in data switching networks using label swapping, e.g. multi-protocol label switch [MPLS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • H04L47/72Admission control; Resource allocation using reservation actions during connection setup

Definitions

  • the present subject matter described herein in general, relates to traffic engineered networks. More particularly, it relates to a mechanism for a path computation element to notify path computation client (s) about shared resources of independent label switch paths.
  • Abstraction of network resources is a technique that can be applied to a single network domain or across multiple domains to create a single virtualized network that is under the control of a network operator or the customer of the operator that actually owns the network resources.
  • Abstraction and Control of Traffic Engineered Networks refers to the set of virtual network operations needed to orchestrate, control and manage large-scale multi-domain TE networks thereby facilitating network programmability, automation, efficient resource sharing, and end-to-end (E2E) virtual service aware connectivity and Network Function Virtualization (NFV) services.
  • the ACTN facilitates virtual network operation via the creation of a single virtualized network or a seamless service.
  • PCEP Path Computation Element
  • PCCE Path Computation Element
  • PCEP Communication Protocol
  • PCE Path Computation Element
  • MPLS Multiprotocol Label Switching
  • TE LSP Traffic Engineering Label Switched Path
  • the PCE is a network entity capable of computing a network path or route based on a network graph, and of applying computational constraints during the computation.
  • the PCE entity is located within a network node or component, on an out-of-network server, etc.
  • a PCE would be able to compute the path of a TE LSP by operating on the TED and considering bandwidth and other constraints applicable to the TE LSP service request.
  • the PCC is also a network entity which can be any client application that is requesting a path computation to be performed by the PCE.
  • a PCC can have PCEP sessions with more than one PCE, and similarly a PCE may have PCEP sessions with a plurality of PCCs.
  • a hierarchical PCE architecture is the key to ACTN framework, where in the domain controllers (or Physical Network Controller, PNC) have the control only to its specific domain and the super controller (MDSC) has the global view of all the domains and can compute and setup end to end multi-domain and multi-layer path.
  • domain controllers or Physical Network Controller, PNC
  • MDSC super controller
  • the Multi-Domain Service Coordinator is a functional block that implements the main ACTN functions such as multi-domain coordination, virtualization/abstraction, customer mapping/translation, and virtual service coordination.
  • the MDSC co-ordinates with domain controllers to compute end-to-end path and MDSC further breaks the path into per-domain LSP segments. Domain controllers of corresponding LSP segment further initiate the path setup process with in its domain.
  • the MDSC has complete/abstract topology information of the complete network, and is therefore capable of computing E2E with the requisite constraints.
  • the MDSC breaks an E2E path into per-domain LSP segments and requests the corresponding domain controller of the domain to provision this LSP in the network, as illustrated in Figure 1.
  • the MDSC employs PCEP protocol for communication with PNC’s (who are the domain controllers) . When all domain LSP’s are up then the MDSC stitches a multi-domain path.
  • Figure 1 (a) illustrates an end-to end path computation, requested at the MDSC via the domain controllers, as prior art.
  • the MDSC then computes an end to end path (A to F) either by itself or by employing a child PCE.
  • the MDSC further breaks the path into per-domain LSP segments.
  • step 1 the MDSC sends a PCInitiate message, for LSP A to C, to Domain 1.
  • step 2 the MDSC sends the PCInitiate message, for LSP C to E, to Domain 3.
  • step 3 the MDSC sends the PCInitiate, for LSP E to F, to Domain 4.
  • step 1 the PNC sends a PCRpt message for LSP A to C to the MDSC.
  • step 2 the PNC sends a PCRpt message for LSP C to E to the MDSC.
  • step 3 the PNC sends a PCRpt message for LSP E to F to the MDSC.
  • the MDSC also known as Parent PCE
  • the MDSC receives up-state from each LSP segment, it stitches the per-domain LSP.
  • Figure 2 illustrates an example where the master controller MDSC computes a path between A to L.
  • the PNC’s or the domain controller’s setup the paths A-B, E-F and I-L respectively, LSP1.
  • the MDSC re-computes the E2E path between A to L, based on new constraints similar to Make-Before-Break (MBB) for LSP1 in MDSC.
  • MMB Make-Before-Break
  • MDSC breaks this E2E LSP to domain specific Update /Delete/Create Domain specific LSP.
  • the MDSC After the MDSC computes a path between A to L which is LSP1 (represented by solid line in Figure 2) , the PNC1 sets up a path from A-B, while PNC2 sets up a path from E- F and PNC3 sets up a path from I-L.
  • the MDSC re-computes the end-to-end path between A to L, based on a new constraint.
  • This scenario is similar to Make-Before-Break (MBB) for LSP1 in MDSC.
  • MMBB Make-Before-Break
  • the MDSC breaks the end-to-end LSP (i.e., LSP1) to domain specific Update /Delete/Create Domain specific LSP.
  • the new LSP i.e., LSP2 (represented by dotted line)
  • the Master controller it is an MMB for LSP1.
  • the domain controller path computation may fail or duplicate allocations may occur as shared resources are not considered in common links (involving the hosts M-N, N-L) .
  • domain controller path computation fail or produce duplicate allocations since sharing of resources is not considered in common links for new LSP’s created during an update of E2E LSP.
  • they do not specify any mechanism to share the resources of two independent LSP’s where either the ingress, or the egress, or both ingress and egress are different among the LSP’s.
  • the objective technical problem solved by the present invention is how to share network resources of two independent LSP’s where either ingress, or egress, or both ingress and egress are different among the two LSP’s.
  • the objective of the present invention is to provide a mechanism for a PCE to notify a PCC about shared resource of two independent LSP’s by allowing a PCE to send an association object with a new association type to PCC.
  • the present invention provides a PCEP extension for associating LSP's whose ingress, or egress, or both ingress and egress are different for resource sharing to avoid path computation failures or duplicate allocations during common links for new LSP’s created during an update of E2E LSP.
  • the PCC employs Resource ReSerVation Protocol (RSVP) for LSP signalling, PCC forwards path message information along with association object to the RSVP for LSP signalling.
  • the RSVP uses the association object in its reservation message for LSP setup.
  • a communication method for sharing network resources comprising the steps of receiving, by a first network apparatus, a first packet from a second network apparatus; wherein the first packet comprises an association object and path information; determining, by the first network apparatus, a first label switched path according to the association object; and creating, by the first network apparatus, a second label switched path according to the path information; wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • the method prior to the receiving of the first packet comprises the steps of receiving, by the first network apparatus, a second packet from the second network apparatus, wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
  • the first network apparatus can obtain a relationship between the association object and the identifier, then after receiving the first packet, it can obtain the identifier based on the association object in the first packet and the relationship.
  • the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  • the second packet is a Path Computation Update message or a Path Computation Report message.
  • the first packet is a Path Computation Initiate message.
  • the association object comprises an association type indicating resource sharing.
  • a communication method for sharing network resources comprising the steps of sending, by a second network apparatus, a first packet comprising an association object and path information to a first network apparatus; wherein the first packet instructs the first network apparatus to determine a first label switched path according to the association object and create a second label switched path according to the path information; wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • said method comprises the steps of sending, by the second network apparatus, a second packet to the first network apparatus; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
  • the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  • the second packet is a Path Computation Update message or a Path Computation Report message.
  • the first packet is a Path Computation Initiate message.
  • the association object comprises an association type indicating resource sharing.
  • a first network apparatus for sharing network resources comprising a transceiver unit and a processing unit.
  • the transceiver unit configured to receive a first packet comprising an association object and path information; and the processing unit configured to determine a first label switched path according to the association object; and create a second label switched path according to the path information, wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • the transceiver unit is configured to receive a second packet before receiving the first packet; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
  • the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  • the second packet is a Path Computation Update message or a Path Computation Report message.
  • the first packet is a Path Computation Initiate message.
  • the association object comprises an association type indicating resource sharing.
  • second network apparatus for sharing network resources comprising a transceiver unit configured to send a first packet comprising an association object and path information; wherein the first packet instructs the first network apparatus to determine a first label switched path according to the association object and create a second label switched path according to the path information; wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • the transceiver unit is configured to send a second packet before sending the first packet; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
  • the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  • the second packet is a Path Computation Update message or a Path Computation Report message.
  • the first packet is a Path Computation Initiate message.
  • the association object comprises an association type indicating resource sharing.
  • the first network apparatus comprises a first transceiver unit configured to receive a first packet comprising an association object and path information; and a processing unit configured to determine a first label switched path according to the association object; and create a second label switched path according to the path information, wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • the second network apparatus comprises a second transceiver unit configured to send the first packet.
  • the first transceiver unit is configured to receive a second packet before receiving the first packet; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
  • Figure 1 (a) -1 (c) illustrate the objective technical problem of the present invention.
  • Figure 2 illustrates a reference technical solution to the objective technical problem of the present invention.
  • FIG. 3 illustrates an IPv4 ASSOCIATION Object format, in accordance with an embodiment of the present subject matter.
  • FIG. 4 illustrates an IPv6 ASSOCIATION Object format, in accordance with an embodiment of the present subject matter.
  • Figure 5a illustrates resource sharing in Association Object, in accordance with an embodiment of the present subject matter.
  • Figure 5b illustrates the ASSOCIATION object formats for IPv4 and IPv6, in accordance with an embodiment of the present subject matter.
  • Figure 6a-6b illustrate a block diagram of the system, in accordance with an embodiment of the present subject matter.
  • FIG. 7 illustrates a first network apparatus, in accordance with an embodiment of the present subject matter.
  • FIG. 8 illustrates a second network apparatus, in accordance with an embodiment of the present subject matter.
  • Figure 9 illustrates a flowchart of a communication method performed by a PNC, in accordance with an embodiment of the present subject matter.
  • Figure 10 illustrates a flowchart of a communication method performed by a MDSC, in accordance with an embodiment of the present subject matter.
  • PCC refers to any client application requesting a path computation to be performed by a Path Computation Element.
  • PCE refers to 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.
  • PCEP Peer refers to any element involved in a PCEP session (i.e., a PCC or a PCE) .
  • MDSC refers to a control entity that oversees the specific aspects of the different domains and builds a single abstracted end-to-end network topology to coordinate end-to-end path computation and path/service provisioning.
  • ACTN framework the MDSC realizes this function by coordinating the per-domain PNCs in a hierarchy of controllers.
  • PNC refers to a Physical Network Controller that is responsible for controlling devices or NEs under its direct control. Its functions can be implemented as part of an SDN domain controller, a Network Management System (NMS) , an Element Management System (EMS) , an active PCE-based controller or any other means to dynamically control a set of nodes.
  • NMS Network Management System
  • EMS Element Management System
  • active PCE-based controller any other means to dynamically control a set of nodes.
  • RVP refers to a resource reservation setup protocol designed for an integrated services Internet. It provides receiver-initiated setup of resource reservations for multicast or unicast data flows, with good scaling and robustness properties.
  • ASSOCIATION group refers to a generic mechanism to create an association of LSPs.
  • ASSOCIATION object refers to an object used to associate LSPs with each other.
  • PCInitiate is a PCEP message sent by a PCE to a PCC to trigger LSP.
  • PCUpd is a PCEP message sent by a PCE to a PCC to update attributes of an LSP.
  • the PCUpd message can carry more than one LSP Update Request.
  • PCRpt is a PCEP message sent by a PCC to a PCE to report the status of one or more LSPs.
  • the present invention discloses a mechanism for a PCE to notify a PCC about shared resource of two independent LSP’s. It specifically focuses on enabling a PCE to send an association object with new association type as “Resource Sharing” to PCC so as to allow sharing of resources of two independent LSP’s where either the ingress, or the egress, or both ingress and egress are different among the LSP’s.
  • the MDSC is similar to a PCE and the PNC can be both PCE and PCC.
  • PNC is PCC, but with respect to network devices PNC is PCE.
  • a PCE has access to the information carried by a network's Interior Gateway Protocol (IGP) and also the set of currently active paths with their reserved resources for path computations.
  • IGP Interior Gateway Protocol
  • the PCE is also capable of computing constrained paths while considering individual LSPs and their interactions.
  • the active PCE functionality allows a PCE to reroute an existing LSP or make changes to the attributes of an existing LSP, or a PCC to delegate control of specific LSPs to a new PCE.
  • the present invention provides a PCEP extension for associating LSP's whose ingress, or egress, or both ingress and egress are different for resource sharing to avoid path computation failures or duplicate allocations during common links for new LSP’s created during an update of E2E LSP.
  • the PCC employs Resource ReSerVation Protocol (RSVP) for LSP signalling, PCC forwards path message information along with association object to the RSVP for LSP signalling.
  • RSVP Resource ReSerVation Protocol
  • the RSVP uses the association object in its reservation message for LSP setup.
  • (a) Existing ASSOCIATION Object An association group is a generic mechanism to create an association of LSPs. This grouping is subsequently used to define associations between sets of LSPs or between a set of LSPs and a set of attributes.
  • Figure 3 illustrates an IPv4 ASSOCIATION Object format while Figure 4 illustrates an IPv6 ASSOCIATION Object format.
  • the ASSOCIATION Object-Type is 2 for IPv6.
  • the Reserved (2-byte) must be set to 0 and ignored upon receipt.
  • the currently defined Flags (2-byte) are R (Removal -1 bit) which when set indicates that the requesting PCE peer requires removal of an LSP from the association group.
  • the Association type (2-byte) is an association type, for example, protection while the Association ID (2-byte) is the identifier of the association group. When combined with Type and Association Source, this value uniquely identifies an association group.
  • the value 0xffff and 0x0 are reserved. The value 0xfffff is used to indicate all association groups.
  • the Association Source (4 or 16 bytes) is an IPv4 or IPv6 address. This may be the IP address of the PCEP speaker that created a dynamic association, an operator configured IP address, or an IP address selected as per the local policy. The value such as 0.0.0.0 or : : /128 are acceptable.
  • the optional TLVs follow the conventional PCEP TLV format.
  • the ASSOCIATION Object is optional and may be carried in the Path Computation Update (PCUpd) , Path Computation Report (PCRpt) and Path Computation Initiate (PCInitiate) messages.
  • the stateful PCE initiates a new association group for this LSP, or associate it with one or more existing association groups. This is done by including the ASSOCIATION Object in a PCUpd message.
  • the PCUpd message (also referred to as a Path Computation LSP Update Request message) is a PCEP message sent by a PCE to a PCC to update attributes of an LSP.
  • the PCUpd message carries more than one LSP Update Request.
  • the PCE initiating a new LSP can include the association group information. This is done by including the ASSOCIATION Object in a PCInitiate message.
  • (b) New Association type for resource sharing in Association Object A new Association Type for Resource Sharing has to be defined in PCE association group.
  • the PCE sends an update message with association object for old LSP first and then sends initiate request for new LSP with the same association ID of old LSP and association type as “Resource Sharing” .
  • the PCC will use RSVP for LSP signalling.
  • the PCC is equipped to forward the path message information along with association object to RSVP for LSP signalling.
  • the RSVP can thus, use the association object in its reservation message for LSP setup, as illustrated in Figure 5a.
  • the present invention specifically focuses on the issue of resource sharing between two independent LSP’s when either the ingress, or the egress, or both ingress and egress are different among the old and updated LSP’s. This is to avoid failure or duplicate allocation of resources during path re-computation in common links, as shared resources are not considered by domain controllers for the new LSP’s created during an update of an E2E LSP.
  • the present invention enables a PCE to send an update message with an association object for an old LSP first.
  • Figure 9 illustrates a flowchart of the communications method performed by the first network apparatus for sharing network resources in a communications network. The method comprises the following steps:
  • Step S101 the first network apparatus receiving a second packet from the second network apparatus
  • Step S102 the first network apparatus receiving a first packet from the second network apparatus
  • Step S103 the first network apparatus determining a first label switched path according to the association object of the second packet.
  • Step S104 the first network apparatus creating a second label switched path sharing network resources allocated to the first label switched path, according to the path information.
  • Figure 10 illustrates a flowchart of the communication method performed by the second network apparatus for sharing network resources in a communications network. The method comprises the following steps:
  • Step S201 the second network apparatus sending a second packet to the first network apparatus
  • Step 202 the second network apparatus sending a first packet comprising an association object and path information to a first network apparatus.
  • the first network apparatus is a PNC while second network apparatus is a MDSC.
  • the first network apparatus creating a second label switched path according to the path information involves the PNC asking an ingress node, such as device K of Figure 6, to setup the LSP using RSVP signalling using the path information.
  • the PNC sends the association object to ingress node too.
  • the ingress node creates a LSP according to the path information, and initiates LSP association by inserting appropriate ASSOCIATION objects in the Path message of LSPs that are to be associated.
  • the first label switched path and the second label switched path have different ingress nodes or egress nodes, i.e., different ingress nodes, different egress nodes, different ingress and different egress.
  • the downstream nodes correlates LSPs based on received ASSOCIATION objects.
  • the multiple types of LSP association are supported by the ASSOCIATION object, and downstream correlation is made based on the type.
  • the type is “resource sharing” .
  • the ASSOCIATION object using in RSVP hereinafter referred to as an R-object
  • R-object is a little different from the ASSOCIATION object of PCEP, hereinafter referred to as a P-object.
  • the ASSOCIATION object is used to associate LSPs with each other.
  • the association must only identify LSPs that support the same Tunnel ID as well as the same tunnel sender address and tunnel endpoint address.
  • Association Type, Association Source, and Association ID fields of the object uniquely identify the association. Provisions are present for the object to ensure compatibility with non-supporting nodes as well.
  • the Association Type is 16 bits and indicates the type of association being identified.
  • the Association ID is 16 bits.
  • the Association Source is 4 or 16 byte and an IPv4 or IPv6 address, respectively, that is associated to the node that originated the association.
  • the first packet is a Path Computation Initiate message and comprises association object and path information.
  • the path information refers to EXPLICIT_ROUTE object (ERO) which is included in a PCInitiate message.
  • ERO EXPLICIT_ROUTE object
  • the PCC creates a new LSP according to the ERO.
  • the PCInitiate message includes the association object and the ERO.
  • the second packet is a Path Computation Update message or a Path Computation Report message from the second network apparatus and comprises an association object and an identifier indicating the first label switched path.
  • the association object comprises an association type indicating resource sharing.
  • the identifier refers to PLSP-ID and each LSP has a unique PLSP-ID.
  • the PCE includes a PLSP-ID in an update message to indicate a LSP to be updated. After receiving the update message which comprises association object and PLSP-ID, the PCC may maintain the relationship between association ID and PLSP-ID. So PCC can obtain PLSP-ID according to the relationship and the association object in the Initiate message.
  • the second packet indicates that the first label switched path is associated with the association object.
  • the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • the new LSP shares network resources with the old LSP when the new LSP is created. Once the ingress node of the new LSP receives a Resv message for the new LSP, the traffic of the old LSP may be transited to the new LSP, and subsequently the old LSP may be torn down.
  • Figures 6a and 6b illustrate examples where a master controller or the MDSC computes a path between hosts A to L.
  • a system for routing data packets in a communications network comprises at least one first network apparatus (PNC1, PNC2, PNC3) that is adaptively configured to route data packets among plurality of network elements (A-L) and a second network apparatus (MDSC) that is adaptively configured to control a plurality of network apparatuses.
  • the first network apparatus (PNC1, PNC2, PNC3) controls a plurality of network elements (A-D, E-H, I-L) .
  • the domain controllers or PNC’s i.e., PNC1, PNC2 and PNC 3, setup the paths A-B, E-F and I-L, respectively.
  • the path A-B-E-F-I-M-N-L is the LSP1 or old LSP.
  • PNC1 issues initiate message to create new LSP A-D (a1) and issues update message to delete old LSP A-B (a2) to host A.
  • PNC2 issues PNC2 issues issues initiate message to create new LSP G-H (b1) to host G and issues update message to delete old LSP E-F (b2) to host E.
  • PNC3 issues initiate message to add association object to old LSP I-L (c1) to host I, issues initiate message to create new LSP with association object K-L (c2) to host K, and issues update message to delete old LSP I-L (c3) to host I.
  • the master controller re-computes the end-to-end path between A to L, based on the new constraints. This is similar to Make-Before-Break (MBB) for LSP1 in the master controller.
  • MBB Make-Before-Break
  • the master controller breaks this E2E LSP to domain specific Update/Delete/Create domain specific LSP, for the new LSP.
  • this is an MBB for LSP1.
  • the re-computation of E2E path results in creating new LSP involving hosts A-D with a new association type as “Resource Sharing” and deleting the old LSP involving hosts A-B.
  • the PNC1 sends a PCInit message with same association object and association type as “Resource Sharing” .
  • the re-computation of E2E path also results in creating new LSP involving hosts G-H with new association type as “Resource Sharing” and deleting the old LSP involving hosts E-F.
  • the PNC2 also sends a PCInit message with same association object and association type as “Resource Sharing” .
  • FIG. 7 illustrates the first network apparatus (100) which is a domain controller.
  • the first network apparatus (100) comprises at least a transceiver unit (101) and a processing unit (103) .
  • the transceiver unit (101) is configured to receive a first packet comprising an association object and path information. It is also configured to receive a second packet before receiving the first packet where the second packet comprises the association object and an identifier indicating the first label switched path. The second packet indicates that the first label switched path is associated with the association object.
  • the processing unit (103) is configured to determine a first label switched path according to the association object and create a second label switched path according to the path information, where the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • FIG 8 illustrates the second network apparatus (200) which is a master controller.
  • the second network apparatus (200) comprises at least a transceiver unit (201) , a processing unit (203) and a memory unit (102) .
  • the transceiver unit (201) is configured to send a first packet comprising an association object and path information where the first packet instructs the first network apparatus (100) to determine a first label switched path according to the association object and create a second label switched path according to the path information.
  • the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  • the transceiver unit (201) is also configured to send a second packet before sending the first packet where the second packet comprises association object and identifier indicating the first label switched path.
  • the second packet indicates that the first label switched path is associated with the association object.
  • the second packet is a Path Computation Update message, or a Path Computation Report message or any similar message and the first packet is a Path Computation Initiate message or any similar message.
  • the first network apparatus creates label switched path segments between at least two of its network elements.
  • the label switched path (A-B-E-F-I-M-N-L) comprises a plurality of label switched path segments such as the first label switched path segment (A-D, G-H, K-M, N-L) , the second label switched path segment (A-B, E-F, I-M, N-L) , etc.
  • the resources allocated to the second label switched path segment (A-B) are allocated on shared basis to the first label switched path segment (A-D) .
  • the advantage of the present invention is that it enables the domain controller to consider shared resource in case of E2E LSP setup in hierarchical PCE because the case of existing E2E LSP setup in hierarchical PCE, the domain controllers fail to a compute path when resources are not available or duplicate resource allocation happens.
  • the disclosed apparatus and method may be implemented in other manners.
  • the described apparatus embodiment is merely exemplary.
  • the unit division is merely logical function division and may be other division in actual implementation.
  • a plurality of units or components may be combined or integrated into another system, or some features may be ignored or not performed.
  • the displayed or discussed mutual couplings or direct couplings or communication connections may be implemented through some interfaces.
  • the indirect couplings or communication connections between the apparatuses or units may be implemented in electronic, mechanical, or other forms.
  • the functions When the functions are implemented in a form of a software functional unit and sold or used as an independent product, the functions may be stored in a computer-readable storage medium. Based on such an understanding, the technical solutions of the present invention essentially, or the part contributing to the prior art, or a part of the technical solutions may be implemented in a form of a software product.
  • the computer software product is stored in a storage medium, and includes several instructions for instructing a computer node (which may be a personal computer, a server, or a network node) to perform all or a part of the steps of the methods described in the embodiment of the present invention.
  • the foregoing storage medium includes: any medium that can store program code, such as a USB flash drive, a removable hard disk, a read-only memory (Read-Only Memory, ROM) , a random access memory (Random Access Memory, RAM) , a magnetic disk, or an optical disc.
  • program code such as a USB flash drive, a removable hard disk, a read-only memory (Read-Only Memory, ROM) , a random access memory (Random Access Memory, RAM) , a magnetic disk, or an optical disc.
  • Devices that are in communication with each other need not be in continuous communication with each other, unless expressly specified otherwise.
  • devices that are in communication with each other may communicate directly or indirectly through one or more intermediaries.

Landscapes

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

Abstract

The present invention discloses communication methods, apparatuses and a system for sharing network resources in a communications network. It enables a path computation element (PCE) to notify path computation clients (PCCs) about the shared resources of independent label switch paths by allowing a PCE to send an association object with a new association type to PCC. A Path Computation Element (PCE) Communication Protocol extension that associates LSP's whose ingress, or egress, or both ingress and egress are different for resource sharing to avoid path computation failures or duplicate allocation of resources during common links for new LSP's created during an update of E2E LSP. The PCC employs Resource ReSerVation Protocol (RSVP) for LSP signalling, PCC forwards path message information along with association object to the RSVP for LSP signalling. The RSVP uses the association object in its reservation message for LSP setup.

Description

COMMUNICATION METHODS, APPARATUSES AND SYSTEM FOR SHARING NETWORK RESOURCES
This application claims priority to India Patent Application NO. IN201731044887 filed with the India Patent Office on December 13, 2017 and entitled "COMMUNICATION METHODS, APPARATUSES AND SYSTEM FOR SHARING NETWORK RESOURECS" , which is incorporated herein by reference in its entirety.
TECHNICAL FIELD
The present subject matter described herein, in general, relates to traffic engineered networks. More particularly, it relates to a mechanism for a path computation element to notify path computation client (s) about shared resources of independent label switch paths.
BACKGROUND
Abstraction of network resources is a technique that can be applied to a single network domain or across multiple domains to create a single virtualized network that is under the control of a network operator or the customer of the operator that actually owns the network resources.
Abstraction and Control of Traffic Engineered Networks (ACTN) refers to the set of virtual network operations needed to orchestrate, control and manage large-scale multi-domain TE networks thereby facilitating network programmability, automation, efficient resource sharing, and end-to-end (E2E) virtual service aware connectivity and Network Function Virtualization (NFV) services. The ACTN facilitates virtual network operation via the creation of a single virtualized network or a seamless service.
Path Computation Element (PCE) Communication Protocol (PCEP) facilitates communication between a Path Computation Client (PCC) and a Path Control Element (PCE) , or between PCE and PCE, for the purpose of computation of Multiprotocol Label Switching (MPLS) for Traffic Engineering Label Switched Path (TE LSP) characteristics. Thus, the PCEP provides mechanisms for PCEs to perform path computations in response to PCCs requests. While the PCEP explicitly makes no assumptions regarding the information available to a PCE, it also makes no provisions for the PCE to control timing and sequence of path computations within and across PCEP sessions.
Significantly, the PCE is a network entity capable of computing a network path or route based on a network graph, and of applying computational constraints during the computation. The PCE entity is located within a network node or component, on an out-of-network server, etc. For example, a PCE would be able to compute the path of a TE LSP by operating on the TED and considering bandwidth and other constraints applicable to the TE LSP service request.
The PCC is also a network entity which can be any client application that is requesting a path computation to be performed by the PCE. A PCC can have PCEP sessions with more than one PCE, and similarly a PCE may have PCEP sessions with a plurality of PCCs.
Implementing ACTN using PCE and PCEP: A hierarchical PCE architecture is the key to ACTN framework, where in the domain controllers (or Physical Network Controller, PNC) have the control only to its specific domain and the super controller (MDSC) has the global view of all the domains and can compute and setup end to end multi-domain and multi-layer path.
The Multi-Domain Service Coordinator (MDSC) is a functional block that implements the main ACTN functions such as multi-domain coordination, virtualization/abstraction, customer mapping/translation, and virtual service coordination. The MDSC co-ordinates with domain controllers to compute end-to-end path and MDSC further breaks the path into per-domain LSP segments. Domain controllers of corresponding LSP segment further initiate the path setup process with in its domain.
Significantly, in ACTN architecture, the MDSC has complete/abstract topology information of the complete network, and is therefore capable of computing E2E with the requisite constraints. The MDSC breaks an E2E path into per-domain LSP segments and requests the corresponding domain controller of the domain to provision this LSP in the network, as illustrated in Figure 1. The MDSC employs PCEP protocol for communication with PNC’s (who are the domain controllers) . When all domain LSP’s are up then the MDSC stitches a multi-domain path.
Figure 1 (a) illustrates an end-to end path computation, requested at the MDSC via the domain controllers, as prior art. The MDSC then computes an end to end path (A to F) either by itself or by employing a child PCE. The MDSC further breaks the path into per-domain LSP segments.
In the scenario illustrated in Figure 1 (b) , in step 1: the MDSC sends a PCInitiate message, for LSP A to C, to Domain 1. In step 2: the MDSC sends the PCInitiate message, for LSP C to E, to Domain 3. In step 3: the MDSC sends the PCInitiate, for LSP E to F, to Domain 4.
In the scenario illustrated in Figure 1 (c) , in step 1: the PNC sends a PCRpt message for LSP A to C to the MDSC. In step 2: the PNC sends a PCRpt message for LSP C to E to the MDSC. In step 3: the PNC sends a PCRpt message for LSP E to F to the MDSC. Notably, once the MDSC (also known as Parent PCE) receives up-state from each LSP segment, it stitches the per-domain LSP.
In the Hierarchical solution of E2E multi-domain LSP, there exists a need for LSP update at MDSC that can lead to the following domain LSP update at PNC (or domain controller) :
a) New LSP with same ingress and different egress with respect to old LSP.
b) New LSP with different ingress and same egress with respect to old LSP.
c) New LSP with different ingress and different egress with respect to old LSP.
d) New LSP with same ingress and same egress with respect to old LSP.
In all the above case, if there is common link between old the LSP and updated/new LSP, then the resource of this common link must be shared between these LSP’s. If the resource of the common link is not shared between the LSP’s, then the domain PCE path computation may fail owing to resource shortage or duplication of resource allocation in the common link.
Figure 2 illustrates an example where the master controller MDSC computes a path between A to L. The PNC’s or the domain controller’s setup the paths A-B, E-F and I-L respectively, LSP1. During path update, the MDSC re-computes the E2E path between A to L, based on new constraints similar to Make-Before-Break (MBB) for LSP1 in MDSC. To update this LSP1 MDSC breaks this E2E LSP to domain specific Update /Delete/Create Domain specific LSP.
In particular, after the MDSC computes a path between A to L which is LSP1 (represented by solid line in Figure 2) , the PNC1 sets up a path from A-B, while PNC2 sets up a path from E- F and PNC3 sets up a path from I-L. At the time of global optimization/path update case, the MDSC re-computes the end-to-end path between A to L, based on a new constraint. This scenario is similar to Make-Before-Break (MBB) for LSP1 in MDSC. In order to update this LSP1, the MDSC breaks the end-to-end LSP (i.e., LSP1) to domain specific Update /Delete/Create Domain specific LSP. For the new LSP, i.e., LSP2 (represented by dotted line) , for the Master controller it is an MMB for LSP1.
When a new LSP is being created, for the MDSC, it is an MBB for LSP1. However, for the PNC’s or domain controllers, it is as follows:
a) PNC1 –Create new LSP A-D and delete LSP A-B. Significantly, resources are not shared in this case as this is not an update operation and also because the source/destination of the two LSP’s are not same.
b) PNC2 –Create new LSP G-H and delete LSP E-F. Resources are not shared in this case as well as this is not an update operation and also because the source/destination of the two LSP’s are not same.
c) PNC3 –Create new LSP K-L and delete LSP I-L. Significantly, when creating the new LSP K-L, there is a shared link between these two LSP’s that is M-N and N-L links. If the resources are not shared between these two LSP’s on these links will cause issues due to incorrect allocation.
Accordingly, the domain controller path computation may fail or duplicate allocations may occur as shared resources are not considered in common links (involving the hosts M-N, N-L) .
Thus, the technical problem faced the state of art technologies is that domain controller path computation fail or produce duplicate allocations since sharing of resources is not considered in common links for new LSP’s created during an update of E2E LSP. In particular, they do not specify any mechanism to share the resources of two independent LSP’s where either the ingress, or the egress, or both ingress and egress are different among the LSP’s.
Accordingly, the objective technical problem solved by the present invention is how to share network resources of two independent LSP’s where either ingress, or egress, or both ingress and egress are different among the two LSP’s.
SUMMARY
The objective of the present invention is to provide a mechanism for a PCE to notify a PCC about shared resource of two independent LSP’s by allowing a PCE to send an association object with a new association type to PCC. In particular, the present invention provides a PCEP extension for associating LSP's whose ingress, or egress, or both ingress and egress are different for resource sharing to avoid path computation failures or duplicate allocations during common links for new LSP’s created during an update of E2E LSP. The PCC employs Resource ReSerVation Protocol (RSVP) for LSP signalling, PCC forwards path message information along with association object to the RSVP for LSP signalling. The RSVP uses the association object in its reservation message for LSP setup.
According to first aspect of the invention, there is provided a communication method for sharing network resources, said method comprising the steps of receiving, by a first network apparatus, a first packet from a second network apparatus; wherein the first packet comprises an association object and path information; determining, by the first network apparatus, a first label switched path according to the association object; and creating, by the first network apparatus, a second label switched path according to the path information; wherein the second label switched  path shares network resources allocated to the first label switched path with the first label switched path.
In a first possible implementation of the method according to the first aspect, the method prior to the receiving of the first packet comprises the steps of receiving, by the first network apparatus, a second packet from the second network apparatus, wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object. Based on the second packet, the first network apparatus can obtain a relationship between the association object and the identifier, then after receiving the first packet, it can obtain the identifier based on the association object in the first packet and the relationship.
In a second possible implementation of the method according to the first aspect, the first label switched path and the second label switched path have different ingress nodes or egress nodes.
In a third possible implementation of the method according to the first aspect, the second packet is a Path Computation Update message or a Path Computation Report message.
In a fourth possible implementation of the method according to the first aspect, the first packet is a Path Computation Initiate message.
In a fifth possible implementation of the method according to the first aspect, the association object comprises an association type indicating resource sharing.
According to second aspect of the invention, there is provided a communication method for sharing network resources, said method comprising the steps of sending, by a second network apparatus, a first packet comprising an association object and path information to a first network apparatus; wherein the first packet instructs the first network apparatus to determine a first label switched path according to the association object and create a second label switched path according to the path information; wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
In a first possible implementation of the communication method according to the second aspect, prior to the sending of the first packet, said method comprises the steps of sending, by the second network apparatus, a second packet to the first network apparatus; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
In a second possible implementation of the communication method according to the second aspect, the first label switched path and the second label switched path have different ingress nodes or egress nodes.
In a third possible implementation of the communication method according to the second aspect, the second packet is a Path Computation Update message or a Path Computation Report message.
In a fourth possible implementation of the communication method according to the second aspect, the first packet is a Path Computation Initiate message.
In a fifth possible implementation of the communication method according to the second aspect, the association object comprises an association type indicating resource sharing.
According to third aspect of the invention, there is provided a first network apparatus for sharing network resources comprising a transceiver unit and a processing unit. The transceiver unit configured to receive a first packet comprising an association object and path information; and the processing unit configured to determine a first label switched path according to the association object; and create a second label switched path according to the path information, wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
In a first possible implementation of the first network apparatus according to the third aspect, the transceiver unit is configured to receive a second packet before receiving the first packet; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
In a second possible implementation of the first network apparatus according to the third aspect, the first label switched path and the second label switched path have different ingress nodes or egress nodes.
In a third possible implementation of the first network apparatus according to the third aspect, the second packet is a Path Computation Update message or a Path Computation Report message.
In a fourth possible implementation of the first network apparatus according to the third aspect, the first packet is a Path Computation Initiate message.
In a fifth possible implementation of the first network apparatus according to the third aspect, the association object comprises an association type indicating resource sharing.
According to fourth aspect of the invention, there is provided second network apparatus for sharing network resources comprising a transceiver unit configured to send a first packet comprising an association object and path information; wherein the first packet instructs the first network apparatus to determine a first label switched path according to the association object and create a second label switched path according to the path information; wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
In a first possible implementation of the second network apparatus according to the fourth aspect, the transceiver unit is configured to send a second packet before sending the first packet; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
In a second possible implementation of the second network apparatus according to the fourth aspect, the first label switched path and the second label switched path have different ingress nodes or egress nodes.
In a third possible implementation of the second network apparatus according to the fourth aspect, the second packet is a Path Computation Update message or a Path Computation Report message.
In a fourth possible implementation of the second network apparatus according to the fourth aspect, the first packet is a Path Computation Initiate message.
In a fifth possible implementation of the second network apparatus according to the fourth aspect, the association object comprises an association type indicating resource sharing.
According to fifth aspect of the invention, there is provided communication system for sharing network resources comprising a first network apparatus and a second network apparatus. The first network apparatus comprises a first transceiver unit configured to receive a first packet comprising an association object and path information; and a processing unit configured to determine a first label switched path according to the association object; and create a second label switched path according to the path information, wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path. The second network apparatus comprises a second transceiver unit configured to send the first packet.
In a first possible implementation of the system according to the fifth aspect, the first transceiver unit is configured to receive a second packet before receiving the first packet; wherein the second packet comprises the association object and an identifier indicating the first label switched path; wherein the second packet indicates that the first label switched path is associated with the association object.
BRIEF DESCRIPTION OF THE ACCOMPANYING DRAWINGS
Figure 1 (a) -1 (c) illustrate the objective technical problem of the present invention.
Figure 2 illustrates a reference technical solution to the objective technical problem of the present invention.
Figure 3 illustrates an IPv4 ASSOCIATION Object format, in accordance with an embodiment of the present subject matter.
Figure 4 illustrates an IPv6 ASSOCIATION Object format, in accordance with an embodiment of the present subject matter.
Figure 5a illustrates resource sharing in Association Object, in accordance with an embodiment of the present subject matter.
Figure 5b illustrates the ASSOCIATION object formats for IPv4 and IPv6, in accordance with an embodiment of the present subject matter.
Figure 6a-6b illustrate a block diagram of the system, in accordance with an embodiment of the present subject matter.
Figure 7 illustrates a first network apparatus, in accordance with an embodiment of the present subject matter.
Figure 8 illustrates a second network apparatus, in accordance with an embodiment of the present subject matter.
Figure 9 illustrates a flowchart of a communication method performed by a PNC, in accordance with an embodiment of the present subject matter.
Figure 10 illustrates a flowchart of a communication method performed by a MDSC, in accordance with an embodiment of the present subject matter.
It is to be understood that the attached drawings are for purposes of illustrating the concepts of the invention and may not be to scale.
DETAILED DESCRIPTION OF THE PRESENT INVENTION
A detailed description of one or more embodiments of the invention is provided below along with accompanying figures that illustrate the principles of the invention. The invention is described in connection with such embodiments, but the invention is not limited to any embodiment. The scope of the invention is limited only by the claims and the invention encompasses numerous alternatives, modifications and equivalents. Numerous specific details are set forth in the following description in order to provide a thorough understanding of the invention. These details are provided for the purpose of example and the invention may be practiced according to the claims without some or all of these specific details. For the purpose of clarity, technical material that is known in the technical fields related to the invention has not been described in detail so that the invention is not unnecessarily obscured.
In the present invention, “PCC” refers to any client application requesting a path computation to be performed by a Path Computation Element.
In the present invention, “PCE” refers to 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.
In the present invention, “PCEP Peer” refers to any element involved in a PCEP session (i.e., a PCC or a PCE) .
In the present invention, “MDSC” refers to a control entity that oversees the specific aspects of the different domains and builds a single abstracted end-to-end network topology to coordinate end-to-end path computation and path/service provisioning. In ACTN framework, the MDSC realizes this function by coordinating the per-domain PNCs in a hierarchy of controllers.
In the present invention, “PNC” refers to a Physical Network Controller that is responsible for controlling devices or NEs under its direct control. Its functions can be implemented as part of an SDN domain controller, a Network Management System (NMS) , an Element Management System (EMS) , an active PCE-based controller or any other means to dynamically control a set of nodes.
In the present invention, “RSVP” refers to a resource reservation setup protocol designed for an integrated services Internet. It provides receiver-initiated setup of resource reservations for multicast or unicast data flows, with good scaling and robustness properties.
In the present invention, “ASSOCIATION group” refers to a generic mechanism to create an association of LSPs.
In the present invention, “ASSOCIATION object” refers to an object used to associate LSPs with each other.
In the present invention, “PCInitiate” is a PCEP message sent by a PCE to a PCC to trigger LSP.
In the present invention, “PCUpd” is a PCEP message sent by a PCE to a PCC to update attributes of an LSP. The PCUpd message can carry more than one LSP Update Request.
In the present invention, “PCRpt” is a PCEP message sent by a PCC to a PCE to report the status of one or more LSPs.
Communication Methods, apparatuses and a communication system for sharing network resources in a communications network are disclosed. While aspects are described for mechanisms that would enable a path computation element to notify the path computation client (s) about shared resources of independent label switch paths to avoid path computation failures or duplicate allocation of resources during common links for new LSP’s created during an update of E2E LSP, the present invention may be implemented in any number of different computing systems, environments, and/or configurations, the embodiments are described in the context of the following exemplary systems, devices/nodes/apparatus, and methods.
The present invention discloses a mechanism for a PCE to notify a PCC about shared resource of two independent LSP’s. It specifically focuses on enabling a PCE to send an association object with new association type as “Resource Sharing” to PCC so as to allow sharing of resources of two independent LSP’s where either the ingress, or the egress, or both ingress and egress are different among the LSP’s. Notably the MDSC is similar to a PCE and the PNC can be both PCE and PCC. With respect to MDSC, PNC is PCC, but with respect to network devices PNC is PCE.
Significantly, a PCE has access to the information carried by a network's Interior Gateway Protocol (IGP) and also the set of currently active paths with their reserved resources for path computations. The PCE is also capable of computing constrained paths while considering individual LSPs and their interactions. The active PCE functionality allows a PCE to reroute an existing LSP or make changes to the attributes of an existing LSP, or a PCC to delegate control of specific LSPs to a new PCE.
In particular, the present invention provides a PCEP extension for associating LSP's whose ingress, or egress, or both ingress and egress are different for resource sharing to avoid path computation failures or duplicate allocations during common links for new LSP’s created during an update of E2E LSP. The PCC employs Resource ReSerVation Protocol (RSVP) for LSP signalling, PCC forwards path message information along with association object to the RSVP for LSP signalling. The RSVP uses the association object in its reservation message for LSP setup.
The extensions of PCE association group object and messages to support shared bandwidth in hierarchical PCE are as follows:
(a) Existing ASSOCIATION Object: An association group is a generic mechanism to create an association of LSPs. This grouping is subsequently used to define associations between sets of LSPs or between a set of LSPs and a set of attributes. Figure 3 illustrates an IPv4  ASSOCIATION Object format while Figure 4 illustrates an IPv6 ASSOCIATION Object format. The ASSOCIATION Object-Type is 2 for IPv6.
Significantly, the Reserved (2-byte) must be set to 0 and ignored upon receipt. The currently defined Flags (2-byte) are R (Removal -1 bit) which when set indicates that the requesting PCE peer requires removal of an LSP from the association group. The Association type (2-byte) is an association type, for example, protection while the Association ID (2-byte) is the identifier of the association group. When combined with Type and Association Source, this value uniquely identifies an association group. The value 0xffff and 0x0 are reserved. The value 0xffff is used to indicate all association groups.
The Association Source (4 or 16 bytes) is an IPv4 or IPv6 address. This may be the IP address of the PCEP speaker that created a dynamic association, an operator configured IP address, or an IP address selected as per the local policy. The value such as 0.0.0.0 or : : /128 are acceptable. The optional TLVs follow the conventional PCEP TLV format. The ASSOCIATION Object is optional and may be carried in the Path Computation Update (PCUpd) , Path Computation Report (PCRpt) and Path Computation Initiate (PCInitiate) messages.
Significantly, when an LSP is delegated to a stateful PCE, the stateful PCE initiates a new association group for this LSP, or associate it with one or more existing association groups. This is done by including the ASSOCIATION Object in a PCUpd message. The PCUpd message (also referred to as a Path Computation LSP Update Request message) is a PCEP message sent by a PCE to a PCC to update attributes of an LSP. The PCUpd message carries more than one LSP Update Request.
The PCE initiating a new LSP, can include the association group information. This is done by including the ASSOCIATION Object in a PCInitiate message.
(b) New Association type for resource sharing in Association Object: A new Association Type for Resource Sharing has to be defined in PCE association group. The PCE sends an update message with association object for old LSP first and then sends initiate request for new LSP with the same association ID of old LSP and association type as “Resource Sharing” . The PCC will use RSVP for LSP signalling. The PCC is equipped to forward the path message information along with association object to RSVP for LSP signalling. The RSVP can thus, use the association object in its reservation message for LSP setup, as illustrated in Figure 5a.
The present invention specifically focuses on the issue of resource sharing between two independent LSP’s when either the ingress, or the egress, or both ingress and egress are different among the old and updated LSP’s. This is to avoid failure or duplicate allocation of resources during path re-computation in common links, as shared resources are not considered by domain controllers for the new LSP’s created during an update of an E2E LSP. To achieve the desired objectives, the present invention enables a PCE to send an update message with an association object for an old LSP first. Subsequently, it sends an initiate request for new LSP with same the association ID of old LSP and association type as “Resource Sharing” thereby ensuring that the two independent LSP’s with either ingress or egress or both being different among the LSP’s share their resources.
Figure 9 illustrates a flowchart of the communications method performed by the first network apparatus for sharing network resources in a communications network. The method comprises the following steps:
Figure PCTCN2018119847-appb-000001
Step S101: the first network apparatus receiving a second packet from the second network apparatus;
Figure PCTCN2018119847-appb-000002
Step S102: the first network apparatus receiving a first packet from the second network apparatus;
Figure PCTCN2018119847-appb-000003
Step S103: the first network apparatus determining a first label switched path according to the association object of the second packet; and
Figure PCTCN2018119847-appb-000004
Step S104: the first network apparatus creating a second label switched path sharing network resources allocated to the first label switched path, according to the path information.
Figure 10 illustrates a flowchart of the communication method performed by the second network apparatus for sharing network resources in a communications network. The method comprises the following steps:
Figure PCTCN2018119847-appb-000005
Step S201: the second network apparatus sending a second packet to the first network apparatus; and
Figure PCTCN2018119847-appb-000006
Step 202: the second network apparatus sending a first packet comprising an association object and path information to a first network apparatus.
The first network apparatus is a PNC while second network apparatus is a MDSC. Notably, the first network apparatus creating a second label switched path according to the path information involves the PNC asking an ingress node, such as device K of Figure 6, to setup the LSP using RSVP signalling using the path information. The PNC sends the association object to ingress node too. The ingress node creates a LSP according to the path information, and initiates LSP association by inserting appropriate ASSOCIATION objects in the Path message of LSPs that are to be associated. The first label switched path and the second label switched path have different ingress nodes or egress nodes, i.e., different ingress nodes, different egress nodes, different ingress and different egress.
The downstream nodes, such as device M of Figure 6, correlates LSPs based on received ASSOCIATION objects. The multiple types of LSP association are supported by the ASSOCIATION object, and downstream correlation is made based on the type. The type is “resource sharing” . The ASSOCIATION object using in RSVP, hereinafter referred to as an R-object, is a little different from the ASSOCIATION object of PCEP, hereinafter referred to as a P-object.
The original figure of the R-object format has been illustrated in Figure 5b. The ASSOCIATION object is used to associate LSPs with each other. In end-to-end LSP recovery, the association must only identify LSPs that support the same Tunnel ID as well as the same tunnel sender address and tunnel endpoint address. For this Association Type, Association Source, and Association ID fields of the object uniquely identify the association. Provisions are present for the object to ensure compatibility with non-supporting nodes as well. Notably, the Association Type is 16 bits and indicates the type of association being identified. The Association ID is 16 bits. A value assigned by the LSP head-end. When combined with the Association Type and Association Source, this value uniquely identifies an association. The Association Source is 4 or 16 byte and an IPv4 or IPv6 address, respectively, that is associated to the node that originated the association.
The first packet is a Path Computation Initiate message and comprises association object and path information. The path information refers to EXPLICIT_ROUTE object (ERO) which is  included in a PCInitiate message. The ERO specifies a path. The PCC creates a new LSP according to the ERO. The PCInitiate message includes the association object and the ERO.
The second packet is a Path Computation Update message or a Path Computation Report message from the second network apparatus and comprises an association object and an identifier indicating the first label switched path. The association object comprises an association type indicating resource sharing. The identifier refers to PLSP-ID and each LSP has a unique PLSP-ID. The PCE includes a PLSP-ID in an update message to indicate a LSP to be updated. After receiving the update message which comprises association object and PLSP-ID, the PCC may maintain the relationship between association ID and PLSP-ID. So PCC can obtain PLSP-ID according to the relationship and the association object in the Initiate message. The second packet indicates that the first label switched path is associated with the association object.
The second label switched path shares network resources allocated to the first label switched path with the first label switched path. The new LSP shares network resources with the old LSP when the new LSP is created. Once the ingress node of the new LSP receives a Resv message for the new LSP, the traffic of the old LSP may be transited to the new LSP, and subsequently the old LSP may be torn down.
Figures 6a and 6b illustrate examples where a master controller or the MDSC computes a path between hosts A to L. In particular, they illustrate a system for routing data packets in a communications network. This system comprises at least one first network apparatus (PNC1, PNC2, PNC3) that is adaptively configured to route data packets among plurality of network elements (A-L) and a second network apparatus (MDSC) that is adaptively configured to control a plurality of network apparatuses. The first network apparatus (PNC1, PNC2, PNC3) controls a plurality of network elements (A-D, E-H, I-L) . Notably, the domain controllers or PNC’s i.e., PNC1, PNC2 and PNC 3, setup the paths A-B, E-F and I-L, respectively. The path A-B-E-F-I-M-N-L is the LSP1 or old LSP. In Figure 6b illustrates that PNC1 issues initiate message to create new LSP A-D (a1) and issues update message to delete old LSP A-B (a2) to host A. PNC2 issues PNC2 issues initiate message to create new LSP G-H (b1) to host G and issues update message to delete old LSP E-F (b2) to host E. PNC3 issues initiate message to add association object to old LSP I-L (c1) to host I, issues initiate message to create new LSP with association object K-L (c2) to host K, and issues update message to delete old LSP I-L (c3) to host I.
During global optimization/path update, the master controller re-computes the end-to-end path between A to L, based on the new constraints. This is similar to Make-Before-Break (MBB) for LSP1 in the master controller. To update this LSP1, the master controller breaks this E2E LSP to domain specific Update/Delete/Create domain specific LSP, for the new LSP. Significantly, for the master controller, this is an MBB for LSP1.
For domain controller PNC1, the re-computation of E2E path results in creating new LSP involving hosts A-D with a new association type as “Resource Sharing” and deleting the old LSP involving hosts A-B. In particular, the PNC1 sends a PCInit message with same association object and association type as “Resource Sharing” .
For domain controller PNC2, the re-computation of E2E path also results in creating new LSP involving hosts G-H with new association type as “Resource Sharing” and deleting the old LSP involving hosts E-F. In particular, the PNC2 also sends a PCInit message with same association object and association type as “Resource Sharing” .
For domain controller PNC3, the re-computation of E2E path results in creating new LSP involving hosts K-M-N-L with a new association type as Resource Sharing” and deleting the old LSP involving host I-L. The network resources such as bandwidth will be shared between the two LSP’s.
Figure 7 illustrates the first network apparatus (100) which is a domain controller. The first network apparatus (100) comprises at least a transceiver unit (101) and a processing unit (103) . There is also a memory unit (102) . The transceiver unit (101) is configured to receive a first packet comprising an association object and path information. It is also configured to receive a second packet before receiving the first packet where the second packet comprises the association object and an identifier indicating the first label switched path. The second packet indicates that the first label switched path is associated with the association object. The processing unit (103) is configured to determine a first label switched path according to the association object and create a second label switched path according to the path information, where the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
Figure 8 illustrates the second network apparatus (200) which is a master controller. The second network apparatus (200) comprises at least a transceiver unit (201) , a processing unit (203) and a memory unit (102) . The transceiver unit (201) is configured to send a first packet comprising an association object and path information where the first packet instructs the first network apparatus (100) to determine a first label switched path according to the association object and create a second label switched path according to the path information. The second label switched path shares network resources allocated to the first label switched path with the first label switched path. The transceiver unit (201) is also configured to send a second packet before sending the first packet where the second packet comprises association object and identifier indicating the first label switched path. The second packet indicates that the first label switched path is associated with the association object.
Significantly, the second packet is a Path Computation Update message, or a Path Computation Report message or any similar message and the first packet is a Path Computation Initiate message or any similar message. The first network apparatus creates label switched path segments between at least two of its network elements. The label switched path (A-B-E-F-I-M-N-L) comprises a plurality of label switched path segments such as the first label switched path segment (A-D, G-H, K-M, N-L) , the second label switched path segment (A-B, E-F, I-M, N-L) , etc. The resources allocated to the second label switched path segment (A-B) are allocated on shared basis to the first label switched path segment (A-D) .
The advantage of the present invention is that it enables the domain controller to consider shared resource in case of E2E LSP setup in hierarchical PCE because the case of existing E2E LSP setup in hierarchical PCE, the domain controllers fail to a compute path when resources are not available or duplicate resource allocation happens.
A person of ordinary skill in the art may be aware that in combination with the examples described in the embodiments disclosed in this specification, units and algorithm steps may be implemented by electronic hardware, or a combination of computer software and electronic hardware. Whether the functions are performed by hardware or software depends on the particular applications and design constraint conditions of the technical solution. A person skilled in the art may use different methods to implement the described functions for each particular application, but it should not be considered that the implementation goes beyond the scope of the present invention.
It may be clearly understood by a person skilled in the art that for the purpose of convenient and brief description, for a detailed working process of the foregoing system, apparatus, and unit, reference may be made to a corresponding process in the foregoing method embodiments, and details are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the described apparatus embodiment is merely exemplary. For example, the unit division is merely logical function division and may be other division in actual implementation. For example, a plurality of units or components may be combined or integrated into another system, or some features may be ignored or not performed. In addition, the displayed or discussed mutual couplings or direct couplings or communication connections may be implemented through some interfaces. The indirect couplings or communication connections between the apparatuses or units may be implemented in electronic, mechanical, or other forms.
When the functions are implemented in a form of a software functional unit and sold or used as an independent product, the functions may be stored in a computer-readable storage medium. Based on such an understanding, the technical solutions of the present invention essentially, or the part contributing to the prior art, or a part of the technical solutions may be implemented in a form of a software product. The computer software product is stored in a storage medium, and includes several instructions for instructing a computer node (which may be a personal computer, a server, or a network node) to perform all or a part of the steps of the methods described in the embodiment of the present invention. The foregoing storage medium includes: any medium that can store program code, such as a USB flash drive, a removable hard disk, a read-only memory (Read-Only Memory, ROM) , a random access memory (Random Access Memory, RAM) , a magnetic disk, or an optical disc.
Devices that are in communication with each other need not be in continuous communication with each other, unless expressly specified otherwise. In addition, devices that are in communication with each other may communicate directly or indirectly through one or more intermediaries.

Claims (26)

  1. A communication method for sharing network resources, said method comprises the steps of:
    receiving, by a first network apparatus, a first packet from a second network apparatus; wherein the first packet comprises an association object and path information;
    determining, by the first network apparatus, a first label switched path according to the association object; and
    creating, by the first network apparatus, a second label switched path according to the path information; wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  2. The method as claimed in claim 1, wherein prior to the receiving of the first packet, said method comprises the steps of:
    receiving, by the first network apparatus, a second packet from the second network apparatus, wherein the second packet comprises the association object and an identifier indicating the first label switched path;
    wherein the second packet indicates that the first label switched path is associated with the association object.
  3. The method as claimed in claim 1 or 2, wherein the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  4. The method as claimed in claim 2, wherein the second packet is a Path Computation Update message or a Path Computation Report message.
  5. The method as claimed in anyone of claims 1 to 4, wherein the first packet is a Path Computation Initiate message.
  6. The method as claimed in anyone of claims 1 to 5, wherein the association object comprises an association type indicating resource sharing.
  7. A communication method for sharing network resources, said method comprises the steps of:
    sending, by a second network apparatus, a first packet comprising an association object and path information to a first network apparatus;
    wherein the first packet instructs the first network apparatus to determine a first label switched path according to the association object and create a second label switched path according to the path information; and
    wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  8. The method as claimed in claim 7, wherein prior to the sending of the first packet, said method comprises the steps of:
    sending, by the second network apparatus, a second packet to the first network apparatus;
    wherein the second packet comprises the association object and an identifier indicating the first label switched path;
    wherein the second packet indicates that the first label switched path is associated with the association object.
  9. The method as claimed in claim 7 or 8, wherein the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  10. The method as claimed in claim 8, wherein the second packet is a Path Computation Update message or a Path Computation Report message.
  11. The method as claimed in anyone of claims 7 to 10, wherein the first packet is a Path Computation Initiate message.
  12. The method as claimed in anyone of claims 7 to 11, wherein the association object comprises an association type indicating resource sharing.
  13. A first network apparatus for sharing network resources, said network apparatus comprising:
    a transceiver unit configured to receive a first packet comprising an association object and path information; and
    a processing unit configured to:
    determine a first label switched path according to the association object; and
    create a second label switched path according to the path information, wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  14. The first network apparatus as claimed in claim 13, wherein the transceiver unit is configured to:
    receive a second packet before receiving the first packet;
    wherein the second packet comprises the association object and an identifier indicating the first label switched path;
    wherein the second packet indicates that the first label switched path is associated with the association object.
  15. The first network apparatus as claimed in claim 13 or 14, wherein the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  16. The first network apparatus as claimed in claim 14, wherein the second packet is a Path Computation Update message or a Path Computation Report message.
  17. The first network apparatus as claimed in anyone of claims 13 to 16, wherein the first packet is a Path Computation Initiate message.
  18. The first network apparatus as claimed in anyone of claims 13 to 17, wherein the association object comprises an association type indicating resource sharing.
  19. A second network apparatus for sharing network resources, said network apparatus comprising:
    a transceiver unit configured to send a first packet comprising an association object and path information;
    wherein the first packet instructs the first network apparatus to determine a first label switched path according to the association object and create a second label switched path according to the path information;
    wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path.
  20. The second network apparatus as claimed in claim 19, wherein the transceiver unit is configured to:
    send a second packet before sending the first packet;
    wherein the second packet comprises the association object and an identifier indicating the first label switched path;
    wherein the second packet indicates that the first label switched path is associated with the association object.
  21. The second network apparatus as claimed in claim 19 or 20, wherein the first label switched path and the second label switched path have different ingress nodes or egress nodes.
  22. The second network apparatus as claimed in claim 20, wherein the second packet is a Path Computation Update message or a Path Computation Report message.
  23. The second network apparatus as claimed in anyone of claims 19 to 22, wherein the first packet is a Path Computation Initiate message.
  24. The second network apparatus as claimed in anyone of claims 19 to 23, wherein the association object comprises an association type indicating resource sharing.
  25. A communication system for sharing network resources, said system comprising a first network apparatus and a second network apparatus;
    wherein the first network apparatus comprises:
    a first transceiver unit configured to receive a first packet comprising an association object and path information; and
    a processing unit configured to:
    determine a first label switched path according to the association object; and
    create a second label switched path according to the path information, wherein the second label switched path shares network resources allocated to the first label switched path with the first label switched path;
    wherein the second network apparatus comprises:
    a second transceiver unit configured to send the first packet.
  26. The communication system as claimed in claim 25, wherein the first transceiver unit is configured to:
    receive a second packet before receiving the first packet;
    wherein the second packet comprises the association object and an identifier indicating the first label switched path;
    wherein the second packet indicates that the first label switched path is associated with the association object.
PCT/CN2018/119847 2017-12-13 2018-12-07 Communication methods, apparatuses and system for sharing network resources WO2019114632A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP18887965.4A EP3711263A1 (en) 2017-12-13 2018-12-07 Communication methods, apparatuses and system for sharing network resources
CN201880078977.1A CN111788802B (en) 2017-12-13 2018-12-07 Communication method, device and system for sharing network resources
CN202111577172.1A CN114401219A (en) 2017-12-13 2018-12-07 Communication method, device and system for sharing network resources
US16/898,570 US11563692B2 (en) 2017-12-13 2020-06-11 Communication methods, apparatuses and system for sharing network resources

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
IN201731044887 2017-12-13
ININ201731044887 2017-12-13

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/898,570 Continuation US11563692B2 (en) 2017-12-13 2020-06-11 Communication methods, apparatuses and system for sharing network resources

Publications (1)

Publication Number Publication Date
WO2019114632A1 true WO2019114632A1 (en) 2019-06-20

Family

ID=66818968

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/119847 WO2019114632A1 (en) 2017-12-13 2018-12-07 Communication methods, apparatuses and system for sharing network resources

Country Status (4)

Country Link
US (1) US11563692B2 (en)
EP (1) EP3711263A1 (en)
CN (2) CN114401219A (en)
WO (1) WO2019114632A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110958168B (en) * 2018-09-26 2022-03-08 中兴通讯股份有限公司 Cross-domain bidirectional tunnel creation method, communication method and device, and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3065357A1 (en) 2015-03-06 2016-09-07 Juniper Networks, Inc. Rsvp make-before-break label reuse
WO2017121247A1 (en) * 2016-01-11 2017-07-20 Huawei Technologies Co., Ltd. Method of establishing relationships between sets of label switched paths and virtual networks
WO2017143958A1 (en) * 2016-02-27 2017-08-31 Huawei Technologies Co., Ltd. System, method and apparatus for implementing fast reroute (frr)
WO2017190573A1 (en) * 2016-05-03 2017-11-09 Huawei Technologies Co., Ltd. Label database synchronization in a packet switched communication network

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7496105B2 (en) * 2004-11-05 2009-02-24 Cisco Technology, Inc. System and method for retrieving computed paths from a path computation element using encrypted objects
US7710872B2 (en) * 2005-12-14 2010-05-04 Cisco Technology, Inc. Technique for enabling traffic engineering on CE-CE paths across a provider network
CN101753427B (en) * 2008-12-09 2012-04-25 华为技术有限公司 Network survivability path calculation method, system and path calculation server
CN102170392A (en) * 2010-02-26 2011-08-31 中兴通讯股份有限公司 Method and system for establishing associated double-way label switching path
US20120008632A1 (en) 2010-07-12 2012-01-12 Telefonaktiebolaget L M Ericsson Sharing Resource Reservations Among Different Sessions In RSVP-TE
CN102055612A (en) * 2010-12-13 2011-05-11 西安交通大学 Optimization method based on multiple spare cross layer resources
WO2015024582A1 (en) * 2013-08-19 2015-02-26 Telefonaktiebolaget L M Ericsson (Publ) Methods and apparatus for establishing a connection in a telecommunications network
US9450864B2 (en) * 2013-10-11 2016-09-20 Futurewei Technologies, Inc. Using PCE as SDN controller
US20160006614A1 (en) * 2014-07-03 2016-01-07 Futurewei Technologies, Inc. Source Routing Using Path Computation Elements
ES2781571T3 (en) * 2015-02-03 2020-09-03 Ericsson Telefon Ab L M Time-conscious route calculation
US9843508B2 (en) * 2015-03-06 2017-12-12 Juniper Networks, Inc. RSVP make-before-break label reuse
US10412019B2 (en) 2015-07-06 2019-09-10 Futurewei Technologies, Inc. Path computation element central controllers (PCECCs) for network services
CN106936713B (en) * 2015-12-30 2020-02-21 华为技术有限公司 Label management method, data stream processing method and equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3065357A1 (en) 2015-03-06 2016-09-07 Juniper Networks, Inc. Rsvp make-before-break label reuse
WO2017121247A1 (en) * 2016-01-11 2017-07-20 Huawei Technologies Co., Ltd. Method of establishing relationships between sets of label switched paths and virtual networks
WO2017143958A1 (en) * 2016-02-27 2017-08-31 Huawei Technologies Co., Ltd. System, method and apparatus for implementing fast reroute (frr)
WO2017190573A1 (en) * 2016-05-03 2017-11-09 Huawei Technologies Co., Ltd. Label database synchronization in a packet switched communication network

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
F.ZHANG, ED ET AL.: "RSVP-TE Extensions for Association Bidirectional LSPs", CCAMP WORKING GROUP, INTERNET -DRAFT, INTENDED STATUS: STANDARDS TRACK, 17 March 2013 (2013-03-17), pages 3 - 4, XP015091881 *
JONATHAN P LANGJOHN DRAKEYAKOV REKHTERADRIAN FARREL: "INTERNET ENGINEERING TASK FORCE, IETF; STANDARDWORKINGDRAFT", 14 March 2011, INTERNET SOCIETY (ISOC, article "Usage of The RSVP Association Object; draft-ietf-ccamp-assoc-info-01.txt", pages: 1 - 23
MINEI, I ET AL.: "PCEP Extensions for establishing relationships between sets of LSPs", PCE WORKING GROUP, INTERNET -DRAFT, INTENDED STATUS: STANDARDS TRACK, 29 December 2014 (2014-12-29), XP055617324 *
See also references of EP3711263A4
TANAKAKAMITE NTT COMMUNICATIONSD DHODYR PALLETIHUAWEI TECHNOLOGIES: "INTERNET-DRAFT: PCE WORKING GROUP, INTERNET ENGINEERING TASK FORCE, IETF; STANDARDWORKINGDRAFT", INTERNET SOCIETY, article "Make-Before-Break MPLS-TE LSP restoration and reoptimization procedure using Stateful PCE; draft-tanaka-pce-stateful-pce-mbb-04.txt", pages: 1 - 17
ZHANG, XIAN ET AL.: "Extensions to Path Computation Element Protocol (PCEP) to Support Resource Sharing-based Path Computation", PCE WORKING GROUP , INTERNET -DRAFT, CATEGORY: STANDARDS TRACK, 3 January 2015 (2015-01-03), XP015123583 *

Also Published As

Publication number Publication date
CN111788802A (en) 2020-10-16
EP3711263A4 (en) 2020-09-23
US20200304419A1 (en) 2020-09-24
US11563692B2 (en) 2023-01-24
EP3711263A1 (en) 2020-09-23
CN114401219A (en) 2022-04-26
CN111788802B (en) 2021-12-28

Similar Documents

Publication Publication Date Title
US11451471B2 (en) Using PCE as SDN controller
JP7412469B2 (en) Method for establishing segment routing for IPV6 tunnels
EP3731474B1 (en) Path computation element central controllers (pceccs) for network services
EP2862323B1 (en) Distributed stateful path computation element overlay architecture
US9178796B2 (en) Multi-layer stateful path computation element architecture
US9185022B2 (en) Dynamically triggered traffic engineering routing advertisements in stateful path computation element environments
US10623302B2 (en) X channel to zone in zone routing
US9077615B2 (en) Global state resynchronization for path computation element failure during a reoptimization process
US10554543B1 (en) Migrating data traffic between label switched paths (LSPs) based on per-LSP protocol priority value
US11563692B2 (en) Communication methods, apparatuses and system for sharing network resources
US11706136B2 (en) Stateless multicasting over traffic engineered unicast tunnels
US20160212179A1 (en) Methods and apparatus for establishing a connection in a telecommunications network
Varga et al. PCE Working Group Zafar Ali Internet Draft Siva Sivabalan Intended status: Standard Track Clarence Filsfils Expires: April 20, 2014 Cisco Systems

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2018887965

Country of ref document: EP

Effective date: 20200619