WO2017143958A1 - System, method and apparatus for implementing fast reroute (frr) - Google Patents

System, method and apparatus for implementing fast reroute (frr) Download PDF

Info

Publication number
WO2017143958A1
WO2017143958A1 PCT/CN2017/074150 CN2017074150W WO2017143958A1 WO 2017143958 A1 WO2017143958 A1 WO 2017143958A1 CN 2017074150 W CN2017074150 W CN 2017074150W WO 2017143958 A1 WO2017143958 A1 WO 2017143958A1
Authority
WO
WIPO (PCT)
Prior art keywords
lsp
frr
message
tlv
working
Prior art date
Application number
PCT/CN2017/074150
Other languages
French (fr)
Inventor
Venugopal Reddy Kondreddy
Vinod Kumar SELVARAJ
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 PCT/CN2017/074150 priority Critical patent/WO2017143958A1/en
Priority to CN201780011407.6A priority patent/CN108702321B/en
Publication of WO2017143958A1 publication Critical patent/WO2017143958A1/en
Priority to US16/111,962 priority patent/US10715420B2/en

Links

Images

Classifications

    • 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/28Routing or path finding of packets in data switching networks using route fault recovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/42Centralised 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]

Definitions

  • the present subject matter described herein in general, relates to networking technologies, and for local protection of Multiple Protocol Label Switch (MPLS) network, and more particularly, to system, method, and apparatus for implementing fast reroute (FRR) of service provisioning for efficiently performing a failover from a protected connection to its backup connection when a network event is detected affecting the protected connection.
  • MPLS Multiple Protocol Label Switch
  • FRR fast reroute
  • FRR Fast Reroute
  • LSP Label Switched Path
  • LSP label switched path
  • RSVP-TE Resource Reservation Protocol
  • RSVP-TE provides a mechanism for reserving resources for LSPs.
  • Resource Reservation Protocol-Traffic Engineering is an extension of the resource reservation protocol (RSVP) for traffic engineering. It supports the reservation of resources across an IP network.
  • LSRs label switch routers
  • the entry and exit points of an MPLS network are called label edge routers (LERs) .
  • the entry router is referred to as ingress LER and the exit router as an egress LER.
  • LSPs are unidirectional tunnels that enable a packet to be label switched through the MPLS network from ingress LER to an egress LER.
  • the flow of packets along an LSP may be disrupted by various network events such as failure of an interface or link along a path traversed by an LSP, failure of a node (e.g., a router) in the LSP path, reduction in bandwidth associated with a link traversed by the LSP, a priority-related event such as when a new high priority LSP comes up and there is bandwidth contention or a change in priority of an existing LSP, which may result lower priority LSPs to get preempted, and others.
  • a backup LSP may be provisioned for an LSP (referred to as the primary LSP to differentiate it from the backup LSP) .
  • the backup LSP provides an alternative path for forwarding packets around a failure point in the primary LSP. Since the primary LSP is “protected” by its corresponding backup LSP, the primary LSP is referred to as a protected LSP.
  • the Fast ReRoute (FRR) extension to RSVP-TE provides a mechanism for establishing backup LSPs for protecting primary LSPs.
  • the protected LSP is also referred to as an FRR-enabled LSP.
  • FRR Fast ReRoute
  • FRR enables RSVP to set up a backup LSP to protect an LSP so that in the event of a network failure (e.g., link/node failure) , the data traffic from the protected LSP can be switched to the backup LSP to minimize any traffic loss.
  • RSVP-TE on the local device such as router, associates the working or current LSPs to a FRR (facility backup) LSP based on local FRR configuration and RSVP-TE signaling messages (such as RSVP path and resv messages) exchange.
  • the path message for the LSP to be protected specifies the desired protection
  • the resv message propagated towards ingress of the LSP specifies the level of protection available along the path.
  • the software-defined networking is one of the recent approaches to computer networking that allows network administrators to manage network services through abstraction of higher-level functionality. This is done by decoupling the system that makes decisions about where traffic is sent (the control plane) from the underlying systems that forward traffic to the selected destination.
  • the SDN networks are path computation element (PCE) /path computation client (PCC) managed.
  • the PCE is a system component, application, or network node that is capable of determining and finding a suitable route for conveying data between a source and a destination.
  • the PCE device can be a router, a COTS server, part of the OSS, or a virtualized entity running in a cloud.
  • PCEP PCE protocol
  • the PCE has access to topology information for the entire network and uses this in path computations.
  • the RSVP-TE does not ensure a central control of associating working and FRR (facility backup) LSPs at a particular node.
  • FRR flexible resonance protocol
  • the LSPs are PCE initiated, and in PCE methods where RSVP signaling for LSPs is completely removed, cannot use the existing FRR mechanisms of RSVP-TE.
  • the PCE does not have the information to group the working LSPs and FRR LSPs so as to ensure the protection of working LSP. Also, when the working LSP is initiated by PCE, there is no means for PCE to initiate the FRR LSP and protect the working LSPs.
  • one aspect of the present invention is to provide a system, method and apparatus for associating the working LSP (s) with the FRR LSP, and thereby report the FRR LSP in use status to the PCE, so that the PCE can re-optimize the working LSPs.
  • Another aspect of the present invention is to provide a system, method and apparatus that communicate using a new association type (FRR) defined in association object.
  • FRR new association type
  • Another aspect of the present invention is to provide a system, method and apparatus that communicate using a FRR Bind and FRR Flags Type, length, value (TLVs) defined to be carried in the association object.
  • FRR Bind and FRR Flags Type, length, value (TLVs) defined to be carried in the association object.
  • Yet another aspect of the present invention is to provide a system, method and apparatus that extend the PCEP mechanisms to associate set of working LSPs to a FRR LSP, which includes cases of either PCC or PCE having the ownership of association.
  • Still another aspect of the present invention is to provide a system, method and apparatus for reporting the working LSP’s traffic switch to FRR LSP to the PCE.
  • a point of local repair (PLR) acting as PCC reports/delegates the FRR LSP to a PCE in a path computation report (PCRpt) message.
  • the PCRpt message contains an association object with an additional FRR Bind TLV.
  • the bind TLV includes at least the LSP-identifiers TLVs that are being protected by a backup LSP.
  • a PCE sends a path computation update (PCUpd) message /path computation Initiate (PCInitiate) message of FRR LSP to the PLR.
  • the PCInitiate message includes the association object with FRR Bind TLV containing LSP-Identifiers TLV of LSPs which are to be protected by the backup LSP.
  • the present invention enables to send a FRR_IN_USE (F) bit in FRR flags TLV of association object set in PCRpt message from PLR to PCE, to specify FRR is currently in use.
  • F FRR_IN_USE
  • a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol comprises at least one ingress router configured to communicate at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; at least one other router configured to communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) (the TLV is carried in an optional field of the at least one PCRpt message in the specification) ; wherein the PCE is configured to communicate at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/
  • PCUpd path computation update
  • a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol comprises at least a Path Computation Element (PCE) configured to communicate at least a path computation initiate (PCInitiate) message to at least one ingress router, the PCInitiate message triggers creations of at least a working label switched path (LSP) at the ingress router; at least one ingress router configured to communicate, upon receipt of the PCInitiate message, at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a working label switched path (LSP) created; at least one other router, upon receipt of the a PCInitiate message, configured to create at least a FRR LSP, and communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the fast reroute (FRR) LSP having an association object with an optional Type
  • the PCE is configured to receive the PCRpt message, update the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP; and thereby communicate, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • LSP working label switched path
  • PCUpd path computation update
  • the PCUpd message to the PLR comprise an association object with FRR Bind TLV having new working LSPs (LSP-Identifiers TLV) which are setup after the association is established. Further, the PLR can add these new working LSPs to a same association group as already existing.
  • the PLR (other router) PCRpt message can comprise an association object with the FRR Bind TLV having these working LSP’s LSP-Identifiers TLV.
  • the present invention achieves technical advancement by associating working LSPs with a FRR LSP to protect against the node/link failures.
  • This association of the working LSPs with a FRR LSP enables switching the traffic immediately upon LSP failure.
  • the present invention also enables to communicate the FRR LSP in use to a centralized controlling mechanism responsible for rerouting of the traffic. Such as PCE.
  • Figure 1 illustrates a network deployment scenario
  • FIG. 2 illustrates a point of local repair (PLR) reporting communication with the PCE, in accordance with an embodiment of the present subject matter.
  • PLR point of local repair
  • FIG. 3 illustrates a PCE acknowledgement communication with the PLR, in accordance with an embodiment of the present subject matter.
  • Figure 4 illustrates a format of association object type, in accordance with an embodiment of the present subject matter.
  • FIG. 5 illustrates a format of FRR bind Tlv, in accordance with an embodiment of the present subject matter.
  • FIG. 6 illustrates LSP Identifiers TLVs for IPv4 and IPv6, in accordance with an embodiment of the present subject matter.
  • FIG. 7 illustrates an FRR Flags Tlv, in accordance with an embodiment of the present subject matter.
  • Figure 8 illustrates an apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , , in accordance with an embodiment of the present subject matter.
  • FRR fast reroute
  • PCEP Path Computation Element Protocol
  • Figure 9 illustrates an apparatus, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , , in accordance with an embodiment of the present subject matter.
  • PLR Point of Local Repair
  • FRR fast reroute
  • PCEP Path Computation Element Protocol
  • FIG. 10 illustrates an apparatus, preferably a Path Computation Element Protocol (PCEP) , in accordance with an embodiment of the present subject matter.
  • PCEP Path Computation Element Protocol
  • Figure 11 illustrates a flow diagram showing working LSP and FRR LSP delegated to PCE i.e., not initiated by PCE, in accordance with an embodiment of the present subject matter.
  • Figure 12 illustrates a flow diagram showing working LSP and FRR LSP initiated by the PCE, in accordance with an embodiment of the present subject matter.
  • the invention can be implemented in numerous ways, including as a process, an apparatus, a system, a composition of matter, a computer readable medium such as a computer readable storage medium or a computer network wherein program instructions are sent over optical or electronic communication links.
  • these implementations, or any other form that the invention may take, may be referred to as techniques.
  • the order of the steps of disclosed processes may be altered within the scope of the invention.
  • FRR fast reroute
  • FRR fast reroute
  • the present invention enables to associate the working LSP (s) with the FRR LSP with efficient and reliable PCEP communication.
  • the present invention enables reporting FRR LSP in use status to PCE. So that PCE can re-optimize the working LSPs.
  • the present invention defines new association type (FRR) in an association object used for PCE communication.
  • FRR new association type
  • the present invention provides FRR Bind TLVs and FRR Flags TLVs to be carried in the association object.
  • FIG 1 a network deployment scenario is disclosed. As shown in figure 1, all the routers in the network are connected in stateful PCEP session with PCE. For the ease of understanding, as shown in figure 1, the PCEP sessions are only shown between ingress to PCE and PLR to PCE.
  • a primary LSP is setup from an ingress to an egress, to the protect LSP traffic along its path, each node along the path must ensure to protect the LSP by rerouting the traffic around the failed resource (node/link failure) .
  • To reroute the traffic upon failure each node must pre-setup a LSP excluding the possible failed resource (i.e., excluding outgoing interface and/or next immediate node) along the path.
  • This LSP is called FRR LSP
  • PLR the node which creates this LSP
  • the PCEP has no mechanism to associate the working LSP (s) with the FRR LSP.
  • the currently available PLRs have no mechanism to report FRR LSP in use status to PCE, so that PCE can re-optimize the working LSPs.
  • the present invention provides a mechanism to associate the working LSP (s) with the FRR LSP. Further, the present invention also provides a mechanism to report the FRR LSP in use status to PCE, so that PCE can re-optimize the working LSPs.
  • a point of local repair (PLR) reporting communication with the PCE acts as PCC reports/delegates FRR LSP to PCE in PCRpt message.
  • the PCRpt message contains an association object with FRR Bind TLVs.
  • This bind tlv includes the LSP-identifiers TLVs that are being protected by this facility backup LSP. It may be understood by the person skilled in the art that, LSP-identifiers TLVs are same as IPV4-LSP-IDENTIFIERS TLV or IPV6-LSP-IDENTIFIERS TLV.
  • LSP-identifiers TLV It is a convention to use LSP-identifiers TLV to specify that it can be either IPV4 identifiers or IPV6 identifiers.
  • LSP-identifiers TLV A format of IPV4-LSP-IDENTIFIERS TLV or IPV6-LSP-IDENTIFIERS TLV in the document.
  • the mechanism as shown in figure 2 enables the PLR to report the FRR LSP in use status to PCE, so that PCE can re-optimize the working LSPs. This avoids the drawbacks as recited in the background section above.
  • FIG 3 illustrates a PCE acknowledgement communication with the PLR, in accordance with an embodiment of the present subject matter.
  • the PCE sends PCUpd/PCInitiate message of FRR LSP to the PLR.
  • the PCE includes the association object with FRR Bind TLV containing LSP-identifiers TLVs of LSPs which are to be protected by this facility backup LSP.
  • the present invention enables to add new types in the TLV fields to mention the FRR Association, Optional TLVs, to convey LSP identifiers of the working LSP (s) and the current FRR status to the PCE.
  • association object body may be same as defined in PCEP extensions for establishing relationships between sets of LSPs draft-minei-pce-association-group-02, by PCE working group draft-minei-pce-association-group-03.
  • ASSOCIATION Object-Type is 1 for IPv4 and associated format and ASSOCIATION Object-Type is 2 for IPv6 and associated format.
  • figure 5 shown an exemplary TLV format as per the present invention.
  • the optional TLVs may include FRR Bind TLV which is newly defined as per the present invention, and the LSP Identifiers TLVs, which may be the existing TLVs.
  • the FRR bind TLV may be used to convey the working LSPs information bound to this FRR association. It may be a top level TLV.
  • the LSP identifiers TLVs may be an existing TLV. This TLV may be carried as sub-TLV in FRR Bind TLV.
  • the OperType field specifies add/delete operation for the LSP path or any of its identifiers.
  • the value of ADD may be 1 and DELETE may be 2, and the OperType 0 is reserved.
  • the optional LSP identifiers TLVs may be carried as sub-tlvs in FRR bind TLV.
  • each time the FRR Bind TLV is encoded it may not contain all the LSP identifiers as sub-TLV. It may include only newly added working LSPs that may be used for association and deletion of the existing working LSPs from association. For example, at most, 2 FRR Bind TLVs can be present in the object (i.e., one with operType ADD and other with OperType DELETE) . All the working LSPs deletion from the association may be considered as a special case with FRR bind TLVS OperType as DELETE and no optional sub-TLVs in it.
  • FIG. 6 illustrates LSP Identifiers TLVs for IPv4 and IPv6, in accordance with an embodiment of the present subject matter.
  • the LSP Identifiers is existing TLV. It may either be IPV4-LSP-IDENTIFIERS TLV or IPV6-LSP-IDENTIFIERS TLV. This TLV is carried as sub-TLV in FRR Bind TLV. There may be multiple sub-tlvs in one FRR Bind tlv. Each LSP Identifiers sub-TLV identifies a working LSP. This TLV is defined in PCEP Extensions for Stateful PCE (https: //datatracker. ietf. org/doc/draft-ietf-pce-stateful-pce/) .
  • the present invention in order to avoid the drawback of no mechanism to report FRR LSP in use status to PCE. So that PCE can re-optimize the working LSPs, the present invention as shown in figure 2 provides a mechanism to communicate the status report of the FRR LSP in use to PCE.
  • the present invention may use FRR_IN_USE (F) bit in FRR flags TLV of association object is set in report message from PLR to PCE, to specify FRR is currently in use.
  • F FRR_IN_USE
  • FIG. 7 illustrates the FRR flags TLV used to specify FRR flags.
  • one bit is defined to convey FRR_IN_USE status.
  • the FRR_IN_USE indicates the outage of the protected link and working LSPs traffic is switched to FRR LSP.
  • FIG. 8 illustrates an apparatus 800, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) in accordance with an embodiment of the present subject matter.
  • FRR fast reroute
  • PCEP Path Computation Element Protocol
  • FIG. 9 illustrates an apparatus 900, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , in accordance with an embodiment of the present subject matter.
  • PLR Point of Local Repair
  • FRR fast reroute
  • PCEP Path Computation Element Protocol
  • FIG. 10 illustrates an apparatus 1000, preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , in accordance with an embodiment of the present subject matter.
  • PCE Path Computation Element
  • FRR fast reroute
  • PCEP Path Computation Element Protocol
  • the apparatus 800/900/1000 may also be implemented in a variety of computing systems, such as a laptop computer, a desktop computer, a notebook, a workstation, a mainframe computer, a server, a network server, and the like. It will be understood that the apparatus 800/900/1000 may be accessed by multiple users through one or more user devices (not shown) or applications residing on the user devices. Examples of the apparatus 800/900/1000 may include, but are not limited to, a portable computer, a personal digital assistant, a handheld device, and a workstation, routers, servers. The apparatus 800/900/1000 are communicatively coupled to the other devices (not shown) through a network (not shown) .
  • a network not shown
  • the network may be a wireless network, a wired network or a combination thereof.
  • the network can be implemented as one of the different types of networks, such as intranet, local area network (LAN) , wide area network (WAN) , the internet, and the like.
  • the network may either be a dedicated network or a shared network.
  • the shared network represents an association of the different types of networks that use a variety of protocols, for example, Hypertext Transfer Protocol (HTTP) , Transmission Control Protocol/Internet Protocol (TCP/IP) , Wireless Application Protocol (WAP) , and the like, to communicate with one another.
  • HTTP Hypertext Transfer Protocol
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • WAP Wireless Application Protocol
  • the network may include a variety of network devices, including routers, bridges, servers, computing devices, storage devices, and the like.
  • the apparatus 800/900/1000 may include at least one processor 802 /902 /1002, an input/output (I/O) interface 804 /904 /1004, and a memory 806 /906/1006.
  • the at least one processor 802 /902 /1002 may be implemented as one or more microprocessors, microcomputers, microcontrollers, digital signal processors, central processing units, state machines, logic circuitries, and/or any devices that manipulate signals based on operational instructions.
  • the at least one processor 802 /902 /1002 is configured to fetch and execute computer-readable instructions stored in the memory 806 /906 /1006.
  • the I/O interface 804 /904 /1004 may include a variety of software and hardware interfaces, for example, a web interface, a graphical user interface, and the like.
  • the I/O interface 804 /904 /1004 may allow the apparatus 800/900/1000 to interact with a user directly or through the client devices (not shown) . Further, the I/O interface 804 /904/1004 may enable the apparatus 800/900/1000 to communicate with other computing devices, such as web servers and external data servers (not shown) .
  • the I/O interface 804 /904 /1004 can facilitate multiple communications within a wide variety of networks and protocol types, including wired networks, for example, LAN, cable, etc., and wireless networks, such as WLAN, cellular, or satellite.
  • the I/O interface 804 /904 /1004 may include one or more ports for connecting a number of devices to one another or to another server.
  • the memory 806 /906 /1006 may include any computer-readable medium known in the art including, for example, volatile memory, such as static random access memory (SRAM) and dynamic random access memory (DRAM) , and/or non-volatile memory, such as read only memory (ROM) , erasable programmable ROM, flash memories, hard disks, optical disks, and magnetic tapes.
  • volatile memory such as static random access memory (SRAM) and dynamic random access memory (DRAM)
  • non-volatile memory such as read only memory (ROM) , erasable programmable ROM, flash memories, hard disks, optical disks, and magnetic tapes.
  • the modules include routines, programs, objects, components, data structures, etc., which perform particular tasks or implement particular abstract data types.
  • a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol comprises at least one ingress router 800, at least one other router 900, and at least one PCE 1000.
  • the ingress router may be configured to communicate at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) .
  • PCRpt path computation report
  • PCE Path Computation Element
  • the other router may be configured to communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) .
  • PCRpt path computation report
  • FRR fast reroute
  • TLV Type, length, value
  • the PCE may be configured to communicate at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCUpd path computation update
  • the optional TLV comprise at least a FRR bind TLV carrying the workings LSPs to be protected by the FRR LSP in the association object.
  • the other router upon detection of at least another working LSP, is configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  • FRR fast reroute
  • the optional TLV comprise at least a FRR bind TLV carrying the information associated along with detected working lsp to be protected by the FRR LSP in association object.
  • the other router upon detection of a node and/or link failure, is configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  • FRR fast reroute
  • TLV Type, length, value
  • the PCE upon receipt of the FRR flag bit, the PCE is configured to detect at least the working LSP being protected; and communicate the PCUpd message having at least the new LSP to the Ingress router.
  • the system associates working LSP (s) with the FRR LSP and switch traffic to FRR LSP upon the link and/or node failure.
  • the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  • a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol comprises at least one ingress router 800, at least one other router 900, and at least one PCE 1000.
  • the Path Computation Element may be configured to communicate at least a path computation initiate (PCInitiate) message to at least one Ingress router and/or other router, the PCInitiate message triggers creations of at least a working label switched path (LSP) at the ingress router.
  • PCInitiate path computation initiate
  • LSP working label switched path
  • the ingress router may be configured to communicate, upon receipt of the PCInitiate message, at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a working label switched path (LSP) created.
  • PCRpt path computation report
  • the other router upon receipt of the a PCInitiate message for creation of at least a fast reroute (FRR) LSP, may be configured to create the least a FRR LSP; and communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) .
  • FRR fast reroute
  • the PCE may be configured to receive the PCRpt message, update the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP, and thereby communicate, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • LSP working label switched path
  • PCUpd path computation update
  • the link and/or the node failure is detected by the other router, and upon detection of the link and/or the node failure, the other router may be further configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  • FRR fast reroute
  • TLV Type, length, value
  • the PCE may be configured to detect at least the working LSP from the ingress router; and thereby communicate the PCUpd message having the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • the optional TLV comprise at least a FRR bind TLV carrying the information associated with working LSPs to be protected by the FRR LSP in the association object.
  • the PCE upon detection of at least another working LSP, the PCE is configured to communicate at least a PCUpd message, the PCUpd message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  • FRR fast reroute
  • the optional TLV comprise at least a FRR bind TLV carrying the information associated with working LSPs to be protected by the FRR LSP in association object.
  • the other router upon receipt of the PCUpd message triggering creation of the another working LSP, the other router is configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP received from the PCE in PCUpd message.
  • FRR fast reroute
  • the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  • an apparatus 800 preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed.
  • the apparatus 800 comprises a processor 802, and a memory 806 coupled to the processor 802 for executing a plurality of modules present in the memory.
  • the plurality of modules comprises a transmitting module 812 configured to communicate at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; and a receiving module 808 configured to receive at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCRpt path computation report
  • PCE Path Computation Element
  • PCUpd path computation update
  • the optional TLV comprise at least FRR flags TLV in association object.
  • the PCE is further configured to receive at least a PCRpt message from at least one other router, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use; detect at least the working LSP being protected; and transmit, upon receipt of the FRR flag bit, the PCUpd message having at least the new LSP to the Ingress router detected upon the link and/or node failure.
  • FRR fast reroute
  • TLV Type, length, value
  • the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  • an apparatus 800 preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed.
  • the apparatus 800 comprises a processor 802, and a memory 806 coupled to the processor for executing a plurality of modules present in the memory.
  • the plurality of modules comprises a receiving module 808 configured to receive at least a path computation initiate (PCInitiate) message from at least a Path Computation Element (PCE) , the PCInitiate message triggers creations of at least a working label switched path (LSP) ; a creation module 810 configured to create the working label switched path (LSP) ; an a transmitting module 812 configured to transmit at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the working label switched path (LSP) created; wherein upon detection of at least a link and/or a node failure, the receiving module 808 is configured to receive at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCInitiate path computation initiate
  • PCE Path Computation Element
  • the PCE is further configured to receive at least a PCRpt message from at least one other router, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use; detect at least the working LSP being protected; and transmit, upon receipt of the FRR flag bit, the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • FRR fast reroute
  • TLV Type, length, value
  • the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  • an apparatus 900 preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed.
  • the apparatus 900 comprises a processor 902, and a memory 906 coupled to the processor 902 for executing a plurality of modules present in the memory.
  • the plurality of modules comprises a transmitting module 908 configured to transmit at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and wherein the PCE is configured to communicate at least a path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCpt path computation report
  • FRR fast reroute
  • TLV Type, length, value
  • the PCUpd message is communicated based on the working LSP protected by the FRR LSP received by the PCE.
  • the apparatus 900 further comprises a detection module 910 configured to detect at least another working LSP based at least on a PCUpd message received from the PCE, the PCE transmits the PCUpd message upon detection of another working LSP; and thereby communicate at least a PCRpt message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSPs bound to the association object detected for the another working LSP.
  • FRR fast reroute
  • the PCE is configured to receive the PCRpt message; update the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP received; and thereby communicate, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message.
  • LSP working label switched path
  • PCUpd path computation update
  • the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSP bound to the association object.
  • the apparatus upon detection of a node and/or link failure, is further configured to communicate at least a PCRpt message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  • FRR fast reroute
  • the PCE upon receipt of the FRR flag bit, is configured to detect at least the working LSP to be protected; and communicate the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  • an apparatus 1000 preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed.
  • the apparatus 1000 comprises a processor 1002, and a memory 1006 coupled to the processor 1002 for executing a plurality of modules present in the memory.
  • the plurality of modules comprises a receiving module 1008 configured to receive at least a path computation report (PCRpt) message, the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; receive at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and a transmit module 1010 configured to transmit at least a path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCUpd path computation update
  • the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSPs bound to the association object.
  • the receiving module upon detection of at least another working LSP, is further configured to receive at least a PCRpt message
  • the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP
  • the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSPs bound to the association object detected for the another working LSP.
  • the receiving module is configured to receive at least at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use, the FRR flag bit indicative of a node and/or link failure.
  • FRR fast reroute
  • the FRR flag bit upon receipt of the FRR flag bit, is further configured to detect at least the working LSP to be protected based on the on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP received; and communicate the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • LSP working label switched path
  • Figure 11 illustrates a flow diagram showing working LSP and FRR LSP delegated to PCE i.e., not initiated by PCE, in accordance with an embodiment of the present subject matter.
  • Figure 12 illustrates a flow diagram showing working LSP and FRR LSP initiated by the PCE, in accordance with an embodiment of the present subject matter.
  • the method may be described in the general context of computer executable instructions.
  • computer executable instructions can include routines, programs, objects, components, data structures, procedures, modules, functions, etc., that perform particular functions or implement particular abstract data types.
  • the method may also be practiced in a distributed computing environment where functions are performed by remote processing devices that are linked through a communications network.
  • computer executable instructions may be located in both local and remote computer storage media, including memory storage devices.
  • the order in which the method is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method or alternate methods. Additionally, individual blocks may be deleted from the method without departing from the protection scope of the subject matter described herein. Furthermore, the method can be implemented in any suitable hardware, software, firmware, or combination thereof. However, for ease of explanation, in the embodiments described below, the method may be considered to be implemented in the above described apparatus 800/900/1000.
  • a method in a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) comprises:
  • PCRpt path computation report
  • PCE Path Computation Element
  • PCRpt path computation report
  • FRR fast reroute
  • TLV Type, length, value
  • PCUpd path computation update
  • the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  • FRR fast reroute
  • PCRpt message upon detection of a node and/or link failure, further comprises communicate at least a PCRpt message
  • the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  • FRR fast reroute
  • the method upon receipt of the FRR flag bit, further comprises detecting at least the working LSP to be protected; and communicating the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • a method in a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) comprises:
  • PCInitiate communicating at least a path computation initiate (PCInitiate) message to at least one ingress router, the PCInitiate message triggers creations of at least a working label switched path (LSP) at the ingress router;
  • LSP working label switched path
  • PCRpt path computation report
  • LSP working label switched path
  • PCRpt path computation report
  • FRR fast reroute
  • TLV Type, length, value
  • PCUpd path computation update
  • the method upon detection of the link and/or the node failure, the method further comprises communicating at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  • FRR fast reroute
  • the method upon receipt of the FRR flag bit, further comprises detecting at least the working LSP to be protected by the ingress router; and thereby communicating the PCUpd message having the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • the PCUpd message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  • FRR fast reroute
  • the PCRpt message upon receipt of the PCUpd message triggering creation of the another working LSP, further comprises communicating at least a PCRpt message
  • the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP received from the PCE in PCUpd message.
  • FRR fast reroute
  • a method performed by an apparatus for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed.
  • the method comprises communicating at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; and receiving at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCEP Path Computation Element Protocol
  • a method performed by an apparatus for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed.
  • the method comprises: receiving at least a path computation initiate (PCInitiate) message from at least a Path Computation Element (PCE) , the PCInitiate message triggers creations of at least a working label switched path (LSP) ; creating the working label switched path (LSP) ; transmitting at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the working label switched path (LSP) created; and receiving, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCInitiate path computation initiate
  • PCE Path Computation Element
  • a method performed by an apparatus for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed.
  • the method comprises transmitting at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and communicating at least a path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCR Point of Local Repair
  • PCEP Path Computation Element Protocol
  • a method performed by an apparatus preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) .
  • the method comprises: receiving at least a path computation report (PCRpt) message, the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; receiving at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and transmitting at least a path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  • PCUpd path computation update
  • the PCE FRR may be used in the below scenarios to associate working LSPs with a FRR LSP to protect against the node/link failures, and may switch the traffic immediately upon LSP failure:
  • a carrier grade time critical services can be deployed using PCEP.
  • a PCEP can be used in SDN network with faster convergence.
  • FRR protection is managed and controlled from central SDN controller.
  • the disclosed system, 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 device (which may be a personal computer, a server, or a network device) 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.

Abstract

The present invention provides system, method and apparatus for implementing fast reroute (FRR). The present invention provides a mechanism to associate working LSPs with a FRR LSP to protect against the node/link failures and can switch the traffic immediately upon LSP failure. Further, the present invention enables to communicate the status of FRR in use to the PCE so as to have centralized control over the FRR mechanism.

Description

SYSTEM, METHOD AND APPARATUS FOR IMPLEMENTING FAST REROUTE (FRR) TECHNICAL FIELD
The present subject matter described herein, in general, relates to networking technologies, and for local protection of Multiple Protocol Label Switch (MPLS) network, and more particularly, to system, method, and apparatus for implementing fast reroute (FRR) of service provisioning for efficiently performing a failover from a protected connection to its backup connection when a network event is detected affecting the protected connection.
BACKGROUND
The time critical applications like public switched telephone network (PSTN calls are affected when the network re-converges due to faults. Fast Reroute (FRR) is a technology used in networking to ensure the service availability is assured. FRR is the technology proposed by Internet Engineering Task Force (IETF) for local protection of a MPLS network. The technology provides fast protection switching capability for a Label Switched Path (LSP) by means of traffic engineering capability of the MPLS.
In MPLS, a connection referred to as a label switched path (LSP) is established between two end points and packets are transported along the LSP using label switching. Various signaling protocols may be used to set up and manage LSPs. Examples include Resource Reservation Protocol (RSVP) and its various extensions such as RSVP-TE for traffic engineering, and others. RSVP-TE provides a mechanism for reserving resources for LSPs. Resource Reservation Protocol-Traffic Engineering is an extension of the resource reservation protocol (RSVP) for traffic engineering. It supports the reservation of resources across an IP network.
Routers that are capable of performing label-based switching according to the MPLS protocol are referred to as label switch routers (LSRs) . The entry and exit points of an MPLS network are called label edge routers (LERs) . The entry router is referred to as ingress LER and the exit router as an egress LER. LSPs are unidirectional tunnels that enable a packet to be label switched through the MPLS network from ingress LER to an egress LER. The flow of packets along an LSP may be disrupted by various network events such as failure of an interface or link along a path traversed by an LSP, failure of a node (e.g., a router) in the LSP path, reduction in bandwidth associated with a link traversed by the LSP, a priority-related event such as when a new high priority LSP comes up and there is bandwidth contention or a change in priority of an existing LSP, which may result lower priority LSPs to get preempted, and others. To protect against potential data losses caused by such disruptions, a backup LSP may be provisioned for an LSP (referred to as the primary LSP to differentiate it from the backup LSP) . The backup LSP provides an alternative path for forwarding packets around a failure point in the primary LSP. Since the primary LSP is “protected” by its corresponding backup LSP, the primary LSP is referred to as a protected LSP.
The Fast ReRoute (FRR) extension to RSVP-TE provides a mechanism for establishing backup LSPs for protecting primary LSPs. The protected LSP is also referred to as an FRR-enabled LSP. When a network event occurs that affects a protected LSP, the packet traffic is locally redirected along the backup LSP in a manner that circumvents the failure point in the protected LSP. When a router starts redirecting data along a backup LSP for a protected LSP, the protected LSP is referred to as being failed over to the backup LSP. FRR enables RSVP to set up a backup LSP to protect an LSP so that in the event of a network failure (e.g., link/node failure) , the data traffic from the protected LSP can be switched to the backup LSP to minimize any traffic loss. RSVP-TE on the local device, such as router, associates the working or current  LSPs to a FRR (facility backup) LSP based on local FRR configuration and RSVP-TE signaling messages (such as RSVP path and resv messages) exchange. The path message for the LSP to be protected specifies the desired protection, and the resv message propagated towards ingress of the LSP specifies the level of protection available along the path.
The software-defined networking (SDN) is one of the recent approaches to computer networking that allows network administrators to manage network services through abstraction of higher-level functionality. This is done by decoupling the system that makes decisions about where traffic is sent (the control plane) from the underlying systems that forward traffic to the selected destination. Generally, the SDN networks are path computation element (PCE) /path computation client (PCC) managed. The PCE is a system component, application, or network node that is capable of determining and finding a suitable route for conveying data between a source and a destination. The PCE device can be a router, a COTS server, part of the OSS, or a virtualized entity running in a cloud. When a network node needs a path for an LSP, it makes a request to the PCE using the PCE protocol (PCEP) . The PCE has access to topology information for the entire network and uses this in path computations.
However, the RSVP-TE does not ensure a central control of associating working and FRR (facility backup) LSPs at a particular node. Also, in SDN environment where the LSPs are PCE initiated, and in PCE methods where RSVP signaling for LSPs is completely removed, cannot use the existing FRR mechanisms of RSVP-TE. Further, in case of PCE managed SDN network, there is no mechanism for either PCC or PCE to associate the working/current LSPs (i.e., LSPs to be protected) to FRR LSP, and switch the traffic to FRR LSP (i.e., put FRR LSP in use) upon resource (node/link) failure, due to which the status of FRR LSP in use is not updated with the PCE. Furthermore, when the working LSPs and FRR LSP are delegated to PCE, the PCE does not have the information to group the working LSPs and FRR LSPs so as to ensure the protection of  working LSP. Also, when the working LSP is initiated by PCE, there is no means for PCE to initiate the FRR LSP and protect the working LSPs.
SUMMARY
This summary is provided to introduce concepts related to system, method and apparatus for implementing fast reroute (FRR) , and are further described below in the detailed description. This summary is not intended to identify essential features of the claimed subject matter nor is it intended for use in determining or limiting the scope of the claimed subject matter.
In view of the technical problems as recited in the background section above, there is a dire need to associate the working LSP (s) with the FRR LSP. Further, there is also a need to send a FRR LSP in use status to the PCE, so that PCE can re-optimize the working LSPs.
In order to provide a technical solution to the above mentioned technical problems, one aspect of the present invention is to provide a system, method and apparatus for associating the working LSP (s) with the FRR LSP, and thereby report the FRR LSP in use status to the PCE, so that the PCE can re-optimize the working LSPs.
Another aspect of the present invention is to provide a system, method and apparatus that communicate using a new association type (FRR) defined in association object.
Another aspect of the present invention is to provide a system, method and apparatus that communicate using a FRR Bind and FRR Flags Type, length, value (TLVs) defined to be carried in the association object.
Yet another aspect of the present invention is to provide a system, method and apparatus that extend the PCEP mechanisms to associate set of working LSPs to a FRR LSP, which includes cases of either PCC or PCE having the ownership of association.
Still another aspect of the present invention is to provide a system, method and apparatus for reporting the working LSP’s traffic switch to FRR LSP to the PCE.
Accordingly, in one implementation, to associate the working LSP(s) with the FRR LSP, a point of local repair (PLR) acting as PCC, according to the present invention, reports/delegates the FRR LSP to a PCE in a path computation report (PCRpt) message. The PCRpt message contains an association object with an additional FRR Bind TLV. The bind TLV includes at least the LSP-identifiers TLVs that are being protected by a backup LSP.
In one implementation, a PCE sends a path computation update (PCUpd) message /path computation Initiate (PCInitiate) message of FRR LSP to the PLR. The PCInitiate message includes the association object with FRR Bind TLV containing LSP-Identifiers TLV of LSPs which are to be protected by the backup LSP.
In one implementation, to report FRR LSP in use status to PCE, so that PCE can re-optimize the working LSPs, the present invention enables to send a FRR_IN_USE (F) bit in FRR flags TLV of association object set in PCRpt message from PLR to PCE, to specify FRR is currently in use.
In one implementation, a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The system comprises at least one ingress router configured to communicate at least a path computation report (PCRpt) message to at least one Path Computation  Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; at least one other router configured to communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) (the TLV is carried in an optional field of the at least one PCRpt message in the specification) ; wherein the PCE is configured to communicate at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The system comprises at least a Path Computation Element (PCE) configured to communicate at least a path computation initiate (PCInitiate) message to at least one ingress router, the PCInitiate message triggers creations of at least a working label switched path (LSP) at the ingress router; at least one ingress router configured to communicate, upon receipt of the PCInitiate message, at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a working label switched path (LSP) created; at least one other router, upon receipt of the a PCInitiate message, configured to create at least a FRR LSP, and communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) (the TLV is carried in an option field of the at least one PCRpt message in the specification) . The PCE is configured to receive the PCRpt message, update the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP; and thereby communicate, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at  least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, in case of PCE initiated FRR LSP, the PCUpd message to the PLR (other router) comprise an association object with FRR Bind TLV having new working LSPs (LSP-Identifiers TLV) which are setup after the association is established. Further, the PLR can add these new working LSPs to a same association group as already existing. The PLR (other router) PCRpt message can comprise an association object with the FRR Bind TLV having these working LSP’s LSP-Identifiers TLV.
As compared to the prior-art techniques, the present invention achieves technical advancement by associating working LSPs with a FRR LSP to protect against the node/link failures. This association of the working LSPs with a FRR LSP enables switching the traffic immediately upon LSP failure. Further, the present invention also enables to communicate the FRR LSP in use to a centralized controlling mechanism responsible for rerouting of the traffic. Such as PCE.
BRIEF DESCRIPTION OF THE ACCOMPANYING DRAWINGS
The detailed description is described with reference to the accompanying figures. In the figures, the left-most digit (s) of a reference number identifies the figure in which the reference number first appears. The same numbers are used throughout the drawings to refer like features and components.
Figure 1 illustrates a network deployment scenario.
Figure 2 illustrates a point of local repair (PLR) reporting communication with the PCE, in accordance with an embodiment of the present subject matter.
Figure 3 illustrates a PCE acknowledgement communication with the PLR, in accordance with an embodiment of the present subject matter.
Figure 4 illustrates a format of association object type, in accordance with an embodiment of the present subject matter.
Figure 5 illustrates a format of FRR bind Tlv, in accordance with an embodiment of the present subject matter.
Figure 6 illustrates LSP Identifiers TLVs for IPv4 and IPv6, in accordance with an embodiment of the present subject matter.
Figure 7 illustrates an FRR Flags Tlv, in accordance with an embodiment of the present subject matter.
Figure 8 illustrates an apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , , in accordance with an embodiment of the present subject matter.
Figure 9 illustrates an apparatus, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , , in accordance with an embodiment of the present subject matter.
Figure 10 illustrates an apparatus, preferably a Path Computation Element Protocol (PCEP) , in accordance with an embodiment of the present subject matter.
Figure 11 illustrates a flow diagram showing working LSP and FRR LSP delegated to PCE i.e., not initiated by PCE, in accordance with an embodiment of the present subject matter.
Figure 12 illustrates a flow diagram showing working LSP and FRR LSP initiated by the PCE, 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
The following clearly describes the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Apparently, the described embodiments are merely a part rather than all of the embodiments of the present invention. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without creative efforts shall fall within the protection scope of the present invention.
The invention can be implemented in numerous ways, including as a process, an apparatus, a system, a composition of matter, a computer readable medium such as a computer readable storage medium or a computer network wherein program instructions are sent over optical or electronic communication links. In this specification, these implementations, or any other form that the invention may take, may be referred to as techniques. In general, the order of the steps of disclosed processes may be altered within the scope of the 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.
System, method, and apparatus for implementing fast reroute (FRR) of service provisioning for efficiently performing a failover from a protected connection to its backup connection when a network event is detected affecting the protected connection are disclosed.
While aspects are described for system, method, and apparatus for implementing fast reroute (FRR) of service provisioning for efficiently performing a failover from a protected connection to its backup connection when a network event is detected affecting the protected connection, 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, apparatus, and methods.
In one implementation, the present invention enables to associate the working LSP (s) with the FRR LSP with efficient and reliable PCEP communication.
In one implementation, the present invention enables reporting FRR LSP in use status to PCE. So that PCE can re-optimize the working LSPs.
In one implementation, the present invention defines new association type (FRR) in an association object used for PCE communication.
In one implementation, the present invention provides FRR Bind TLVs and FRR Flags TLVs to be carried in the association object.
Referring now to figure 1, a network deployment scenario is disclosed. As shown in figure 1, all the routers in the network are connected in stateful PCEP session with PCE. For the ease of understanding, as shown in figure 1, the PCEP sessions are only shown between ingress to PCE and PLR to PCE. When a primary LSP is setup from an ingress to an egress, to the protect LSP traffic along its path, each node along the path must ensure to protect the LSP by rerouting the traffic around the failed resource (node/link failure) . To reroute the traffic upon failure, each node must pre-setup a LSP excluding the possible failed resource (i.e., excluding outgoing interface and/or next immediate node) along the path. This LSP is called FRR LSP, and the node which creates this LSP is called PLR. Once the FRR LSP is setup, it is bound with primary LSP, so that ingress traffic can be switched to FRR LSP upon failure detection at PLR.
However, as already discussed, currently the PCEP has no mechanism to associate the working LSP (s) with the FRR LSP. Further, the currently available PLRs have no mechanism to report FRR LSP in use status to PCE, so that PCE can re-optimize the working LSPs.
In order to avoid the above technical problems available in the conventional art, the present invention provides a mechanism to associate the working LSP (s) with the FRR LSP. Further, the present invention also provides a mechanism to report the FRR LSP in use status to PCE, so that PCE can re-optimize the working LSPs.
Referring now to figure 2, a point of local repair (PLR) reporting communication with the PCE, in accordance with an embodiment of the present subject matter is disclosed. As shown in figure 2, a point of local repair (PLR) acts as PCC reports/delegates FRR LSP to PCE in PCRpt message. The PCRpt  message contains an association object with FRR Bind TLVs. This bind tlv includes the LSP-identifiers TLVs that are being protected by this facility backup LSP. It may be understood by the person skilled in the art that, LSP-identifiers TLVs are same as IPV4-LSP-IDENTIFIERS TLV or IPV6-LSP-IDENTIFIERS TLV. It is a convention to use LSP-identifiers TLV to specify that it can be either IPV4 identifiers or IPV6 identifiers. A format of IPV4-LSP-IDENTIFIERS TLV or IPV6-LSP-IDENTIFIERS TLV in the document.
The mechanism as shown in figure 2, enables the PLR to report the FRR LSP in use status to PCE, so that PCE can re-optimize the working LSPs. This avoids the drawbacks as recited in the background section above.
Referring now to figure 3 illustrates a PCE acknowledgement communication with the PLR, in accordance with an embodiment of the present subject matter. As show in figure 3, the PCE sends PCUpd/PCInitiate message of FRR LSP to the PLR. The PCE includes the association object with FRR Bind TLV containing LSP-identifiers TLVs of LSPs which are to be protected by this facility backup LSP.
In one implementation, the present invention enables to add new types in the TLV fields to mention the FRR Association, Optional TLVs, to convey LSP identifiers of the working LSP (s) and the current FRR status to the PCE.
In one implementation, as shown in figure 4, the format of association object body may be same as defined in PCEP extensions for establishing relationships between sets of LSPs draft-minei-pce-association-group-02, by PCE working group draft-minei-pce-association-group-03.
As shown in figure 4, ASSOCIATION Object-Type is 1 for IPv4 and associated format and ASSOCIATION Object-Type is 2 for IPv6 and associated format.
In one implementation, figure 5 shown an exemplary TLV format as per the present invention. The optional TLVs may include FRR Bind TLV which is newly defined as per the present invention, and the LSP Identifiers TLVs, which may be the existing TLVs.
The FRR bind TLV may be used to convey the working LSPs information bound to this FRR association. It may be a top level TLV. The LSP identifiers TLVs may be an existing TLV. This TLV may be carried as sub-TLV in FRR Bind TLV.
In one implementation, as shown in figure 5, the OperType field specifies add/delete operation for the LSP path or any of its identifiers. The value of ADD may be 1 and DELETE may be 2, and the OperType 0 is reserved.
In one implementation, as shown in figure 5, the optional LSP identifiers TLVs may be carried as sub-tlvs in FRR bind TLV.
In one implementation, each time the FRR Bind TLV is encoded, it may not contain all the LSP identifiers as sub-TLV. It may include only newly added working LSPs that may be used for association and deletion of the existing working LSPs from association. For example, at most, 2 FRR Bind TLVs can be present in the object (i.e., one with operType ADD and other with OperType DELETE) . All the working LSPs deletion from the association may be considered as a special case with FRR bind TLVS OperType as DELETE and no optional sub-TLVs in it.
Figure 6 illustrates LSP Identifiers TLVs for IPv4 and IPv6, in accordance with an embodiment of the present subject matter. In one implementation, the LSP Identifiers, is existing TLV. It may either be IPV4-LSP-IDENTIFIERS TLV or IPV6-LSP-IDENTIFIERS TLV. This TLV is carried as sub-TLV in FRR Bind TLV. There may be multiple sub-tlvs in one FRR Bind tlv. Each LSP Identifiers sub-TLV identifies a working LSP. This TLV is defined in PCEP Extensions for Stateful PCE (https: //datatracker. ietf. org/doc/draft-ietf-pce-stateful-pce/) .
In one implementation, in order to avoid the drawback of no mechanism to report FRR LSP in use status to PCE. So that PCE can re-optimize the working LSPs, the present invention as shown in figure 2 provides a mechanism to communicate the status report of the FRR LSP in use to PCE.
In one implementation, in order to achieve the status reporting the present invention may use FRR_IN_USE (F) bit in FRR flags TLV of association object is set in report message from PLR to PCE, to specify FRR is currently in use.
Figure 7 illustrates the FRR flags TLV used to specify FRR flags. In one implementation, one bit is defined to convey FRR_IN_USE status. The FRR_IN_USE indicates the outage of the protected link and working LSPs traffic is switched to FRR LSP.
Figure 8 illustrates an apparatus 800, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) in accordance with an embodiment of the present subject matter.
Figure 9 illustrates an apparatus 900, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation  Element Protocol (PCEP) , in accordance with an embodiment of the present subject matter.
Figure 10 illustrates an apparatus 1000, preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , in accordance with an embodiment of the present subject matter.
Although the present subject matter is explained considering that the apparatus 800/900/1000 for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) it may be understood that the apparatus 800/900/1000 may also be implemented in a variety of computing systems, such as a laptop computer, a desktop computer, a notebook, a workstation, a mainframe computer, a server, a network server, and the like. It will be understood that the apparatus 800/900/1000 may be accessed by multiple users through one or more user devices (not shown) or applications residing on the user devices. Examples of the apparatus 800/900/1000 may include, but are not limited to, a portable computer, a personal digital assistant, a handheld device, and a workstation, routers, servers. The apparatus 800/900/1000 are communicatively coupled to the other devices (not shown) through a network (not shown) .
In one implementation, the network may be a wireless network, a wired network or a combination thereof. The network can be implemented as one of the different types of networks, such as intranet, local area network (LAN) , wide area network (WAN) , the internet, and the like. The network may either be a dedicated network or a shared network. The shared network represents an association of the different types of networks that use a variety of protocols, for example, Hypertext Transfer Protocol (HTTP) , Transmission Control Protocol/Internet Protocol (TCP/IP) , Wireless Application Protocol (WAP) , and the like, to communicate with one another. Further the network may include a  variety of network devices, including routers, bridges, servers, computing devices, storage devices, and the like.
In one implementation, the apparatus 800/900/1000 may include at least one processor 802 /902 /1002, an input/output (I/O) interface 804 /904 /1004, and a memory 806 /906/1006. The at least one processor 802 /902 /1002 may be implemented as one or more microprocessors, microcomputers, microcontrollers, digital signal processors, central processing units, state machines, logic circuitries, and/or any devices that manipulate signals based on operational instructions. Among other capabilities, the at least one processor 802 /902 /1002 is configured to fetch and execute computer-readable instructions stored in the memory 806 /906 /1006.
The I/O interface 804 /904 /1004 may include a variety of software and hardware interfaces, for example, a web interface, a graphical user interface, and the like. The I/O interface 804 /904 /1004 may allow the apparatus 800/900/1000 to interact with a user directly or through the client devices (not shown) . Further, the I/O interface 804 /904/1004 may enable the apparatus 800/900/1000 to communicate with other computing devices, such as web servers and external data servers (not shown) . The I/O interface 804 /904 /1004 can facilitate multiple communications within a wide variety of networks and protocol types, including wired networks, for example, LAN, cable, etc., and wireless networks, such as WLAN, cellular, or satellite. The I/O interface 804 /904 /1004 may include one or more ports for connecting a number of devices to one another or to another server.
The memory 806 /906 /1006 may include any computer-readable medium known in the art including, for example, volatile memory, such as static random access memory (SRAM) and dynamic random access memory (DRAM) , and/or non-volatile memory, such as read only memory (ROM) , erasable  programmable ROM, flash memories, hard disks, optical disks, and magnetic tapes.
The modules include routines, programs, objects, components, data structures, etc., which perform particular tasks or implement particular abstract data types.
In one implementation, a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The system comprises at least one ingress router 800, at least one other router 900, and at least one PCE 1000.
The ingress router may be configured to communicate at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) .
The other router may be configured to communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) .
The PCE may be configured to communicate at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the optional TLV comprise at least a FRR bind TLV carrying the workings LSPs to be protected by the FRR LSP in the association object..
In oneimplementation, upon detection of at least another working LSP, the other router is configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
In one implementation, the optional TLV comprise at least a FRR bind TLV carrying the information associated along with detected working lsp to be protected by the FRR LSP in association object.
In one implementation, upon detection of a node and/or link failure, the other router is configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
In one implementation, upon receipt of the FRR flag bit, the PCE is configured to detect at least the working LSP being protected; and communicate the PCUpd message having at least the new LSP to the Ingress router.
In one implementation, the system associates working LSP (s) with the FRR LSP and switch traffic to FRR LSP upon the link and/or node failure.
In one implementation, the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
In one implementation, a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The  system comprises at least one ingress router 800, at least one other router 900, and at least one PCE 1000.
The Path Computation Element (PCE) may be configured to communicate at least a path computation initiate (PCInitiate) message to at least one Ingress router and/or other router, the PCInitiate message triggers creations of at least a working label switched path (LSP) at the ingress router.
The ingress router may be configured to communicate, upon receipt of the PCInitiate message, at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a working label switched path (LSP) created.
The other router, upon receipt of the a PCInitiate message for creation of at least a fast reroute (FRR) LSP, may be configured to create the least a FRR LSP; and communicate at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) .
In one implementation, the PCE may be configured to receive the PCRpt message, update the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP, and thereby communicate, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the link and/or the node failure is detected by the other router, and upon detection of the link and/or the node failure, the  other router may be further configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
In one implementation, upon receipt of the FRR flag bit, the PCE may be configured to detect at least the working LSP from the ingress router; and thereby communicate the PCUpd message having the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the optional TLV comprise at least a FRR bind TLV carrying the information associated with working LSPs to be protected by the FRR LSP in the association object..
In one implementation, upon detection of at least another working LSP, the PCE is configured to communicate at least a PCUpd message, the PCUpd message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
In one implementation, the optional TLV comprise at least a FRR bind TLV carrying the information associated with working LSPs to be protected by the FRR LSP in association object.
In one implementation, upon receipt of the PCUpd message triggering creation of the another working LSP, the other router is configured to communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP received from the PCE in PCUpd message.
In one implementation, the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
In one implementation, an apparatus 800, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The apparatus 800 comprises a processor 802, and a memory 806 coupled to the processor 802 for executing a plurality of modules present in the memory. The plurality of modules comprises a transmitting module 812 configured to communicate at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; and a receiving module 808 configured to receive at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the optional TLV comprise at least FRR flags TLV in association object.
In one implementation, the PCE is further configured to receive at least a PCRpt message from at least one other router, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use; detect at least the working LSP being protected; and transmit, upon receipt of the FRR flag bit, the PCUpd message having at least the new LSP to the Ingress router detected upon the link and/or node failure.
In one implementation, the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
In one implementation, an apparatus 800, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The apparatus 800 comprises a processor 802, and a memory 806 coupled to the processor for executing a plurality of modules present in the memory. The plurality of modules comprises a receiving module 808 configured to receive at least a path computation initiate (PCInitiate) message from at least a Path Computation Element (PCE) , the PCInitiate message triggers creations of at least a working label switched path (LSP) ; a creation module 810 configured to create the working label switched path (LSP) ; an a transmitting module 812 configured to transmit at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the working label switched path (LSP) created; wherein upon detection of at least a link and/or a node failure, the receiving module 808 is configured to receive at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the PCE is further configured to receive at least a PCRpt message from at least one other router, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use; detect at least the working LSP being protected; and transmit, upon receipt of the FRR flag bit, the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
In one implementation, an apparatus 900, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The apparatus 900 comprises a processor 902, and a memory 906 coupled to the processor 902 for executing a plurality of modules present in the memory. The plurality of modules comprises a transmitting module 908 configured to transmit at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and wherein the PCE is configured to communicate at least a path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
Inone implementation, the PCUpd message is communicated based on the working LSP protected by the FRR LSP received by the PCE.
In one implementation, the apparatus 900 further comprises a detection module 910 configured to detect at least another working LSP based at least on a PCUpd message received from the PCE, the PCE transmits the PCUpd message upon detection of another working LSP; and thereby communicate at least a PCRpt message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSPs bound to the association object detected for the another working LSP.
In one implementation, the PCE is configured to receive the PCRpt message; update the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP received; and thereby communicate, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message.
In one implementation, the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSP bound to the association object.
In one implementation, upon detection of a node and/or link failure, the apparatus is further configured to communicate at least a PCRpt message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
In one implementation, upon receipt of the FRR flag bit, the PCE is configured to detect at least the working LSP to be protected; and communicate the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
In one implementation, an apparatus 1000, preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The apparatus 1000  comprises a processor 1002, and a memory 1006 coupled to the processor 1002 for executing a plurality of modules present in the memory. The plurality of modules comprises a receiving module 1008 configured to receive at least a path computation report (PCRpt) message, the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; receive at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and a transmit module 1010 configured to transmit at least a path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSPs bound to the association object.
In one implementation, the receiving module, upon detection of at least another working LSP, is further configured to receive at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, the optional TLV comprise at least a FRR bind TLV carrying the information associated with the FRR LSPs bound to the association object detected for the another working LSP.
In one implementation, the receiving module is configured to receive at least at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR  flag bit specifying the FRR currently in use, the FRR flag bit indicative of a node and/or link failure.
In one implementation, upon receipt of the FRR flag bit, is further configured to detect at least the working LSP to be protected based on the on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP received; and communicate the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
Figure 11 illustrates a flow diagram showing working LSP and FRR LSP delegated to PCE i.e., not initiated by PCE, in accordance with an embodiment of the present subject matter. Figure 12 illustrates a flow diagram showing working LSP and FRR LSP initiated by the PCE, in accordance with an embodiment of the present subject matter. The method may be described in the general context of computer executable instructions. Generally, computer executable instructions can include routines, programs, objects, components, data structures, procedures, modules, functions, etc., that perform particular functions or implement particular abstract data types. The method may also be practiced in a distributed computing environment where functions are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, computer executable instructions may be located in both local and remote computer storage media, including memory storage devices.
The order in which the method is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method or alternate methods. Additionally, individual blocks may be deleted from the method without departing from the protection scope of the subject matter described herein. Furthermore, the method can be implemented in any suitable hardware, software, firmware, or  combination thereof. However, for ease of explanation, in the embodiments described below, the method may be considered to be implemented in the above described apparatus 800/900/1000.
In one implementation, a method in a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The method comprises:
· communicating at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ;
· communicating at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ;
· communicating, by the PCE, at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, upon detection of at least another working LSP, further comprises communicating at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
In one implementation, upon detection of a node and/or link failure, further comprises communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind  TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
In one implementation, upon receipt of the FRR flag bit, the method further comprises detecting at least the working LSP to be protected; and communicating the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, a method in a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The method comprises:
· communicating at least a path computation initiate (PCInitiate) message to at least one ingress router, the PCInitiate message triggers creations of at least a working label switched path (LSP) at the ingress router;
· communicating, upon receipt of the PCInitiate message, at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a working label switched path (LSP) created;
· creating, upon receipt of the a PCInitiate message for creation of at least a fast reroute (FRR) LSP, the FRR LSP;
· communicating at least a path computation report (PCRpt) message to at least a PCE, the PCRpt message comprise at least an information associated with the fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ;
· receiving the PCRpt message;
· updating the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP; and
· communicating, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path  for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, upon detection of the link and/or the node failure, the method further comprises communicating at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
In one implementation, upon receipt of the FRR flag bit, the method further comprises detecting at least the working LSP to be protected by the ingress router; and thereby communicating the PCUpd message having the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, upon detection of at least another working LSP, further comprises communicating at least a PCUpd message, the PCUpd message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
In one implementation, upon receipt of the PCUpd message triggering creation of the another working LSP, further comprises communicating at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP received from the PCE in PCUpd message.
In one implementation, a method performed by an apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The method comprises communicating at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; and receiving at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, a method performed by an apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The method comprises: receiving at least a path computation initiate (PCInitiate) message from at least a Path Computation Element (PCE) , the PCInitiate message triggers creations of at least a working label switched path (LSP) ; creating the working label switched path (LSP) ; transmitting at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the working label switched path (LSP) created; and receiving, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, a method performed by an apparatus, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) is disclosed. The method comprises transmitting at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and communicating at least a  path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
In one implementation, a method performed by an apparatus, preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , is disclosed. The method comprises: receiving at least a path computation report (PCRpt) message, the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; receiving at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ; and transmitting at least a path computation update (PCUpd) message, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
Apart from what is disclosed above, according to the implementation of the present invention, the PCE FRR may be used in the below scenarios to associate working LSPs with a FRR LSP to protect against the node/link failures, and may switch the traffic immediately upon LSP failure:
· Scenario 1: PCE initiated LSP
· Scenario 2: PCC delegated LSP
· Scenario 3: PCE CC (PCE Central Controller) in CR-LSP mode
Apart from what is explained above, the present invention also include the below mentioned advantages:
· By the implementation of the present invention, a carrier grade time critical services can be deployed using PCEP.
· By the implementation of the present invention, a PCEP can be used in SDN network with faster convergence.
· By the implementation of the present invention, FRR protection is managed and controlled from central SDN controller.
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 system, 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 device (which may be a personal computer, a server, or a network device) 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.
Although implementations for system, method and apparatus for implementing fast reroute (FRR) have been described in language specific to structural features and/or methods, it is to be understood that the appended claims are not necessarily limited to the specific features or methods described. Rather, the specific features and methods are disclosed as examples of implementations of system, method and apparatus for implementing fast reroute (FRR) .

Claims (49)

  1. A system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the system comprising:
    at least one ingress router configured to communicate at least one path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ;
    at least one other router configured to communicate at least one path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ;
    wherein the PCE is configured to communicate at least one path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  2. The system as claimed in claim 1, wherein the optional TLV comprise at least one FRR bind TLV carrying the information associated with the working LSPs to be protected by the FRR LSP in association object.
  3. The system as claimed in claim 1, wherein, upon detection of at least another working LSP, the other router associated with the another working LSP is configured to communicate at least one PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  4. The system as claimed in claim 1, wherein, upon detection of a node and/or link failure, the other router is configured to:
    communicate at least one PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least one FRR flag bit specifying the FRR LSP currently in use.
  5. The system as claimed in claim 4, wherein, upon receipt of the FRR flag bit, the PCE is configured to:
    detect the working LSP protected; and
    communicate the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  6. The system as claimed in claim 1 is characterized in that the system associates working LSP (s) with the FRR LSP and switch traffic to FRR LSP upon the link and/or node failure.
  7. The system as claimed in claim 1, wherein the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  8. A system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the system comprising:
    at least a Path Computation Element (PCE) configured to:
    communicate at least one path computation initiate (PCInitiate) message to at least one ingress router and/or other router, the PCInitiate message triggers creations of at least oneworking label switched path (LSP) at the ingress router;
    at least one ingress router configured to:
    communicate, upon receipt of the PCInitiate message, at least onepath computation report (PCRpt) message to the PCE, the  PCRpt message comprise at least an information associated with a working label switched path (LSP) created;
    at least one other router, upon receipt of the a PCInitiate message for creation of at least a fast reroute (FRR) LSP, configured to:
    create the least oneFRR LSP; and
    communicate at least onepath computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ;
    wherein the PCE is configured to:
    receive the PCRpt message;
    update the working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP; and thereby
    communicate, upon detection of at least a link and/or a node failure, at least onepath computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  9. The system as claimed in claim 8, wherein the link and/or the node failure is detected by the other router, and upon detection of the link and/or the node failure, the other router is further configured to:
    communicate at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) , wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  10. The system as claimed in claim 8 and 9, wherein, upon receipt of the FRR flag bit, the PCE is configured to:
    detect at least the working LSP protected; and thereby
    communicate the PCUpd message having the new LSP to the ingress routed. newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  11. The system as claimed in claim 8, wherein the optional TLV comprise at least a FRR bind TLV carrying the information associated with working lsps to be protected by the FRR LSP in association object..
  12. The system as claimed in claim 8, wherein, upon detection of at least another working LSP, the PCE is configured to communicate at least one PCUpd message, the PCUpd message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  13. The system as claimed in claim 12, wherein the optional TLV comprise at least oneFRR bind Tlv carrying the information associated with another working lsp to be protected by the FRR LSP in association object.
  14. The system as claimed in claim 12, wherein, upon receipt of the PCUpd message triggering addition of another working LSP to existing association group, the other router is configured to:
    communicate at least one PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP received from the PCE in PCUpd message.
  15. The system as claimed in claim 8 is characterized in that the system associates working LSP (s) with the FRR LSP and switch traffic to FRR LSP upon the link and/or node failure.
  16. The system as claimed in claim 8, wherein the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  17. An apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the apparatus comprising:
    a processor; and
    a memory coupled to the processor for executing a plurality of modules present in the memory, the plurality of modules comprising:
    a transmitting module configured to communicate at least onepath computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ; and
    a receiving module configured to receive at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least onenewly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  18. An apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the apparatus comprising:
    a processor; and
    a memory coupled to the processor for executing a plurality of modules present in the memory, the plurality of modules comprising:
    a receiving module configured to:
    receive at least onepath computation initiate (PCInitiate) message from at least a Path Computation Element (PCE) , the PCInitiate message triggers creations of at least oneworking label switched path (LSP) ;
    a creation module configured to create the working label switched path (LSP) ; and
    a transmitting module configured to:
    transmit at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the working label switched path (LSP) created; wherein
    upon detection of at least onelink and/or onenode failure, the receiving module is configured to receive at least onepath computation update (PCUpd) message from the PCE, the PCUpd message comprise at least onenewly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  19. The apparatus as claimed in claim 18, wherein the PCE is further configured to:
    receive at least a PCRpt message from at least one other router, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least oneFRR flag bit specifying the FRR currently in use;
    detect at least the working LSP being protected; and
    transmit, upon receipt of the FRR flag bit, the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  20. An apparatus, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the apparatus comprising:
    a processor; and
    a memory coupled to the processor for executing a plurality of modules present in the memory, the plurality of modules comprising:
    a transmitting module configured to:
    transmit at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object carrying an optional Type, length, value (TLV) , preferably a FRR Flags TLV; and
    wherein the PCE is configured to communicate at least onepath computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  21. The apparatus as claimed in claim 20, wherein in the case of PCE initiated LSPs, the PCUpd message is sent by PCE to PLR to communicate the working LSPs being protected by the FRR LSP.
  22. The apparatus as claimed in claim 20, wherein upon detection of a node and/or link failure, the apparatus is further configured to:
    communicate at least a PCRpt message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  23. The apparatus as claimed in claim 22, wherein upon receipt of the FRR flag bit, the PCE is configured to:
    detect at least the working LSP protected; and
    communicate the PCUpd message having at least one newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  24. The apparatus as claimed in claim 20 is characterized in that the apparatus associates working LSP (s) with the FRR LSP and switch traffic to FRR LSP upon the link and/or node failure.
  25. The apparatus as claimed in claim 20, wherein the optional TLVs comprises at least a FRR bind TLV and/or a FRR Flags TLV carried in the association object to communicate LSP identifiers of the working LSP (s) and the current FRR status.
  26. The apparatus as claimed in claim 20 further comprises:
    a receiving module configured to receive at least onePCUpd and/or PCInitiate messages from at least one other apparatus, preferably a Path Computation Element (PCE) .
  27. An apparatus, preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the apparatus comprising:
    a processor; and
    a memory coupled to the processor for executing a plurality of modules present in the memory, the plurality of modules comprising:
    a receiving module configured to:
    receive at least onepath computation report (PCRpt) message, the PCRpt message comprise at least an information associated with a working label switched path (LSP) ;
    receive at least onepath computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ;
    a transmit module configured to:
    transmit at least onepath computation update (PCUpd) message to at least an ingress router, the PCUpd message comprise  at least one newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  28. The apparatus as claimed in claim 27, wherein the optional TLV comprise at least one FRR bind TLV carrying the information associated with working LSPs to be protected by the FRR LSP in association object.
  29. The apparatus as claimed in claim 27, wherein the receiving module is further configured to:
    receive at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, the optional TLV comprise at least a FRR bind TLV carrying the information associated with another working LSPs to be protected by the FRR LSP in association object.
  30. The apparatus as claimed in claim 27, wherein the receiving module is configured to receive at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least one FRR flag bit specifying the FRR currently in use, the FRR flag bit indicative of a node and/or link failure.
  31. The apparatus as claimed in claim 29 and 30, upon receipt of the FRR flag bit, is further configured to:
    detect at least the working LSP to be protected based on the on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP received; and
    communicate the PCUpd message to at least one ingress router having at least one newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  32. The apparatus as claimed in claim 27, wherein in case of a PCE initiated FRR LSP, the transmit module is further configured to transmit a PCUpd message to at least the PLR to add a new working LSP to the existing association group.
  33. A method, performed by a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the method comprising:
    communicating at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ;
    communicating at least one path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) ;
    communicating, by the PCE, at least onepath computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  34. The method as claimed in claim 33, in case of PCE initiated LSPs, the method further comprises: communicating, by the PCE, at least a path computation update (PCUpd) message to at least the point of local repair (PLR) , the PCUpd message comprise at least a working LSP to be protected by the FRR LSP, wherein the LSP Identifier of working LSP is carried in FRR Bind TLV of association object with an optional type, length, value (TLV) .
  35. The method as claimed in claim 34, comprises communicating, by the PCE, the PCUpd message to the PLR to add a newly created working LSPs to at least an existing association group.
  36. The method as claimed in claim 33, upon detection of at least another working LSP, further comprising:
    communicating at least one PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  37. The method as claimed in claim 33, upon detection of a node and/or link failure, further comprising:
    communicating at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  38. The method as claimed in claim 37, upon receipt of the FRR flag bit, the method further comprising:
    detecting at least the working LSP protected; and
    communicating the PCUpd message having at least the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  39. A method, performed by a system for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the method comprising:
    communicating, by at least one PCE, at least one path computation initiate (PCInitiate) message to at least one ingress router, the PCInitiate message triggers creations of at least one working label switched path (LSP) at the ingress router;
    communicating, by at least one ingress router (PCC) , upon receipt of the PCInitiate message, at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a working label switched path (LSP) created;
    triggering, upon receipt of the a PCInitiate message from PCE, creation of at least one fast reroute (FRR) LSP;
    communicating, by at least one PLR, at least one path computation report (PCRpt) message to at least one PCE, the PCRpt message comprise at least an information associated with the fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) i.e., FRR bind TLV and/or FRR flags TLV;
    receiving, by the PCE, the PCRpt message; WHEREIN
    if FRR bind TLV is present, updates the another working LSP to be protected based on the information associated with the working label switched path (LSP) and the information associated with the FRR LSP; and
    if FRR flags TLV indicating FRR_IN_USE status is present, communicating, by the PCE, upon detection of at least a link and/or a node failure, at least a path computation update (PCUpd) message to at least the ingress router, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  40. The method as claimed in claim 39, in case of PCE initiated LSPs, the method further comprises: communicating, by the PCE, at least a path computation update (PCUpd) message to at least the point of local repair (PLR) , the PCUpd message comprise at least a working LSP to be protected by the FRR LSP, wherein the LSP Identifier of working LSP is carried in FRR Bind TLV of association object with an optional type, length, value (TLV) .
  41. The method as claimed in claim 40, comprises communicating, by the PCE, the PCUpd message to the PLR to add a newly created working LSPs to at least an existing association group.
  42. The method as claimed in claim 39, wherein upon detection of the link and/or the node failure, the method further comprising:
    communicating at least one PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP, wherein the optional TLV includes at least a FRR flag bit specifying the FRR currently in use.
  43. The method as claimed in claim 42, wherein upon receipt of the FRR flag bit, the method further comprising:
    detecting at least the working LSP protected; and thereby
    communicating the PCUpd message to at least an Ingress router having the newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  44. The method as claimed in claim 39, wherein upon detection of at least another working LSP, further comprising:
    communicating at least a PCUpd message to PLR, the PCUpd message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) and FRR Bind TLV with sub-TLV LSP identifiers of working LSP.
  45. The method as claimed in claim 41, wherein, upon receipt of the PCUpd message adds the received working LSP to the existing association group for protection and further comprising:
    communicating at least a PCRpt message, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an  association object with an optional Type, length, value (TLV) for another working LSP received from the PCE in PCUpd message.
  46. A method performed by an apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the method comprising:
    communicating at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a working label switched path (LSP) ;
    receiving at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least one newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure .
  47. A method performed by an apparatus, preferably an ingress router, for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the method comprising:
    receiving at least a path computation initiate (PCInitiate) message from at least a Path Computation Element (PCE) , the PCInitiate message triggers creations of at least a working label switched path (LSP) ;
    creating the working label switched path (LSP) ;
    transmitting at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with the working label switched path (LSP) created;
    receiving, upon detection of at least one link and/or node failure, at least one path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  48. A method performed by an apparatus, preferably a Point of Local Repair (PLR) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the method comprising:
    transmitting at least a path computation report (PCRpt) message to at least one Path Computation Element (PCE) , the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) i.e., FRR bind TLV and/or FRR flags TLV;
    receiving at least a path computation initiate (PCInitiate) message from at least a Path Computation Element (PCE) , the PCInitiate message triggers creations of at least a FRR label switched path (LSP) ; and/or
    receiving at least a path computation update (PCUpd) message from the PCE, the PCUpd message comprise at least a new working LSP (another working LSP) to be protected by the FRR LSP. i.e., PCE adding another working LSP to same existing association group for protection, and newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure.
  49. A method performed by an apparatus, preferably a Path Computation Element (PCE) , for implementing a fast reroute (FRR) using a Path Computation Element Protocol (PCEP) , the method comprising:
    receiving at least one path computation report (PCRpt) message, the PCRpt message comprise at least an information associated with a working label switched path (LSP) ;
    receiving at least a path computation report (PCRpt) message to the PCE, the PCRpt message comprise at least an information associated with a fast reroute (FRR) LSP having an association object with an optional Type, length, value (TLV) i.e., FRR bind TLV and/or FRR flags TLV; and
    transmitting at least a path computation update (PCUpd) message to the ingress router, the PCUpd message comprise at least one newly computed LSP path for the working LSP whose traffic is affected due to link and/or node failure; and/or
    transmitting at least a path computation update (PCUpd) message to at least one other router (PLR) , the PCUpd message comprise at least one another working LSP to be protected by same FRR LSP.
PCT/CN2017/074150 2016-02-27 2017-02-20 System, method and apparatus for implementing fast reroute (frr) WO2017143958A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/CN2017/074150 WO2017143958A1 (en) 2016-02-27 2017-02-20 System, method and apparatus for implementing fast reroute (frr)
CN201780011407.6A CN108702321B (en) 2016-02-27 2017-02-20 System, method and apparatus for implementing fast reroute (FRR)
US16/111,962 US10715420B2 (en) 2016-02-27 2018-08-24 System, method and apparatus for implementing fast reroute (FRR)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
ININ201641006855 2016-02-27
PCT/CN2017/074150 WO2017143958A1 (en) 2016-02-27 2017-02-20 System, method and apparatus for implementing fast reroute (frr)

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/111,962 Continuation US10715420B2 (en) 2016-02-27 2018-08-24 System, method and apparatus for implementing fast reroute (FRR)

Publications (1)

Publication Number Publication Date
WO2017143958A1 true WO2017143958A1 (en) 2017-08-31

Family

ID=59684704

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/074150 WO2017143958A1 (en) 2016-02-27 2017-02-20 System, method and apparatus for implementing fast reroute (frr)

Country Status (1)

Country Link
WO (1) WO2017143958A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019114632A1 (en) * 2017-12-13 2019-06-20 Huawei Technologies Co., Ltd. Communication methods, apparatuses and system for sharing network resources
WO2022105325A1 (en) * 2020-11-23 2022-05-27 华为技术有限公司 Rerouting method, communication apparatus and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056268A (en) * 2007-05-30 2007-10-17 华为技术有限公司 Method and router for fast rerouting
CN101237409A (en) * 2008-02-27 2008-08-06 华为技术有限公司 Method and device for realizing quick re-routing in MPLS VPN
CN102638393A (en) * 2012-03-16 2012-08-15 中兴通讯股份有限公司 Method for realizing fast re-routing and network node
US20150215201A1 (en) * 2014-01-30 2015-07-30 Eci Telecom Ltd. Method for implementing fast re-routing (frr)

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056268A (en) * 2007-05-30 2007-10-17 华为技术有限公司 Method and router for fast rerouting
CN101237409A (en) * 2008-02-27 2008-08-06 华为技术有限公司 Method and device for realizing quick re-routing in MPLS VPN
CN102638393A (en) * 2012-03-16 2012-08-15 中兴通讯股份有限公司 Method for realizing fast re-routing and network node
US20150215201A1 (en) * 2014-01-30 2015-07-30 Eci Telecom Ltd. Method for implementing fast re-routing (frr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019114632A1 (en) * 2017-12-13 2019-06-20 Huawei Technologies Co., Ltd. Communication methods, apparatuses and system for sharing network resources
US11563692B2 (en) 2017-12-13 2023-01-24 Huawei Technologies Co., Ltd. Communication methods, apparatuses and system for sharing network resources
WO2022105325A1 (en) * 2020-11-23 2022-05-27 华为技术有限公司 Rerouting method, communication apparatus and storage medium

Similar Documents

Publication Publication Date Title
US10187301B2 (en) Establishing label switched paths having refresh interval independent fast reroute facility protection
EP2680510B1 (en) Service plane triggered fast reroute protection
US9077561B2 (en) OAM label switched path for fast reroute of protected label switched paths
WO2019141118A1 (en) Method, device and storage medium for creation of bi-directional segment routing tunnel
US11588725B2 (en) Method and apparatus for path computation
Filsfils et al. Segment routing use cases
CN101427501A (en) Consistency between mpls traffic engineering forwarding and control planes
EP2541847B1 (en) Method and system for establishing an associated bidirectional label-switched path
CN110784400A (en) N: 1 stateful application gateway redundancy model
US11405238B2 (en) Controlling device and method implemented thereon for ethernet virtual private netwok
KR101257678B1 (en) Methods for establishing a traffic connection and an associated monitoring connection
WO2017143958A1 (en) System, method and apparatus for implementing fast reroute (frr)
US10715420B2 (en) System, method and apparatus for implementing fast reroute (FRR)
CN107347034B (en) Link information processing method, device and system
Nguyen et al. A MPLS/LDP distributed architecture for next generation routers
US11323365B2 (en) Tearing down a label switched path through a communications network
US9929939B2 (en) Systems, apparatuses, and methods for rerouting network traffic
US9391923B2 (en) Using path computation element communication protocol (PCEP) as a signalling protocol during dynamic service provision in networks
WO2016177186A1 (en) Bandwidth protection method and device

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

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

Ref document number: 17755787

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17755787

Country of ref document: EP

Kind code of ref document: A1