JP2011147055A - Communication system - Google Patents

Communication system Download PDF

Info

Publication number
JP2011147055A
JP2011147055A JP2010007866A JP2010007866A JP2011147055A JP 2011147055 A JP2011147055 A JP 2011147055A JP 2010007866 A JP2010007866 A JP 2010007866A JP 2010007866 A JP2010007866 A JP 2010007866A JP 2011147055 A JP2011147055 A JP 2011147055A
Authority
JP
Japan
Prior art keywords
communication
information
route
path
network management
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.)
Pending
Application number
JP2010007866A
Other languages
Japanese (ja)
Inventor
Takehiko Matsumoto
健彦 松本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2010007866A priority Critical patent/JP2011147055A/en
Publication of JP2011147055A publication Critical patent/JP2011147055A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce processing load of an NMS in auditing a control plane path. <P>SOLUTION: A network management apparatus for managing a communication path set between communication devices includes: a path information collection means for storing path information of the communication path, requesting one of the communication devices on the communication path for path information, and collecting path information from the other communication device on the communication path; and a comparison means for comparing the collected path information with the stored path information. Each of the communication devices includes a connection information transfer means for storing connection information representing the settings on a connection with the other communication device for each communication path and, upon a request from the network management apparatus or a transfer of connection information from the other communication device, transferring the connection information stored in the device for the communication path whose path information has been requested from the network management apparatus, to a communication device to be connected next on the communication path or to the network management apparatus. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、通信システムにかかり、特に、自律分散制御型の通信システムに関する。   The present invention relates to a communication system, and more particularly to an autonomous distributed control type communication system.

MPLS(Multi-Protocol Label Switching)/GMPLS(Generalized Multi-Protocol Label Switching)/ASON(Automatically Switched Optical Network)等の自律分散制御型の通信システムでは、UNI(User Network Interface)やE-NNI(Exterior Network-to-Network Interface)で接続された外部装置、又は、NMS(Network Management System:ネットワーク管理システム)からの指示により制御プレーンを利用して、通信経路である制御プレーンパスを設定する。そして、MPLS/GMPLS/ASON等の自律分散制御の通信システムにおいて制御プレーンで設定した制御プレーンパスの情報は、当該パス上の各NE(通信装置)とNMSに記録される。また、NMSは、制御プレーンパスが設定された経路や制御プレーンパスの利用したラベルを保守者に提示することを目的として、制御プレーンパスの情報を管理している。   In autonomous distributed control communication systems such as MPLS (Multi-Protocol Label Switching) / GMPLS (Generalized Multi-Protocol Label Switching) / ASON (Automatically Switched Optical Network), UNI (User Network Interface) and E-NNI (Exterior Network) A control plane path, which is a communication path, is set by using a control plane in response to an instruction from an external device connected by -to-Network Interface) or an NMS (Network Management System). Information on the control plane path set in the control plane in the autonomous distributed control communication system such as MPLS / GMPLS / ASON is recorded in each NE (communication device) and NMS on the path. Further, the NMS manages information on the control plane path for the purpose of presenting to the maintenance person a route in which the control plane path is set and a label used by the control plane path.

ここで、プログラムのバグや通信障害の理由により、NEが保持する制御プレーンパス情報とNMSが保持する制御プレーンパス情報が一致しないことがある。このため、NEが保持する制御プレーンパス情報とNMSが保持する制御プレーンパス情報の情報が一致していないことを確認する手段が必要となる。   Here, the control plane path information held by the NE may not match the control plane path information held by the NMS due to a program bug or a communication failure. For this reason, a means for confirming that the control plane path information held by the NE and the information of the control plane path information held by the NMS do not match is required.

例えば、図1に示す通信システムでは、保守者MがNMS1に制御プレーンパス情報の監査を要求すると(1)、NMS1が制御プレーンパスP上の全てのNE200〜205に、個別に制御プレーンパス情報を収集する(2)。そして、NMSは、ここで収集したNEが保持する制御プレーンパス情報とNMS1が保持する制御プレーンパス情報を監査し(3)、保守者Mに報告する(4)。そして、NEが保持する制御プレーンパス情報とNMSが保持する制御プレーンパス情報の情報が一致しているか否かを検証(監査)し、情報の不一致があった場合には、情報を合わせこむ。なお、関連する技術として特許文献1があり、当該特許文献1では、NMSが、ネットワーク機器のLSP情報、及び、クロスコネクト情報を収集することが開示されている。   For example, in the communication system shown in FIG. 1, when the maintenance person M requests NMS1 to audit the control plane path information (1), NMS1 individually sends control plane path information to all NEs 200 to 205 on the control plane path P. (2). The NMS audits the control plane path information held by the NE collected here and the control plane path information held by the NMS 1 (3) and reports it to the maintenance person M (4). Then, it is verified (audited) whether or not the control plane path information held by the NE and the control plane path information held by the NMS match. If there is a mismatch, the information is combined. In addition, there exists patent document 1 as a related technique, and the said patent document 1 discloses that NMS collects LSP information and cross-connect information of network devices.

特開2009−159255号公報JP 2009-159255 A

しかしながら、上述した技術で制御プレーンパスの監査を行う場合には、各NEから制御プレーンパスを取得しているため、制御プレーンパスのホップが多くなるほどNMSが情報を取得するNEの数が増加し、NMSの処理負荷が増加する、という問題があった。   However, when the control plane path is audited using the above-described technology, the control plane path is acquired from each NE. Therefore, as the number of hops in the control plane path increases, the number of NEs from which the NMS acquires information increases. There was a problem that the processing load of NMS increased.

このため、本発明の目的は、上述した課題である、「制御プレーンパスを監査する場合おける、NMSの処理負荷が増加すること」を解決することにある。   For this reason, an object of the present invention is to solve the above-described problem, “the processing load of the NMS increases when auditing the control plane path”.

かかる目的を達成するため本発明の一形態である通信システムは、
ネットワーク上に設置された複数の通信装置と、これら通信装置間に設定された通信経路を管理するネットワーク管理装置と、を備える。
そして、上記ネットワーク管理装置は、上記通信経路の経路情報を記憶する経路情報記憶手段と、上記通信経路上の上記通信装置に対して経路情報を要求すると共に当該通信経路上の他の上記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と上記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備える。
さらに、上記通信装置は、上記通信経路毎における他の上記通信装置との接続設定を表す接続情報を記憶する接続情報記憶手段と、上記ネットワーク管理装置からの要求あるいは他の上記通信装置からの上記接続情報の転送に応じて、上記ネットワーク管理装置から経路情報を要求された上記通信経路について自装置が記憶している上記接続情報を、当該通信経路における次の接続先となる通信装置あるいは上記ネットワーク管理装置に転送する接続情報転送手段と、を備えた、
という構成をとる。
In order to achieve such an object, a communication system according to one aspect of the present invention provides:
A plurality of communication devices installed on a network, and a network management device that manages communication paths set between these communication devices.
The network management device requests route information from the communication device on the communication route and the other communication device on the communication route, and stores route information storage means for storing the route information of the communication route. Route information collecting means for collecting the route information transmitted from the communication means, and comparing means for comparing the collected route information with the route information stored in the route information storage means.
Further, the communication device includes connection information storage means for storing connection information indicating connection settings with other communication devices for each communication path, and requests from the network management device or the communication devices from the other communication devices. In response to the transfer of connection information, the connection information stored in the own device for the communication route for which the route information is requested from the network management device is used as the next connection destination in the communication route or the network. Connection information transfer means for transferring to the management device,
The configuration is as follows.

また、本発明の他の形態である通信装置は、ネットワーク上に設置された装置である。そして、上記通信装置間に設定された通信経路を管理するネットワーク管理装置が接続されており、当該ネットワーク管理装置は、上記通信経路の経路情報を記憶する経路情報記憶手段と、上記通信経路上の上記通信装置に対して経路情報を要求すると共に当該通信経路上の他の上記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と上記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備えている場合に、
上記通信装置は、上記通信経路毎における他の上記通信装置との接続設定を表す接続情報を記憶する接続情報記憶手段と、上記ネットワーク管理装置からの要求あるいは他の上記通信装置からの上記接続情報の転送に応じて、上記ネットワーク管理装置から経路情報を要求された上記通信経路について自装置が記憶している上記接続情報を、当該通信経路における次の接続先となる通信装置あるいは上記ネットワーク管理装置に転送する接続情報転送手段と、を備えた、
という構成をとる。
A communication apparatus according to another embodiment of the present invention is an apparatus installed on a network. A network management device that manages communication paths set between the communication devices is connected, and the network management device includes route information storage means for storing route information of the communication routes, Route information collection means for requesting route information from the communication device and collecting route information transmitted from other communication devices on the communication route, and stored in the collected route information and the route information storage means. And a comparison means for comparing the route information with
The communication device includes connection information storage means for storing connection information indicating connection settings with other communication devices for each communication path, and requests from the network management device or connection information from other communication devices. In response to the transfer, the connection information stored in the own device for the communication route for which route information is requested from the network management device is used as the next connection destination in the communication route or the network management device. Connection information transfer means for transferring to
The configuration is as follows.

また、本発明の他の形態であるプログラムは、
ネットワーク上に設置され、通信経路毎における他の上記通信装置との接続設定を表す接続情報を記憶する通信装置に、
上記通信装置間に設定された通信経路を管理するネットワーク管理装置が接続されており、当該ネットワーク管理装置は、上記通信経路の経路情報を記憶する経路情報記憶手段と、上記通信経路上の上記通信装置に対して経路情報を要求すると共に当該通信経路上の他の上記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と上記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備えている場合に、
上記ネットワーク管理装置からの要求あるいは他の上記通信装置からの上記接続情報の転送に応じて、上記ネットワーク管理装置から経路情報を要求された上記通信経路について記憶している上記接続情報を、当該通信経路における次の接続先となる通信装置あるいは上記ネットワーク管理装置に転送する接続情報転送手段、
を実現させるためのプログラムである。
Moreover, the program which is the other form of this invention is:
In a communication device that is installed on a network and stores connection information representing connection settings with other communication devices for each communication path,
A network management device that manages a communication path set between the communication devices is connected, and the network management device includes route information storage means that stores route information of the communication route, and the communication on the communication route. Route information collection means for requesting path information from the apparatus and collecting path information transmitted from other communication apparatuses on the communication path, and stored in the collected path information and the path information storage means And a comparison means for comparing the route information,
In response to a request from the network management device or transfer of the connection information from another communication device, the connection information stored for the communication route for which route information has been requested from the network management device is stored in the communication A connection information transfer means for transferring to a communication device as a next connection destination in the route or the network management device;
It is a program for realizing.

また、本発明の他の形態である通信方法は、
ネットワーク上に設置され、通信経路毎における他の上記通信装置との接続設定を表す接続情報を記憶する通信装置と、これら通信装置間に設定された通信経路を管理し、通信経路の経路情報を記憶するネットワーク管理装置と、を備えた通信システムにて、
上記ネットワーク管理装置が、上記通信経路上の上記通信装置に対して経路情報を要求し、
上記通信装置が、上記ネットワーク管理装置からの要求あるいは他の上記通信装置からの上記接続情報の転送に応じて、上記ネットワーク管理装置から経路情報を要求された上記通信経路について記憶している上記接続情報を、当該通信経路における次の接続先となる通信装置あるいは上記ネットワーク管理装置に転送し、
上記ネットワーク管理装置が、上記通信経路情報の他の上記通信装置から送信された経路情報を収集し、当該収集した経路情報と記憶している経路情報とを比較する、
という構成をとる。
In addition, a communication method according to another aspect of the present invention includes:
A communication device that is installed on the network and stores connection information representing connection settings with other communication devices for each communication route, manages communication routes set between these communication devices, and stores communication route information. In a communication system comprising a network management device for storing,
The network management device requests route information from the communication device on the communication route,
The connection in which the communication device stores the communication route for which route information is requested from the network management device in response to a request from the network management device or transfer of the connection information from another communication device. Transfer the information to the communication device that is the next connection destination in the communication path or the network management device,
The network management device collects the route information transmitted from the communication device other than the communication route information, and compares the collected route information with the stored route information;
The configuration is as follows.

本発明は、以上のように構成されることにより、通信システムにて通信経路を監査する場合おける、ネットワーク管理装置の処理負荷を軽減することができる。   By configuring as described above, the present invention can reduce the processing load of the network management device when auditing the communication path in the communication system.

本発明に関連する通信システムの構成を示すブロック図である。It is a block diagram which shows the structure of the communication system relevant to this invention. 本発明の実施形態1における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in Embodiment 1 of this invention. 図2に開示したネットワーク管理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the network management apparatus disclosed in FIG. 図3に開示したネットワーク管理装置に記憶されている情報の一例を示す図である。It is a figure which shows an example of the information memorize | stored in the network management apparatus disclosed in FIG. 図3に開示したネットワーク管理装置に記憶されている情報の一例を示す図である。It is a figure which shows an example of the information memorize | stored in the network management apparatus disclosed in FIG. 図3に開示した通信装置の構成を示すブロック図である。It is a block diagram which shows the structure of the communication apparatus disclosed in FIG. 図6に開示した通信装置に記憶されている情報の一例を示す図である。It is a figure which shows an example of the information memorize | stored in the communication apparatus disclosed in FIG. 図2に開示したネットワーク管理装置にて収集される情報の一例を示す図である。It is a figure which shows an example of the information collected in the network management apparatus disclosed in FIG. 図2に開示した通信システムの動作を説明するための図である。It is a figure for demonstrating operation | movement of the communication system disclosed in FIG. 図2に開示した通信システムの動作を説明するフローチャートである。3 is a flowchart for explaining the operation of the communication system disclosed in FIG. 2. 本発明の実施形態3における通信システムの構成の概略を示すブロック図である。It is a block diagram which shows the outline of a structure of the communication system in Embodiment 3 of this invention.

<実施形態1>
本発明の第1の実施形態を、図2乃至図10を参照して説明する。図2乃至図8は、本実施形態における通信システムの構成を示す図である、図9乃至図10は、通信システムの動作を示す図である。
<Embodiment 1>
A first embodiment of the present invention will be described with reference to FIGS. 2 to 8 are diagrams illustrating the configuration of the communication system according to the present embodiment, and FIGS. 9 to 10 are diagrams illustrating the operation of the communication system.

[構成]
本実施形態における通信システムは、MPLS/GMPLS/ASON等の自律分散制御ネットワークを前提とする。MPLS/GMPLS/ASON等自律分散制御対応ネットワークは、MPLS/GMPLS/ASON等の自律分散制御に対応した通信装置(NE)及び通信リンクから構成されるネットワークである。このような自律分散制御対応ネットワーク内でパスを設定する場合には、各ノードは保守者の指示に従い自律分散制御で経路制御及びシグナリングを実行し、各ノードのラベル予約・スイッチ設定を行い、指定された始点・終点となる通信装置間のパスを設定/切断する。本発明の想定するネットワークでは、パケットやTDM(時分割多重)、WDM(波長多重)などの通信技術によってエンド・トゥ・エンドのパスを提供する。
[Constitution]
The communication system in the present embodiment is premised on an autonomous distributed control network such as MPLS / GMPLS / ASON. An autonomous distributed control compatible network such as MPLS / GMPLS / ASON is a network composed of communication devices (NE) and communication links that support autonomous distributed control such as MPLS / GMPLS / ASON. When setting a path in such an autonomous distributed control compatible network, each node performs route control and signaling by autonomous distributed control according to the instructions of the maintainer, performs label reservation / switch setting of each node, and specifies Set / disconnect the path between the communication devices as the start and end points. In the network assumed by the present invention, an end-to-end path is provided by a communication technique such as packet, TDM (time division multiplexing), or WDM (wavelength multiplexing).

ここで、本実施形態における通信システムの構成例を図2に示す。図2に示すような自律分散制御対応の通信装置(NE201〜206)は、ラベル(パケット、タイムスロット、波長等の識別子)の情報に基づきクロスコネクト(以下、XCと呼ぶ)(又は、スイッチング)を実施する。また、自律分散制御対応の通信装置は、MPLS/GMPLS/ASON等の自律分散制御プロトコルによって、自律分散制御パスの経路制御やパス管理(パスの設定/維持/切断)を実施する。   Here, the structural example of the communication system in this embodiment is shown in FIG. The communication devices (NE201 to 206) that support autonomous distributed control as shown in FIG. 2 are cross-connected (hereinafter referred to as XC) (or switching) based on information of labels (identifiers such as packets, time slots, and wavelengths). To implement. In addition, a communication device that supports autonomous distributed control performs route control and path management (path setting / maintenance / disconnection) of an autonomous distributed control path by an autonomous distributed control protocol such as MPLS / GMPLS / ASON.

そして、自律分散制御対応の通信装置間は、1本又はそれ以上の光ファイバ等の通信リンク(図2の太い実線)で接続されている。また、自律分散制御対応の通信装置間は、制御メッセージ交換リンク(一点鎖線)で接続されている。通信リンクは、ユーザ情報が通るリンクであるのに対して、制御メッセージ交換リンクは、自律分散制御対応の通信装置間の制御情報の交換に用いるリンクである。但し、ネットワークの運用方法によっては通信リンクと制御メッセージ交換リンクが同一の物理リンクを共有することもある。   The communication devices compatible with autonomous distributed control are connected by one or more communication links such as optical fibers (thick solid line in FIG. 2). In addition, communication devices compatible with autonomous distributed control are connected by a control message exchange link (one-dot chain line). The communication link is a link through which user information passes, whereas the control message exchange link is a link used for exchanging control information between communication devices compatible with autonomous distributed control. However, depending on the network operation method, the communication link and the control message exchange link may share the same physical link.

また、NMS1(ネットワーク管理装置)は、ネットワーク全体の通信装置の監視/保守(例:パスの設定・切断要求、通信装置撤去管理)を行う機能を持ち、保守者Mとネットワークとのインターフェースとなるシステムである。NMS1と各通信装置200〜206は、マネージメントリンク(ML400〜ML404)で接続され、NMS1はマネージメントリンクを介して各通信装置の設定や通信経路の管理を行う。   The NMS 1 (network management device) has a function of monitoring / maintaining communication devices (eg, path setting / disconnection request, communication device removal management) for the entire network, and serves as an interface between the maintenance person M and the network. System. The NMS 1 and each of the communication devices 200 to 206 are connected by a management link (ML400 to ML404), and the NMS 1 performs setting of each communication device and management of communication paths via the management link.

次に、上述したNMS1の構成を説明する。図3は、NMS1の構成を示す機能ブロック図である。NMS1は、演算装置(図示せず)や記憶装置15を備えた情報処理装置であり、図3に示すように、演算装置にプログラムが組み込まれることにより構成された、NMS制御処理部11と、監査処理部12と、その他既存機能処理部13と、を備えている。また、記憶装置15は、NMS制御プレーンパス情報記憶部16と、その他既存情報記憶部17と、を備えている。   Next, the configuration of the NMS 1 described above will be described. FIG. 3 is a functional block diagram showing the configuration of the NMS 1. The NMS 1 is an information processing device including an arithmetic device (not shown) and a storage device 15, and as shown in FIG. 3, an NMS control processing unit 11 configured by incorporating a program into the arithmetic device, An audit processing unit 12 and other existing function processing unit 13 are provided. The storage device 15 includes an NMS control plane path information storage unit 16 and other existing information storage unit 17.

上記NMS制御プレーンパス情報記憶部16(経路情報記憶手段)は、ネットワークに設定した全ての制御プレーンパスに関するクロスコネクト情報やその他の属性を記憶している。具体的に、NMS制御プレーンパス情報記憶部16は、図4に示すパス管理情報テーブルと、図5に示すクロスコネクト(XC)情報テーブルと、を記憶する記憶部である。   The NMS control plane path information storage unit 16 (route information storage means) stores cross-connect information and other attributes related to all control plane paths set in the network. Specifically, the NMS control plane path information storage unit 16 is a storage unit that stores a path management information table shown in FIG. 4 and a cross-connect (XC) information table shown in FIG.

そして、上記パス管理情報テーブルは、図4に示すように、各制御プレーンパスを識別する情報である「PATH ID」ごとに、各制御プレーンパスの始点となる通信装置(NE)を特定する情報である「送信元ノードID」と、終点となる通信装置(NE)を特定する情報である「送信先ノードID」と、各制御プレーンが通過する全てのNEの「クロスコネクト情報(ノードXC情報)」と、を記録している。また、上記クロスコネクト情報管理テーブルは、図5に示すように、各制御プレーンにおける各NEの他のNEとの接続設定であるクロスコネクト設定を記録している。つまり、NMS制御プレーンパス情報記憶部16には、制御プレーンパスごとの通信経路の経路情報が記憶されている。   As shown in FIG. 4, the path management information table is information for specifying a communication device (NE) that is the starting point of each control plane path for each “PATH ID” that is information for identifying each control plane path. The “transmission source node ID”, the “destination node ID” that is information for identifying the end communication device (NE), and the “cross-connect information (node XC information) of all NEs that each control plane passes through ) "Is recorded. Further, as shown in FIG. 5, the cross-connect information management table records cross-connect settings that are connection settings with each NE in each control plane. That is, the NMS control plane path information storage unit 16 stores path information of communication paths for each control plane path.

また、NMS制御処理部11は、保守者Mからの要求の処理やNEから受信する通知処理、NEへのコマンド送信などを、適切な処理部に転送する処理部である。そして、監査処理部12は、保守者Mからのパス監査要求の入力を契機として、NEに制御プレーンパス情報収集要求を実施する処理部(経路情報収集手段)である。また、監査処理部12はNEから受信した当該NEが保持する制御プレーンパス情報とNMS1が保持する制御プレーンパス情報を監査(比較検証)する処理部(比較手段)である。また、監査処理部12は、監査の結果を保守者へ応答する処理部である。   The NMS control processing unit 11 is a processing unit that transfers processing of a request from the maintenance person M, notification processing received from the NE, command transmission to the NE, and the like to an appropriate processing unit. The audit processing unit 12 is a processing unit (route information collecting means) that implements a control plane path information collection request to the NE in response to an input of a path audit request from the maintenance person M. The audit processing unit 12 is a processing unit (comparison means) that audits (comparison verification) the control plane path information held by the NE received from the NE and the control plane path information held by the NMS 1. The audit processing unit 12 is a processing unit that responds to the maintenance result of the audit.

具体的に、監査処理部12は、保守者Mから制御プレーンパスが指定されて監査要求を受けると、パス管理情報テーブルから、指定された制御プレーンパスの「PATH ID」に設定されている「送信元ノードID」と「送信先ノードID」とを含む制御プレーンパス情報収集要求情報(経路要求情報)を生成して、送信元ノードIDが示す制御プレーンパスの始点となるNEに送信する。これにより、送信元ノードであるNEに対して、指定した制御プレーンパスの経路情報を要求する。なお、制御プレーンパス情報収集要求情報は、図8に示す「メッセージID」、「PATH ID」、「送信元NE」、「送信先NE」を含む情報、つまり、図8に示す情報のうち、「NEクロスコネクト情報」を除いた情報である。   Specifically, when a control plane path is designated from the maintenance person M and an audit request is received, the audit processing unit 12 sets “PATH ID” of the designated control plane path from the path management information table. Control plane path information collection request information (route request information) including the “transmission source node ID” and the “transmission destination node ID” is generated and transmitted to the NE that is the starting point of the control plane path indicated by the transmission source node ID. As a result, the route information of the designated control plane path is requested to the NE which is the transmission source node. The control plane path information collection request information includes information including “message ID”, “PATH ID”, “transmission source NE”, and “transmission destination NE” illustrated in FIG. 8, that is, among the information illustrated in FIG. This is information excluding “NE cross-connect information”.

その後、監査処理部12は、後述するように、各NEから「NEクロスコネクト情報」が追加された図8に示すような「制御プレーンパス情報収集要求情報」、つまり、制御プレーンパスの経路情報を、パスの終点となるNE(送信先NE)から収集する。   Thereafter, as will be described later, the audit processing unit 12 performs “control plane path information collection request information” as shown in FIG. 8 in which “NE cross-connect information” is added from each NE, that is, path information of the control plane path. Are collected from the NE (destination NE) that is the end point of the path.

さらに、監査処理部12は、送信先NEから受信した「NEクロスコネクト情報」が追加された制御プレーンパス情報収集要求情報と、NMS制御プレーンパス情報記憶部16に記憶されている対応する制御プレーンパスの「クロスコネクト情報」を比較する。そして、比較結果を保守者Mに通知する。   Further, the audit processing unit 12 receives the control plane path information collection request information to which the “NE cross-connect information” received from the transmission destination NE is added, and the corresponding control plane stored in the NMS control plane path information storage unit 16. Compare the “cross-connect information” of the paths. Then, the maintenance result is notified to the maintenance person M.

次に、上述したNE200〜206の構成を説明する。図6に、通信装置(NE)の機能ブロック図を示す。なお、NEの構成はすべてほぼ同一であるため、ここでは符号203に示すNEの構成を説明する。   Next, the configuration of the NEs 200 to 206 described above will be described. FIG. 6 shows a functional block diagram of the communication device (NE). Since the NE configuration is almost the same, the NE configuration indicated by reference numeral 203 will be described here.

NEは、演算装置(図示せず)や記憶装置15を備えた情報処理装置であり、図6に示すように、演算装置にプログラムが組み込まれることにより構成された、装置制御処理部21と、監査メッセージ処理部22と、その他既存機能処理部23と、を備えている。また、記憶装置25は、NE制御プレーンパス情報記憶部26と、その他既存情報記憶部27と、を備えている。   The NE is an information processing device including an arithmetic device (not shown) and a storage device 15, and as shown in FIG. 6, an apparatus control processing unit 21 configured by incorporating a program into the arithmetic device, An audit message processing unit 22 and other existing function processing unit 23 are provided. The storage device 25 includes an NE control plane path information storage unit 26 and other existing information storage unit 27.

上記NE制御プレーンパス情報記憶部26(接続情報記憶手段)は、自装置であるNE203における各制御プレーンパスのクロスコネクト情報やその他の属性を記憶している。ここで、NE制御プレーンパス情報記憶部26に記憶されているパス管理情報テーブルの一例を図7に示す。パス管理情報テーブルは、各制御プレーンパスごとに、自装置の前に接続されている他のNEのIDと次に接続されている他のNEのIDといった情報を含む接続設定を表す接続情報を含んでいる。また、その他既存情報記憶部27は、一般的な自律分散制御対応の通信装置が持つ情報を記憶する記憶部である。   The NE control plane path information storage unit 26 (connection information storage means) stores cross-connect information and other attributes of each control plane path in the NE 203 as its own device. An example of the path management information table stored in the NE control plane path information storage unit 26 is shown in FIG. For each control plane path, the path management information table includes connection information indicating connection settings including information such as IDs of other NEs connected in front of the own device and IDs of other NEs connected next. Contains. In addition, the other existing information storage unit 27 is a storage unit that stores information held by a general communication device that supports autonomous distributed control.

また、装置制御処理部21は、NMS1からのコマンド要求の処理やNMS1への通知処理、隣接するNEからのシグナリング処理、隣接するNEからのシグナリング処理などを、適切な処理部に転送する処理部である。   Further, the device control processing unit 21 is a processing unit that transfers processing of a command request from the NMS1, notification processing to the NMS1, signaling processing from an adjacent NE, signaling processing from an adjacent NE, and the like to an appropriate processing unit. It is.

そして、上記監査メッセージ処理部22は、NMS1からの制御プレーンパス情報収集要求や隣接NEからの制御プレーンパス情報収集メッセージを受信したときに、指定された制御プレーンパスの自装置に記憶されている接続情報を収集し、隣接NE又はNMS1に、その情報を転送する処理部である。その他既存機能処理部23は、一般的な自律分散制御対応通信装置が持つ機能の処理部である。   The audit message processing unit 22 stores the control plane path information collection request from the NMS 1 and the control plane path information collection message from the adjacent NE, and is stored in the own apparatus of the designated control plane path. It is a processing unit that collects connection information and transfers the information to an adjacent NE or NMS1. In addition, the existing function processing unit 23 is a function processing unit of a general communication device that supports autonomous distributed control.

具体的に、上記監査メッセージ処理部22(接続情報転送手段)は、まず、自NEが制御プレーンパスの始点である送信元ノードである場合には、NMS1から「制御プレーンパス情報収集要求情報」を受信すると、自装置に記憶されている接続情報であるクロスコネクト情報を「制御プレーン情報収集要求情報」を付加して、次の接続先となる他のNEに転送する。このとき、NEは、NMS1から送信された「制御プレーンパス情報収集要求情報」に含まれる「PATH ID」から経路情報を要求されている制御プレーンパスを特定し、この制御プレーンパスにおいて次の接続先となる他のNEを、NE制御プレーンパス情報記憶部26内の情報を参照して特定する。そして、図8に示すように、「制御プレーンパス情報収集要求情報」に、NE制御プレーンパス情報記憶部26に記憶している要求された制御プレーンパスのクロスコネクト情報を付加して、次の接続先となるNEに転送する。   Specifically, the audit message processing unit 22 (connection information transfer means) first sends “control plane path information collection request information” from the NMS 1 when the own NE is the transmission source node that is the starting point of the control plane path. Is received, the cross-connect information, which is connection information stored in the own device, is added with “control plane information collection request information” and transferred to another NE as the next connection destination. At this time, the NE identifies the control plane path for which route information is requested from the “PATH ID” included in the “control plane path information collection request information” transmitted from NMS1, and the next connection in this control plane path Other NEs that are the destination are specified with reference to the information in the NE control plane path information storage unit 26. Then, as shown in FIG. 8, the requested control plane path cross-connect information stored in the NE control plane path information storage unit 26 is added to the “control plane path information collection request information”, and the following Transfer to the destination NE.

同様に、他のNEから「制御プレーンパス情報収集要求情報」の転送を受けたNEは、当該「制御プレーンパス情報収集要求情報」に含まれる「PATH ID」から経路情報を要求されている制御プレーンパスを特定し、この制御プレーンパスにおいてさらに次の接続先となる他のNEを、NE制御プレーンパス情報記憶部26を参照して特定する。そして、図8に示すように、「制御プレーンパス情報収集要求情報」に、NE制御プレーンパス情報記憶部26に記憶している要求された制御プレーンパスのクロスコネクト情報を付加して、さらに次の接続先となるNEに転送する。このとき、自NEが、要求されている制御プレーンパスの終点、つまり、送信先ノードである場合には、自装置のクロスコネクト情報を付加した「制御プレーンパス情報収集要求情報」を、NMS1に送信する。なお、自NEが送信先ノードであることの判断は、例えば、NE制御プレーンパス情報記憶部26内に要求された制御プレーンパスにおいて次の接続先となる他のNEが記憶されていない場合や、転送されてきた「制御プレーンパス情報収集要求情報」内に、自NEが「送信先ノード」として記憶されていない場合、などを理由に判断する。   Similarly, an NE that has received transfer of “control plane path information collection request information” from another NE is requested to receive path information from the “PATH ID” included in the “control plane path information collection request information”. A plane path is specified, and another NE that is the next connection destination in the control plane path is specified with reference to the NE control plane path information storage unit 26. Then, as shown in FIG. 8, the cross-connect information of the requested control plane path stored in the NE control plane path information storage unit 26 is added to the “control plane path information collection request information”, and further Transfer to the NE that is the destination of the connection. At this time, if the own NE is the end point of the requested control plane path, that is, the destination node, the “control plane path information collection request information” with its own cross-connect information added to NMS1 Send. Note that the determination that the own NE is the transmission destination node is performed, for example, when another NE that is the next connection destination is not stored in the requested control plane path in the NE control plane path information storage unit 26. For example, if the own NE is not stored as the “transmission destination node” in the transferred “control plane path information collection request information”, the determination is made.

[動作]
次に、上述した構成の通信システム動作を、図9乃至図10を参照して説明する。図9は、本実施形態における通信システムの動作を説明する図であり、図10は、フローチャートである。
[Operation]
Next, the operation of the communication system configured as described above will be described with reference to FIGS. FIG. 9 is a diagram for explaining the operation of the communication system in the present embodiment, and FIG. 10 is a flowchart.

なお、ここでは、図9に示すように、通信システムに、制御プレーンパスPATH401,PATH402,PATH403が設定されており、このうちPATH401の制御プレーンパスの監査を行う場合を説明する。   Here, as shown in FIG. 9, a case will be described in which control plane paths PATH401, PATH402, and PATH403 are set in the communication system, and the control plane path of PATH401 is audited.

まず、保守者Mは、設定済みの制御プレーンパスPATH401を指定して制御プレーンパスの監査をNMS1に要求する(図9(1)、ステップS1)。すると、NMS1の監査処理部12は、NMS1のパス管理情報テーブルを参照し、指定された制御プレーンパスPATH401の情報の送信元ノードを検索する。そして、NMS1は、検索した送信元ノードNE200に、制御プレーンパス情報収集を要求する(図9(2)、ステップS2)。このとき、NMS1は、図8に示すように、指定された制御プレーンパスの「PATH ID」と、「送信元ノードID」と「送信先ノードID」とを含む制御プレーンパス情報収集要求情報を、NE200に送信する。   First, the maintenance person M designates the set control plane path PATH401 and requests NMS1 to audit the control plane path (FIG. 9 (1), step S1). Then, the audit processing unit 12 of the NMS 1 refers to the path management information table of the NMS 1 and searches for a transmission source node of information on the designated control plane path PATH 401. Then, the NMS 1 requests the searched transmission source node NE200 to collect control plane path information (FIG. 9 (2), step S2). At this time, as shown in FIG. 8, the NMS 1 sends control plane path information collection request information including the “PATH ID”, “transmission source node ID”, and “transmission destination node ID” of the designated control plane path. To NE200.

続いて、PATH401の送信元NEであるNE200の監査メッセージ処理部22は、上記NMS1から送信された制御プレーンパス情報収集要求情報を受信すると、パス管理情報テーブルを参照して指定された制御プレーンパスPATH401の情報を検索する。そして、送信元ノードNE200の監査メッセージ処理部22は、NE制御プレーンパス情報記憶部26を検索し、PATH401の次ノードを検索する。その後、指定された制御プレーンパスPATH401の次ノードであるNE201に、パス管理情報テーブルで検索したPATH401のクロスコネクト情報を含む接続情報(In-port, in-label, 前ノード, out-port, 次ノード)を送信する(図9(3−1)、ステップS3)。このとき、NE200は、図8に示すように、NMS1から受信した制御プレーンパス情報収集要求情報に、上記接続情報を付加して、次の接続先ノードであるNE201に転送する。   Subsequently, upon receiving the control plane path information collection request information transmitted from the NMS 1, the audit message processing unit 22 of the NE 200 that is the transmission source NE of the PATH 401 specifies the control plane path specified with reference to the path management information table. Search for information on PATH401. Then, the audit message processing unit 22 of the transmission source node NE200 searches the NE control plane path information storage unit 26 and searches for the next node of the PATH401. After that, the connection information (In-port, in-label, previous node, out-port, next) including the cross-connect information of PATH401 searched in the path management information table is sent to NE201 which is the next node of the specified control plane path PATH401. Node) (FIG. 9 (3-1), step S3). At this time, as shown in FIG. 8, the NE 200 adds the connection information to the control plane path information collection request information received from the NMS 1 and transfers it to the NE 201 that is the next connection destination node.

続いて、PATH401の中継NEであるNE201の監査メッセージ処理部22は、上記NE200から送信された制御プレーンパス情報収集要求情報を受信すると、パス管理情報テーブルを参照して指定された制御プレーンパスPATH401の情報を検索する。そして、中継NE201の監査メッセージ処理部22は、NE制御プレーンパス情報記憶部26を検索し、PATH401の次ノードを検索する。その後、指定された制御プレーンパスPATH401の次ノードであるNE203に、パス管理情報テーブルで検索したPATH401のクロスコネクト情報を含む接続情報(In-port, in-label, 前ノード, out-port, 次ノード)を送信する(図9(3−2)、ステップS4)。このとき、NE201は、図8に示すように、NE200から受信した制御プレーンパス情報収集要求情報に、上記接続情報を付加して、次の接続先ノードであるNE203に転送する。つまり、この時点で制御プレーンパス情報収集要求情報には、NE200とNE201におけるPATH401の接続情報が付加されていることとなる。   Subsequently, upon receiving the control plane path information collection request information transmitted from the NE 200, the audit message processing unit 22 of the NE 201, which is a relay NE of the PATH 401, refers to the control plane path PATH 401 designated by referring to the path management information table. Search for information. Then, the audit message processing unit 22 of the relay NE 201 searches the NE control plane path information storage unit 26 and searches for the next node of the PATH 401. After that, the connection information (In-port, in-label, previous node, out-port, next) including the cross-connect information of PATH401 searched in the path management information table to NE203 which is the next node of the specified control plane path PATH401 Node) (FIG. 9 (3-2), step S4). At this time, as shown in FIG. 8, the NE 201 adds the connection information to the control plane path information collection request information received from the NE 200, and transfers it to the NE 203 which is the next connection destination node. That is, at this time, the connection information of PATH 401 in NE 200 and NE 201 is added to the control plane path information collection request information.

続いて、PATH401の中継NEであるNE203の監査メッセージ処理部22は、上記NE201から送信された制御プレーンパス情報収集要求情報を受信すると、パス管理情報テーブルを参照して指定された制御プレーンパスPATH401の情報を検索する。そして、中継NE203の監査メッセージ処理部22は、NE制御プレーンパス情報記憶部26を検索し、PATH401の次ノードを検索する。その後、指定された制御プレーンパスPATH401の次ノードであるNE205に、パス管理情報テーブルで検索したPATH401のクロスコネクト情報を含む接続情報(In-port, in-label, 前ノード, out-port, 次ノード)を送信する(図9(3−3)、ステップS4)。このとき、NE203は、図8に示すように、NE201から受信した制御プレーンパス情報収集要求情報に、上記接続情報を付加して、次の接続先ノードであるNE205に転送する。つまり、この時点で制御プレーンパス情報収集要求情報には、NE200とNE201とNE203におけるPATH401の接続情報が付加されていることとなる。なお、上述したステップS4の動作は、全ての中継NEで実施される。   Subsequently, upon receiving the control plane path information collection request information transmitted from the NE 201, the audit message processing unit 22 of the NE 203, which is a relay NE of the PATH 401, refers to the control plane path PATH 401 designated by referring to the path management information table. Search for information. Then, the audit message processing unit 22 of the relay NE 203 searches the NE control plane path information storage unit 26 and searches for the next node of the PATH 401. After that, the connection information (In-port, in-label, previous node, out-port, next) including the cross-connect information of PATH401 searched in the path management information table is sent to NE205 which is the next node of the specified control plane path PATH401. Node) (FIG. 9 (3-3), step S4). At this time, as shown in FIG. 8, the NE 203 adds the connection information to the control plane path information collection request information received from the NE 201 and transfers it to the NE 205 that is the next connection destination node. That is, at this time, the connection information of the PATH 401 in the NE 200, NE 201, and NE 203 is added to the control plane path information collection request information. The operation in step S4 described above is performed in all relay NEs.

続いて、PATH401の送信先NEであるNE205の監査メッセージ処理部22は、上記中継NEであるNE203から制御プレーンパス情報収集要求情報を受信すると、パス管理情報テーブルを参照して指定された制御プレーンパスPATH401の情報を検索する。そして、NE205の監査メッセージ処理部22は、NE制御プレーンパス情報記憶部26を検索し、PATH401の次ノードを検索するが、次ノードが記憶されていないため、NE205は、自身がPATH401の送信先NEであることを認識する。すると、NE205は、NMS1に、パス管理情報テーブルで検索したPATH401のクロスコネクト情報を含む接続情報(In-port, in-label, 前ノード, out-port, 次ノード)を送信する(図9(4)、ステップS5)。このとき、NE205は、図8に示すように、NE203から受信した制御プレーンパス情報収集要求情報に、上記接続情報を付加して、NMS1に転送する。つまり、この時点で制御プレーンパス情報収集要求情報には、PATH401上の全てのNEであるNE200とNE201とNE203とNE205におけるPATH401の接続情報が付加されていることとなる。   Subsequently, when the audit message processing unit 22 of the NE 205 that is the transmission destination NE of the PATH 401 receives control plane path information collection request information from the NE 203 that is the relay NE, the control plane designated by referring to the path management information table Search for information on path PATH401. Then, the audit message processing unit 22 of the NE 205 searches the NE control plane path information storage unit 26 and searches for the next node of the PATH 401. Since the next node is not stored, the NE 205 itself is the transmission destination of the PATH 401. Recognize that it is NE. Then, the NE 205 transmits connection information (In-port, in-label, previous node, out-port, next node) including the cross-connect information of the PATH 401 searched in the path management information table to the NMS 1 (FIG. 9 ( 4) Step S5). At this time, as shown in FIG. 8, the NE 205 adds the connection information to the control plane path information collection request information received from the NE 203 and transfers it to the NMS 1. That is, at this time, the connection information of the PATH 401 in the NE 200, NE 201, NE 203, and NE 205, which are all NEs on the PATH 401, is added to the control plane path information collection request information.

続いて、NMS1の監査処理部12は、NE205から、図8に示すような各NEの接続情報が付加されたPATH401に関する制御プレーンパス情報収集要求情報を受信すると、NMS制御プレーンパス情報記憶部16のパス管理情報テーブルから、既に記憶されているPATH401の制御プレーンパス情報を検索する。また、NMS1の監査処理部12は、NMS制御プレーンパス情報記憶部16のクロスコネクト情報テーブルから、PATH401に関するノードXC情報を検索する。そして、NMS1の監査処理部12は、NMS制御プレーンパス情報記憶部16から得られた既にNMSが保持する制御プレーンパス情報と、NE205から受信したNEが保持する制御プレーンパス情報(接続情報)と、を比較検証して、監査する(図9(5)、ステップS6)。その後、NMS1は、制御プレーンパスの監査結果を、保守者Mに応答する(図9(6)、ステップS7)。   Subsequently, when the NMS 1 audit processing unit 12 receives control plane path information collection request information regarding the PATH 401 to which the connection information of each NE as shown in FIG. 8 is added from the NE 205, the NMS control plane path information storage unit 16. The control plane path information of PATH 401 already stored is searched from the path management information table. Further, the audit processing unit 12 of the NMS 1 searches for the node XC information regarding the PATH 401 from the cross-connect information table of the NMS control plane path information storage unit 16. The NMS 1 audit processing unit 12 then obtains the control plane path information already held by the NMS obtained from the NMS control plane path information storage unit 16 and the control plane path information (connection information) held by the NE received from the NE 205. Are compared and verified (FIG. 9 (5), step S6). Thereafter, the NMS 1 responds to the maintenance person M with the control plane path audit result (FIG. 9 (6), step S7).

以上説明した本実施形態におけるMPLS/GMPLS/ASON等の自律分散制御の通信システムによると、NE200等が保持する制御プレーンパス情報とNMS1が保持する制御プレーンパス情報を監査する際に、NMS1の処理負荷を下げることができる。その理由は、本実施形態におけるNMS1では、パス上の全てのNE200等に対して個別に制御プレーンパス情報を収集することはせず、NMS1からの指示によりパス上の各NEが自律分散でNEの管理プレーン情報を転送することにより収集しているためである。そして、収集した後に、各NEが保持する制御プレーンパス情報とNMSが保持する制御プレーンパス情報とをNMSが監査している。   According to the autonomous distributed control communication system such as MPLS / GMPLS / ASON in the present embodiment described above, when the control plane path information held by the NE 200 or the like and the control plane path information held by the NMS 1 are audited, the processing of the NMS 1 The load can be reduced. The reason is that the NMS 1 in this embodiment does not collect control plane path information individually for all NEs 200 etc. on the path, and each NE on the path is autonomously distributed according to an instruction from the NMS 1. This is because the management plane information is collected by transferring. After the collection, the NMS audits the control plane path information held by each NE and the control plane path information held by the NMS.

さらに、本実施形態における通信システムでは、NEが保持する制御プレーンパス情報とNMSが保持する制御プレーンパス情報を監査することを短時間で実現することができる。その理由は、NMSがパス上の全てのNEに個別に制御プレーンの情報を収集することはせず、NMSからの指示により複数のパスの制御プレーン情報を自律分散で同時に収集しているためである。   Furthermore, in the communication system according to the present embodiment, auditing of the control plane path information held by the NE and the control plane path information held by the NMS can be realized in a short time. The reason is that the NMS does not collect control plane information individually for all NEs on the path, but collects control plane information for multiple paths simultaneously in an autonomous distributed manner according to instructions from the NMS. is there.

<実施形態2>
次に、本発明の第2の実施形態を説明する。なお、本実施形態における通信システムは、上述した実施形態1におけるものとほぼ同様である。
<Embodiment 2>
Next, a second embodiment of the present invention will be described. Note that the communication system in the present embodiment is substantially the same as that in the first embodiment.

本実施形態における通信システムは、NMS1が複数の制御プレーンパスを指定して、1台のNE200等に対して監査を要求する機能を有する。例えば、NE200に対して、PATH402とPATH403の制御プレーンパスの経路情報である制御プレーンパス情報を同時に要求する。そして、各制御プレーンパスの送信先ノードとなるNEからそれぞれ制御プレーンパス情報を収集して、各パスの監査を行う。   The communication system according to the present embodiment has a function in which NMS 1 designates a plurality of control plane paths and requests auditing for one NE 200 or the like. For example, the control plane path information that is the path information of the control path of PATH 402 and PATH 403 is requested to NE 200 at the same time. Then, control plane path information is collected from each NE serving as a transmission destination node of each control plane path, and each path is audited.

さらに、本実施形態における通信システムのNMS1は、複数の制御プレーンパスを指定して、複数のNEに対して各パスの制御プレーンパス情報を同時に要求する機能を有する。そして、各制御プレーンパスの送信先ノードとなるNEからそれぞれ制御プレーンパス情報を収集して、各パスの監査を行う。   Further, the NMS 1 of the communication system in the present embodiment has a function of designating a plurality of control plane paths and simultaneously requesting control plane path information of each path from a plurality of NEs. Then, control plane path information is collected from each NE serving as a transmission destination node of each control plane path, and each path is audited.

上記構成にすることにより、複数の制御プレーンパスに対して監査を行う場合であっても、各NEが自律分散で制御プレーンパス情報を収集するため、さらなるNMSの処理負荷の低減を図ることができる。   With the above configuration, even when auditing multiple control plane paths, each NE collects control plane path information by autonomous distribution, so the processing load on the NMS can be further reduced. it can.

<実施形態3>
次に、本発明の第3の実施形態を、図11を参照して説明する。図11は、本実施形態における通信システムの構成の概略を示す機能ブロック図である。
<Embodiment 3>
Next, a third embodiment of the present invention will be described with reference to FIG. FIG. 11 is a functional block diagram showing an outline of the configuration of the communication system in the present embodiment.

図11に示すように、本実施形態における通信システムは、
ネットワーク上に設置された複数の通信装置120と、これら通信装置120間に設定された通信経路を管理するネットワーク管理装置110と、を備える。
そして、上記ネットワーク管理装置110は、上記通信経路の経路情報を記憶する経路情報記憶手段111と、上記通信経路上の上記通信装置120に対して経路情報を要求すると共に当該通信経路上の他の上記通信装置120から送信された経路情報を収集する経路情報収集手段112と、収集した経路情報と上記経路情報記憶手段111に記憶されている経路情報とを比較する比較手段113と、を備える。
さらに、上記通信装置120は、上記通信経路毎における他の上記通信装置120との接続設定を表す接続情報を記憶する接続情報記憶手段121と、上記ネットワーク管理装置110からの要求あるいは他の上記通信装置120からの上記接続情報の転送に応じて、上記ネットワーク管理装置110から経路情報を要求された上記通信経路について自装置が記憶している上記接続情報を、当該通信経路における次の接続先となる通信装置120あるいは上記ネットワーク管理装置110に転送する接続情報転送手段122と、を備えた、
という構成をとる。
As shown in FIG. 11, the communication system in the present embodiment is
A plurality of communication devices 120 installed on the network, and a network management device 110 that manages communication paths set between these communication devices 120 are provided.
The network management device 110 requests route information from the route information storage unit 111 for storing the route information of the communication route, and the communication device 120 on the communication route, and sends other information on the communication route. Route information collecting means 112 that collects route information transmitted from the communication device 120, and comparison means 113 that compares the collected route information with the route information stored in the route information storage means 111 are provided.
Further, the communication device 120 includes connection information storage means 121 for storing connection information representing connection settings with the other communication devices 120 for each communication path, a request from the network management device 110, or other communication. In response to the transfer of the connection information from the device 120, the connection information stored in the own device for the communication route for which the route information is requested from the network management device 110 is used as the next connection destination in the communication route. A connection information transfer means 122 for transferring to the communication device 120 or the network management device 110.
The configuration is as follows.

また、上記通信システムでは、
上記通信装置が備える上記接続情報転送手段は、上記ネットワーク管理装置あるいは上記他の通信装置から送信された情報に、自装置が記憶している上記接続情報を付加して、上記次の接続先となる通信装置あるいは上記ネットワーク管理装置に転送する、
という構成をとる。
In the communication system,
The connection information transfer means included in the communication device adds the connection information stored in the own device to information transmitted from the network management device or the other communication device, and Transfer to the communication device or the network management device
The configuration is as follows.

また、上記通信システムでは、
上記ネットワーク管理装置が備える上記経路情報収集手段は、上記経路情報を要求する上記通信経路を特定する情報を含む経路要求情報を、当該通信経路の始点となる上記通信装置に対して送信して経路情報を要求すると共に、当該通信経路の終点となる上記通信装置から送信された経路情報を収集し、
上記通信装置が備える上記接続情報転送手段は、上記ネットワーク管理装置から送信された上記経路要求情報に、あるいは、上記他の通信装置から送信された上記接続情報が付加された上記経路要求情報に、自装置が記憶している上記接続情報を付加して、上記次の接続先となる通信装置あるいは上記ネットワーク管理装置に転送する、
という構成をとる。
In the communication system,
The route information collecting means included in the network management device transmits route request information including information for specifying the communication route for requesting the route information to the communication device serving as a starting point of the communication route, While requesting information, collect the route information transmitted from the communication device that is the end point of the communication route,
The connection information transfer means included in the communication device includes the route request information transmitted from the network management device or the route request information to which the connection information transmitted from the other communication device is added. Add the connection information stored in its own device, transfer to the communication device or the network management device as the next connection destination,
The configuration is as follows.

また、上記通信システムでは、
上記通信装置が備える上記接続情報転送手段は、上記経路要求情報と自装置が記憶している上記接続情報とに基づいて、自装置が、上記経路情報が要求された上記通信経路の終点ではない場合には、上記経路要求情報に自装置が記憶している上記接続情報を付加して、上記次の接続先となる通信装置に転送し、
上記経路要求情報と自装置が記憶している上記接続情報とに基づいて、自装置が、上記経路情報が要求された上記通信経路の終点である場合には、上記経路要求情報に自装置が記憶している上記接続情報を付加して、上記ネットワーク管理装置に転送する、
という構成をとる。
In the communication system,
The connection information transfer means included in the communication device is based on the route request information and the connection information stored in the own device, and the own device is not the end point of the communication route for which the route information is requested. In this case, the connection information stored in the device itself is added to the route request information and transferred to the communication device that is the next connection destination.
Based on the route request information and the connection information stored in the own device, if the own device is the end point of the communication route for which the route information is requested, the own device is included in the route request information. Add the stored connection information and transfer it to the network management device.
The configuration is as follows.

また、上記通信システムでは、
上記ネットワーク管理装置が備える上記経路情報収集手段は、1つの上記通信装置に対して複数の通信経路の経路情報を同時に要求する、
という構成をとる。
In the communication system,
The route information collection means provided in the network management device simultaneously requests route information of a plurality of communication routes from one communication device.
The configuration is as follows.

また、上記通信システムでは、
上記ネットワーク管理装置が備える上記経路情報収集手段は、複数の上記通信装置に対して複数の通信経路の経路情報を同時に要求する、
という構成をとる。
In the communication system,
The route information collecting means provided in the network management device simultaneously requests route information of a plurality of communication routes from a plurality of the communication devices.
The configuration is as follows.

本発明は、MPLS/GMPLS/ASON等の自律分散制御ネットワークに適用することができる。そして、さらに近年、IETFやITU-TにおいてMPLS-TP(rfc5654)の標準化が活発に行われているため、当該MPLS-TPの標準技術では制御プレーンにおけるパス設定は必須にサポートする必要はないが、制御プレーンでパス設定を行うことも可能であるため、制御プレーンでパスを設定するMPLS-TPにも適用できる。   The present invention can be applied to autonomous distributed control networks such as MPLS / GMPLS / ASON. In recent years, MPLS-TP (rfc5654) has been actively standardized in IETF and ITU-T, so the MPLS-TP standard technology does not need to support path setting in the control plane. Since it is possible to set a path in the control plane, the present invention can also be applied to MPLS-TP in which a path is set in the control plane.

<付記>
(付記1)
ネットワーク上に設置された通信装置であって、
前記通信装置間に設定された通信経路を管理するネットワーク管理装置が接続されており、当該ネットワーク管理装置は、前記通信経路の経路情報を記憶する経路情報記憶手段と、前記通信経路上の前記通信装置に対して経路情報を要求すると共に当該通信経路上の他の前記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と前記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備えている場合に、
前記通信経路毎における他の前記通信装置との接続設定を表す接続情報を記憶する接続情報記憶手段と、前記ネットワーク管理装置からの要求あるいは他の前記通信装置からの前記接続情報の転送に応じて、前記ネットワーク管理装置から経路情報を要求された前記通信経路について自装置が記憶している前記接続情報を、当該通信経路における次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する接続情報転送手段と、を備えた、
通信装置。
<Appendix>
(Appendix 1)
A communication device installed on a network,
A network management device that manages a communication path set between the communication devices is connected, and the network management device includes route information storage means that stores route information of the communication route, and the communication on the communication route. The path information collecting means for requesting the path information from the apparatus and collecting the path information transmitted from the other communication apparatuses on the communication path, and the collected path information and the path information storage means are stored. And a comparison means for comparing the route information,
In response to a request from the network management device or transfer of the connection information from another communication device, connection information storage means for storing connection information representing connection settings with the other communication device for each communication path Connection information for transferring the connection information stored in the own device for the communication route for which route information is requested from the network management device to the next communication device or the network management device in the communication route A transfer means,
Communication device.

(付記2)
付記1に記載の通信装置であって、
前記接続情報転送手段は、前記ネットワーク管理装置あるいは前記他の通信装置から送信された情報に、自装置が記憶している前記接続情報を付加して、前記次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する、
通信装置。
(Appendix 2)
The communication device according to attachment 1, wherein
The connection information transfer means adds the connection information stored in the device itself to the information transmitted from the network management device or the other communication device, and the communication device as the next connection destination or the Transfer to network management device,
Communication device.

(付記3)
ネットワーク上に設置され、通信経路毎における他の前記通信装置との接続設定を表す接続情報を記憶する通信装置に、
前記通信装置間に設定された通信経路を管理するネットワーク管理装置が接続されており、当該ネットワーク管理装置は、前記通信経路の経路情報を記憶する経路情報記憶手段と、前記通信経路上の前記通信装置に対して経路情報を要求すると共に当該通信経路上の他の前記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と前記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備えている場合に、
前記ネットワーク管理装置からの要求あるいは他の前記通信装置からの前記接続情報の転送に応じて、前記ネットワーク管理装置から経路情報を要求された前記通信経路について記憶している前記接続情報を、当該通信経路における次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する接続情報転送手段、
を実現させるためのプログラム。
(Appendix 3)
A communication device that is installed on a network and stores connection information representing connection settings with other communication devices for each communication path.
A network management device that manages a communication path set between the communication devices is connected, and the network management device includes route information storage means that stores route information of the communication route, and the communication on the communication route. The path information collecting means for requesting the path information from the apparatus and collecting the path information transmitted from the other communication apparatuses on the communication path, and the collected path information and the path information storage means are stored. And a comparison means for comparing the route information,
In response to a request from the network management device or transfer of the connection information from another communication device, the connection information stored for the communication route for which route information is requested from the network management device A connection information transfer means for transferring to a communication device as a next connection destination in the route or the network management device;
A program to realize

(付記4)
付記3に記載のプログラムであって、
前記接続情報転送手段は、前記ネットワーク管理装置あるいは前記他の通信装置から送信された情報に、自装置が記憶している前記接続情報を付加して、前記次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する、
プログラム。
(Appendix 4)
The program according to attachment 3, wherein
The connection information transfer means adds the connection information stored in the device itself to the information transmitted from the network management device or the other communication device, and the communication device as the next connection destination or the Transfer to network management device,
program.

(付記5)
ネットワーク上に設置され、通信経路毎における他の前記通信装置との接続設定を表す接続情報を記憶する通信装置と、これら通信装置間に設定された通信経路を管理し、通信経路の経路情報を記憶するネットワーク管理装置と、を備えた通信システムにて、
前記ネットワーク管理装置が、前記通信経路上の前記通信装置に対して経路情報を要求し、
前記通信装置が、前記ネットワーク管理装置からの要求あるいは他の前記通信装置からの前記接続情報の転送に応じて、前記ネットワーク管理装置から経路情報を要求された前記通信経路について記憶している前記接続情報を、当該通信経路における次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送し、
前記ネットワーク管理装置が、前記通信経路情報の他の前記通信装置から送信された経路情報を収集し、当該収集した経路情報と記憶している経路情報とを比較する、
通信方法。
(Appendix 5)
A communication device that is installed on the network and stores connection information indicating connection settings with other communication devices for each communication route, manages communication routes set between these communication devices, and stores route information of communication routes. In a communication system comprising a network management device for storing,
The network management device requests route information from the communication device on the communication route;
The connection in which the communication device stores the communication route for which route information is requested from the network management device in response to a request from the network management device or transfer of the connection information from another communication device. Transfer the information to the communication device that is the next connection destination in the communication path or the network management device,
The network management device collects the route information transmitted from the communication device other than the communication route information, and compares the collected route information with the stored route information;
Communication method.

(付記6)
付記5に記載の通信方法であって、
前記通信装置が、前記ネットワーク管理装置あるいは前記他の通信装置から送信された情報に、自装置が記憶している前記接続情報を付加して、前記次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する、
通信方法。
(Appendix 6)
The communication method according to attachment 5, wherein
The communication device adds the connection information stored in the device itself to the information transmitted from the network management device or the other communication device, and the communication device or the network management as the next connection destination Transfer to device,
Communication method.

1 NMS(ネットワーク管理装置)
11 NMS制御処理部
12 監査処理部
13 その他既存機能処理部
16 NMS制御プレーンパス情報記憶部
17 その他既存情報記憶部
200〜206 NE(通信装置)
21 装置制御処理部
22 監査メッセージ処理部
23 その他既存機能処理部
26 NE制御プレーンパス情報記憶部
27 その他既存情報記憶部
110 ネットワーク管理装置
111 経路情報記憶手段
112 経路情報収集手段
113 比較手段
120 通信装置
121 接続情報記憶手段
122 接続情報転送手段
1 NMS (network management device)
11 NMS control processing unit 12 Audit processing unit 13 Other existing function processing unit 16 NMS control plane path information storage unit 17 Other existing information storage units 200 to 206 NE (communication device)
21 Device control processing unit 22 Audit message processing unit 23 Other existing function processing unit 26 NE control plane path information storage unit 27 Other existing information storage unit 110 Network management device 111 Route information storage unit 112 Route information collection unit 113 Comparison unit 120 Communication device 121 connection information storage means 122 connection information transfer means

Claims (9)

ネットワーク上に設置された複数の通信装置と、これら通信装置間に設定された通信経路を管理するネットワーク管理装置と、を備え、
前記ネットワーク管理装置は、前記通信経路の経路情報を記憶する経路情報記憶手段と、前記通信経路上の前記通信装置に対して経路情報を要求すると共に当該通信経路上の他の前記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と前記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備え、
前記通信装置は、前記通信経路毎における他の前記通信装置との接続設定を表す接続情報を記憶する接続情報記憶手段と、前記ネットワーク管理装置からの要求あるいは他の前記通信装置からの前記接続情報の転送に応じて、前記ネットワーク管理装置から経路情報を要求された前記通信経路について自装置が記憶している前記接続情報を、当該通信経路における次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する接続情報転送手段と、を備えた、
通信システム。
A plurality of communication devices installed on the network, and a network management device that manages communication paths set between these communication devices,
The network management apparatus requests path information from the communication apparatus on the communication path and transmits the path information from the other communication apparatuses on the communication path. Route information collecting means for collecting the route information collected, and comparing means for comparing the collected route information with the route information stored in the route information storage means,
The communication device includes connection information storage means for storing connection information indicating connection settings with other communication devices for each communication path, and requests from the network management device or the connection information from other communication devices. In response to the transfer, the connection information stored in the own device for the communication route for which route information is requested from the network management device is used as the next connection destination in the communication route or the network management device. Connection information transfer means for transferring to
Communications system.
請求項1に記載の通信システムであって、
前記通信装置が備える前記接続情報転送手段は、前記ネットワーク管理装置あるいは前記他の通信装置から送信された情報に、自装置が記憶している前記接続情報を付加して、前記次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する、
通信システム。
The communication system according to claim 1,
The connection information transfer means included in the communication device adds the connection information stored in the own device to the information transmitted from the network management device or the other communication device, and sets the next connection destination. Transfer to the communication device or the network management device
Communications system.
請求項2に記載の通信システムであって、
前記ネットワーク管理装置が備える前記経路情報収集手段は、前記経路情報を要求する前記通信経路を特定する情報を含む経路要求情報を、当該通信経路の始点となる前記通信装置に対して送信して経路情報を要求すると共に、当該通信経路の終点となる前記通信装置から送信された経路情報を収集し、
前記通信装置が備える前記接続情報転送手段は、前記ネットワーク管理装置から送信された前記経路要求情報に、あるいは、前記他の通信装置から送信された前記接続情報が付加された前記経路要求情報に、自装置が記憶している前記接続情報を付加して、前記次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する、
通信システム。
A communication system according to claim 2,
The route information collection means included in the network management device transmits route request information including information for specifying the communication route for requesting the route information to the communication device serving as a starting point of the communication route. While requesting information, collect the route information transmitted from the communication device that is the end point of the communication route,
The connection information transfer means included in the communication device may include the route request information transmitted from the network management device or the route request information to which the connection information transmitted from the other communication device is added. Add the connection information stored in its own device, and transfer to the communication device or the network management device as the next connection destination,
Communications system.
請求項3に記載の通信システムであって、
前記通信装置が備える前記接続情報転送手段は、
前記経路要求情報と自装置が記憶している前記接続情報とに基づいて、自装置が、前記経路情報が要求された前記通信経路の終点ではない場合には、前記経路要求情報に自装置が記憶している前記接続情報を付加して、前記次の接続先となる通信装置に転送し、
前記経路要求情報と自装置が記憶している前記接続情報とに基づいて、自装置が、前記経路情報が要求された前記通信経路の終点である場合には、前記経路要求情報に自装置が記憶している前記接続情報を付加して、前記ネットワーク管理装置に転送する、
通信システム。
A communication system according to claim 3,
The connection information transfer means included in the communication device includes:
Based on the route request information and the connection information stored in the own device, if the own device is not the end point of the communication route for which the route information is requested, the own device is included in the route request information. Add the stored connection information and transfer it to the communication device as the next connection destination,
Based on the route request information and the connection information stored in the own device, when the own device is the end point of the communication route for which the route information is requested, the own device is included in the route request information. Adding the stored connection information and transferring it to the network management device;
Communications system.
請求項1乃至4のいずれか一項に記載の通信システムであって、
前記ネットワーク管理装置が備える前記経路情報収集手段は、1つの前記通信装置に対して複数の通信経路の経路情報を同時に要求する、
通信システム。
The communication system according to any one of claims 1 to 4,
The route information collection means included in the network management device simultaneously requests route information of a plurality of communication routes from one communication device.
Communications system.
請求項1乃至4のいずれか一項に記載の通信システムであって、
前記ネットワーク管理装置が備える前記経路情報収集手段は、複数の前記通信装置に対して複数の通信経路の経路情報を同時に要求する、
通信システム。
The communication system according to any one of claims 1 to 4,
The route information collection means included in the network management device simultaneously requests route information of a plurality of communication routes from a plurality of the communication devices.
Communications system.
ネットワーク上に設置された通信装置であって、
前記通信装置間に設定された通信経路を管理するネットワーク管理装置が接続されており、当該ネットワーク管理装置は、前記通信経路の経路情報を記憶する経路情報記憶手段と、前記通信経路上の前記通信装置に対して経路情報を要求すると共に当該通信経路上の他の前記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と前記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備えている場合に、
前記通信経路毎における他の前記通信装置との接続設定を表す接続情報を記憶する接続情報記憶手段と、前記ネットワーク管理装置からの要求あるいは他の前記通信装置からの前記接続情報の転送に応じて、前記ネットワーク管理装置から経路情報を要求された前記通信経路について自装置が記憶している前記接続情報を、当該通信経路における次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する接続情報転送手段と、を備えた、
通信装置。
A communication device installed on a network,
A network management device that manages a communication path set between the communication devices is connected, and the network management device includes route information storage means that stores route information of the communication route, and the communication on the communication route. The path information collecting means for requesting the path information from the apparatus and collecting the path information transmitted from the other communication apparatuses on the communication path, and the collected path information and the path information storage means are stored. And a comparison means for comparing the route information,
In response to a request from the network management device or transfer of the connection information from another communication device, connection information storage means for storing connection information representing connection settings with the other communication device for each communication path Connection information for transferring the connection information stored in the own device for the communication route for which route information is requested from the network management device to the next communication device or the network management device in the communication route A transfer means,
Communication device.
ネットワーク上に設置され、通信経路毎における他の前記通信装置との接続設定を表す接続情報を記憶する通信装置に、
前記通信装置間に設定された通信経路を管理するネットワーク管理装置が接続されており、当該ネットワーク管理装置は、前記通信経路の経路情報を記憶する経路情報記憶手段と、前記通信経路上の前記通信装置に対して経路情報を要求すると共に当該通信経路上の他の前記通信装置から送信された経路情報を収集する経路情報収集手段と、収集した経路情報と前記経路情報記憶手段に記憶されている経路情報とを比較する比較手段と、を備えている場合に、
前記ネットワーク管理装置からの要求あるいは他の前記通信装置からの前記接続情報の転送に応じて、前記ネットワーク管理装置から経路情報を要求された前記通信経路について記憶している前記接続情報を、当該通信経路における次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送する接続情報転送手段、
を実現させるためのプログラム。
A communication device that is installed on a network and stores connection information representing connection settings with other communication devices for each communication path.
A network management device that manages a communication path set between the communication devices is connected, and the network management device includes route information storage means that stores route information of the communication route, and the communication on the communication route. The path information collecting means for requesting the path information from the apparatus and collecting the path information transmitted from the other communication apparatuses on the communication path, and the collected path information and the path information storage means are stored. And a comparison means for comparing the route information,
In response to a request from the network management device or transfer of the connection information from another communication device, the connection information stored for the communication route for which route information is requested from the network management device A connection information transfer means for transferring to a communication device as a next connection destination in the route or the network management device;
A program to realize
ネットワーク上に設置され、通信経路毎における他の前記通信装置との接続設定を表す接続情報を記憶する通信装置と、これら通信装置間に設定された通信経路を管理し、通信経路の経路情報を記憶するネットワーク管理装置と、を備えた通信システムにて、
前記ネットワーク管理装置が、前記通信経路上の前記通信装置に対して経路情報を要求し、
前記通信装置が、前記ネットワーク管理装置からの要求あるいは他の前記通信装置からの前記接続情報の転送に応じて、前記ネットワーク管理装置から経路情報を要求された前記通信経路について記憶している前記接続情報を、当該通信経路における次の接続先となる通信装置あるいは前記ネットワーク管理装置に転送し、
前記ネットワーク管理装置が、前記通信経路情報の他の前記通信装置から送信された経路情報を収集し、当該収集した経路情報と記憶している経路情報とを比較する、
通信方法。
A communication device that is installed on the network and stores connection information indicating connection settings with other communication devices for each communication route, manages communication routes set between these communication devices, and stores route information of communication routes. In a communication system comprising a network management device for storing,
The network management device requests route information from the communication device on the communication route;
The connection in which the communication device stores the communication route for which route information is requested from the network management device in response to a request from the network management device or transfer of the connection information from another communication device. Transfer the information to the communication device that is the next connection destination in the communication path or the network management device,
The network management device collects the route information transmitted from the communication device other than the communication route information, and compares the collected route information with the stored route information;
Communication method.
JP2010007866A 2010-01-18 2010-01-18 Communication system Pending JP2011147055A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010007866A JP2011147055A (en) 2010-01-18 2010-01-18 Communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010007866A JP2011147055A (en) 2010-01-18 2010-01-18 Communication system

Publications (1)

Publication Number Publication Date
JP2011147055A true JP2011147055A (en) 2011-07-28

Family

ID=44461485

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010007866A Pending JP2011147055A (en) 2010-01-18 2010-01-18 Communication system

Country Status (1)

Country Link
JP (1) JP2011147055A (en)

Similar Documents

Publication Publication Date Title
CN100444555C (en) Communication path monitoring system and communication network system
US7881183B2 (en) Recovery from control plane failures in the LDP signalling protocol
US7990946B2 (en) Node apparatus and path setup method
US7961644B2 (en) Communication node apparatus, communication system, and path resource assignment method
US8520685B2 (en) Signal relay apparatus, node apparatus, network system, virtual-link generating method, path calculating method, and computer product
US20070274224A1 (en) Path setting method, node device, and monitoring/control device
JP2008199311A (en) Switch device and path monitoring setting method
WO2010109802A1 (en) Path setting method and system by means of autonomous distributed control, and communication device
US8406622B2 (en) 1:N sparing of router resources at geographically dispersed locations
US20090190469A1 (en) Communication device, network system, path management method, and program
JP4765980B2 (en) Communication network system
US20100165997A1 (en) Path switching method, communication system, communication device, and program
US20100128640A1 (en) Apparatus and method for calculating an optimum route between a pair of nodes in a communication network
JP5365434B2 (en) Node device and route calculation method
JP6160211B2 (en) Transmission equipment
JP2011147055A (en) Communication system
Koo et al. Cost efficient LSP protection in IP/MPLS-over-WDM overlay networks
JP2011239246A (en) Communication apparatus, communication system, and method of control plane path audit for the same
JP2011097146A (en) Method and device for accommodating optical burst signal in roadm network
EP2983317B1 (en) Controlling method, controller, and node in transport network
Ogaki et al. Prototype demonstration of integrating MPLS/GMPLS network operation and management system
WO2017066923A1 (en) Method, network controller, and system for establishing service path
JP2006319758A (en) Communication device, communication system, and communication program
JP4425201B2 (en) Virtual large capacity path control method and path communication apparatus
JP2012054730A (en) Communication apparatus, network, and autonomous distributed routing control method and program for use with them

Legal Events

Date Code Title Description
RD07 Notification of extinguishment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7427

Effective date: 20120717