JP4335889B2 - Route estimation method, apparatus and program - Google Patents
Route estimation method, apparatus and program Download PDFInfo
- Publication number
- JP4335889B2 JP4335889B2 JP2006144107A JP2006144107A JP4335889B2 JP 4335889 B2 JP4335889 B2 JP 4335889B2 JP 2006144107 A JP2006144107 A JP 2006144107A JP 2006144107 A JP2006144107 A JP 2006144107A JP 4335889 B2 JP4335889 B2 JP 4335889B2
- Authority
- JP
- Japan
- Prior art keywords
- lsp
- information
- route
- traffic
- storage means
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Description
本発明は、経路推定方法及び装置及びプログラムに係り、特に、OSPF(Open Shortest Path First)などのIP(Internet Protocol)ルーティング、及びRSVP-TE(Resource Reservation Signaling Protocol for Traffic Engineering)やLDP(Label Distribution Protocol)が動作するMPLS(Multi Protocol Label Switching)ネットワークにおいて、LDPやRSVP-TEの様々な設定のLSP(Label Switched Path)が設定され、また、RSVP-TEのLSPにはFRR(Fast Reroute)や、Backup LSPなどのプロテクション方式が設定されている環境下で、IPトラフィックやMPLSトラフィックの経路が、故障発生時または、故障復旧時にどのように変化するかを推定するための経路推定方法及び装置及びプログラムに関する。 The present invention relates to a path estimation method, apparatus, and program, and in particular, IP (Internet Protocol) routing such as OSPF (Open Shortest Path First), RSVP-TE (Resource Reservation Signaling Protocol for Traffic Engineering) and LDP (Label Distribution). In an MPLS (Multi Protocol Label Switching) network that operates Protocol), LSP (Label Switched Path) with various settings of LDP and RSVP-TE is set, and RSVP-TE LSP has FRR (Fast Reroute) and A path estimation method and apparatus for estimating how a path of IP traffic or MPLS traffic changes when a failure occurs or recovers from a failure in an environment where a protection method such as Backup LSP is set Regarding the program.
近年、トラフィックエンジニアリングやIP-VPNなどを実現する技術として、MPLSが注目されている。MPLSでは、ラベルの配布により経路が決定されるが、その方法には、LDPのようにIGP(Interior Gateway Protocol)の最短経路に従う方法と、RSVP-TE(例えば、非特許文献1参照)のように経路を明示的に指定し、さらに、ネットワークの帯域を予約する方法がある。
In recent years, MPLS has attracted attention as a technology for realizing traffic engineering and IP-VPN. In MPLS, the route is determined by the distribution of the label. The methods include the method of following the shortest route of IGP (Interior Gateway Protocol) like LDP and RSVP-TE (see
RSVP-TEでは、シグナリングメッセージでExplicit Routeを指定することができ、その指定方法には、全ての通過ノードを指定するStrict指定と、指定されたノード間の経路は、IGPの最短経路に従うLoose指定がある。また、LSP毎に要求帯域を指定し、帯域を確保することができる。したがって、前述で決定した経路上のリンクに要求帯域の空きがない場合は、LSPを設定することができない。 In RSVP-TE, Explicit Route can be specified in a signaling message. The specification method includes Strict specification that specifies all passing nodes, and the Loose specification that follows the shortest route of IGP for the route between the specified nodes. There is. In addition, it is possible to secure a bandwidth by designating a required bandwidth for each LSP. Therefore, LSP cannot be set when there is no available bandwidth in the link on the route determined above.
また、RSVP-TEでは、故障発生時にLSPを迂回させるプロテクション方式を設定することができる。プロテクション方式は大きく分けてLocal RepairとGlobal Repairの2つである。Local Repairは、LSPの故障箇所を部分的に、かつ、高速に迂回する方式で、FRR(例えば、非特許文献2参照)とも呼ばれる。図14に示すように、FRRには、1本のLSPの全てのノード・リンクを保護するようにノードが自動でDetour LSPをCSPFアルゴリズムにより計算し設定するOne-to-one Backupと、特定のリンク・ノードを保護し、複数のトンネルを同時に迂回可能なFacility Backupがある。Facility Backupの迂回路は、Bypass LSPと呼ばれ、ノードがCSPFアルゴリズムにより自動で計算する方法と、LSPと同様、Explicit Routeを指定する方法がある。Detour LSPやBypass LSPにおいて、迂回路の始点となるLSP上のノードをPLR(Point of Local Repair)、迂回路の終点となるLSP上のノードをMP(Merge Point)と呼ぶ。故障復旧時には、自動的に元の経路に戻ることが多い。Global Repairは、LSPのIngress-Egressノード間で新たなLSPに切り替える方式で、予備のLSP(Backup LSP)を予め設定しておき、故障発生がIngressノードに通知されると、Backup LSPに切り替えるという方法がある。この場合、故障復旧時に元のLSPに自動的に切り戻るか、戻らないかは、設定によって決めることが可能である。また、故障箇所がLoose指定区間にある場合、経路の再計算を行うことによって経路が発見されれば、Ingressノードで新経路に切り替わり、Global Repairが実行される。但し、経路の再計算で経路が発見されてもその経路に要求帯域分の空きが無ければ、迂回することはできない。 In RSVP-TE, it is possible to set a protection method that bypasses the LSP when a failure occurs. There are two protection methods: Local Repair and Global Repair. Local Repair is a method of partially and rapidly bypassing a failure location of an LSP, and is also called FRR (see Non-Patent Document 2, for example). As shown in FIG. 14, FRR includes a one-to-one backup in which a node automatically calculates and configures a Detour LSP using the CSPF algorithm to protect all nodes and links of one LSP, There is Facility Backup that protects link nodes and can bypass multiple tunnels simultaneously. The bypass path of Facility Backup is called Bypass LSP, and there are a method in which the node automatically calculates by the CSPF algorithm and a method to specify the Explicit Route as in the LSP. In the Detour LSP and Bypass LSP, the node on the LSP that is the starting point of the detour is called PLR (Point of Local Repair), and the node on the LSP that is the end point of the detour is called MP (Merge Point). When recovering from a failure, it often returns automatically to the original route. Global Repair is a method of switching to a new LSP between Ingress-Egress nodes of an LSP. A spare LSP (Backup LSP) is set in advance, and when a failure occurs is notified to the Ingress node, it is switched to the Backup LSP. There is a way. In this case, whether or not to automatically switch back to the original LSP at the time of failure recovery can be determined by setting. In addition, when the failure location is in the loose designated section, if a route is found by performing recalculation of the route, the Ingress node switches to a new route and Global Repair is executed. However, even if a route is found by recalculation of the route, it cannot be bypassed if there is no available bandwidth for the requested bandwidth.
このように、RSVP-TEでは、LSPやプロテクション方式の設定方法により、故障発生または故障復旧時の経路の変化の仕方は大きく異なり、また、RSVP-TEのLSPを流れるトラフィックもLSPの経路変化に追従して変化する。一方、LDPのLSPやトラフィック、及びIPトラフィックは、経路指定や帯域予約を行わないので、故障発生時にもネットワーク中で正常に存在するリソースを用いて最短経路を計算し、経路が発見されなければその経路で通信を行う。 In this way, in RSVP-TE, the path change method at the time of failure occurrence or failure recovery varies greatly depending on the setting method of LSP and protection method, and the traffic flowing through the RSVP-TE LSP also changes to the LSP path change. Follow and change. On the other hand, LSP LSP, traffic, and IP traffic are not routed or reserved for bandwidth, so even if a failure occurs, the shortest route is calculated using resources that normally exist in the network, and the route must be discovered. Communication is performed along that route.
このように、IPとMPLSが混在するネットワークにおいて、故障発生または故障復旧時の経路の変動を知るためには、複雑な計算を要するが、これを自動的に計算・推定するシミュレータは従来技術として存在する(例えば、非特許文献3参照)。
しかし、RSVP-TEのExplicit Routeや予約帯域、FRR設定やBackup LSP設定など、設定の組み合わせや他のLSPの予約帯域を考慮して経路を推定する方法ではなく、実際のIP/MPLSネットワークの経路変動をシミュレートするには正確性に欠けるものであった。また、故障発生時のプロテクション能力が高いネットワークを構築するためのLSPやプロテクションを設計する際に、故障発生時の経路変化を手動で計算し、推定するのは非常に困難であった。 However, the route of the actual IP / MPLS network is not a method of estimating the route taking into account the combination of settings such as the explicit route and reserved bandwidth of RSVP-TE, FRR setting and Backup LSP setting, and the reserved bandwidth of other LSP. It was not accurate to simulate the fluctuations. Also, when designing an LSP or protection to build a network with high protection capability at the time of failure, it was very difficult to manually calculate and estimate the path change at the time of failure.
本発明は、上記の点に鑑みなされたもので、MPLSとIPが混在したネットワークにおいて、故障が発生した場合の経路を正しく推定することが可能な経路推定方法及び装置及びプログラムを提供することを目的とする。 The present invention has been made in view of the above points, and provides a route estimation method, apparatus, and program capable of correctly estimating a route when a failure occurs in a network in which MPLS and IP are mixed. Objective.
図1は、本発明の原理を説明するための図である。 FIG. 1 is a diagram for explaining the principle of the present invention.
本発明(請求項1)は、OSPFを含むIPルーティング、及びRSVP-TEやLDPが動作するMPLSネットワークに、LSP及び、該LSPにFRRやBackup LSPを含む代替経路が設定され、IP及びMPLSのトラフィック通信が行われている状況下で、あるリンクまたはノードで故障が発生した場合のLSPやトラフィックの経路変化を推定する故障発生時の経路推定方法であって、
情報取得手段が、ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC情報、及び故障発生箇所の位置情報を表す故障発生位置情報を取得し、情報記憶手段に格納する情報取得ステップ(ステップ1)と、
RSVP-TE-LSP経路計算手段が、情報記憶手段を参照し、LSP情報のうち、RSVP-TEのLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するRSVP-TE-LSP経路計算ステップ(ステップ2)と、
LSP経路計算手段が、情報記憶手段を参照し、LSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するLSP経路計算ステップ(ステップ3)と、
MPLSトラフィック経路計算手段が、情報記憶手段に格納されているトラフィック情報のうち、MPLSのトラフィック情報を取得し、情報記憶手段に格納されているFEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を計算済みLSP記憶手段から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段に格納するMPLSトラフィック経路計算ステップ(ステップ4)と、
IPトラフィック経路計算手段が、情報記憶手段に格納されているトラフィック情報のうち、IPのトラフィック情報を取得し、故障発生による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段に格納するIPトラフィック経路計算ステップ(ステップ5)と、
経路出力手段が、計算済みLSP記憶手段及び計算済みトラフィック記憶手段に格納されたLSP及びトラフィック毎の経路を出力する経路出力ステップ(ステップ6)と、を行う。
In the present invention (Claim 1), an IP routing including OSPF, and an MPLS network in which RSVP-TE and LDP operate, an LSP and an alternative route including FRR and Backup LSP are set in the LSP. A route estimation method at the time of failure occurrence that estimates the LSP and traffic route change when a failure occurs in a certain link or node under the situation where traffic communication is performed,
The information acquisition means communicates topology information representing the connection relationship of each node of the network, individual setting information of LSP groups set in the network, LSP information representing the use route and state, and communication. Information acquisition step (step 1) of acquiring traffic occurrence information, FEC information associating the LSP and MPLS traffic, and failure occurrence location information indicating location information of the failure occurrence location, and storing them in the information storage means;
The RSVP-TE-LSP route calculation means refers to the information storage means, obtains the RSVP-TE LSP information out of the LSP information, calculates the change in the route due to the occurrence of the failure, and uses the new LSP route and status. RSVP-TE-LSP path calculation step (step 2) for storing the information in the calculated LSP storage means;
The LSP path calculation means refers to the information storage means, acquires LSP information other than RSVP-TE among the LSP information, calculates the path change due to the occurrence of a failure, and calculates the new used path and status of the LSP LSP route calculation step (step 3) to be stored in the LSP storage means;
The MPLS traffic route calculation means acquires MPLS traffic information from the traffic information stored in the information storage means, refers to the FEC information stored in the information storage means, and is associated with MPLS traffic. MPLS traffic route calculation step (step 4) for acquiring the new usage route from the calculated LSP storage means, and storing the new usage route in the calculated traffic storage means as the new usage route of the MPLS traffic;
IP traffic route calculation means obtains IP traffic information from the traffic information stored in the information storage means, calculates the change in the route due to the occurrence of a failure, and calculates the new usage route of IP traffic. IP traffic route calculation step (step 5) to be stored in
The route output means performs a route output step (step 6) for outputting the LSP stored in the calculated LSP storage means and the calculated traffic storage means and the route for each traffic.
また、本発明(請求項2)は、RSVP-TE-LSP経路計算ステップ(ステップ2)において、
LSP分類手段が、情報記憶手段のRSVP-TEのLSP情報を参照して、故障発生によって影響を受けるLSP群と、故障発生によって影響を受けないLSP群に分類し、LSP情報と共に分類毎にLSP分類記憶手段に格納するLSP分類ステップ(ステップ21)と、
影響なしLSP計算手段が、LSP分類記憶手段から、故障発生によって影響を受けないLSP群を取得し、該LSP群をLSP情報と共に計算済みLSP記憶手段に格納する影響なしLSP計算ステップ(ステップ22)と、
影響ありLSP計算手段が、LSP分類記憶手段から、故障発生によって影響を受けるLSP群のうち、計算済みLSP記憶手段を参照してまだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と故障発生位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段に格納する影響ありLSP計算ステップ(ステップ23)と、
計算済みとなっていないLSPを取得できなくなるまで、影響ありLSP計算ステップ(ステップ23)を繰り返す。
Further, the present invention (Claim 2) provides an RSVP-TE-LSP route calculation step (Step 2).
The LSP classification means refers to the LSP information of the RSVP-TE in the information storage means and classifies the LSP group that is affected by the occurrence of the failure and the LSP group that is not affected by the occurrence of the failure. An LSP classification step (step 21) to be stored in the classification storage means;
An unaffected LSP calculation means acquires an LSP group that is not affected by the occurrence of a failure from the LSP classification storage means, and stores the LSP group in the calculated LSP storage means together with LSP information (step 22). When,
The affected LSP calculation means acquires one LSP that has not been calculated yet from the LSP classification storage means by referring to the calculated LSP storage means from among the LSP groups affected by the occurrence of the failure. An LSP calculation step (step 23) having an effect of referring to the LSP information and the failure occurrence position information, calculating a new use route and state, and storing the LSP together with the new LSP information in the calculated LSP storage means;
The affected LSP calculation step (step 23) is repeated until an LSP that has not been calculated cannot be acquired.
また、本発明(請求項3)は、ある1つの箇所で故障が発生した場合の経路推定を行う場合に、
RSVP-TE-LSP経路計算ステップのLSP分類ステップ(ステップ21)において、
故障発生によって影響を受けるLSP群を、更に、LSP情報の中の利用経路が故障発生箇所を通過するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎にLSP分類記憶手段に格納し、
RSVP-TE-LSP経路計算ステップの影響ありLSP計算ステップ(ステップ23)において、
LSP情報の中の利用経路が故障発生箇所を通過するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する。
In the present invention (Claim 3), when performing a route estimation when a failure occurs in a certain place,
In the LSP classification step (step 21) of the RSVP-TE-LSP route calculation step,
The LSP groups that are affected by the occurrence of a failure are further classified into an LSP group in which the usage route in the LSP information passes through the failure occurrence location, and an LSP group that may change from a failure state to a success state. Store in LSP classification storage means for each classification together with LSP information,
Influenced by RSVP-TE-LSP path calculation step In the LSP calculation step (step 23),
The LSP group in which the usage route in the LSP information passes through the failure occurrence location is calculated first, and the LSP group that may change from the failed state to the successful state is calculated later.
本発明(請求項4)は、OSPFを含むIPルーティング、及びRSVP-TEやLDPが動作するMPLSネットワークに、LSP及び、該LSPにFRRやBackup LSPを含む代替経路が設定され、IP及びMPLSのトラフィック通信が行われている状況下で、あるリンクまたはノードの故障が復旧した場合のLSPやトラフィックの経路変化を推定する故障復旧時の経路推定方法であって、
情報取得手段が、ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC情報、及び故障復旧箇所の位置情報を表す故障復旧位置情報を取得し、情報記憶手段に格納する情報取得ステップ(ステップ1)と、
RSVP-TE-LSP経路計算手段が、情報記憶手段を参照し、LSP情報のうち、RSVP-TEのLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するRSVP-TE-LSP経路計算ステップ(ステップ2)と、
LSP経路計算手段が、情報記憶手段に格納されているLSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するLSP経路計算ステップ(ステップ3)と、
MPLSトラフィック経路計算手段が、情報記憶手段に格納されているトラフィック情報のうち、MPLSのトラフィック情報を取得し、情報記憶手段に格納されているFEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を計算済みLSP記憶手段から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段に格納するMPLSトラフィック経路計算ステップ(ステップ4)と、
IPトラフィック経路計算手段が、情報記憶手段に格納されている、トラフィック情報のうち、IPのトラフィック情報を取得し、故障復旧による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段に格納するIPトラフィック経路計算ステップ(ステップ5)と、
経路出力手段が、計算済みLSP記憶手段及び計算済みトラフィック記憶手段に格納されたLSP及びトラフィック毎の経路を出力する経路出力ステップ(ステップ6)と、を行う。
In the present invention (Claim 4), an IP routing including OSPF, and an MPLS network in which RSVP-TE and LDP operate, an LSP and an alternative route including FRR and Backup LSP are set in the LSP. It is a route estimation method at the time of failure recovery that estimates LSP and traffic route change when a link or node failure is recovered under the situation where traffic communication is performed,
The information acquisition means communicates topology information representing the connection relationship of each node of the network, individual setting information of LSP groups set in the network, LSP information representing the use route and state, and communication. Information acquisition step (step 1) for acquiring traffic recovery information, FEC information for associating the LSP and MPLS traffic, and failure recovery location information indicating location information of the failure recovery location, and storing the information in the information storage means;
The RSVP-TE-LSP route calculation means refers to the information storage means, obtains the RSVP-TE LSP information out of the LSP information, calculates the change in the route due to the failure recovery, and uses the new LSP route and status RSVP-TE-LSP path calculation step (step 2) for storing the information in the calculated LSP storage means;
The LSP route calculation means obtains LSP information other than RSVP-TE from the LSP information stored in the information storage means, calculates the change of the route due to failure recovery, and calculates the new usage route and status of the LSP LSP route calculation step (step 3) to be stored in the stored LSP storage means;
The MPLS traffic route calculation means acquires MPLS traffic information from the traffic information stored in the information storage means, refers to the FEC information stored in the information storage means, and is associated with MPLS traffic. MPLS traffic route calculation step (step 4) for acquiring the new usage route from the calculated LSP storage means, and storing the new usage route in the calculated traffic storage means as the new usage route of the MPLS traffic;
The IP traffic route calculation means obtains IP traffic information from the traffic information stored in the information storage means, calculates the change in the route due to failure recovery, and calculates the new usage route of the IP traffic. IP traffic route calculation step (step 5) stored in the means;
The route output means performs a route output step (step 6) for outputting the LSP stored in the calculated LSP storage means and the calculated traffic storage means and the route for each traffic.
また、本発明(請求項5)は、RSVP-TE-LSP経路計算ステップ(ステップ2)において、
LSP分類手段が、情報記憶手段に格納されているRSVP-TEのLSP情報を参照して、故障復旧によって影響を受けるLSP群と、故障復旧によって影響を受けないLSP群に分類し、LSP情報と共に分類毎にLSP分類記憶手段に格納するLSP分類ステップ(ステップ21)と、
影響なしLSP計算手段が、LSP分類記憶手段から、故障復旧によって影響を受けないLSP群を取得し、該LSP群をLSP情報と共に計算済みLSP記憶手段に格納する影響なしLSP計算ステップ(ステップ22)と、
影響ありLSP計算手段が、LSP分類記憶手段の故障復旧によって影響を受けるLSP群から、計算済みLSP記憶手段を参照して、まだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と故障復旧位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段に格納する影響ありLSP計算ステップ(ステップ23)と、
計算済みとなっていないLSPを取得できなくなるまで、影響ありLSP計算ステップ(ステップ23)を繰り返す。
Further, the present invention (Claim 5) provides an RSVP-TE-LSP route calculation step (Step 2).
The LSP classification means refers to the RSVP-TE LSP information stored in the information storage means, classifies the LSP group that is affected by failure recovery and the LSP group that is not affected by failure recovery, along with the LSP information. An LSP classification step (step 21) for storing in the LSP classification storage means for each classification;
An unaffected LSP calculation means acquires an LSP group that is not affected by failure recovery from the LSP classification storage means, and stores the LSP group in the calculated LSP storage means together with LSP information (step 22). When,
The affected LSP calculation means obtains one LSP that has not been calculated yet by referring to the calculated LSP storage means from the LSP group affected by the failure recovery of the LSP classification storage means, and the LSP of the LSP An LSP calculation step (step 23) having an influence that refers to the information and the failure recovery position information, calculates a new usage route and state, and stores the LSP in the calculated LSP storage means together with the new LSP information;
The affected LSP calculation step (step 23) is repeated until an LSP that has not been calculated cannot be acquired.
また、本発明(請求項6)は、ある1つの箇所で故障が復旧した場合の経路推定を行う場合に、
RSVP-TE-LSP経路計算ステップのLSP分類ステップ(ステップ21)において、
故障復旧によって影響を受けるLSP群を、更に、LSP情報の中の利用経路が故障復旧による変化するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎にLSP分類記憶手段に格納し、
RSVP-TE-LSP経路計算ステップの影響ありLSP計算ステップ(ステップ23)において、
LSP情報の中の利用経路が故障復旧により変化するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する。
In the present invention (Claim 6), when performing route estimation when a failure is recovered at a certain point,
In the LSP classification step (step 21) of the RSVP-TE-LSP route calculation step,
The LSP group affected by the failure recovery is further classified into an LSP group in which the use path in the LSP information changes due to the failure recovery and an LSP group that may change from the failure state to the success state, and the LSP group Store in the LSP classification storage means for each classification along with the information,
Influenced by RSVP-TE-LSP path calculation step In the LSP calculation step (step 23),
The LSP group whose usage path in the LSP information changes due to failure recovery is calculated first, and the LSP group that may change from the failed state to the successful state is calculated later.
図2は、本発明の原理構成図である。 FIG. 2 is a principle configuration diagram of the present invention.
本発明(請求項7)は、OSPFを含むIPルーティング、及びRSVP-TEやLDPが動作するMPLSネットワークに、LSP及び、該LSPにFRRやBackup LSPを含む代替経路が設定され、IP及びMPLSのトラフィック通信が行われている状況下で、あるリンクまたはノードで故障が発生した場合のLSPやトラフィックの経路変化を推定する故障発生時の経路推定装置であって、
ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC情報、及び故障発生箇所の位置情報を表す故障発生位置情報を取得し、情報記憶手段170に格納する情報取得手段110と、
情報記憶手段170を参照し、LSP情報のうち、RSVP-TEのLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段180に格納するRSVP-TE-LSP経路計算手段120と、
情報記憶手段170を参照し、LSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段180に格納するLSP経路計算手段130と、
情報記憶手段170に格納されているトラフィック情報のうち、MPLSのトラフィック情報を取得し、情報記憶手段170に格納されているFEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を計算済みLSP記憶手段180から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段190に格納するMPLSトラフィック経路計算手段140と、
情報記憶手段170に格納されているトラフィック情報のうち、IPのトラフィック情報を取得し、故障発生による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段190に格納するIPトラフィック経路計算手段150と、
計算済みLSP記憶手段180及び計算済みトラフィック記憶手段190に格納されたLSP及びトラフィック毎の経路を出力する経路出力手段160と、を有する。
In the present invention (Claim 7), an IP routing including OSPF, and an MPLS network in which RSVP-TE and LDP operate, an LSP and an alternative route including FRR and Backup LSP are set in the LSP, and the IP and MPLS A route estimation device at the time of failure occurrence that estimates the LSP and traffic route change when a failure occurs in a certain link or node under the situation where traffic communication is performed,
Topology information representing the connection relationship of each node of the network, LSP information representing individual setting information, usage route and state of LSP groups set in the network, traffic information on which communication is performed, and FEC information that associates the LSP and MPLS traffic, and failure occurrence position information that represents the location information of the failure occurrence location, information acquisition means 110 that stores in the information storage means 170,
Referring to the
The LSP information other than RSVP-TE is acquired from the LSP information by referring to the
Among the traffic information stored in the
IP traffic that obtains IP traffic information from the traffic information stored in the
A
また、本発明(請求項8)は、RSVP-TE-LSP経路計算手段120において、
情報記憶手段170のRSVP-TEのLSP情報を参照して、故障発生によって影響を受けるLSP群と、故障発生によって影響を受けないLSP群に分類し、LSP情報と共に分類毎にLSP分類記憶手段124に格納するLSP分類手段121と、
LSP分類記憶手段124から、故障発生によって影響を受けないLSP群を取得し、該LSP群をLSP情報と共に計算済みLSP記憶手段180に格納する影響なしLSP計算手段122と、
LSP分類記憶手段124から、故障発生によって影響を受けるLSP群のうち、計算済みLSP記憶手段180を参照してまだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と故障発生位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段180に格納する処理を計算済みとなっていないLSPを取得できなくなるまで繰り返す影響ありLSP計算手段123と、を有する。
Further, the present invention (claim 8) is the RSVP-TE-LSP route calculation means 120,
With reference to the RSVP-TE LSP information in the
An unaffected
From the LSP
また、本発明(請求項9)は、ある1つの箇所で故障が発生した場合の経路推定を行う場合に、
RSVP-TE-LSP経路計算手段120のLSP分類手段121は、
故障発生によって影響を受けるLSP群を、更に、LSP情報の中の利用経路が故障発生箇所を通過するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎にLSP分類記憶手段124に格納する手段を含み、
RSVP-TE-LSP経路計算手段120の影響ありLSP計算手段123は、
LSP情報の中の利用経路が故障発生箇所を通過するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する手段を含む。
In the present invention (Claim 9), when performing a route estimation when a failure occurs in a certain place,
The LSP classification means 121 of the RSVP-TE-LSP route calculation means 120 is:
The LSP groups that are affected by the occurrence of a failure are further classified into an LSP group in which the usage route in the LSP information passes through the failure occurrence location, and an LSP group that may change from a failure state to a success state. Means for storing in the LSP classification storage means 124 for each classification together with the LSP information;
The LSP calculation means 123 having an influence of the RSVP-TE-LSP route calculation means 120 is:
Means for calculating first the LSP group whose usage route in the LSP information passes through the failure occurrence location and calculating the LSP group that may change from the failed state to the successful state later;
本発明(請求項10)は、OSPFを含むIPルーティング、及びRSVP-TEやLDPが動作するMPLSネットワークに、LSP及び、該LSPにFRRやBackup LSPを含む代替経路が設定され、IP及びMPLSのトラフィック通信が行われている状況下で、あるリンクまたはノードの故障が復旧した場合のLSPやトラフィックの経路変化を推定する故障復旧時の経路推定装置であって、
ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC情報、及び故障復旧箇所の位置情報を表す故障復旧位置情報を取得し、情報記憶手段170に格納する情報取得手段110と、
情報記憶手段170を参照し、LSP情報のうち、RSVP-TEのLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段180に格納するRSVP-TE-LSP経路計算手段120と、
情報記憶手段170に格納されているLSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段180に格納するLSP経路計算手段130と、
情報記憶手段170に格納されているトラフィック情報のうち、MPLSのトラフィック情報を取得し、情報記憶手段170に格納されているFEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を計算済みLSP記憶手段180から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段190に格納するMPLSトラフィック経路計算手段140と、
情報記憶手段170に格納されている、トラフィック情報のうち、IPのトラフィック情報を取得し、故障復旧による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段190に格納するIPトラフィック経路計算手段150と、
計算済みLSP記憶手段180及び計算済みトラフィック記憶手段190に格納されたLSP及びトラフィック毎の経路を出力する経路出力手段160と、を有する。
In the present invention (Claim 10), an IP routing including OSPF, and an MPLS network in which RSVP-TE and LDP operate, an LSP and an alternative route including FRR and Backup LSP are set in the LSP. A route estimation device at the time of failure recovery that estimates the LSP and traffic route change when a failure of a certain link or node is recovered in a situation where traffic communication is performed,
Topology information representing the connection relationship of each node of the network, LSP information representing individual setting information, usage route and state of LSP groups set in the network, traffic information on which communication is performed, and FEC information that associates the LSP and MPLS traffic, and failure recovery location information that represents location information of the failure recovery location, information acquisition means 110 that stores in the information storage means 170,
Referring to the
Of the LSP information stored in the
Among the traffic information stored in the
The IP traffic information stored in the
A
また、本発明(請求項11)は、RSVP-TE-LSP経路計算手段120において、
情報記憶手段170に格納されているRSVP-TEのLSP情報を参照して、故障復旧によって影響を受けるLSP群と、故障復旧によって影響を受けないLSP群に分類し、LSP情報と共に分類毎にLSP分類記憶手段124に格納するLSP分類手段121と、
LSP分類記憶手段124から、故障復旧によって影響を受けないLSP群を取得し、該LSP群をLSP情報と共に計算済みLSP記憶手段180に格納する影響なしLSP計算手段122と、
LSP分類記憶手段124の故障復旧によって影響を受けるLSP群から、計算済みLSP記憶手段180を参照して、まだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と故障復旧位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段180に格納する処理を、計算済みとなっていないLSPを取得できなくなるまで繰り返す影響ありLSP計算手段123と、を有する。
Further, the present invention (claim 11) is the RSVP-TE-LSP route calculation means 120,
Refer to the RSVP-TE LSP information stored in the information storage means 170 and classify the LSP group affected by the failure recovery and the LSP group not affected by the failure recovery. LSP classification means 121 stored in the classification storage means 124;
An unaffected
From the LSP group affected by the failure recovery of the LSP
また、本発明(請求項12)は、ある1つの箇所で故障が復旧した場合の経路推定を行う場合に、
RSVP-TE-LSP経路計算手段120のLSP分類手段121は、
故障復旧によって影響を受けるLSP群を、更に、LSP情報の中の利用経路が故障復旧による変化するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎にLSP分類記憶手段124に格納する手段を含み、
RSVP-TE-LSP経路計算手段120の影響ありLSP計算手段123は、
LSP情報の中の利用経路が故障復旧により変化するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する手段を含む。
In the present invention (Claim 12), when performing route estimation when a failure is recovered at a certain point,
The LSP classification means 121 of the RSVP-TE-LSP route calculation means 120 is:
The LSP group affected by the failure recovery is further classified into an LSP group in which the use path in the LSP information changes due to the failure recovery and an LSP group that may change from the failure state to the success state, and the LSP group Means for storing in the LSP classification storage means 124 for each classification together with information,
The LSP calculation means 123 having an influence of the RSVP-TE-LSP route calculation means 120 is:
It includes means for first calculating an LSP group whose usage path in the LSP information changes due to failure recovery, and later calculating an LSP group that may change from a failed state to a successful state.
本発明(請求項13)は、コンピュータに、
請求項7乃至12記載の経路推定装置の各手段を実行させる経路推定プログラムである。
The present invention (Claim 13) provides a computer with:
A route estimation program for executing each means of the route estimation device according to claim 7.
上記のように本発明によれば、IPトラフィックやMPLSトラフィックが混在するネットワークにおいて、特に、RSVP-TEでは、LSP毎に異なる経路設定や予約帯域設定がなされている場合や、LSP毎に異なるプロテクション方式が設定されている場合、故障発生時または故障復旧時の経路の変化の仕方がLSP毎に異なる。故障発生時には、どのLSPが通信断になったか、また、迂回によってトラフィックが集中しているリソースがないか、など、経路の変化を自動的に、かつ、できるだけ正確に推定する必要がある。また、LSPの経路を設計したり、プロテクション方式を設計したりする際に、故障発生や復旧を想定した正確なシミュレーションが必要である。 As described above, according to the present invention, in a network in which IP traffic and MPLS traffic are mixed, especially in RSVP-TE, when different route settings or reserved bandwidth settings are made for each LSP, or for different protections for each LSP. When the method is set, the way the path changes when a failure occurs or when a failure is restored differs for each LSP. When a failure occurs, it is necessary to automatically and as accurately as possible estimate the change in the route, such as which LSP has lost communication and whether there is a resource where traffic is concentrated due to detours. In addition, when designing the LSP route or designing the protection method, accurate simulation that assumes failure occurrence and recovery is required.
本発明は、このような問題に対し、様々な設定のRSVP-TEのLSPや、IPトラフィック、MPLSトラフィックが混在するネットワークにおいて、故障発生時、または、故障復旧時の経路の変化をできるだけ正確に推定することが可能である。 The present invention solves such a problem as accurately as possible by changing the path at the time of failure occurrence or failure recovery in a network where RSVP-TE LSP of various settings, IP traffic, and MPLS traffic are mixed. It is possible to estimate.
また、LSPやFRR(Fast Re Routing)をネットワークに設定する際、本発明により、故障発生・復旧時の経路を正確にシミュレートすることが可能となる。 Further, when LSP and FRR (Fast Re Routing) are set in a network, the present invention makes it possible to accurately simulate a path when a failure occurs and is restored.
以下、図面と共に本発明の実施の形態を説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[第1の実施の形態]
本実施の形態では、あるリンクやノードで故障が発生した場合にトラフィックの経路変化を推定する場合について説明する。
[First embodiment]
In the present embodiment, a case will be described in which a traffic path change is estimated when a failure occurs in a certain link or node.
図3は、本発明の第1の実施の形態における故障発生時の経路推定装置の構成を示す。 FIG. 3 shows the configuration of the path estimation apparatus when a failure occurs in the first embodiment of the present invention.
同図に示す経路推定装置は、情報取得部110、RSVP-TE-LSP経路計算部120、LSP経路計算部130、MPLSトラフィック経路計算部140、IPトラフィック経路計算部150、経路出力部160、情報記憶部170、計算済みLSP記憶部180、計算済みトラフィック記憶部190から構成され、トポロジ情報、LSP情報、トラフィック情報、FEC(Forward Equivalence Class)情報、故障発生位置情報が入力され、LSPとトラフィック個々の経路が出力される。
The route estimation apparatus shown in the figure includes an
RSVP-TE-LSP経路計算部120は、LSP分類部121、影響なしLSP計算部122、影響ありLSP計算部123、LSP分類記憶部124、予約帯域記憶部125を有する。
The RSVP-TE-LSP
なお、上記の情報記憶部170、計算済みLSP記憶部180、計算済みトラフィック記憶部190、及び予約帯域記憶部125は、ハードディスク装置等の記憶手段である。
The
図4、図5は、本発明の第1の実施の形態における動作のフローチャートである。 4 and 5 are flowcharts of operations in the first embodiment of the present invention.
ステップ101) まず、情報取得部110において、ネットワークの各ノードの接続関係を表したトポロジ情報を取得し、情報記憶部170に格納する。トポロジ情報には、各ノードの接続関係のほか、各リンクのメトリック値及び帯域を含む。
Step 101) First, the
ステップ102) 次に、情報取得部110は、ネットワークに接続されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報を取得し、情報記憶部170に格納する。ここで、LSP情報では、主経路として用いるRSVP-TEやLDPのPrimary LSPの他に、FRR経路として設定されるDetour LSP及びBypass LSP、Backup LSPも1つのRSVP-TE-LSPとして独立に扱う。LSP情報におけるLSPの設定情報は、ID番号、LSP種別、Ingress(PLR)ノード、Egress(MP)ノード、要求経路(RSVP-TE-LSPの場合のみ)、要求帯域(RSVP-TE-LSPの場合のみ)、プロテクション方式(RSVP-TE-LSPのPrimary LSPの場合のみ)を含む。ここで、本実施の形態では、LSP種別は、RSVP-TEとLDPの2種類が存在するものとする。
Step 102) Next, the
LSP情報における状態は、RSVP-TE-LSPのみを対象とし、本実施の形態におけるRSVP-TEの状態を図6に示す。 The state in the LSP information covers only RSVP-TE-LSP, and FIG. 6 shows the state of RSVP-TE in the present embodiment.
同図において、
・「Success」状態:RSVP-TE-LSP上に故障がなく、かつ、予約帯域オーバ箇所がない状態を表す。
・「Success(FRR)」状態:RSVP-TEのPrimary LSPのみを対象とし、LSP上に既に故障が発生しているが、FRRの迂回経路により故障を回避している状態を表す。
・「Success(FRR, Backup)」状態:RSVP-TEのPrimary LSPのみを対象とし、LSP上に既に故障が発生しているが、FRRの迂回経路により故障を回避し、その後、Backup LSPによりGlobal Repairが行われている状態を表す。
・「Failure(Backup)」状態:RSVP-TEのPrimary LSPのみを対象とし、LSP上に既に故障が発生しているが、Backup LSPによりGlobal Repairが行われている状態を表す。
・「Failure(No Route)」状態:LSP上に既に故障が発生していたり、ノード等が存在しないため、経路が切断されている状態を表す。
・「Failure(No Bandwidth)」状態:RSVP-TE-LSPのみを対象とし、LSP上に故障は発生していないが、予約帯域オーバ箇所がある状態を表す。
In the figure,
“Success” state: This represents a state in which there is no failure on the RSVP-TE-LSP and there is no reserved bandwidth over location.
• “Success (FRR)” state: Indicates a state in which only the RSVP-TE Primary LSP is targeted and a failure has already occurred on the LSP, but the failure is avoided by the FRR detour path.
-"Success (FRR, Backup)" state: Only the RSVP-TE Primary LSP is targeted, and a failure has already occurred on the LSP, but the failure is avoided by the FRR detour, and then globalized by the Backup LSP. Indicates that repair is being performed.
-“Failure (Backup)” state: Only the RSVP-TE Primary LSP is targeted, and a failure has already occurred on the LSP, but this indicates a state where Global Repair is being performed by the Backup LSP.
“Failure (No Route)” state: A state in which a route has been disconnected because a failure has already occurred on the LSP or a node or the like does not exist.
-“Failure (No Bandwidth)” state: Indicates that only RSVP-TE-LSP is targeted and there is no failure on the LSP, but there is a reserved bandwidth over location.
本実施の形態においては、最初に取得されるLSPの状態には、Success、Failure(No Route)、Failure(No Bandwidth)のみが存在し、既存故障はないものとする。 In the present embodiment, only the Success, Failure (No Route), and Failure (No Bandwidth) are present in the LSP state acquired first, and there is no existing failure.
LSP情報における利用経路は、RSVP-TE-LSPの場合で、かつ、状態が「Success」の場合、LSPが通過するノードをIngressノードからEgressノードまで順に示した情報とし、状態が「Success(FRR)」「Success(FRR, Backup)」の場合、LSPが通過するノード情報及び故障箇所情報とする。RSVP-TE-LSPの場合で、かつ、状態が「Failure(Backup)」「Failure(No Route)」「Failure(No Bandwidth)」の場合、「経路なし」とする。 In the case of RSVP-TE-LSP and the status is “Success”, the usage route in the LSP information is information indicating the nodes through which the LSP passes from the Ingress node to the Egress node in order, and the status is “Success (FRR ) ”“ Success (FRR, Backup) ”, node information and failure location information through which the LSP passes. In the case of RSVP-TE-LSP and the status is “Failure (Backup)”, “Failure (No Route)”, or “Failure (No Bandwidth)”, “no route” is set.
LSPがRSVP-TE-LSP以外の場合は、LSPが通過するノード情報とし、故障などにより通信が切断されている場合、「経路なし」とする。 When the LSP is other than RSVP-TE-LSP, it is node information through which the LSP passes. When communication is disconnected due to a failure or the like, “no route” is set.
ステップ103) 次に、情報取得部110は、ネットワークで通信が行われているトラフィック群の個々のトラフィック情報を取得し、情報記憶部170に格納する。トラフィック情報は、ID番号、トラフィック種別、ソースノード、宛先ノード、利用経路を含む。ここで、利用経路とは、トラフィックが通過するノード情報とし、故障などにより通信が切断されている場合、「経路なし」とする。
Step 103) Next, the
ステップ104) 次に、情報取得部110は、ネットワークに設定されているLSPとMPLSトラフィックを関連付けるFEC情報を取得し、情報記憶部170に格納する。FEC情報には、LSPのID番号と、トラフィックのID番号を関連付ける情報を含む。
Step 104) Next, the
ステップ105) 次に、情報取得部110は、故障発生箇所情報を取得し、情報記憶部170に格納する。故障発生箇所情報は、故障ノード、または、故障リンクで表す。
Step 105) Next, the
ステップ106) RSVP-TE-LSP経路計算部120のLSP分類部121において、情報取得部110で取得し、情報記憶部170に格納されているLSP情報と、故障発生箇所情報を参照し、LSPの分類を行い、分類された情報をLSP分類記憶部124に格納する。当該LSP分類処理を以下に示す。
Step 106) In the
図7は、本発明の第1の実施の形態におけるLSP分類処理のフローチャートである。 FIG. 7 is a flowchart of LSP classification processing according to the first embodiment of this invention.
ここで、影響を受けるRSVP-TE-LSP群のうち、故障発生箇所を通過するRSVP-TE-LSP群をグループA,影響を受けるRSVP-TE-LSP群のうち、失敗状態から成功状態に変化する可能性があるRSVP-TE-LSP群をグループB、影響を受けないRSVP-TE-LSP群をグループC、RSVP-TE以外のLSP群をグループDとする。 Here, among the affected RSVP-TE-LSP groups, the RSVP-TE-LSP group that passes through the location of the failure changes to Group A, and among the affected RSVP-TE-LSP groups, changes from the failed state to the successful state An RSVP-TE-LSP group that may be affected is group B, an unaffected RSVP-TE-LSP group is group C, and an LSP group other than RSVP-TE is group D.
まず、LSP分類部121は、情報記憶部170から取得したLSP情報について、LSPがRSVP-TEのLSPかそうでないかを判定する(ステップ201)。RSVP-TEのLSPでない場合(ステップ201、No)は、当該LSPは、グループDと判定される。RSVP-TEのLSPの場合(ステップ201,Yes)は、次のステップに移る。
First, the
次に、当該LSPの状態が「Failure(No Route)」の場合(ステップ202,Yes)、グループCと判定する。そうでない場合(ステップ202、No)、次のステップに移る。 Next, when the state of the LSP is “Failure (No Route)” (step 202, Yes), it is determined as group C. Otherwise (step 202, No), the process proceeds to the next step.
次に、LSPの状態が「Failure(No Bandwidth)」の場合(ステップ203,Yes)、グループBと判定する。そうでない場合は(ステップ203、No)、次のステップに移る。 Next, when the state of the LSP is “Failure (No Bandwidth)” (step 203, Yes), it is determined as the group B. If not (step 203, No), the process proceeds to the next step.
次に、情報記憶部170から取得した故障発生箇所がLSPの利用経路上にある場合(ステップ204,Yes)、グループAと判定し、そうでない場合は(ステップ204、No)、グループCと判定する。
Next, when the failure occurrence location acquired from the
グループが判定されると、グループ毎にLSP情報をLSP分類記憶部124に格納する。
When the group is determined, the LSP information is stored in the LSP
ステップ107) 次に、影響なしLSP計算部122において、LSP分類記憶部124を参照し、グループC、つまり、影響を受けないRSVP-TE-LSP群の全てのLSPのLSP情報を計算済みLSP記憶部180に格納する。
Step 107) Next, the unaffected
ステップ108) 次に、影響なしLSP計算部122において、グループCの個々のLSPの利用経路と要求帯域を参照し、LSPが通過するリンクに予約帯域を加算し、リンク毎の予約帯域を予約帯域記憶部125に保存する。利用経路が「経路なし」の場合は、予約帯域の加算は行わない。ここで、ステップ101で取得し、情報記憶部170に格納されているトポロジ情報の中に、全てのLSPの要求帯域を足し合わせた、リンク毎の予約帯域情報が含まれている場合は、グループCのLSPの要求帯域を加算するのではなく、グループA及びB、つまり、影響を受けるLSPの個々の利用経路を参照し、当該利用経路のリンクから当該LSPの要求帯域を減算するという処理を行ってもよい。
Step 108) Next, the unaffected
ステップ109) 次に、影響ありLSP計算部123において、LSP分類記憶部124を参照し、グループA、つまり、影響を受けるRSVP-TE-LSP群のうち、故障発生箇所を通過するRSVP-TE-LSP群からまだ計算済みとなっていないLSPを1つ取り出し、新利用経路と新状態を判定する。その動作を以下に示す。
Step 109) Next, in the affected
図8、図9は、本発明の第1の実施の形態におけるグループAのLSPの新利用経路と新状態判定動作のフローチャートである。 8 and 9 are flowcharts of the new usage route and new state determination operation of the LSP of group A in the first embodiment of this invention.
LSPがBypassまたは、Detourまたは、Backupかそうでないかを判定する(ステップ301)。BypassまたはDetourまたはBackupの場合(ステップ301,Yes)、取得した故障発生箇所を取り除いたトポロジにおいて、Ingress(PLR)ノードからEgress(MP)ノードまでの経路を計算する(ステップ302)。ここで、Strict指定区間は、指定されたノードとそれらを接続するリンクが存在するかどうかを検査する。Loose指定区間は、指定されたノード間でIGPによる最短経路計算で経路が存在するかどうかを検査する。計算結果は一時的にメモリ等に保存しておく。
It is determined whether the LSP is Bypass, Detour, or Backup (step 301). In the case of Bypass, Detour, or Backup (
経路計算の結果が「経路なし」の場合(ステップ303、No)、LSPの新状態を「Failure(No Route)」とし、新利用経路を「経路なし」とする(ステップ304)。経路計算の結果、経路があるが、当該経路上に予約帯域オーバ箇所がある場合(ステップ305,Yes)、LSPの新状態を「Failure(No Bandwidth)」とし、新利用経路を「経路なし」とする(ステップ306)。経路計算の結果、経路があり(ステップ303,Yes)、当該経路上に予約帯域オーバ箇所がない場合(ステップ305、No)、LSPの新状態を「Success」とし、経路計算で得られた経路を新利用経路とする(ステップ307)。
If the result of the route calculation is “no route” (
次に、LSPがBypassまたはDetourまたはBackupでない場合(ステップ301、No)、上記同様、経路計算を行い(ステップ308)、経路があり(ステップ309,Yes)、かつ予約帯域オーバ箇所がない場合(ステップ310、No)、LSPの新状態を「Success」とし、経路計算で得られた経路を新利用経路とする(ステップ311)。
Next, when the LSP is not Bypass, Detour or Backup (
経路がないか(ステップ309、No)、または、経路はあるが予約帯域オーバ箇所がある場合(ステップ310,Yes)は、当該LSPにおいて、取得した故障発生箇所にFRRが設定されていて、かつ、当該BypassまたはDetourがグループCに属し、「Success」状態かどうかを判断する(ステップ312)。そうであれば、当該LSPにBackupが設定されていて、当該BackupがグループCに属し、「Success」状態かどうかを判定する(ステップ313)。そうであれば(ステップ313,Yes)、LSPの新状態を「Success(FRR, Backup)」とし、利用経路に取得した故障発生箇所情報を追加して新利用経路とする(ステップ314)。当該LSPにBackupが設定されていないか、または、当該BackupがグループCに属さず、「Success」状態でない場合(ステップ313,No)、LSPの新状態を「Success(FRR)」とし、利用経路に、取得した故障発生箇所情報を追加して新利用経路とする(ステップ315)。
If there is no route (
LSPにおいて、取得した故障発生箇所にFRRが設定されていないか、または、当該BypassまたはDetourがグループCに属さず、「Success」状態でない場合も(ステップ312,No)、当該LSPにBackupが設定されていて、当該BackupがグループCに属し、「Success」状態かどうかを判定する(ステップ316)。そうであれば(ステップ316,Yes)、LSPの新利用経路を「Failure(Backup)」とし、新利用経路を経路なしとする(ステップ317)。そうでなければ(ステップ316,No)、経路があり、かつ、予約帯域オーバ箇所があるかどうかを判定する(ステップ318)。そうであれば(ステップ318,Yes)、LSPの新状態を「Failure(No Bandwidth)」とし、新利用経路を経路なしとする(ステップ319)。経路がない場合は(ステップ318,No)、LSPの新状態を「Failure(No Route)」とし、新利用経路を経路なしとする(ステップ320)。
In the LSP, if the FRR is not set for the acquired failure location, or if the Bypass or Detour does not belong to the group C and is not in the “Success” state (No in step 312), Backup is set for the LSP. Whether the backup belongs to group C and is in the “Success” state is determined (step 316). If so (Yes in step 316), the new usage route of the LSP is set to “Failure (Backup)” and the new usage route is set to no route (step 317). Otherwise (step 316, No), it is determined whether there is a route and there is a reserved bandwidth over location (step 318). If so (step 318, Yes), the new state of the LSP is set to “Failure (No Bandwidth)”, and the new usage route is set to no route (step 319). If there is no route (
ステップ110) 次に、影響ありLSP計算部123は、上記のLSPについて、利用経路と状態を新利用経路と新状態に更新したLSP情報を、計算済みLSP記憶部180に格納する。
Step 110) Next, the affected
ステップ111) 影響ありLSP計算部123は、新利用経路と新状態と要求帯域を参照し、LSPが通過するリンクに予約帯域を加算し、リンク毎の予約帯域を予約帯域記憶部125に格納する。ここで、新状態が「Success(FRR, Backup)」と「Success(FRR)」の場合、故障箇所を除いた経路のリンクに帯域を加算する。ノード故障の場合は、当該故障ノードと経路上のその故障ノードの両端のノードまでを取り除いた経路、リンク故障の場合は、経路上の当該リンクを取り除いた経路とする。新利用経路が経路なしの場合は、帯域の加算は行わない。
Step 111) The affected
ステップ112) グループAのLSPが全て計算済みLSP記憶部180に格納されるまで、新利用経路と新状態の判定(ステップ109)、計算済みLSP記憶部180への格納(ステップ110)、予約帯域の計算処理(ステップ111)の処理を繰り返す。
Step 112) Until all the LSPs of group A are stored in the calculated
ステップ113) 次に、影響ありLSP計算部123は、LSP分類記憶部124を参照し、グループB、つまり、影響を受けるRSVP-TE-LSP群のうち、失敗状態から成功状態に変化する可能性があるRSVP-TE-LSP群から、まだ計算済みとなっていないLSPを1つ取り出し、新利用経路と新状態を判定する。その動作を以下に示す。
Step 113) Next, the affected
図10は、本発明の第1の実施の形態におけるグループBのLSPの新利用経路と新状態の判定動作のフローチャートである。 FIG. 10 is a flowchart of the new use path and new state determination operation for the LSP of group B in the first embodiment of this invention.
上記と同様に、影響ありLSP計算部123は、経路計算を行う(ステップ401)。経路がある場合で、かつ、予約帯域オーバ箇所がある場合は(ステップ402,403,Yes)、LSPの新状態を「Failure(No Bandwidth)」とし、新利用経路を経路なしとする(ステップ404)。経路がある場合で(ステップ402,Yes)、かつ、予約帯域オーバ箇所がない場合は(ステップ403,No)、LSPの新状態を「Success」とし、経路計算で得られた経路を新利用経路とする(ステップ405)。経路がない場合は、LSPの新状態を「Failure(No Route)」とし、新利用経路を経路なしとする(ステップ406)。
Similarly to the above, the affected
ステップ114) 影響ありLSP計算部123は、当該LSPについて、利用経路と状態を、新利用経路と新状態に更新したLSP情報を計算済みLSP記憶部180に格納する。
Step 114) The affected
ステップ115) 次に、影響ありLSP計算部123は、新利用経路と新状態と要求帯域を参照し、上記と同様に、LSPが通過するリンクに予約帯域を加算し、リンク毎の予約帯域を予約帯域記憶部125に格納する。
Step 115) Next, the affected
ステップ116) グループBのLSPが全て計算済みLSP記憶部180に格納されるまで、新利用経路と新状態の判定処理(ステップ113)、計算済みLSP記憶部180への格納(ステップ114)、予約帯域の計算の処理(ステップ115)を繰り返す。
Step 116) Until all the LSPs of group B are stored in the calculated
ステップ117) LSP経路計算部130は、LSP分類記憶部124を参照し、グループD、つまり、RSVP-TE以外のLSP群からまだ計算済みとなっていないLSPを1つ取り出し、新利用経路を計算する。取得した故障発生箇所を取り除いたトポロジにおいて、IngressノードからEgressノードまで、IGPによる最短経路計算を行い、経路があれば当該経路を新利用経路とし、経路がない場合は新利用経路を経路なしとする。LSP情報の利用経路を新利用経路に更新し、計算済みLSP記憶部180に格納する。グループDのLSPが全て計算済みLSP記憶部180に格納されるまで、新利用経路の計算、計算済みLSP記憶部180のへの格納の処理を繰り返す。
Step 117) The LSP
ステップ118) 次に、MPLSトラフィック経路計算部140は、情報記憶部170を参照し、トラフィック群のうち、トラフィック種別がMPLSトラフィックであるトラフィックについて、まだ計算済みとなっていないMPLSトラフィックを1つ取り出し、新利用経路を計算する。新利用経路の計算方法は以下の通りである。
Step 118) Next, the MPLS traffic
まず、情報記憶部170のFEC情報を参照し、当該MPLSトラフィックのID番号と関連付けられているLSPのID番号を取得する。計算済みLSP記憶部180を参照し、取得したID番号のLSPの新利用経路を参照し、それを当該MPLSトラフィックの新利用経路とする。但し、当該MPLSトラフィックと関連付けられているLSPが、RSVP-TE-LSPで、かつ、当該LSPの新状態が、「Success(FRR)」の場合は、当該LSPの新利用経路と、当該LSPに設定されているBypassまたはDetour LSPの新利用経路を結合したものを当該MPLSトラフィックの新利用経路とし、「Success(FRR,Backup)」と「Failure(Backup)」の場合は、当該LSPに設定されているBackup LSPの新利用経路を当該MPLSトラフィックの新利用経路とする。トラフィック情報の利用経路を新利用経路に更新し、計算済みトラフィック記憶部190に格納する。MPLSトラフィックが全て計算済みトラフィック記憶部190に格納されるまで、新利用経路の計算、計算済みトラフィック記憶部190への格納の処理を繰り返す。
First, the FEC information in the
ステップ119) 次に、IPトラフィック経路計算部150において、情報記憶部170から、トラフィック群のうち、トラフィック種別がIPトラフィックであるトラフィックについて、まだ計算済みとなっていないIPトラフィックを1つ取り出し、新利用経路を計算する。ステップ105で取得した故障発生箇所を取り除いたトポロジにおいて、ソースノードから宛先ノードまで、IGPによる最短経路計算を行い、経路があれば、当該経路を新利用経路とし、経路がない場合は、新利用経路を経路なしとする。トラフィック情報の利用経路を新利用経路に更新し、計算済みトラフィック記憶部190に格納する。IPトラフィックが全て計算済みトラフィック記憶部190に格納されるまで、新利用経路の計算、計算済みトラフィック記憶部190への格納の処理を繰り返す。
Step 119) Next, in the IP traffic
ステップ120) 最後に、経路出力部160において、計算済みLSP記憶部180、及び計算済みトラフィック記憶部190に格納されているLSP毎、トラフィック毎の利用経路を出力して処理を終了する。
Step 120) Finally, the
上記の第1の実施の形態によれば、MPLSとIPが混在したネットワークにおいて、故障が発生した場合の経路の変化を正しく推定することが可能である。 According to the first embodiment, it is possible to correctly estimate a change in path when a failure occurs in a network in which MPLS and IP are mixed.
[第2の実施の形態]
本実施の形態では、故障復旧時の経路推定について説明する。
[Second Embodiment]
In the present embodiment, route estimation at the time of failure recovery will be described.
本実施の形態における経路推定装置は、前述の第1の実施の形態における経路推定装置と同様の構成であるので、以下では図3を用いて説明する。 The route estimation apparatus according to the present embodiment has the same configuration as the route estimation apparatus according to the first embodiment described above, and will be described below with reference to FIG.
以下に、本実施の形態における動作を説明する。本実施の形態では、故障箇所がネットワークに1つ存在していることを前提とし、当該故障箇所を復旧させることとする。 The operation in the present embodiment will be described below. In the present embodiment, it is assumed that one failure location exists in the network, and the failure location is restored.
以下の動作を、前述の図4,5を用いて説明する。 The following operation will be described with reference to FIGS.
ステップ101) まず、情報取得部110において、ネットワークの各ノードの接続関係を表したトポロジ情報を取得し、情報記憶部170に格納する。トポロジ情報には、各ノードの接続関係のほか、各リンクのメトリック値及び帯域を含む。
Step 101) First, the
ステップ102) 次に、ネットワークに接続されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報を取得し、情報記憶部170に格納する。ここで、LSP情報では、主経路として用いるRSVP-TEやLDPのPrimary LSPの他に、FRR経路として設定されるDetour LSP及びBypass LSP、Backup LSPも1つのRSVP-TE-LSPとして独立に扱う。LSP情報におけるLSPの設定情報は、ID番号、LSP種別、Ingress(PLR)ノード、Egress(MP)ノード、要求経路(RSVP-TE-LSPの場合のみ)、要求帯域(RSVP-TE-LSPの場合のみ)、プロテクション方式(RSVP-TE-LSPのPrimary LSPの場合のみ)を含む。ここで、本実施の形態では、LSP種別は、RSVP-TEとLDPの2種類が存在するものとする。LSP情報における状態は、第1の実施の形態と同様の定義とする。LSPが通過するノードをIngressノードからEgressノードまで順に示した情報とし、状態が「Success(FRR)」「Success(FRR, Backup)」の場合、LSPが通過するノード情報及び故障箇所情報とするRSVP-TE-LSPの場合で、かつ、状態が「Failure(Backup)」、「Failure(No Route)」、「Failure(No Bandwidth)」の場合「経路なし」とする。LSPがRSVP-TE-LSP以外の場合は、LSPが通過するノード情報とし、故障などにより通信が切断されている場合、「経路なし」とする。
Step 102) Next, the individual setting information of the LSP group connected to the network, the LSP information indicating the usage route and the state are acquired and stored in the
ステップ103) 次に、情報取得部110において、ネットワークで通信が行われているトラフィック群の個々のトラフィック情報を取得し、情報記憶部170に格納する。トラフィック情報は、ID番号、トラフィック種別、ソースノード、宛先ノード、利用経路を含む。ここで、利用経路は、トラフィックが通過するノード情報とし、故障などにより通信が切断されている場合、「経路なし」とする。
Step 103) Next, the
ステップ104) 次に、情報取得部110において、ネットワークに設定されているLSPとMPLSトラフィックを関連付けるFEC情報を取得し、情報記憶部170に格納する。FEC情報は、LSPのID番号と、トラフィックのID番号を関連付ける情報を含む。
Step 104) Next, the
ステップ105) 次に、情報取得部110において、故障復旧箇所情報を取得し、情報記憶部170に格納する。故障復旧箇所情報は、復旧ノード、または、復旧リンクで表す。
Step 105) Next, the
ステップ106) RSVP-TE-LSP経路計算部120のLSP分類部121において、ステップ102で取得したLSP情報と、ステップ105で取得し、情報記憶部170に格納されている故障発生箇所情報を参照し、LSPの分類を行う。本実施の形態におけるLSPの分類方法を以下に示す。
Step 106) The
図11は、本発明の第2の実施の形態におけるLSP分類動作のフローチャートである。 FIG. 11 is a flowchart of the LSP classification operation in the second embodiment of the present invention.
ここで、影響を受けるRSVP-TE-LSP群のうち、故障復旧により経路が変更される「Success」「Success(FRR)」「Success(FRR, Backup)」状態のRSVP-TE-LSP群をグループA、影響を受けるRSVP-TE-LSP群のうち、失敗状態から成功状態に変化する可能性のある「Failure(No Route)」「Failure(No Bandwidth)」「Failure(Backup)」状態のLSP群をグループB、影響を受けないRSVP-TE-LSP群をグループC、RSVP-TE以外のLSP群をグループDとする。 Here, among the affected RSVP-TE-LSP groups, group RSVP-TE-LSPs in the `` Success '', `` Success (FRR) '', and `` Success (FRR, Backup) '' states whose routes are changed by failure recovery. A. Among affected RSVP-TE-LSP groups, LSPs in the "Failure (No Route)", "Failure (No Bandwidth)" and "Failure (Backup)" states that may change from a failed state to a successful state Are group B, unaffected RSVP-TE-LSP groups are group C, and LSP groups other than RSVP-TE are group D.
まず、LSP分類部121は、情報記憶部170に格納されているLSP情報のLSPがRSVP-TEのLSPかそうでないかを判定する(ステップ501)。RSVP-TEのLSPでない場合(ステップ501,No)、当該LSPはグループDと判定される(ステップ502)。
First, the
RSVP-TEのLSPの場合は(ステップ501,Yes)、LSPの状態が「Failure(No Route)」または、「Failure(No Bandwidth)」、または、「Failure(Backup)」の場合(ステップ503,Yes)、グループBと判定する(ステップ504)。そうでない場合(ステップ503,No)は、取得した故障復旧箇所を戻したトポロジにおいて、Ingress(PLR)ノードからEgress(MP)ノードまでの経路を計算する(ステップ505)。ここで、Strict指定区間は、指定されたノードとそれらを接続するリンクが存在するかどうかを検査する。Loose指定区間は、指定されたノード間でIGPによる最短経路計算で経路が存在するかどうかを検査する。計算の結果得られた経路とLSPの利用経路が異なる場合、または、LSP上の故障箇所が復旧する場合(ステップ506,Yes)、グループAと判定する(ステップ507)。そうでない場合は(ステップ506,No)、グループCと判定する(ステップ508)。
In the case of an RSVP-TE LSP (
ステップ107) 影響なしLSP計算部122において、LSP分類記憶部124を参照し、グループC、つまり、影響を受けないRSVP-TE-LSP群の全てのLSPについてLSP情報を計算済みLSP記憶部180に格納する。
Step 107) In the unaffected
ステップ108) 影響なしLSP計算部122において、グループCの個々のLSPの利用経路と要求帯域を参照し、LSPが通過するリンクに予約帯域を加算し、リンク毎の予約帯域を予約帯域記憶部125に保存する。利用経路が「経路なし」の場合は、予約帯域の加算は行わない。ここで、ステップ101で取得し、情報記憶部170に格納されているトポロジ情報に中に、全てのLSPの要求帯域を足し合わせた、リンク毎の予約帯域情報が含まれている場合は、グループCのSLPの要求帯域を加算するのではなく、グループA及びB、つまり影響を受けるLSPの個々の利用経路を参照し、当該利用経路のリンクから当該LSPの要求帯域を減算するという処理を行ってもよい。
Step 108) The unaffected
ステップ109) 次に、影響ありLSP計算部123において、LSP分類記憶部124を参照し、グループA、つまり、影響を受けるRSVP-TE-LSP群のうち、故障復旧により経路が変更されるRSVP-TE-LSP群からまだ計算済みとなっていないLSPを1つ取り出し、新利用経路と新状態を判定する。その動作を以下に説明する。
Step 109) Next, in the affected
図12は、本発明の第2の実施の形態におけるグループAのLSPの新利用経路と新状態の判定動作のフローチャートである。 FIG. 12 is a flowchart of the new use path and new state determination operation for the LSP of group A in the second embodiment of this invention.
まず、上記同様、LSP経路計算部130は、取得した故障復旧箇所を戻したトポロジにおいて経路計算を行う(ステップ601)。故障が復旧するので、経路は必ず存在する。予約帯域オーバ箇所がない場合(ステップ602,No)、LSPの新状態を「Success」とし、経路計算で得られた経路を新利用経路とする(ステップ603)。
First, as described above, the LSP
予約帯域オーバ箇所がある場合(ステップ602,Yes)、LSPの状態が「Success(FRR)」であるかを判定する(ステップ604)。そうであれば(ステップ604,Yes)、LSPの新状態を「Success(FRR)」とし、利用経路の故障箇所を予約帯域オーバ箇所として新利用経路とする(ステップ605)。LSPの状態が「Success(FRR)」でない場合(ステップ604,No)、LSPの状態が「Success(FRR, Backup)」かどうかを判定する(ステップ606)。そうであれば(ステップ606,Yes)、LSPの新状態を「Success(FRR, Backup)」とし、利用経路の故障箇所を予約帯域オーバ箇所として新利用経路とする(ステップ607)。LSPが「Success(FRR, Backup)」でない場合は、LSPの新状態を「Failure(No Bandwidth)」とし、新利用経路を「経路なし」とする(ステップ608)。 If there is a reserved bandwidth over location (step 602, Yes), it is determined whether the LSP status is "Success (FRR)" (step 604). If so (step 604, Yes), the new state of the LSP is set to “Success (FRR)”, and the failure location of the usage route is set as the reserved bandwidth over location as the new usage route (step 605). If the LSP state is not “Success (FRR)” (step 604, No), it is determined whether the LSP state is “Success (FRR, Backup)” (step 606). If so (step 606, Yes), the new state of the LSP is set to “Success (FRR, Backup)”, and the failure location of the usage route is set as the reserved bandwidth over location as the new usage route (step 607). When the LSP is not “Success (FRR, Backup)”, the new state of the LSP is “Failure (No Bandwidth)”, and the new usage route is “no route” (step 608).
ステップ110) 次に、影響ありLSP計算部123において、上記で求められたLSPの利用経路と状態を、新利用経路と新状態に更新したLSP情報を計算済みLSP記憶部180に格納する。
Step 110) Next, in the affected
ステップ111) 影響ありLSP計算部123は、計算済みLSP記憶部180の新利用経路と新状態と要求帯域を参照し、LSPが通過するリンクに予約帯域を加算し、リンク毎の予約帯域を予約帯域記憶部125に格納する。ここで、新状態が「Success(FRR, Backup)」と「Success(FRR)」の場合、予約帯域オーバ箇所を除いた経路のリンクに帯域を加算する。ノード故障の場合は、当該故障ノードと経路上のその故障ノードの両端のノードまでを除いた経路、リンク故障の場合は、経路上の当該リンクを取り除いた経路とする。新利用経路が経路なしの場合は、帯域の加算は行わない。
Step 111) The affected
ステップ112) グループAのLSPが全て計算済みLSP記憶部180に格納されるまで、新利用経路と新状態の判定(ステップ109)、計算済みLSP記憶部180への格納(ステップ110)、予約帯域計算の処理(ステップ111)を繰り返す。
Step 112) Until all the LSPs of group A are stored in the calculated
ステップ113) 次に、影響ありLSP計算部123は、LSP分類記憶部124を参照し、グループB、つまり、影響を受けるRSVP-TE-LSP群のうち、失敗状態から成功状態に変化する可能性があるRSVP-TE-LSP群からまだ計算済みとなっていないLSPを1つ取り出し、新利用経路と新状態を判定する。その動作を以下に示す。
Step 113) Next, the affected
図13は、本発明の第2の実施の形態におけるグループBの新利用経路と新状態の判定動作のフローチャートである。 FIG. 13 is a flowchart of the new use path and new state determination operation for group B in the second embodiment of the present invention.
まず、影響ありLSP計算部123において、LSPが「Failure(Backup)」かどうかを判定する(ステップ701)。「Failure(Backup)」であれば、上記同様の経路計算を行い(ステップ702)、予約帯域オーバ箇所があるかどうかを判定する(ステップ703)。予約帯域オーバ箇所がなければ(ステップ703,No)、LSPの新状態を「Success」とし、経路計算で得られた経路を新利用経路とする(ステップ704)。予約帯域オーバ箇所がある場合は(ステップ703,Yes)、LSPの新状態を「Failure(Backup)」とし、新利用経路は「経路なし」とする(ステップ705)。
First, the affected
次に、LSPが「Failure(Backup)」でない場合(ステップ701,No)、上記同様の経路計算を行い(ステップ706)、経路があるかどうかを判定する(ステップ707)。経路があり、かつ、予約帯域オーバ箇所がない場合(ステップ708,No)、LSPの新状態を「Success」とし、経路計算で得られた経路を新利用経路とする(ステップ709)。予約帯域オーバ箇所がある場合(ステップ708,Yes)、LSPの新状態を「Failure(No Bandwidth)」とし、新利用経路を「経路なし」とする(ステップ710)。経路計算において経路がない場合(ステップ707,No)、LSPの新状態を「Failure(No Route)」とし、新利用経路を「経路なし」とする(ステップ711)。 Next, when the LSP is not “Failure (Backup)” (No in Step 701), the same route calculation is performed (Step 706), and it is determined whether there is a route (Step 707). If there is a route and there is no reserved bandwidth over location (step 708, No), the new state of the LSP is set to “Success”, and the route obtained by the route calculation is set as a new use route (step 709). If there is a reserved bandwidth over location (step 708, Yes), the new state of the LSP is set to “Failure (No Bandwidth)”, and the new usage route is set to “no route” (step 710). When there is no route in the route calculation (step 707, No), the new state of the LSP is set to “Failure (No Route)”, and the new usage route is set to “no route” (step 711).
ステップ114) 次に、影響ありLSP計算部123において、当該LSPについて、利用経路と状態、新利用経路と新状態に更新したLSP情報を計算済みLSP記憶部180に格納する。
Step 114) Next, the affected
ステップ115) 次に、影響ありLSP計算部123は、計算済みLSP記憶部180の新利用経路と新状態と要求帯域を参照し、上記同様、LSPが通過するリンクに予約帯域を加算し、リンク毎の予約帯域記憶部125に格納する。
Step 115) Next, the affected
ステップ116) 影響ありLSP計算部123において、グループBのLSPが全て計算済みLSP記憶部180に格納されるまで、新利用経路と新状態の判定(ステップ113)、計算済みLSP記憶部180への格納(ステップ114)、予約帯域の計算の処理(ステップ115)を繰り返す。
Step 116) In the affected
ステップ117) 次に、LSP経路計算部130は、LSP分類記憶部124からグループD、つまり、RSVP-TE以外のLSP群からまだ計算済みとなっていないLSPを1つ取り出し、新利用経路を計算する。ステップ105で取得した故障復旧箇所を戻したトポロジにおいて、IngressノードからEgressノードまで、IGPによる最短経路計算を行い、経路があれば当該経路を新利用経路とし、経路がない場合は新利用経路を「経路なし」とする。LSP情報の利用経路を新利用経路に更新し、計算済みLSP記憶部180に格納する。グループDのLSPが全て計算済みLSP記憶部180に格納されるまで、新利用経路の計算、計算済みLSP記憶部180への格納の処理を繰り返す。
Step 117) Next, the LSP
これ以降の、MPLSトラフィックの経路計算(ステップ118)、IPトラフィックの経路計算(ステップ119)、経路出力処理(ステップ120)は、前述の第1の実施の形態と同様である。但し、各経路計算処理において用いるトポロジは、取得した故障復旧箇所を戻したトポロジとする。 Subsequent MPLS traffic route calculation (step 118), IP traffic route calculation (step 119), and route output processing (step 120) are the same as those in the first embodiment. However, the topology used in each route calculation process is a topology in which the acquired failure recovery location is returned.
上記の第2の実施の形態によれば、MPLSとIPが混在したネットワークにおいて、故障が復旧した場合の経路の変化を正しく推定することが可能である。 According to the second embodiment described above, it is possible to correctly estimate a change in path when a failure is recovered in a network in which MPLS and IP are mixed.
なお、上記の第1・第2の実施の形態の動作をプログラムとして構築し、経路推定装置として利用されるコンピュータにインストールして実行させる、または、ネットワークを介して流通させることが可能である。 The operations of the first and second embodiments described above can be constructed as a program and installed in a computer used as a route estimation device for execution, or distributed via a network.
また、構築されたプログラムを、コンピュータ読み取り可能なディスク装置や、フレキシブルディスク・CD−ROM等の可搬記憶媒体に格納し、コンピュータにインストールして実行させる、または、配布することが可能である。 Further, the constructed program can be stored in a portable storage medium such as a computer-readable disk device or a flexible disk / CD-ROM, and installed in a computer to be executed or distributed.
なお、本発明は、上記の実施の形態に限定されることなく、特許請求の範囲内において種々変更・応用が可能である。 The present invention is not limited to the above-described embodiment, and various modifications and applications can be made within the scope of the claims.
本発明は、RSVP-TEのLSP等が混在し、FRRやBackup LSP等が設定されているネットワークにおいて、故障発生時または、故障復旧時の状況をシミュレートするための技術に適用可能である。 The present invention can be applied to a technique for simulating a situation at the time of failure occurrence or failure recovery in a network in which RSVP-TE LSPs and the like are mixed and FRR and Backup LSP are set.
110 情報取得手段、情報取得部
120 RSVP-TE-LSP経路計算手段
121 LSP分類手段、LSP分類部
122 影響なしLSP計算手段、影響なしLSP計算部
123 影響ありLSP計算手段、影響ありLSP計算部
124 LSP分類記憶手段、LSP分類記憶部
125 予約帯域記憶部
130 LSP経路計算手段、LSP経路計算部
140 MPLSトラフィック経路計算手段、MPLSトラフィック経路計算部
150 IPトラフィック経路計算手段、IPトラフィック経路計算部
160 経路出力手段、経路出力部
170 情報記憶手段、情報記憶部
180 計算済みLSP記憶手段、計算済みLSP記憶部
190 計算済みトラフィック記憶手段、計算済みトラフィック記憶部
110 Information acquisition means,
Claims (13)
情報取得手段が、前記ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC(Forwarding Equivalence Class)情報、及び故障発生箇所の位置情報を表す故障発生位置情報を取得し、情報記憶手段に格納する情報取得ステップと、
RSVP-TE-LSP経路計算手段が、前記情報記憶手段を参照し、前記LSP情報のうち、RSVP-TEのLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するRSVP-TE-LSP経路計算ステップと、
LSP経路計算手段が、前記情報記憶手段を参照し、前記LSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するLSP経路計算ステップと、
MPLSトラフィック経路計算手段が、前記情報記憶手段に格納されている前記トラフィック情報のうち、MPLSのトラフィック情報を取得し、前記情報記憶手段に格納されている前記FEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を前記計算済みLSP記憶手段から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段に格納するMPLSトラフィック経路計算ステップと、
IPトラフィック経路計算手段が、前記情報記憶手段に格納されている前記トラフィック情報のうち、IPのトラフィック情報を取得し、故障発生による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段に格納するIPトラフィック経路計算ステップと、
経路出力手段が、前記計算済みLSP記憶手段及び前記計算済みトラフィック記憶手段に格納されたLSP及びトラフィック毎の経路を出力する経路出力ステップと、
を行うことを特徴とする経路推定方法。 IP (Internet Protocol) routing including Open Shortest Path First (OSPF), and MPLS (Multi Protocol Label Switching) networks that operate Resource Reservation Signaling Protocol for Traffic Engineering (RSVP-TE) and Label Distribution Protocol (LDP) (Label Switched Path) and an alternate route including FRR (Fast Reroute) and Backup LSP is set in the LSP, and a failure has occurred in a link or node under the situation where IP and MPLS traffic communication is performed It is a route estimation method at the time of failure that estimates the LSP and traffic route change in case,
The information acquisition means communicates topology information that represents the connection relationship of each node of the network, LSP information that indicates individual setting information, usage route, and status of LSP groups that are set in the network, and communication. Information acquisition step for acquiring the traffic information, FEC (Forwarding Equivalence Class) information for associating the LSP and MPLS traffic, and failure occurrence position information indicating the position information of the failure occurrence location, and storing the information in the information storage means;
RSVP-TE-LSP route calculating means refers to the information storage means, acquires LVP information of RSVP-TE among the LSP information, calculates a change in the route due to the occurrence of a failure, and uses a new route of the LSP RSVP-TE-LSP path calculation step for storing the state in the calculated LSP storage means,
LSP route calculation means refers to the information storage means, acquires LSP information other than RSVP-TE among the LSP information, calculates a change in the route due to the occurrence of a failure, and determines the new usage route and state of the LSP LSP path calculation step for storing in the calculated LSP storage means;
MPLS traffic path calculation means obtains MPLS traffic information from among the traffic information stored in the information storage means, refers to the FEC information stored in the information storage means, and associates with MPLS traffic An MPLS traffic path calculation step of acquiring a new usage path of the LSP being stored from the calculated LSP storage means, and storing the new usage path as a new usage path of the MPLS traffic in the calculated traffic storage means;
IP traffic route calculation means obtains IP traffic information from the traffic information stored in the information storage means, calculates a change in the route due to the occurrence of a failure, and calculates a new usage route of the IP traffic. An IP traffic route calculation step stored in the storage means;
A path output step for outputting a path for each LSP and traffic stored in the calculated LSP storage means and the calculated traffic storage means;
A route estimation method characterized by performing:
LSP分類手段が、前記情報記憶手段の前記RSVP-TEのLSP情報を参照して、故障発生によって影響を受けるLSP群と、故障発生によって影響を受けないLSP群に分類し、前記LSP情報と共に分類毎にLSP分類記憶手段に格納するLSP分類ステップと、
影響なしLSP計算手段が、前記LSP分類記憶手段から、前記故障発生によって影響を受けないLSP群を取得し、該LSP群を前記LSP情報と共に計算済みLSP記憶手段に格納する影響なしLSP計算ステップと、
影響ありLSP計算手段が、前記LSP分類記憶手段から、前記故障発生によって影響を受けるLSP群のうち、前記計算済みLSP記憶手段を参照してまだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と前記故障発生位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段に格納する影響ありLSP計算ステップと、
計算済みとなっていないLSPを取得できなくなるまで、前記影響ありLSP計算ステップを繰り返す、
請求項1記載の経路推定方法。 In the RSVP-TE-LSP route calculation step,
LSP classification means refers to the RSVP-TE LSP information in the information storage means, classifies the LSP group affected by the occurrence of a failure and the LSP group not affected by the occurrence of the failure, and classifies together with the LSP information. LSP classification step for storing in the LSP classification storage means for each,
An unaffected LSP calculation means acquires an LSP group that is not affected by the occurrence of the failure from the LSP classification storage means, and stores the LSP group in the calculated LSP storage means together with the LSP information; and ,
The affected LSP calculation means obtains one LSP that has not been calculated yet with reference to the calculated LSP storage means from among the LSP groups affected by the occurrence of the failure from the LSP classification storage means, The LSP information of the LSP and the failure occurrence position information are referred to, a new usage route and a state are calculated, and the LSP is stored in the calculated LSP storage unit together with the new LSP information.
Repeat the affected LSP calculation step until it is no longer possible to obtain LSPs that have not been calculated,
The route estimation method according to claim 1.
前記RSVP-TE-LSP経路計算ステップの前記LSP分類ステップにおいて、
前記故障発生によって影響を受けるLSP群を、更に、前記LSP情報の中の利用経路が故障発生箇所を通過するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎に前記LSP分類記憶手段に格納し、
前記RSVP-TE-LSP経路計算ステップの前記影響ありLSP計算ステップにおいて、
前記LSP情報の中の利用経路が故障発生箇所を通過するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する、
請求項1または2記載の経路推定方法。 When performing route estimation when a failure occurs at a certain point,
In the LSP classification step of the RSVP-TE-LSP route calculation step,
The LSP groups that are affected by the occurrence of the failure are further classified into an LSP group in which the usage route in the LSP information passes through the failure occurrence location and an LSP group that may change from a failure state to a success state. , Stored in the LSP classification storage unit for each classification together with the LSP information,
In the affected LSP calculation step of the RSVP-TE-LSP route calculation step,
The LSP group in which the usage route in the LSP information passes through the failure occurrence point is calculated first, and the LSP group that may change from the failed state to the successful state is calculated later.
The route estimation method according to claim 1 or 2.
情報取得手段が、前記ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC情報、及び故障復旧箇所の位置情報を表す故障復旧位置情報を取得し、情報記憶手段に格納する情報取得ステップと、
RSVP-TE-LSP経路計算手段が、前記情報記憶手段を参照し、前記LSP情報のうち、RSVP-TEのLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するRSVP-TE-LSP経路計算ステップと、
LSP経路計算手段が、前記情報記憶手段に格納されている前記LSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するLSP経路計算ステップと、
MPLSトラフィック経路計算手段が、前記情報記憶手段に格納されている前記トラフィック情報のうち、MPLSのトラフィック情報を取得し、前記情報記憶手段に格納されている前記FEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を前記計算済みLSP記憶手段から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段に格納するMPLSトラフィック経路計算ステップと、
IPトラフィック経路計算手段が、前記情報記憶手段に格納されている、前記トラフィック情報のうち、IPのトラフィック情報を取得し、故障復旧による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段に格納するIPトラフィック経路計算ステップと、
経路出力手段が、前記計算済みLSP記憶手段及び前記計算済みトラフィック記憶手段に格納されたLSP及びトラフィック毎の経路を出力する経路出力ステップと、
を行うことを特徴とする経路推定方法。 In an IP routing including OSPF, and an MPLS network in which RSVP-TE and LDP operate, an LSP and an alternative route including FRR and Backup LSP are set in the LSP, and IP and MPLS traffic communication is performed. In the failure recovery route estimation method for estimating the LSP and traffic route change when a certain link or node failure is recovered,
The information acquisition means communicates topology information that represents the connection relationship of each node of the network, LSP information that indicates individual setting information, usage route, and status of LSP groups that are set in the network, and communication. Information acquisition step for acquiring traffic recovery information, FEC information for associating the LSP and MPLS traffic, and fault recovery position information indicating the position information of the fault recovery point, and storing the information in the information storage means;
RSVP-TE-LSP route calculating means refers to the information storage means, acquires LVP information of RSVP-TE among the LSP information, calculates a change in route due to failure recovery, and uses a new route of the LSP RSVP-TE-LSP path calculation step for storing the state in the calculated LSP storage means,
The LSP route calculation means acquires LSP information other than RSVP-TE among the LSP information stored in the information storage means, calculates the change of the route due to failure recovery, and uses the new LSP route and status of the LSP LSP path calculation step for storing the calculated LSP in the calculated LSP storage means;
MPLS traffic path calculation means obtains MPLS traffic information from among the traffic information stored in the information storage means, refers to the FEC information stored in the information storage means, and associates with MPLS traffic An MPLS traffic path calculation step of acquiring a new usage path of the LSP being stored from the calculated LSP storage means, and storing the new usage path as a new usage path of the MPLS traffic in the calculated traffic storage means;
The IP traffic route calculation means acquires the IP traffic information from the traffic information stored in the information storage means, calculates the route change due to failure recovery, and has already calculated the new IP traffic usage route IP traffic route calculation step for storing in the traffic storage means;
A path output step for outputting a path for each LSP and traffic stored in the calculated LSP storage means and the calculated traffic storage means;
A route estimation method characterized by performing:
LSP分類手段が、前記情報記憶手段に格納されている前記RSVP-TEのLSP情報を参照して、故障復旧によって影響を受けるLSP群と、故障復旧によって影響を受けないLSP群に分類し、前記LSP情報と共に分類毎にLSP分類記憶手段に格納するLSP分類ステップと、
影響なしLSP計算手段が、前記LSP分類記憶手段から、故障復旧によって影響を受けないLSP群を取得し、該LSP群を前記LSP情報と共に計算済みLSP記憶手段に格納する影響なしLSP計算ステップと、
影響ありLSP計算手段が、前記LSP分類記憶手段の故障復旧によって影響を受けるLSP群から、前記計算済みLSP記憶手段を参照して、まだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と前記故障復旧位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段に格納する影響ありLSP計算ステップと、
計算済みとなっていないLSPを取得できなくなるまで、前記影響ありLSP計算ステップを繰り返す、
請求項4記載の経路推定方法。 In the RSVP-TE-LSP route calculation step,
The LSP classification means refers to the RSVP-TE LSP information stored in the information storage means, classifies the LSP group affected by failure recovery, and the LSP group not affected by failure recovery, LSP classification step for storing in LSP classification storage means for each classification together with LSP information;
An unaffected LSP calculation means acquires an LSP group that is not affected by failure recovery from the LSP classification storage means, and stores the LSP group in the calculated LSP storage means together with the LSP information; and
The affected LSP calculation means obtains one LSP that has not been calculated yet by referring to the calculated LSP storage means from the LSP group that is affected by the failure recovery of the LSP classification storage means. The LSP information and the failure recovery position information are referred, a new usage route and state are calculated, and the LSP is stored in the calculated LSP storage means together with the new LSP information.
Repeat the affected LSP calculation step until it is no longer possible to obtain LSPs that have not been calculated,
The route estimation method according to claim 4.
前記RSVP-TE-LSP経路計算ステップの前記LSP分類ステップにおいて、
前記故障復旧によって影響を受けるLSP群を、更に、前記LSP情報の中の利用経路が故障復旧による変化するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎に前記LSP分類記憶手段に格納し、
前記RSVP-TE-LSP経路計算ステップの前記影響ありLSP計算ステップにおいて、
前記LSP情報の中の利用経路が故障復旧により変化するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する、
請求項4または5記載の経路推定方法。 When performing route estimation when a failure is recovered at one location,
In the LSP classification step of the RSVP-TE-LSP route calculation step,
The LSP group affected by the failure recovery is further classified into an LSP group in which a use route in the LSP information changes due to failure recovery, and an LSP group that may change from a failure state to a success state, Store in the LSP classification storage means for each classification together with the LSP information,
In the affected LSP calculation step of the RSVP-TE-LSP route calculation step,
The LSP group in which the usage route in the LSP information changes due to failure recovery is calculated first, and the LSP group that may change from a failed state to a successful state is calculated later.
The route estimation method according to claim 4 or 5.
前記ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC情報、及び故障発生箇所の位置情報を表す故障発生位置情報を取得し、情報記憶手段に格納する情報取得手段と、
前記情報記憶手段を参照し、前記LSP情報のうち、RSVP-TEのLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するRSVP-TE-LSP経路計算手段と、
前記情報記憶手段を参照し、前記LSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障発生による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するLSP経路計算手段と、
前記情報記憶手段に格納されている前記トラフィック情報のうち、MPLSのトラフィック情報を取得し、前記情報記憶手段に格納されている前記FEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を前記計算済みLSP記憶手段から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段に格納するMPLSトラフィック経路計算手段と、
前記情報記憶手段に格納されている前記トラフィック情報のうち、IPのトラフィック情報を取得し、故障発生による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段に格納するIPトラフィック経路計算手段と、
前記計算済みLSP記憶手段及び前記計算済みトラフィック記憶手段に格納されたLSP及びトラフィック毎の経路を出力する経路出力手段と、
を有することを特徴とする経路推定装置。 In an IP routing including OSPF, and an MPLS network in which RSVP-TE and LDP operate, an LSP and an alternative route including FRR and Backup LSP are set in the LSP, and IP and MPLS traffic communication is performed. In the failure occurrence route estimation device that estimates the LSP and traffic route change when a failure occurs in a certain link or node,
Topology information representing the connection relationship of each node of the network, individual setting information of LSP groups set in the network, LSP information representing the use route and state, traffic information on which communication is performed, and FEC information for associating the LSP and MPLS traffic, and failure occurrence position information indicating the location information of the failure occurrence location, information acquisition means for storing in the information storage means,
Refers to the information storage means, acquires RSVP-TE LSP information of the LSP information, calculates a change in path due to the occurrence of a failure, and stores the new used path and state of the LSP in the calculated LSP storage means RSVP-TE-LSP route calculation means to
Referring to the information storage means, acquiring LSP information other than RSVP-TE among the LSP information, calculating a change in path due to the occurrence of a failure, and calculating a new use path and state of the LSP in the calculated LSP storage means LSP route calculation means for storing,
Of the traffic information stored in the information storage means, obtain MPLS traffic information, refer to the FEC information stored in the information storage means, and use a new LSP associated with MPLS traffic An MPLS traffic route calculation means for obtaining a route from the calculated LSP storage means, and storing the new use route as a new use route of the MPLS traffic in the calculated traffic storage means;
IP traffic that obtains IP traffic information out of the traffic information stored in the information storage means, calculates a route change due to the occurrence of a failure, and stores a new usage route of the IP traffic in the calculated traffic storage means A route calculation means;
A route output means for outputting a route for each LSP and traffic stored in the calculated LSP storage means and the calculated traffic storage means;
A path estimation apparatus comprising:
前記情報記憶手段の前記RSVP-TEのLSP情報を参照して、故障発生によって影響を受けるLSP群と、故障発生によって影響を受けないLSP群に分類し、前記LSP情報と共に分類毎にLSP分類記憶手段に格納するLSP分類手段と、
前記LSP分類記憶手段から、前記故障発生によって影響を受けないLSP群を取得し、該LSP群を前記LSP情報と共に計算済みLSP記憶手段に格納する影響なしLSP計算手段と、
前記LSP分類記憶手段から、前記故障発生によって影響を受けるLSP群のうち、前記計算済みLSP記憶手段を参照してまだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と前記故障発生位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段に格納する処理を計算済みとなっていないLSPを取得できなくなるまで繰り返す影響ありLSP計算手段と、
を有する請求項7記載の経路推定装置。 The RSVP-TE-LSP route calculation means is
Referring to the RSVP-TE LSP information of the information storage means, classify the LSP group affected by the failure occurrence and the LSP group not affected by the failure occurrence, and store the LSP classification for each classification together with the LSP information. LSP classification means stored in the means;
An LSP group that is not affected by the occurrence of the failure is acquired from the LSP classification storage unit, and the LSP group is stored in the calculated LSP storage unit together with the LSP information.
From the LSP classification storage means, one LSP that has not yet been calculated with reference to the calculated LSP storage means among the LSP groups affected by the occurrence of the failure, and the LSP information of the LSP and the LSP information Refers to failure location information, calculates new usage route and state, and stores the LSP in the calculated LSP storage means together with the new LSP information until there is no need to obtain an uncalculated LSP LSP calculation means,
The route estimation apparatus according to claim 7, comprising:
前記RSVP-TE-LSP経路計算手段の前記LSP分類手段は、
前記故障発生によって影響を受けるLSP群を、更に、前記LSP情報の中の利用経路が故障発生箇所を通過するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎に前記LSP分類記憶手段に格納する手段を含み、
前記RSVP-TE-LSP経路計算手段の前記影響ありLSP計算手段は、
前記LSP情報の中の利用経路が故障発生箇所を通過するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する手段を含む、
請求項7または8記載の経路推定装置。 When performing route estimation when a failure occurs at a certain point,
The LSP classification means of the RSVP-TE-LSP route calculation means is:
The LSP groups that are affected by the occurrence of the failure are further classified into an LSP group in which the usage route in the LSP information passes through the failure occurrence location and an LSP group that may change from a failure state to a success state. And means for storing in the LSP classification storage means for each classification together with the LSP information,
The affected LSP calculation means of the RSVP-TE-LSP route calculation means is:
Including means for calculating the LSP group in which the use path in the LSP information passes through the failure occurrence part first, and calculating the LSP group that may change from the failure state to the success state later,
The route estimation apparatus according to claim 7 or 8.
前記ネットワークの各ノードの接続関係を表したトポロジ情報、及び、該ネットワークに設定されているLSP群の個々の設定情報と利用経路と状態を表すLSP情報及び、通信が行われているトラフィック情報及び、該LSPとMPLSトラフィックを関連付けるFEC情報、及び故障復旧箇所の位置情報を表す故障復旧位置情報を取得し、情報記憶手段に格納する情報取得手段と、
前記情報記憶手段を参照し、前記LSP情報のうち、RSVP-TEのLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するRSVP-TE-LSP経路計算手段と、
前記情報記憶手段に格納されている前記LSP情報のうち、RSVP-TE以外のLSP情報を取得し、故障復旧による経路の変化を計算し、該LSPの新利用経路と状態を計算済みLSP記憶手段に格納するLSP経路計算手段と、
前記情報記憶手段に格納されている前記トラフィック情報のうち、MPLSのトラフィック情報を取得し、前記情報記憶手段に格納されている前記FEC情報を参照し、MPLSトラフィックと関連付けられているLSPの新利用経路を前記計算済みLSP記憶手段から取得し、該新利用経路を該MPLSトラフィックの新利用経路として、計算済みトラフィック記憶手段に格納するMPLSトラフィック経路計算手段と、
前記情報記憶手段に格納されている、前記トラフィック情報のうち、IPのトラフィック情報を取得し、故障復旧による経路の変化を計算し、IPトラフィックの新利用経路を計算済みトラフィック記憶手段に格納するIPトラフィック経路計算手段と、
前記計算済みLSP記憶手段及び前記計算済みトラフィック記憶手段に格納されたLSP及びトラフィック毎の経路を出力する経路出力手段と、
を有することを特徴とする経路推定装置。 In an IP routing including OSPF, and an MPLS network in which RSVP-TE and LDP operate, an LSP and an alternative route including FRR and Backup LSP are set in the LSP, and IP and MPLS traffic communication is performed. In the failure recovery route estimation device for estimating the LSP and traffic route change when a certain link or node failure is recovered,
Topology information representing the connection relationship of each node of the network, individual setting information of LSP groups set in the network, LSP information representing the use route and state, traffic information on which communication is performed, and FEC information for associating the LSP and MPLS traffic, and failure recovery location information indicating location information of the failure recovery location, information acquisition means for storing in the information storage means,
Refers to the information storage means, acquires RSVP-TE LSP information out of the LSP information, calculates path changes due to failure recovery, and stores new LSP usage paths and states in the calculated LSP storage means RSVP-TE-LSP route calculation means to
Of the LSP information stored in the information storage means, obtain LSP information other than RSVP-TE, calculate a change in path due to failure recovery, and calculate a new use path and state of the LSP LSP route calculation means to store in,
Of the traffic information stored in the information storage means, obtain MPLS traffic information, refer to the FEC information stored in the information storage means, and use a new LSP associated with MPLS traffic An MPLS traffic route calculation means for obtaining a route from the calculated LSP storage means, and storing the new use route as a new use route of the MPLS traffic in the calculated traffic storage means;
IP that obtains IP traffic information out of the traffic information stored in the information storage means, calculates a route change due to failure recovery, and stores a new usage route of the IP traffic in the calculated traffic storage means Traffic route calculation means,
A route output means for outputting a route for each LSP and traffic stored in the calculated LSP storage means and the calculated traffic storage means;
A path estimation apparatus comprising:
前記情報記憶手段に格納されている前記RSVP-TEのLSP情報を参照して、故障復旧によって影響を受けるLSP群と、故障復旧によって影響を受けないLSP群に分類し、前記LSP情報と共に分類毎にLSP分類記憶手段に格納するLSP分類手段と、
前記LSP分類記憶手段から、故障復旧によって影響を受けないLSP群を取得し、該LSP群を前記LSP情報と共に計算済みLSP記憶手段に格納する影響なしLSP計算手段と、
前記LSP分類記憶手段の故障復旧によって影響を受けるLSP群から、前記計算済みLSP記憶手段を参照して、まだ計算済みとなっていないLSPを1つ取得し、該LSPのLSP情報と前記故障復旧位置情報を参照し、新利用経路と状態を計算し、該LSPを新しいLSP情報と共に該計算済みLSP記憶手段に格納する処理を、計算済みとなっていないLSPを取得できなくなるまで繰り返す影響ありLSP計算手段と、
を有する請求項10記載の経路推定装置。 The RSVP-TE-LSP route calculation means is
Refer to the LSP information of the RSVP-TE stored in the information storage means, classify into LSP groups that are affected by failure recovery and LSP groups that are not affected by failure recovery, together with the LSP information LSP classification means for storing in the LSP classification storage means,
From the LSP classification storage means, obtain an LSP group that is not affected by failure recovery, and store the LSP group together with the LSP information in the calculated LSP storage means, no influence LSP calculation means,
From the LSP group affected by the failure recovery of the LSP classification storage means, refer to the calculated LSP storage means to obtain one LSP that has not been calculated yet, and the LSP information of the LSP and the failure recovery Refers to location information, calculates new usage route and state, and stores the LSP in the calculated LSP storage means together with new LSP information until it becomes impossible to acquire an LSP that has not been calculated. Calculation means;
The route estimation apparatus according to claim 10, comprising:
前記RSVP-TE-LSP経路計算手段の前記LSP分類手段は、
前記故障復旧によって影響を受けるLSP群を、更に、前記LSP情報の中の利用経路が故障復旧による変化するLSP群と、失敗状態から成功状態に変化する可能性があるLSP群とに分類し、該LSP情報と共に分類毎に前記LSP分類記憶手段に格納する手段を含み、
前記RSVP-TE-LSP経路計算手段の前記影響ありLSP計算手段は、
前記LSP情報の中の利用経路が故障復旧により変化するLSP群を先に計算し、失敗状態から成功状態に変化する可能性があるLSP群を後に計算する手段を含む、
請求項10または11記載の経路推定装置。 When performing route estimation when a failure is recovered at one location,
The LSP classification means of the RSVP-TE-LSP route calculation means is:
The LSP group affected by the failure recovery is further classified into an LSP group in which a use route in the LSP information changes due to failure recovery, and an LSP group that may change from a failure state to a success state, Means for storing in the LSP classification storage means for each classification together with the LSP information,
The affected LSP calculation means of the RSVP-TE-LSP route calculation means is:
Including means for calculating the LSP group in which the use path in the LSP information changes due to failure recovery first, and calculating the LSP group that may change from the failed state to the successful state later,
The route estimation apparatus according to claim 10 or 11.
請求項7乃至12記載の経路推定装置の各手段を実行させることを特徴とする経路推定プログラム。 On the computer,
13. A route estimation program that causes each means of the route estimation device according to claim 7 to be executed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006144107A JP4335889B2 (en) | 2006-05-24 | 2006-05-24 | Route estimation method, apparatus and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006144107A JP4335889B2 (en) | 2006-05-24 | 2006-05-24 | Route estimation method, apparatus and program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007318311A JP2007318311A (en) | 2007-12-06 |
JP4335889B2 true JP4335889B2 (en) | 2009-09-30 |
Family
ID=38851798
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006144107A Active JP4335889B2 (en) | 2006-05-24 | 2006-05-24 | Route estimation method, apparatus and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4335889B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102668488A (en) * | 2009-12-30 | 2012-09-12 | 中兴通讯股份有限公司 | Method and system for updating network topology in multi-protocol label switching system |
-
2006
- 2006-05-24 JP JP2006144107A patent/JP4335889B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2007318311A (en) | 2007-12-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101371150B (en) | Dynamic protection against failure of a head-end node of one or more TE-LSPs | |
US7602702B1 (en) | Fast reroute of traffic associated with a point to multi-point network tunnel | |
US7675848B2 (en) | Dynamic forwarding adjacency | |
EP3172874B1 (en) | Segment routing in a multi-domain network | |
US20140029414A1 (en) | System, method and apparatus for signaling and responding to ero expansion failure in inter-domain te lsp | |
CN105939273B (en) | Router method, router and route system | |
US20100106999A1 (en) | Techniques for determining local repair paths using cspf | |
Papán et al. | The survey of current IPFRR mechanisms | |
CN101459567B (en) | Method, apparatus for establishing backup tunnel, rerouting method and system | |
JP4536690B2 (en) | Route calculation method, apparatus and program | |
JP4460358B2 (en) | Disability relief processing method and program | |
JP4335889B2 (en) | Route estimation method, apparatus and program | |
JP4128944B2 (en) | Multicast transfer route setting method, multicast transfer route calculation device, program, and recording medium | |
JP4422114B2 (en) | Failure effect degree determination method, apparatus and program | |
CN113810276B (en) | Segment routing fault processing method and device, electronic equipment and storage medium | |
Litkowski et al. | Operational Management of Loop-Free Alternates | |
JP2007074308A (en) | Method and device for computing and setting bypass circuit and program | |
JP5697211B2 (en) | Failure recovery system, node, failure recovery method and program | |
JP4700662B2 (en) | Rerouting method, rerouting program and routing device | |
CN102420744A (en) | Traffic engineering prototype system based on MPLS (Multiprotocol Label Switching) | |
JP4662286B2 (en) | Point-to-multipoint path route calculation apparatus and program | |
JP5748147B2 (en) | Failure recovery system and node | |
CN107306197A (en) | A kind of method and device of protecting tunnel | |
JP5076991B2 (en) | Route calculation system | |
JP2008005066A (en) | Multicast routing calculation method and apparatus and program, and computer-readable recording medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090220 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20090623 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090625 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120703 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4335889 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130703 Year of fee payment: 4 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |