WO2011033650A1 - 経路検索方法及びノード装置 - Google Patents

経路検索方法及びノード装置 Download PDF

Info

Publication number
WO2011033650A1
WO2011033650A1 PCT/JP2009/066372 JP2009066372W WO2011033650A1 WO 2011033650 A1 WO2011033650 A1 WO 2011033650A1 JP 2009066372 W JP2009066372 W JP 2009066372W WO 2011033650 A1 WO2011033650 A1 WO 2011033650A1
Authority
WO
WIPO (PCT)
Prior art keywords
route
network
constraint conditions
search
network topology
Prior art date
Application number
PCT/JP2009/066372
Other languages
English (en)
French (fr)
Inventor
雅彦 松浦
Original Assignee
富士通株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 富士通株式会社 filed Critical 富士通株式会社
Priority to JP2011531723A priority Critical patent/JP5429292B2/ja
Priority to PCT/JP2009/066372 priority patent/WO2011033650A1/ja
Publication of WO2011033650A1 publication Critical patent/WO2011033650A1/ja
Priority to US13/422,324 priority patent/US8649295B2/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/302Route determination based on requested QoS
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/12Discovery or management of network topologies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation

Definitions

  • the present invention relates to a network route search method and a node device.
  • JiT Just In Time service
  • GMPLS Generalized Multi-Protocol Label Switching
  • CCAMP Communication Control and Measurement Plane
  • WG Working Group InfraIT
  • OIF OpticalInt. This is a technology that is being discussed by Union) and standardization work is being promoted.
  • each network element (hereinafter referred to as a node) autonomously detects a network topology such as an adjacency relationship, the number of optical fibers in each node, and information on the available bandwidth, and the node requested by the user It is possible to automatically construct a route between them.
  • a network topology such as an adjacency relationship, the number of optical fibers in each node, and information on the available bandwidth, and the node requested by the user It is possible to automatically construct a route between them.
  • GMPLS the user does not need to be aware of the network NW shown in FIG. 1A, and when a start point and an end point are designated, a path is automatically constructed from the start point to the end point as shown in FIG. 1B.
  • a route search such as “passing only a route having a certain line quality or higher”
  • a route (FIG. 2B) is automatically set between nodes. It is also possible to construct.
  • a broken line represents a poor quality route.
  • Constraints that are generally effective are indicators related to transmission quality, etc., and indicators based on hardware and software functions and reliability on the route.
  • GMPLS a technique for searching for a route based on such many constraints is called CSPF (Constrained Shortest Path Fast), and the shortest route is calculated by the following mechanism.
  • the CSPF As shown in FIG. 3A, all the constraint conditions are applied to the information on the network topology, and as shown in FIG. 3B, a portion that is not suitable for the constraint conditions (path with poor quality) is temporarily removed from the network topology. Thereby, the object (network graph) to be searched is determined. Next, by searching the network graph shown in FIG. 3C using an OSPF (Open Shortest Path First) algorithm, the shortest path with the smallest cumulative OSPF cost is uniquely determined. The determined shortest path is expressed by a node from the start point to the end point and a link that is a path between the nodes.
  • OSPF Open Shortest Path First
  • Patent Document 2 a technique for avoiding a specific communication path from occupying resources in a situation where communication path allocation requests are intensively generated in a short time is known (see, for example, Patent Document 2).
  • the reason why it is not clear which part of the network is a problem is because it uses CSPF for route search. Since the CSPF temporarily removes a portion not suitable for the constraint condition from the network topology, in principle, only the presence or absence of the shortest path can be known. The reason why it takes a long time for a person to determine a problem is to review the constraint conditions for a large amount of network topology information.
  • one of the purposes has been made in view of the above points, and is to provide a node device that can present judgment information for specifying a problem location in route search.
  • a node device that performs a route search of a network by specifying a plurality of constraint conditions and a start point and an end point, an index corresponding to each of the plurality of constraint conditions detected for the node devices constituting the network and the links connecting the node devices
  • Holding means for holding network topology information
  • generating means for generating a combination excluding some constraints from the plurality of constraint conditions, and each of the combinations of constraint conditions generated by the generating means from the start point to the end point
  • a search means for searching for a route to the network, and the network topology information obtained by searching the network topology information with the route information of the route found by the search is compared with all the constraint conditions excluded by the search. Extraction of non-conforming parts that do not meet the conditions and route information of the result of the combination With a presentation means for presenting to the user and stored in both the result list, the.
  • FIG. 4 shows a configuration diagram of an embodiment of a node device having a GMPLS automatic path generation function.
  • the node device 10 is connected to the network monitoring device 30 by the user interface unit 11.
  • the node device 10 is connected to another adjacent node device by the interface unit 12, and exchanges data (main signal). Further, GMPLS communication is performed by the inter-node communication unit 13.
  • commands specifying the start point, end point, and constraint conditions are input from the monitoring device 30.
  • This command passes through the user interface unit 11, and the command processing unit 14 passes the constraint condition to the index of the network topology information and passes it to the CSPF unit 15.
  • the CSPF unit 15 creates a network graph from which all the route information that does not meet the constraint conditions is removed using the network topology information stored in the LSDB 21, and requests the OSPF unit 16 to calculate the route.
  • the OSPF unit 16 calculates the shortest route by circulating the network graph from the start point to the end point, and passes the calculation result to the route determination unit 17.
  • the route determination unit 17 determines whether there is a calculated route and whether there is a contradiction in the calculated route, and passes the determination result to the command processing unit 14.
  • the command processing unit 14 that has received the determination result requests the device control unit 18 to set a route, and a path is automatically generated by the GMPLS function. The result of the path generation is notified as a response to the monitoring apparatus 30 via the user interface unit 11.
  • the indicator detection unit 20 autonomously collects indicators such as the line bit error rate, transmission delay (distance) time for each link, and average operating time (MTBF) of the own node device.
  • Each collected index is reflected in the network topology information stored in the LSDB 21 by the topology management function of the OSPF unit 16.
  • the topology information is advertised as a link state packet of the OSPF unit 16 to the adjacent node device via the inter-node communication unit 13 and advertised to the entire network. At this time, since the link state packet of the OSPF unit 16 is advertised for each link, the index for each node device is advertised with the same value for all links belonging to the node device.
  • the nonconforming location determination unit 22 extracts a case in which only a certain constraint condition is limited and a case in which the constraint condition is limited by a combination of all the constraint conditions. For example, when the constraint conditions are constraint A, constraint B, and constraint C, the constraint A is limited to only constraint A, only constraint B, only constraint C, constraint A and constraint B, constraint B and constraint C, and constraint C. And the case of constraint A is extracted.
  • the nonconforming portion determination unit 22 performs route search with a constraint condition by the CSSF unit 15 in order in each extracted case.
  • the CSPF unit 15 creates a network graph by removing portions not suitable for each case from the network topology. Thereafter, the OSPF unit 16 searches the network graph using the OSPF algorithm to obtain a route, and notifies the nonconforming portion determination unit 22 of the route.
  • the nonconforming part determination unit 22 combines table information (JOIN calculation) for the notified route information (node ID and link ID) and network topology information of each case. That is, the network topology information is searched with the node ID and the link ID of the route information, and the network topology information obtained by the search is used as a combined result. Then, the node ID of the nonconforming part is obtained from the combination result.
  • the re-search candidate extraction unit 23 receives the start point / end point information from the non-conformity location determination unit 22 and calculates all possible routes from the start point to the end point from the network topology information. It passes to the part determination part 22.
  • the re-search candidate extraction unit 23 is required only in the second embodiment described later.
  • FIG. 5 shows a configuration diagram of an embodiment of a network.
  • the circles indicate nodes
  • the numbers in the circles indicate node IDs
  • a to l are link IDs
  • OPSF costs are indicated in parentheses.
  • the OPSF cost is a value set by the user for each link.
  • the OPSF cost is a value that decreases as the bandwidth of the link increases.
  • Constraint A The line bit error rate (BER) per link is 10 ⁇ 6 (1 error per 1 million bits) or less.
  • Constraint B The transmission delay time for each link is 10 ms or less.
  • Constraint C The average operation time (MTBF) for each node device is 12 months or more.
  • These indicators to be considered are collected autonomously by the indicator detection unit 20 of each node device and the monitoring device 30 connected to the node device. Each collected index is reflected in the network topology information stored in the LSDB 21 by the topology management function of the OSPF unit 16. This network topology information is advertised to the adjacent node device.
  • the link state packet with the field expanded as shown in FIGS. 6 and 7 is used.
  • type 1 to type 16 are conventional.
  • a line bit error rate for each link is advertised with type XX (XX is, for example, 17)
  • a transmission delay time for each link is advertised with type XY (XY, for example, 18)
  • a node device is advertised with type YY (YY is, for example, 19)
  • network topology information is collected for each node ID and link ID.
  • the error rate display “10 ⁇ ⁇ 8” represents “10 ⁇ 8 ”, the unit of transmission delay time is msec, and the unit of node MTBF is month.
  • the route calculation unit 17 calculates the route from the network topology information by the CSPF unit 15 and the OSPF unit 16. Suppose that a route cannot be found. If a route is found, the result may be returned to the user as before, and the description is omitted.
  • the non-conformity location determination unit 22 extracts a case where only a certain constraint condition is limited and a case where the constraint condition is limited by a combination of all the constraint conditions.
  • cases of the constraint A only, the constraint B only, the constraint C only, the constraint A and the constraint B, the constraint B and the constraint C, the constraint C and the constraint A are extracted as a limited pattern of a certain constraint condition.
  • a route search with constraints by the CSPF unit 15 is performed in order.
  • a case limited to the constraint A will be described.
  • the CSPF unit 15 to which the condition limited only to the constraint A is passed from the nonconformity location determination unit 22 determines a link (link indicated by a broken line) that is not suitable for the constraint A from the network (network topology information) illustrated in FIG.
  • the network graph shown in FIG. 9B is created by removing from the network topology.
  • a double-line link indicates a link that is not suitable for the constraint B
  • a satin node indicates a node that is not suitable for the constraint C.
  • the OSPF unit 16 searches the network graph using the OSPF algorithm to obtain the shortest route shown in FIG. 10, and the route calculation result is obtained as route information including the node ID and link ID shown in FIG.
  • the determination unit 22 is notified.
  • the nonconforming part determination unit 22 performs table information combination (JOIN operation) on the notified route information of FIG. 11 and the network topology information shown in FIG. 8 to obtain a combination result shown in FIG. That is, the network topology information is searched with the node ID and the link ID of the route information, and the network topology information obtained by the search is used as a combined result.
  • table information combination JOIN operation
  • the restriction C is a restriction of the node device
  • the nonconforming part is a node ID.
  • FIG. 14 shows a process flowchart of the first embodiment. Note that this process can be performed by any node device as long as it is instructed to search for a route by the user.
  • step S1 the nonconforming part determination unit 22 initializes the result list.
  • step S ⁇ b> 2 the route determination unit 17 determines whether the route has been found by the CSPF unit 15 and the OSPF unit 16 after applying the constraint condition given by the user. If the route is found, the route found in step S3 is stored in the result list, and the process proceeds to step S11.
  • the nonconforming part determination unit 22 determines in step S4 all cases (constraint A only, constraint B only, constraint C only, constraint A and constraint B, constraint B and constraint C, constraint C and constraint A). ) Is determined. If the inspection has not been completed, the nonconforming part determination unit 22 obtains a combination obtained by excluding some constraints from the combination of the constraint conditions (constraints A, B, C) given in step S5, for example, in the order of severe constraints (the constraint conditions are Generate in ascending order).
  • the nonconforming part determination unit 22 determines whether or not the path can be found by the CSPF unit 15 and the OSPF unit 16 with the combination of the constraint conditions generated in step S6. If the route cannot be found, the nonconforming part determination unit 22 stores “no route” in the result list in step S7, and proceeds to step S4. If a route can be found, table connection (JOIN operation) is performed between the route information found in step S8 and the network topology information.
  • step S9 the nonconforming part determination unit 22 performs a comparison operation with all the constraints excluded in the current search on the join result of the table join, and extracts the nonconforming part (node or link) that does not meet the condition and its index value. To do.
  • the nonconforming part determination unit 22 stores the path information, the nonconforming part and the index value found in step S10 in the result list, and proceeds to step S4.
  • step S4 when the inspection is completed in step S4 or after executing step S3, the nonconforming part determination unit 22 responds the result list to the user in step S11.
  • the route calculation unit 17 calculates the route from the network topology information by the CSPF unit 15 and the OSPF unit 16. Suppose that a route cannot be found. When the route is not found, the route determination unit 17 requests the non-conformity location determination unit 22 to perform processing. The nonconforming part determination unit 22 passes the start point and end point information to the re-search candidate extraction unit 23.
  • the re-search candidate extraction unit 23 extracts all possible routes from the start point to the end point from the network topology information, and notifies the non-conformity location determination unit 22. For example, in the network shown in FIG. 15A, the routes shown in FIG. 15B, FIG. 15C, and the like are calculated, the routes shown in FIG. 15B are notified to the nonconforming portion determination unit 22 as the route information shown in FIG. 15D, and the routes shown in FIG. The nonconforming portion determination unit 22 is notified as route information indicated by 15E.
  • the nonconformity location determination unit 22 combines table information (JOIN operation) for each notified route information and the network topology information shown in FIG. 8 to obtain a combined result.
  • FIG. 16 shows a table of the combination result of the route information and network topology information shown in FIG. 15D.
  • the result list shown in FIG. 17 is created as determination information for specifying the problem location, and the results shown in FIG. 17 are sorted in the total cost of the route. Respond to the user with a list.
  • FIG. 18 shows a process flowchart of the second embodiment. Note that this process can be performed by any node device as long as it is instructed to search for a route by the user.
  • step S21 the nonconforming part determination unit 22 initializes the result list.
  • step S22 the route determination unit 17 determines whether or not the route has been found by the CSPF unit 15 and the OSPF unit 16 after applying the constraint condition given by the user. When the route is found, the route found in step S23 is stored in the result list, and the process proceeds to step S29.
  • the re-search candidate extraction unit 23 extracts all possible routes from the start point to the end point in step S24.
  • step S25 it is determined whether or not all routes have been inspected. If the inspection has not been completed, the nonconforming part determination unit 22 combines table information (JOIN calculation) for the route information and network topology information to be inspected this time in step S26.
  • step S27 the nonconforming part determination unit 22 performs a comparison operation with the requested constraint conditions A, B, and C on the combined result table, and extracts a nonconforming part (node or link) that does not meet the restriction condition and its index value. To do.
  • step S28 the route information, the nonconforming part and the index value are stored in the result list, and the process proceeds to step S25.
  • the nonconforming part determination unit 22 sorts the result list in order of the total cost of the route in step S29, and responds the result list to the user in step S30. .
  • the total number of leaves in the tree is approximately m n [m is the average number of branches, and n is the number of intermediate nodes].
  • n is the number of intermediate nodes.
  • the average number of branches is “2” for convenience, the number of combinations (2 k ) ⁇ 1 [k is the number of constraints] in the first embodiment is equivalent. If there are almost no cases where 10 or more constraint conditions are specified at the same time when a general path generation request is made, the first embodiment can be said to be advantageous in that the amount of calculation does not increase significantly regardless of the network scale.
  • the node device can select the method of the first embodiment and the method of the second embodiment.
  • 20 and 21 are flowcharts of processing for selecting the method of the first embodiment and the method of the second embodiment.
  • the node device counts the number of nodes (number excluding duplication of node IDs) in the network topology information as shown in FIG. 8 in order to estimate the scale of the network in step S41. It is determined whether or not the number of nodes counted in step S42 exceeds a certain number (for example, about several tens to 100), and if so, the first embodiment is selected in step S43 to start the flowchart of FIG. move on. If not, the second embodiment is selected in step S44 and the process proceeds to the start of the flowchart of FIG. This is because the number of paths to be calculated in the second embodiment increases as the number of nodes in the network increases.
  • a certain number for example, about several tens to 100
  • the node device first searches for the shortest path in which the constraint condition is completely ignored in step S51.
  • the number of intermediate nodes in the route searched in step S52 is counted to determine whether or not a predetermined value (for example, 10) is exceeded. If so, the first embodiment is selected in step S53 and the flowchart of FIG. 14 is started. Proceed to If not, the second embodiment is selected in step S54 and the process proceeds to the start of the flowchart of FIG. This is also because the number of paths to be calculated in the second embodiment becomes enormous as the number of intermediate nodes increases.
  • the first case is clearly a case where a route cannot be found due to a specific constraint. This case is seen in the first embodiment, and a result list as shown in FIG. 22 is obtained.
  • a specific constraint is too strict for the network, it is often solved by relaxing the specific constraint (a route is found). It is suspected that the constraints A and C are too strict from the “no path” item in the part surrounded by the ellipse in FIG. If the constraint conditions are directly linked to the provided service, careful judgment is required for the change.
  • the second case is when there are many nonconformities due to specific constraints.
  • both the first embodiment and the second embodiment can be seen, and in the first embodiment, a result list as shown in FIG. 23 is obtained.
  • this is often caused mainly by the constraint condition itself. It is suspected that the constraint A is too strict from the part surrounded by the ellipse in FIG. Again, be careful when changing constraints.
  • the third case is a case where a specific node device or link is a non-conforming part regardless of the calculated route candidate.
  • both the first embodiment and the second embodiment can be seen.
  • a result list as shown in FIG. 24 is obtained. From the portion surrounded by the ellipse in FIG. 24, it is shown that the link h does not conform to the constraint C, and it can be determined that the identified nonconforming portion (link h) should be concentrated.
  • the route candidates are basically narrowed down by the user's judgment, and the nonconforming portions on the route are concentrated and investigated.
  • the judgment material for the user to narrow down the route candidates varies depending on the constraint conditions that can be changed, the total number of nonconforming portions, and the like.
  • the constraint condition or problem that causes the problem is determined from the determination information of the nonconforming portion displayed for each route as a result list.

Landscapes

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

Abstract

 複数の制約条件と始点と終点を指定されてネットワークの経路検索を行うノード装置において、前記ネットワークを構成するノード装置及びノード装置間を接続するリンクについて検出した前記複数の制約条件それぞれに対応する指標をネットワークトポロジー情報として保持する保持手段と、前記複数の制約条件から一部の制約を除外した組み合わせを生成する生成手段と、前記生成手段により生成された制約条件の組み合わせそれぞれで前記始点から前記終点までの経路を検索する検索手段と、前記検索で発見された経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、検索で除外した全ての制約条件と比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する提示手段と、を有する。

Description

経路検索方法及びノード装置
 本発明は、ネットワークの経路検索方法及びノード装置に関する。
 近年、通信キャリアでは、JiT(Just In Time service)というサービスを立ち上げようとしている。このサービスの目的は、従来数カ月のオーダで時間のかかっていた回線サービス提供までの時間を、数週間や数日といったレベルにまで早めることにある。
 このJiTを支える基礎技術としてGMPLS(Generalized Multi-Protocol Label Switching)が使われる。GMPLSは、ネットワークの運用を自律分散的に行う技術であり、IETF(Internet Engineering Task Force)のCCAMP(Commn Control and Measurement Plane)-WG(Working Groop),OIF(Optical Internetworking Forum),ITU(International Telecommunication Union)等で議論されて標準化作業がすすめられている技術である。
 GMPLSを導入することにより、各ネットワークエレメント(以降ノードと呼ぶ)が自律的に隣接関係や各ノードでの光ファイバの本数とその空き帯域情報等であるネットワークトポロジーを検出し、ユーザが要求するノード間の経路を自動的に構築することが可能となっている。
 GMPLSでは、ユーザは、図1Aに示すネットワークNWを意識する必要はなく、始点と終点を指定すると、図1Bに示すように始点から終点までパスを自動構築する。また、GMPLSでは、図2Aに示すように、例えば「一定の回線品質以上の経路だけを通る」等のように経路検索に制約条件をつけて、自動的にノード間に経路(図2B)を構築することも可能である。図2Aにおいて破線は品質の悪い経路を表している。
 制約条件については、一般的に伝送品質などに関係する指標や経路上のハードやソフトの機能や信頼性による指標などが有効である。GMPLSでは、このような数々の制約条件に基づいて経路検索する技術はCSPF(Constrained Shortest Path Fast)と呼ばれており、以下のようなメカニズムにより最短経路を算出している。
 CSPFでは、図3Aに示すように、制約条件全てをネットワークトポロジーの情報に適用し、図3Bに示すように制約条件に適さない部分(品質が悪い経路)をネットワークトポロジーからいったん除去する。これにより、検索するべき対象(ネットワークグラフ)が決定する。次に、図3Cに示すネットワークグラフをOSPF(Open Shortest Path First)のアルゴリズムによって検索することで、OSPFコストの累積がもっとも少ない最短経路がユニークに決定する。決定した最短経路は、始点から終点までのノードと、ノード間の経路であるリンクによって表現される。
 なお、動的制御を実現する通信システムでリソース量が適切であるか否かを判定し、不適切の場合にパスの設定又は解放を行うことにより、利用可能な動的制御用ネットワークのリソース量を調整する技術が知られている(例えば特許文献1参照)。
 また、短時間に集中的に通信路割当要求が発生する状況において、特定の通信路がリソースを占有してしまうことを回避する技術が知られている(例えば特許文献2参照)。
特開2007-74055号公報 特開2009-55357号公報
 CSPFを使っても最短経路が見つからない場合は、ユーザの要求する数々の制約条件とネットワークのどの部分が問題なのかユーザには具体的に分らないため、そもそものサービス提供の条件(制約条件)を見直すべきか、ネットワークのリソースを改善するべきか、また、具体的にネットワークのどこを改善するべきかを判断するのに時間がかかる。このため、サービス提供が遅れてしまうという問題があった。
 ネットワークのどの部分が問題であるのか具体的に分らない理由は、経路の検索にCSPFを使用しているためである。CSPFは、制約条件に適さない部分をネットワークトポロジーからいったん除去するため、原理的に最短経路の有無しか分らなくなる。また、人が問題箇所の判断に時間がかかる理由は、膨大なネットワークトポロジー情報に対して、制約条件を見直すためである。
 制約条件数が多ければ多いほど、また取り得る制約条件のパラメータの変動範囲が大きければ大きいほど、制約条件がサービス提供条件と密接に関係すればするほど、その調整には時間がかかる。また、ネットワークに対して、ある部分に絞って問題かどうかを調べることも時間がかかる。これは、調査の対象となる経路は、始点と終点、制約条件によって常に変動して行くため、ある状況における調査結果は有効であるかもしれないが、別の異なる状況ではまったく使えないことになる。全ての状況における調査(例えば、仮に全ての始点終点の組み合わせにおける最短経路を抽出すること)を事前に行うことは、その計算量や経路情報量が膨大になるため、装置負荷や常時使用するメモリが大量に必要なため、極めて不利である。更に、サービス提供の条件の見直しと、ネットワークのリソースの改善とは、別々に実施されるため、どちらの方法をとった方が、より対処が早いかという点は考慮されにくい。
 そこで、目的の一つは、上記の点に鑑みなされたものであり、経路検索の問題箇所特定のための判断情報を提示できるノード装置を提供することである。
 複数の制約条件と始点と終点を指定されてネットワークの経路検索を行うノード装置において、前記ネットワークを構成するノード装置及びノード装置間を接続するリンクについて検出した前記複数の制約条件それぞれに対応する指標をネットワークトポロジー情報として保持する保持手段と、前記複数の制約条件から一部の制約を除外した組み合わせを生成する生成手段と、前記生成手段により生成された制約条件の組み合わせそれぞれで前記始点から前記終点までの経路を検索する検索手段と、前記検索で発見された経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、検索で除外した全ての制約条件と比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する提示手段と、を有する。
 本実施形態によれば、経路検索の問題箇所特定のための判断情報を提示できる。
GMPLSを説明するための図である。 GMPLSを説明するための図である。 GMPLSを説明するための図である。 GMPLSを説明するための図である。 OSPFを説明するための図である。 OSPFを説明するための図である。 OSPFを説明するための図である。 ノード装置の一実施形態の構成図である。 ネットワークの一実施形態の構成図である。 リンクステートパケットの構成を示す図である。 リンクステートパケットの構成を示す図である。 ネットワークトポロジー情報を示す図である。 ネットワークグラフの作成を説明するための図である。 ネットワークグラフの作成を説明するための図である。 最短経路を示す図である。 経路情報を示す図である。 結合結果を示す図である。 結果リストを示す図である。 第1実施形態の処理フローチャートである。 再検索候補抽出部の動作を説明するための図である。 再検索候補抽出部の動作を説明するための図である。 再検索候補抽出部の動作を説明するための図である。 再検索候補抽出部の動作を説明するための図である。 再検索候補抽出部の動作を説明するための図である。 結合結果のテーブルを示す図である。 結果リストを示す図である。 第2実施形態の処理フローチャートである。 中間ノード数と第2実施形態の計算量の関係を説明するための図である。 第1実施形態の方法と第2実施形態の方法を選択する処理のフローチャートである。 第1実施形態の方法と第2実施形態の方法を選択する処理のフローチャートである。 第1のケースの結果リストを示す図である。 第2のケースの結果リストを示す図である。 第3のケースの結果リストを示す図である。
 以下、図面に基づいて実施形態を説明する。
 <ノード装置の構成>
 図4は、GMPLSの自動パス生成機能を持つノード装置の一実施形態の構成図を示す。図4において、ノード装置10はユーザインタフェース部11によりネットワークの監視装置30に接続されている。また、ノード装置10はインタフェースユニット12によって隣接する他のノード装置と接続されており、データ(主信号)のやりとりを行う。また、GMPLSの通信はノード間通信ユニット13によって行う。
 GMPLSにおける自動パス生成の流れは、監視装置30より始点、終点、制約条件を指定したコマンドを投入する。このコマンドはユーザインタフェース部11を通り、コマンド処理部14にて、制約条件をネットワークトポロジー情報の指標に関連付けてCSPF部15に渡す。
 CSPF部15では、LSDB21に格納されているネットワークトポロジー情報を用いて制約条件に適合しない経路情報を全て取り除いたネットワークグラフを作成し、OSPF部16に経路計算を依頼する。
 OSPF部16では、始点から終点までネットワークグラフを巡回することで最短経路を算出し、算出結果を経路判定部17に渡す。
 経路判定部17は、算出経路があるか、また、算出経路に矛盾がないかを判定し、判定結果をコマンド処理部14に渡す。判定結果を受け取ったコマンド処理部14は、装置制御部18に経路設定を依頼して、GMPLS機能により自動的にパスが生成される。パスが生成された結果は、ユーザインタフェース部11を介し、監視装置30にレスポンス(応答)として通知される。
 指標検出部20は、リンク毎の回線ビットエラーレートや伝送遅延(距離)時間、自ノード装置の平均稼動時間(MTBF)等の指標を自律的に収集する。収集された各指標は、OSPF部16のトポロジー管理機能によって、LSDB21に格納されるネットワークトポロジー情報に反映される。また、上記のトポロジー情報はOSPF部16のリンクステートパケットとしてノード間通信ユニット13を経由して隣接ノード装置に広告され、ネットワーク全体に広告される。このとき、OSPF部16のリンクステートパケットは、リンク単位に広告するため、ノード装置毎の指標は、ノード装置に属する全てのリンクに対して同値にして広告する。
 不適合箇所判定部22は、経路判定部17によって経路が見つからなかった場合に、ある制約条件のみ限定したケース、全ての制約条件の組み合わせによる制約条件の限定したケースを抽出する。例えば、制約条件が制約Aかつ制約Bかつ制約Cである場合、この制約条件の限定パターンとして制約Aのみ、制約Bのみ、制約Cのみ、制約Aかつ制約B、制約Bかつ制約C、制約Cかつ制約Aのケースが抽出される。不適合箇所判定部22は抽出された各ケースにおいて、順番にCSPF部15による制約条件つき経路検索を行う。
 これにより、CSPF部15は、各ケースに適さない部分をネットワークトポロジーより除去してネットワークグラフを作成する。その後、OSPF部16によって、ネットワークグラフをOSPFアルゴリズムで検索して経路を求め、不適合箇所判定部22へ通知する。不適合箇所判定部22では、通知された各ケースの経路情報(ノードIDとリンクID)とネットワークトポロジー情報について、テーブル情報の結合(JOIN演算)を行う。すなわち、経路情報のノードIDとリンクIDでネットワークトポロジー情報を検索して、検索で得られたネットワークトポロジー情報を結合結果とする。そして、結合結果から不適合箇所のノードIDを求める。
 再検索候補抽出部23は、経路が見つかないと判定されたとき不適合箇所判定部22から始点・終点情報を渡され、始点から終点まで取り得る全ての経路をネットワークトポロジー情報より算出して、不適合箇所判定部22に渡す。なお、再検索候補抽出部23は後述する第2実施形態でのみ必要とされる。
 <第1実施形態>
 図5にネットワークの一実施形態の構成図を示す。図5において、○印はノードであり○印内の数字はノードIDを示し、a~lはリンクIDであり括弧内にOPSFコストを示している。OPSFコストはユーザがリンク毎に設定する値であり、例えばリンクの帯域が大きいほど小さくなる値である。
 図5のネットワークにおいて、ユーザより以下に示す具体的な3つの制約条件が指定されたものとする。
(制約A)リンク毎の回線ビットエラーレート(BER)が、10-6(100万ビットに1個の誤り)以下であること。
(制約B)リンク毎の伝送遅延時間が10ms以下であること。
(制約C)ノード装置毎の平均稼動時間(MTBF)が12ヶ月以上であること。
 これらの考慮される指標は、各ノード装置の指標検出部20やノード装置に接続される監視装置30により自律的に収集される。収集された各指標は、OSPF部16のトポロジー管理機能によって、LSDB21に格納されるネットワークトポロジー情報に反映される。このネットワークトポロジー情報は隣接ノード装置に広告される。
 ネットワークトポロジー情報を隣接ノード装置に広告するために、図6及び図7に示すようにフィールド拡張したリンクステートパケットを用いる。リンクステートパケットはタイプ1~タイプ16までは従来通りである。タイプXX(XXは例えば17)でリンク毎の回線ビットエラーレートを広告し、タイプXY(XYは例えば18)でリンク毎の伝送遅延時間を広告し、タイプYY(YYは例えば19)でノード装置の平均稼動時間(MTBF)を広告する。
 これにより、図5に示すネットワークにおいては、図8に示すようなネットワークトポロジー情報が全ノード装置(図5でノード1D=1~7のノード装置)で共有される。図8ではノードIDとリンクID毎にネットワークトポロジー情報が収集されている。エラーレートの表示「10^-8」は「10-8」を表しており、伝送遅延時間の単位はmsecであり、ノードMTBFの単位は月である。
 ネットワークトポロジー情報を全ノード装置で共有した状態で、ユーザから始点と終点情報が入力されると、CSPF部15、OSPF部16によってネットワークトポロジー情報から経路算出が行われるが、経路判定部17にて経路が見つからない場合が発生したとする。なお、経路が見つかった場合は従来通り結果をユーザに応答すれば良く、説明を割愛する。
 経路判定部17によって、経路が見つからなかった場合は、まず不適合箇所判定部22において、ある制約条件のみ限定したケース、全ての制約条件の組み合わせによる制約条件の限定したケースを抽出する。この場合、ある制約条件の限定パターンとして制約Aのみ、制約Bのみ、制約Cのみ、制約Aかつ制約B、制約Bかつ制約C、制約Cかつ制約Aのケースが抽出される。
 抽出された各ケースにおいて、順番にCSPF部15による制約条件つき経路検索を行う。例えば、制約Aのみに限定したケースを説明する。不適合箇所判定部22より、制約Aのみに限定した条件を渡されたCSPF部15は、図9(A)に示すネットワーク(ネットワークトポロジー情報)から制約Aに適さないリンク(破線で示すリンク)をネットワークトポロジーより除去し、図9(B)に示すネットワークグラフを作成する。なお、図9(A)で二重線のリンクは制約Bに適さないリンクを示し、梨地のノードは制約Cに適さないノードを示している。
 その後、OSPF部16によって、ネットワークグラフをOSPFアルゴリズムで検索することで、図10に示す最短経路を得て、その経路算出結果を図11に示すノードIDとリンクIDからなる経路情報として、不適合箇所判定部22に通知する。
 不適合箇所判定部22では、通知された図11の経路情報と図8に示すネットワークトポロジー情報について、テーブル情報の結合(JOIN演算)を行って図12に示す結合結果を得る。すなわち、経路情報のノードIDとリンクIDでネットワークトポロジー情報を検索して、検索で得られたネットワークトポロジー情報を結合結果とする。
 ここで、不適合箇所判定部22では、制約Aかつ制約Bかつ制約Cで検索した場合は経路がなく、制約Aだけに限定して検索した場合は経路が見つかったという結果から、算出された経路には制約B又は制約Cの条件に適さないリンクが含まれていることが分るため、結合情報テーブルから制約Bと制約Cについて、要求された制約条件(エラーレートが10-6以下、ノードMTBFが12ヶ月以上)との比較演算を行い、ノードID=5のリンクID=iが制約C(MTBF=8)に違反していると分る。このため、上記の経路情報(リンクID=i)と不適合箇所の抽出結果(制約C(MTBF=8))を結果リストに格納する(図13の5項を参照)。なお、制約Cについてはノード装置の制約になるため、不適合箇所はノードIDとする。
 このようにして残りの制約条件を限定した全てのケース(制約Bのみ、制約Cのみ、制約Aかつ制約B、制約Bかつ制約C、制約Cかつ制約A)を実施することにより、問題箇所特定のための判断情報として図13に示す結果リストを作成し、この図13に示す結果リストをユーザに応答する。
 <第1実施形態の処理フローチャート>
 図14に第1実施形態の処理フローチャートを示す。なお、この処理はユーザから経路検索を指示されたノード装置であれば、どのノード装置であっても処理可能である。
 図14において、ステップS1で不適合箇所判定部22は結果リストを初期化する。ステップS2で経路判定部17はユーザから与えられた制約条件を適用した上で、CSPF部15及びOSPF部16により経路が発見できたか否かを判定する。経路が発見できた場合はステップS3で発見した経路を結果リストに格納してステップS11に進む。
 経路が発見できなかった場合、不適合箇所判定部22はステップS4で全てのケース(制約Aのみ、制約Bのみ、制約Cのみ、制約Aかつ制約B、制約Bかつ制約C、制約Cかつ制約A)を検査し終ったか否かを判別する。検査し終ってなければ、不適合箇所判定部22はステップS5で与えられた制約条件(制約A,B,C)の組み合わせから一部の制約を除外した組み合わせを例えば制約の厳しい順(制約条件が多い順)に生成する。
 不適合箇所判定部22はステップS6で生成した制約条件の組み合わせでCSPF部15及びOSPF部16により経路が発見できたか否かを判定する。経路が発見できない場合には不適合箇所判定部22はステップS7で「経路なし」を結果リストに格納してステップS4に進む。経路が発見できた場合にはステップS8で発見した経路情報とネットワークトポロジー情報とのテーブル結合(JOIN演算)を行う。
 次に、不適合箇所判定部22はステップS9でテーブル結合の結合結果について今回の検索で除外した全ての制約と比較演算を行い、条件に合わない不適合箇所(ノード又はリンク)とその指標値を抽出する。不適合箇所判定部22はステップS10で発見した経路情報と不適合箇所とその指標値を結果リストに格納してステップS4に進む。
 一方、ステップS4で検査し終った場合、又はステップS3を実行した後は、不適合箇所判定部22はステップS11で結果リストをユーザに応答する。
 <第2実施形態>
 ここでは、ユーザから指定される制約条件は、先の実施形態と同一とする。これによって、図5に示すネットワークにおいては、図8に示すようなネットワークトポロジー情報が全ノード装置で共有される。
 ネットワークトポロジー情報を全ノード装置で共有した状態で、ユーザから始点と終点情報が入力されると、CSPF部15、OSPF部16によってネットワークトポロジー情報から経路算出が行われるが、経路判定部17にて経路が見つからない場合が発生したとする。経路が見つからなかった場合、経路判定部17から不適合箇所判定部22に処理が依頼される。不適合箇所判定部22は始点と終点情報を再検索候補抽出部23に渡す。
 再検索候補抽出部23は、始点から終点までの取り得る全ての経路をネットワークトポロジー情報より抽出し、不適合箇所判定部22に通知する。例えば図15Aに示すネットワークでは、図15B,図15C等に示す経路が算出され、図15Bに示す経路は図15Dに示す経路情報として不適合箇所判定部22に通知され、図15Cに示す経路は図15Eに示す経路情報として不適合箇所判定部22に通知される。
 不適合箇所判定部22では、通知されたそれぞれの経路情報と、図8に示すネットワークトポロジー情報について、テーブル情報の結合(JOIN演算)を行って結合結果を得る。なお、図16は、図15Dに示す経路情報とネットワークトポロジー情報の結合結果のテーブルを示す。
 ここで、不適合箇所判定部22では、制約Aかつ制約Bかつ制約Cで検索した場合は経路がないことから、前述の結合結果のテーブルには、制約A、又は制約B、又は制約Cのいずれか、又はそのどれも適さないリンクが含まれていることが分るため、結合結果のテーブルについて、要求された制約条件A、B、C(エラーレートが10-6以下、伝送遅延10ms以下、ノード装置MTBFが12ヶ月以上)それぞれとの比較演算を行い、ノードID=4のリンクID=hリンクが制約Aと制約Cを違反していると分る。その後、上記の経路情報と不適合箇所の抽出結果を結果リストに格納する。このとき、制約Cはノード装置の制約になるため、不適合箇所としては、ノード装置4とリンクhの2箇所として格納する(図17の1項を参照)。
 このようにして始点から終点までの取り得る全ての経路について実施すると、問題箇所特定のための判断情報として図17に示す結果リストを作成し、経路の総コスト順にソートして図17に示す結果リストをユーザに応答する。
 <第2実施形態の処理フローチャート>
 図18に第2実施形態の処理フローチャートを示す。なお、この処理はユーザから経路検索を指示されたノード装置であれば、どのノード装置であっても処理可能である。
 図18において、ステップS21で不適合箇所判定部22は結果リストを初期化する。ステップS22で経路判定部17はユーザから与えられた制約条件を適用した上で、CSPF部15及びOSPF部16により経路が発見できたか否かを判定する。経路が発見できた場合はステップS23で発見した経路を結果リストに格納してステップS29に進む。
 経路が発見できなかった場合、再検索候補抽出部23はステップS24で始点から終点までの取り得る全ての経路を抽出する。次に、ステップS25で全ての経路を検査し終ったか否かを判別する。検査し終ってなければ、不適合箇所判定部22はステップS26で今回検査する経路情報とネットワークトポロジー情報について、テーブル情報の結合(JOIN演算)を行う。
 不適合箇所判定部22はステップS27で結合結果のテーブルについて、要求された制約条件A、B、Cとの比較演算を行い、制約条件に合わない不適合箇所(ノード又はリンク)とその指標値を抽出する。そして、ステップS28で経路情報と不適合箇所とその指標値を結果リストに格納してステップS25に進む。
 一方、ステップS25で検査し終った場合、又はステップS23を実行した後は、不適合箇所判定部22はステップS29で結果リストを経路の総コスト順にソートし、ステップS30で結果リストをユーザに応答する。
 <第1実施形態と第2実施形態の選択>
 中間ノード数と第2実施形態の計算量の関係を説明する。例えば、図5のネットワークを考えると、始点からノード装置(1)を見るとノード装置(1)でノード装置(2),(3),(5),(7)に4分岐し、ノード装置(1)からノード装置(2)を見るとノード装置(2)でノード装置(3),(4)に分岐していることが分る。このようにして、ノード装置と分岐の関係を表すと、図19に示すようなツリー構造したグラフができあがる。このツリー構造の頂点のノード装置は、始点ノード装置であり、ツリーの末端の葉に位置するのが全て終点ノード装置である。第2実施形態の始点から終点までの取り得る全ての経路数は、このツリーの葉のノード装置の総数と等しくなる。
 図19のようにツリーの葉の総数はおおよそm[mは平均分岐数、nは中間ノード数]となる。ここで、平均分岐数を便宜的に「2」とすると、第1実施形態における組み合わせ数(2)-1[kは制約条件数]と等価になる。一般的なパス生成要求時に同時に10以上の制約条件を指定するケースがほとんどないとすると、ネットワーク規模によらず計算量が大幅増加しない点で第1実施形態は有利であるといえる。
 この点に鑑みて、ノード装置では第1実施形態の方法と第2実施形態の方法を選択することが可能である。図20及び図21に第1実施形態の方法と第2実施形態の方法を選択する処理のフローチャートを示す。
 図20において、ノード装置では、ステップS41でネットワークの規模を見積もるために図8に示すようなネットワークトポロジー情報におけるノード数(ノードIDの重複を除いた数)をカウントする。ステップS42でカウントしたノード数が一定数(例えば、数10から100程度)を超えるか否かを判別し、超えた場合はステップS43で第1実施形態を選択して図14のフローチャートの開始に進む。超えない場合にはステップS44で第2実施形態を選択して図18のフローチャートの開始に進む。これは、ネットワークのノード数が増加するほど、第2実施形態で計算すべき経路数が膨大になるからである。
 図21において、ノード装置では、ステップS51で制約条件を完全に無視した最短経路を最初に検索する。ステップS52で検索した経路の中間ノード数をカウントして所定値(例えば10)を超えるか否かを判別し、超えた場合はステップS53で第1実施形態を選択して図14のフローチャートの開始に進む。超えない場合にはステップS54で第2実施形態を選択して図18のフローチャートの開始に進む。これも中間ノード数が増加するほど、第2実施形態で計算すべき経路数が膨大になるからである。
 <不適合箇所の内容>
 次に、経路毎に表示される不適合箇所の内容がどのように判断にできるかという事例について説明する。
 第1のケースは、明らかに特定の制約条件が原因で経路が見つからない場合である。この場合は第1実施形態で見られ、図22に示すような結果リストが得られる。特定の制約条件がネットワークに対して厳しすぎる場合は、特定の制約条件の緩和により解消する(経路が見つかる)場合が多い。図22の楕円で囲った部分の「経路なし」の項から制約Aと制約Cが厳しすぎることが疑われる。なお、制約条件が提供サービスに直結する場合は、変更に対して慎重な判断が必要となる。
 第2のケースは、特定の制約条件による不適合箇所が多い場合である。この場合は、第1実施形態第と2実施形態で共に見られ、第1実施形態では図23に示すような結果リストが得られる。これも第1のケースと同様、制約条件自体が主な原因となっている場合が多い。図23の楕円で囲った部分から制約Aが厳しすぎることが疑われる。この場合も制約条件の変更には慎重であるべきである。
 第3のケースは、算出された経路候補によらず、特定のノード装置やリンクが不適合箇所になっている場合である。この場合は、第1実施形態第と2実施形態で共に見られ、第1実施形態では図24に示すような結果リストが得られる。図24の楕円で囲った部分からリンクhが制約Cに適合していないことが示されており、特定されている不適合箇所(リンクh)を集中して調査すべきと判断できる。
 上記以外のケースでは、基本的にユーザの判断で更に経路候補を絞った上で、その経路上の不適合箇所を集中して調査することになる。ユーザが経路候補を絞る上での判断材料は、変更可能な制約条件や不適合箇所の総数などによって変わる。
 このように、本実施形態によれば、制約条件つき経路検索で経路が見つからなかった場合に、結果リストとして経路毎に表示される不適合箇所の判断情報から、原因となる制約条件、又は、問題となっているノードやリンクを効率的に調整又は調査できることで、問題解決までの時間を短縮でき、サービス提供までのリードタイムを短縮することができる。また、適用するネットワークの規模によって、計算量に見合った現実的な方法を使うことができる。
 10 ノード装置
 11 ユーザインタフェース部
 12 インタフェースユニット
 13 ノード間通信ユニット
 14 コマンド処理部
 15 CSPF部
 16 OSPF部
 17 経路判定部
 18 装置制御部
 20 指標検出部
 21 LSDB
 22 不適合箇所判定部
 23 再検索候補抽出部
 30 監視装置

Claims (9)

  1.  複数の制約条件と始点と終点を指定されてネットワークの経路検索を行うノード装置において、
     前記ネットワークを構成するノード装置及びノード装置間を接続するリンクについて検出した前記複数の制約条件それぞれに対応する指標をネットワークトポロジー情報として保持する保持手段と、
     前記複数の制約条件から一部の制約を除外した組み合わせを生成する生成手段と、
     前記生成手段により生成された制約条件の組み合わせそれぞれで前記始点から前記終点までの経路を検索する検索手段と、
     前記検索で発見された経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、検索で除外した全ての制約条件と比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する提示手段と、
    を有することを特徴とするノード装置。
  2.  複数の制約条件と始点と終点を指定されてネットワークの経路検索を行うノード装置において、
     前記ネットワークを構成するノード装置及びノード装置間を接続するリンクについて検出した前記複数の制約条件それぞれに対応する指標をネットワークトポロジー情報として保持する保持手段と、
     前記始点から前記終点までの取り得る全ての経路を再検索候補として抽出する抽出手段と、
     抽出した再検索候補それぞれの経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、前記複数の制約条件それぞれと比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する提示手段と、
    を有することを特徴とするノード装置。
  3.  請求項1記載のノード装置において、
     前記提示手段は、前記不適合箇所と共に前記不適合箇所の指標値を前記結果リストに格納してユーザに提示する
    ことを特徴とするノード装置。
  4.  請求項2記載のノード装置において、
     前記提示手段は、前記不適合箇所と共に前記不適合箇所の指標値を前記結果リストに格納してユーザに提示する
    ことを特徴とするノード装置。
  5.  複数の制約条件と始点と終点を指定してネットワークの経路検索を行う経路検索方法において、
     前記ネットワークを構成するノード装置及びノード装置間を接続するリンクについて検出した前記複数の制約条件それぞれに対応する指標をネットワークトポロジー情報として保持し、
     前記複数の制約条件から一部の制約を除外した組み合わせを生成し、
     生成した制約条件の組み合わせそれぞれで前記始点から前記終点までの経路を検索し、
     前記検索で発見された経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、検索で除外した全ての制約条件と比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する
    ことを特徴とする経路検索方法。
  6.  複数の制約条件と始点と終点を指定してネットワークの経路検索を行う経路検索方法において、
     前記ネットワークを構成するノード装置及びノード装置間を接続するリンクについて検出した前記複数の制約条件それぞれに対応する指標をネットワークトポロジー情報として保持し、
     前記始点から前記終点までの取り得る全ての経路を再検索候補として抽出し、
     抽出した再検索候補それぞれの経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、前記複数の制約条件それぞれと比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する
    ことを特徴とする経路検索方法。
  7.  複数の制約条件と始点と終点を指定されてネットワークの経路検索を行うノード装置において、
     前記ネットワークを構成するノード装置及びノード装置間を接続するリンクについて検出した前記複数の制約条件それぞれに対応する指標をネットワークトポロジー情報として保持する保持手段と、
     前記複数の制約条件から一部の制約を除外した組み合わせを生成する生成手段と、
     前記生成手段により生成された制約条件の組み合わせそれぞれで前記始点から前記終点までの経路を検索する検索手段と、
     前記検索で発見された経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、検索で除外した全ての制約条件と比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する第1提示手段と、
     前記始点から前記終点までの取り得る全ての経路を再検索候補として抽出する抽出手段と、
     抽出した再検索候補それぞれの経路の経路情報にて前記ネットワークトポロジー情報を検索して得られたネットワークトポロジー情報について、前記複数の制約条件それぞれと比較し制約条件に合わない不適合箇所を抽出し前記結合結果の経路情報と共に結果リストに格納してユーザに提示する第2提示手段と、
     ネットワークの規模が所定規模を超えた場合に前記第1提示手段を選択し、超えない場合に前記第2提示手段を選択して前記結果リストをユーザに提示する選択手段と、
    を有することを特徴とするノード装置。
  8.  請求項7記載のノード装置において、
     前記選択手段は、ネットワークのノード装置数が一定値を超えたときネットワークの規模が所定規模を超えたとすることを特徴とするノード装置。
  9.  請求項7記載のノード装置において、
     前記選択手段は、前記始点から前記終点までの最短経路における中間ノード数が所定値を超えたときネットワークの規模が所定規模を超えたとすることを特徴とするノード装置。
PCT/JP2009/066372 2009-09-18 2009-09-18 経路検索方法及びノード装置 WO2011033650A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2011531723A JP5429292B2 (ja) 2009-09-18 2009-09-18 経路検索方法及びノード装置
PCT/JP2009/066372 WO2011033650A1 (ja) 2009-09-18 2009-09-18 経路検索方法及びノード装置
US13/422,324 US8649295B2 (en) 2009-09-18 2012-03-16 Course searching method and node device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/066372 WO2011033650A1 (ja) 2009-09-18 2009-09-18 経路検索方法及びノード装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/422,324 Continuation US8649295B2 (en) 2009-09-18 2012-03-16 Course searching method and node device

Publications (1)

Publication Number Publication Date
WO2011033650A1 true WO2011033650A1 (ja) 2011-03-24

Family

ID=43758276

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/066372 WO2011033650A1 (ja) 2009-09-18 2009-09-18 経路検索方法及びノード装置

Country Status (3)

Country Link
US (1) US8649295B2 (ja)
JP (1) JP5429292B2 (ja)
WO (1) WO2011033650A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11277311B2 (en) 2018-02-27 2022-03-15 Nippon Telegraph And Telephone Corporation Accommodation mode search apparatus, accommodation mode search method and program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3355498A1 (en) * 2017-01-30 2018-08-01 Xieon Networks S.à r.l. Method and tool for service provisioning with improved spectral efficiency in grid-less optical networks

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11163890A (ja) * 1997-11-28 1999-06-18 Nec Corp 複数の情報を考慮したatm交換機におけるpnni経路計算システム
JP2006166158A (ja) * 2004-12-09 2006-06-22 Nippon Telegr & Teleph Corp <Ntt> 経路計算指示方法、計算指示プログラム、および、計算指示装置
JP2008017409A (ja) * 2006-07-10 2008-01-24 Hitachi Ltd QoS制御システム、QoS制御装置及びセッション制御装置

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001268122A (ja) * 2000-03-22 2001-09-28 Matsushita Electric Ind Co Ltd 経路設定支援装置
US7453864B2 (en) * 2003-04-30 2008-11-18 Harris Corporation Predictive route maintenance in a mobile ad hoc network
US7382765B2 (en) * 2003-04-30 2008-06-03 Harris Corporation Predictive routing in a moble ad hoc network
US7443833B2 (en) * 2004-08-06 2008-10-28 Sharp Laboratories Of America, Inc. Ad hoc network topology discovery
JP4351179B2 (ja) * 2005-03-10 2009-10-28 日本電信電話株式会社 リソース使用状況情報提供装置、端末、および、リソース使用状況情報提供方法
CA2616587C (en) * 2005-07-20 2017-07-11 Firetide, Inc. Route optimization for on-demand routing protocols for mesh networks
JP4589847B2 (ja) 2005-09-05 2010-12-01 日本電信電話株式会社 動的制御用ネットワークリソース制御方法および動的制御用ネットワークリソース制御装置
US20080069082A1 (en) * 2006-09-19 2008-03-20 Bea Systems, Inc. Service router for use with a service-oriented architecture environment
DE602006017755D1 (de) * 2006-12-22 2010-12-02 Telecom Italia Spa Dynamisches routen von optischen signalen in optischen netzen
CN101287268B (zh) * 2007-04-13 2012-05-09 中兴通讯股份有限公司 一种无线中继站连接关系更新的方法
JP4852499B2 (ja) 2007-08-27 2012-01-11 日本電信電話株式会社 ノード装置及び通信網及びパス設定方法及びプログラム
US8139504B2 (en) * 2009-04-07 2012-03-20 Raytheon Bbn Technologies Corp. System, device, and method for unifying differently-routed networks using virtual topology representations

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11163890A (ja) * 1997-11-28 1999-06-18 Nec Corp 複数の情報を考慮したatm交換機におけるpnni経路計算システム
JP2006166158A (ja) * 2004-12-09 2006-06-22 Nippon Telegr & Teleph Corp <Ntt> 経路計算指示方法、計算指示プログラム、および、計算指示装置
JP2008017409A (ja) * 2006-07-10 2008-01-24 Hitachi Ltd QoS制御システム、QoS制御装置及びセッション制御装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11277311B2 (en) 2018-02-27 2022-03-15 Nippon Telegraph And Telephone Corporation Accommodation mode search apparatus, accommodation mode search method and program

Also Published As

Publication number Publication date
US20120176940A1 (en) 2012-07-12
JP5429292B2 (ja) 2014-02-26
JPWO2011033650A1 (ja) 2013-02-07
US8649295B2 (en) 2014-02-11

Similar Documents

Publication Publication Date Title
US7639609B2 (en) Controlled incremental multi-protocol label switching (MPLS) traffic engineering
US7072304B2 (en) Network path selection based on bandwidth
US7706284B2 (en) Link property setting method, route calculating method and system using the same
US7813281B2 (en) Interactive MPLS traffic engineering
US8693340B2 (en) Method and apparatus for least cost routing using multiple path accumulated constraints
US9680665B2 (en) Apparatus and method for dynamic hybrid routing in SDN networks to avoid congestion and balance loads under changing traffic load
US10498643B2 (en) Method for constructing multipath forwarding rule, apparatus, and system
US20050188108A1 (en) Enriched tree for a content distribution network
CN107005467A (zh) 用于在交换机中路由数据的装置和方法
WO2010058785A1 (ja) 経路計算順決定方法、プログラムおよび計算装置
CN109587000A (zh) 基于群智网络测量数据的高延迟异常检测方法及系统
JP5429292B2 (ja) 経路検索方法及びノード装置
CN105207905B (zh) 路由选择方法和装置
JP5109940B2 (ja) 入力エッジルータ特定方法、プログラム及びコンピュータ
CN107592260B (zh) 基于快速重路由的vpws bypass保护倒换方法及系统
EP3157209B1 (en) Route search apparatus and route search method
US9787533B2 (en) Obstruction determination device
JP4673329B2 (ja) マルチキャストツリーを作成するための装置、方法及びプログラム
CN108390780B (zh) 用于处理信息的方法和装置
CN102694725B (zh) 基于带宽来双向搜索路径的方法
JP5595342B2 (ja) 複数経路探索方法及び装置
CN109033383B (zh) 基于双向搜索交叉碰撞检测的路由补全方法及装置
JP2007243479A (ja) 故障影響度判定方法及び装置及びプログラム
JP4479601B2 (ja) マルチキャスト経路計算方法及び装置およびプログラム及びプログラムを格納した記憶媒体
JP3699375B2 (ja) 経路選択装置およびプログラムおよび記録媒体および経路選択方法

Legal Events

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

Ref document number: 09849509

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2011531723

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09849509

Country of ref document: EP

Kind code of ref document: A1