JP2014007552A - Configuration information storage device and configuration information storage method - Google Patents

Configuration information storage device and configuration information storage method Download PDF

Info

Publication number
JP2014007552A
JP2014007552A JP2012141734A JP2012141734A JP2014007552A JP 2014007552 A JP2014007552 A JP 2014007552A JP 2012141734 A JP2012141734 A JP 2012141734A JP 2012141734 A JP2012141734 A JP 2012141734A JP 2014007552 A JP2014007552 A JP 2014007552A
Authority
JP
Japan
Prior art keywords
rule
configuration
common
individual
configuration information
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
JP2012141734A
Other languages
Japanese (ja)
Inventor
Akira Ichinose
昌 一瀬
Koichi Genda
浩一 源田
Keiichi Yanagihara
圭一 柳原
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2012141734A priority Critical patent/JP2014007552A/en
Publication of JP2014007552A publication Critical patent/JP2014007552A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a configuration information storage device and a configuration information storage method for storing the configuration information of each End device efficiently.SOLUTION: A configuration information storage device 1 includes a common configuration storage section 100 for storing a rule (common rule) common to respective End devices, an individual configuration storage section 150 for storing the individual rule (individual rule) of each End device in each End device, and a rule management table (rule management information) 200 indicating in which type of common or individual each rule is stored. Upon receiving a request for the configuration information of the End device, the configuration information storage device 1 determines whether a rule indicated in the configuration information has been stored by the common rule or the individual rule with reference to the rule management table 200. When the request thus received is executed, a rule that requires to change the type is extracted, and the common rule and individual rule are changed each other.

Description

本発明は、複数のEnd装置間を接続する通信サービスにおいて、各End装置との通信に必要なコンフィグ情報を蓄積する、コンフィグ情報蓄積装置およびコンフィグ情報蓄積方法に関する。   The present invention relates to a configuration information storage device and a configuration information storage method for storing configuration information necessary for communication with each end device in a communication service for connecting a plurality of end devices.

コンフィグ情報蓄積装置は、オペレータ装置等から各End装置との間で情報を送受信するためのコンフィグ情報を蓄積する装置である。また、End装置は、各キャリアの通信ネットワークに収容される装置であり、例えば、ルータ等である。   The configuration information storage device is a device that stores configuration information for transmitting / receiving information to / from each End device from an operator device or the like. The End device is a device accommodated in the communication network of each carrier, and is, for example, a router.

図6は、従来の通信システムにおけるコンフィグ情報蓄積装置1aの構成例を示す図である。図6に示すように、コンフィグ情報蓄積装置1aは、その主な機能として、コンフィグ情報の設定や削除等の要求を受け付けるコンフィグ情報受付部101aと、各End装置に共通なルールから構成されるコンフィグ情報(以下、「共通コンフィグ」という)を記憶する共通コンフィグ蓄積部100aと、共通コンフィグ以外のコンフィグ情報であり各End装置それぞれに個別なルールから構成されるコンフィグ情報(以下、「個別コンフィグ」という)を記憶する個別コンフィグ蓄積部150aと、個別コンフィグ蓄積部150aに記憶されたコンフィグ情報の更新、削除等を行うコンフィグ更新部104aと、オペレータ装置5等から取得要求を受けたEnd装置のコンフィグ情報を、共通コンフィグ蓄積部100aおよび個別コンフィグ蓄積部150aから抽出して送信するコンフィグ情報提供部105aとを備える。   FIG. 6 is a diagram illustrating a configuration example of the configuration information storage device 1a in the conventional communication system. As shown in FIG. 6, the configuration information storage device 1a has, as its main functions, a configuration information receiving unit 101a that receives a request for setting or deleting configuration information, and a configuration that includes rules that are common to each End device. Common configuration storage unit 100a for storing information (hereinafter referred to as “common configuration”), configuration information other than the common configuration, and configuration information including individual rules for each end device (hereinafter referred to as “individual configuration”) ) Storing the individual configuration storage unit 150a, the configuration update unit 104a for updating or deleting the configuration information stored in the individual configuration storage unit 150a, and the configuration information of the End device that has received an acquisition request from the operator device 5 or the like Common configuration storage unit 100a and individual computers And a configuration information providing unit 105a that transmits the extracted from I grayed storage unit 150a.

このコンフィグ情報蓄積装置1aは、オペレータ装置5等から入出力部11aを介して、新規End装置のコンフィグ情報の設定要求をコンフィグ情報受付部101aが受け付ける。このとき、コンフィグ更新部104aは、共通コンフィグ蓄積部100aではなく、個別コンフィグ蓄積部150aに、新規End装置のコンフィグ情報を記憶する。
また、コンフィグ情報蓄積装置1aは、オペレータ装置5等から既存のEnd装置のコンフィグ情報の削除要求を受け付けると、コンフィグ更新部104aが、個別コンフィグ蓄積部150aに記憶されたそのEnd装置のコンフィグ情報を削除する。
In the configuration information storage device 1a, the configuration information receiving unit 101a receives a configuration information setting request for a new end device from the operator device 5 or the like via the input / output unit 11a. At this time, the configuration update unit 104a stores the configuration information of the new End device in the individual configuration storage unit 150a, not in the common configuration storage unit 100a.
When the configuration information storage device 1a receives a request to delete configuration information of an existing end device from the operator device 5 or the like, the configuration update unit 104a displays the configuration information of the end device stored in the individual configuration storage unit 150a. delete.

従来のコンフィグ情報蓄積装置1aは、共通コンフィグとして記憶されるルールが予め固定されているため、新規End装置のコンフィグ情報の設定要求は、すべて個別コンフィグに記憶する。また、既存のEnd装置のコンフィグ情報を削除しても、共通コンフィグとして記憶されるルールが変更されることはない。このような従来のコンフィグ情報蓄積装置1aを適用した例として、特許文献1が挙げられる。   In the conventional configuration information storage device 1a, since the rules stored as the common configuration are fixed in advance, all the configuration information setting requests for the new end device are stored in the individual configuration. Even if the configuration information of the existing end device is deleted, the rule stored as the common configuration is not changed. As an example to which such a conventional configuration information storage device 1a is applied, Patent Document 1 is cited.

特許第3852017号公報Japanese Patent No. 3852017

従来のコンフィグ情報蓄積装置1aでは、前記したように、共通コンフィグとして記憶される各ルールは予め固定されている。そのため、コンフィグ情報蓄積装置1aは、End装置のコンフィグ情報の追加や削除に伴い、個別コンフィグとして設定した中において、共通コンフィグとして管理できるルールがでてきたとしても、必ずEnd装置毎の個別コンフィグで記憶することになり、冗長な管理を行うものであった。つまり、従来のコンフィグ情報蓄積装置1aでは、共通コンフィグとして記憶されたルールと個別コンフィグとして記憶されたルールとを、動的に変更することができなかった。   In the conventional configuration information storage device 1a, as described above, each rule stored as a common configuration is fixed in advance. For this reason, the configuration information storage device 1a always uses an individual configuration for each end device even if a rule that can be managed as a common configuration comes out when the configuration information is set as an individual configuration with the addition or deletion of the configuration information of the end device. It would be memorized and redundant management was performed. That is, the conventional configuration information storage device 1a cannot dynamically change the rule stored as the common configuration and the rule stored as the individual configuration.

このような背景に鑑みて本発明がなされたのであり、本発明は、各End装置のコンフィグ情報を効率的に記憶するコンフィグ情報蓄積装置およびコンフィグ情報蓄積方法を提供することを課題とする。   The present invention has been made in view of such a background, and an object of the present invention is to provide a configuration information storage device and a configuration information storage method that efficiently store configuration information of each End device.

前記した課題を解決するため、請求項1に記載の発明は、各End装置との間の通信を接続するためのルールを含むコンフィグ情報を記憶するコンフィグ情報蓄積装置であって、(1)各End装置に共通するルールである共通ルールを記憶する共通コンフィグ蓄積部、(2)各End装置に個別なルールである個別ルールをEnd装置毎に記憶する個別コンフィグ蓄積部、および、(3)前記ルールが前記共通ルールとして前記共通コンフィグ蓄積部に記憶されているルールであること示す種別である共通、前記ルールが前記個別ルールとして前記個別コンフィグ蓄積部に記憶されているルールであることを示す種別である個別、のいずれかの種別が前記ルール毎に対応付けられて格納されるルール管理情報、を記憶する記憶部と、前記End装置の前記コンフィグ情報の設定要求を受け付けるコンフィグ情報受付部と、前記ルール管理情報を参照し、前記受け付けた設定要求のコンフィグ情報に示されるルールのうち前記種別が共通であるルールを選択し、当該選択したルールと前記共通コンフィグ蓄積部に記憶されている共通ルールとが一致するか否かを判定し、当該判定が一致しない場合に、一致しない前記共通コンフィグ蓄積部に記憶されている共通ルールを抽出するコンフィグ対比部と、前記抽出した共通ルールの前記ルール管理情報における種別を共通から個別に変更するルール管理制御部と、前記抽出した共通ルールを前記個別コンフィグ蓄積部の前記End装置毎の個別ルールそれぞれに記憶し、前記抽出した共通ルールを前記共通コンフィグ蓄積部から削除し、前記設定要求のコンフィグ情報に示されるルールのうち前記コンフィグ対比部が前記共通コンフィグ蓄積部に記憶されている共通ルールに一致すると判定したルール以外のルールを、前記設定要求に示されるEnd装置の個別ルールとして前記個別コンフィグ蓄積部に記憶するコンフィグ更新部と、を備えることを特徴とするコンフィグ情報蓄積装置とした。   In order to solve the above-described problem, the invention described in claim 1 is a configuration information storage device that stores configuration information including rules for connecting communication with each End device, and (1) each A common configuration storage unit that stores a common rule that is a rule that is common to the End devices, (2) an individual configuration storage unit that stores an individual rule that is an individual rule for each End device for each End device, and (3) Common type indicating that the rule is a rule stored in the common configuration storage unit as the common rule, Type indicating that the rule is a rule stored in the individual configuration storage unit as the individual rule A storage unit that stores rule management information in which any of the individual types is stored in association with each rule; and a configuration information reception unit that receives the configuration information setting request of the device d, and refers to the rule management information, and selects a rule having the same type from among the rules indicated in the configuration information of the received setting request; It is determined whether or not the selected rule and the common rule stored in the common configuration storage unit match, and if the determination does not match, the common rule stored in the common configuration storage unit that does not match A configuration comparison unit that extracts the rule, a rule management control unit that individually changes the type of the extracted common rule in the rule management information from common, and the extracted common rule for each end device of the individual configuration storage unit Store in each individual rule, and delete the extracted common rule from the common configuration storage unit. Among the rules indicated in the configuration information of the setting request, the rules other than the rule determined by the configuration comparison unit to match the common rules stored in the common configuration storage unit are assigned to the individual end devices indicated in the setting request. And a configuration update unit that stores the configuration as a rule in the individual configuration storage unit.

また、請求項3に記載の発明は、各End装置との間の通信を接続するためのルールを含むコンフィグ情報を記憶する記憶部と、制御部と、入力部とを備えるコンフィグ情報蓄積装置のコンフィグ情報蓄積方法であって、前記コンフィグ情報蓄積装置が、前記記憶部に、(1)各End装置に共通するルールである共通ルールを記憶する共通コンフィグ蓄積部、(2)各End装置に個別なルールである個別ルールをEnd装置毎に記憶する個別コンフィグ蓄積部、および、(3)前記ルールが前記共通ルールとして前記共通コンフィグ蓄積部に記憶されているルールであること示す種別である共通、前記ルールが前記個別ルールとして前記個別コンフィグ蓄積部に記憶されているルールであることを示す種別である個別、のいずれかの種別が前記ルール毎に対応付けられて格納されるルール管理情報、を記憶しており、前記制御部が、前記入力部から前記End装置の前記コンフィグ情報の設定要求を受け付けるステップと、前記ルール管理情報を参照し、前記受け付けた設定要求のコンフィグ情報に示されるルールのうち前記種別が共通であるルールを選択し、当該選択したルールと前記共通コンフィグ蓄積部に記憶されている共通ルールとが一致するか否かを判定し、当該判定が一致しない場合に、一致しない前記共通コンフィグ蓄積部に記憶されている共通ルールを抽出するステップと、前記抽出した共通ルールの前記ルール管理情報における種別を共通から個別に変更するステップと、前記抽出した共通ルールを前記個別コンフィグ蓄積部の前記End装置毎の個別ルールそれぞれに記憶し、前記抽出した共通ルールを前記共通コンフィグ蓄積部から削除し、前記設定要求のコンフィグ情報に示されるルールのうち前記共通コンフィグ蓄積部に記憶されている共通ルールに一致すると判定したルール以外のルールを、前記設定要求に示されるEnd装置の個別ルールとして前記個別コンフィグ蓄積部に記憶するステップと、を実行することを特徴とするコンフィグ情報蓄積方法とした。   According to a third aspect of the present invention, there is provided a configuration information storage device including a storage unit that stores configuration information including a rule for connecting communication with each End device, a control unit, and an input unit. A configuration information storage method, in which the configuration information storage device stores, in the storage unit, (1) a common configuration storage unit that stores a common rule that is a rule common to each End device, and (2) an individual device for each End device. An individual configuration storage unit that stores individual rules that are individual rules for each End device, and (3) a common type that indicates that the rule is a rule stored in the common configuration storage unit as the common rule, Any type of individual indicating that the rule is a rule stored in the individual config storage unit as the individual rule Storing rule management information stored in association with each rule, wherein the control unit receives a setting request for the configuration information of the End device from the input unit; and the rule management information Refer to and select a rule of the same type from among the rules indicated in the configuration information of the accepted setting request, and whether the selected rule matches the common rule stored in the common configuration storage unit If the determination does not match, the step of extracting the common rule stored in the common configuration storage unit that does not match, and the type of the extracted common rule in the rule management information from the common to the individual And changing the extracted common rule to an individual route for each end device of the individual configuration storage unit. Each of the stored rules, the extracted common rules are deleted from the common configuration storage unit, and the rules determined to match the common rules stored in the common configuration storage unit among the rules indicated in the configuration information of the setting request The configuration information storage method is characterized in that a rule other than is stored in the individual configuration storage unit as an individual rule of the End device indicated in the setting request.

このように、コンフィグ情報蓄積装置は、共通ルールを記憶する共通コンフィグ蓄積部と、End装置毎の個別ルールを記憶する個別コンフィグ蓄積部と、各ルールが共通または個別のいずれの種別で記憶されているかを示すルール管理情報とを備える。そして、コンフィグ情報蓄積装置は、End装置のコンフィグ情報の設定要求を受け付けた場合に、ルール管理情報を参照し、受け付けた設定要求のコンフィグ情報のうち種別が共通のルールを選択し、選択したルールと共通コンフィグ蓄積部に記憶された共通ルールとが一致しないと判定した場合にその共通ルールを抽出する。コンフィグ情報蓄積装置は、抽出した共通ルールを、個別コンフィグ蓄積部のEnd装置毎の個別ルールそれぞれに記憶し、共通コンフィグ蓄積部から削除する。
よって、コンフィグ情報蓄積装置は、共通コンフィグ蓄積部に記憶するルールを個別コンフィグ蓄積部に記憶するように動的に変更することができ、各End装置のコンフィグ情報を効率的に記憶することが可能となる。
As described above, the configuration information storage device includes a common configuration storage unit that stores common rules, an individual configuration storage unit that stores individual rules for each End device, and each rule is stored in a common or individual type. Rule management information indicating whether or not When the configuration information storage device receives the configuration information setting request of the end device, the configuration information storage device refers to the rule management information, selects a rule having a common type from the configuration information of the received setting request, and selects the selected rule. And the common rule stored in the common configuration storage unit are extracted, the common rule is extracted. The configuration information storage device stores the extracted common rule in each individual rule for each End device of the individual configuration storage unit, and deletes it from the common configuration storage unit.
Therefore, the configuration information storage device can dynamically change the rules stored in the common configuration storage unit to be stored in the individual configuration storage unit, and can efficiently store the configuration information of each End device. It becomes.

請求項2に記載の発明は、前記コンフィグ情報受付部が、前記End装置の前記コンフィグ情報の削除要求を受け付けた場合に、前記コンフィグ対比部が、前記ルール管理情報を参照し、前記受け付けた削除要求のコンフィグ情報に示されるルールのうち前記種別が個別であるルールを選択し、当該選択したルールを前記削除要求に示されるEnd装置の個別ルールから仮に削除した場合に、前記削除要求に示されるEnd装置以外のすべてのEnd装置毎の個別ルールにおいて共通するルールがあるか否かを判定し、当該共通するルールがある場合にその個別ルールを抽出し、前記ルール管理制御部が、前記抽出した個別ルールの前記ルール管理情報における種別を個別から共通に変更し、前記コンフィグ更新部が、前記抽出した個別ルールを前記共通ルールとして前記共通コンフィグ蓄積部に記憶し、前記個別コンフィグ蓄積部において、前記抽出した個別ルールを前記End装置毎の個別ルールそれぞれから削除すると共に、前記削除要求のコンフィグ情報に示されるルールから選択した前記種別が個別であるルールを、前記削除要求に示されるEnd装置の個別ルールから削除することを特徴とする請求項1に記載のコンフィグ情報蓄積装置とした。   According to a second aspect of the present invention, when the configuration information receiving unit receives a request for deleting the configuration information of the end device, the configuration comparison unit refers to the rule management information and receives the received deletion. When the rule whose type is individual is selected from the rules indicated in the configuration information of the request, and the selected rule is temporarily deleted from the individual rules of the End device indicated in the deletion request, it is indicated in the deletion request. It is determined whether or not there is a common rule among the individual rules for all the End devices other than the End device, and when there is the common rule, the individual rule is extracted, and the rule management control unit extracts the extracted rule. The type of the individual rule in the rule management information is changed from individual to common, and the configuration update unit extracts the individual rule extracted. Is stored in the common configuration storage unit as the common rule, and the individual configuration storage unit deletes the extracted individual rule from each individual rule for each End device, and the rule indicated in the configuration information of the deletion request The configuration information storage device according to claim 1, wherein a rule having an individual type selected from the above is deleted from an individual rule of an end device indicated in the deletion request.

また、請求項4に記載の発明は、前記コンフィグ情報蓄積装置の前記制御部が、さらに、前記入力部から前記End装置の前記コンフィグ情報の削除要求を受け付けるステップと、前記ルール管理情報を参照し、前記受け付けた削除要求のコンフィグ情報に示されるルールのうち前記種別が個別であるルールを選択し、当該選択したルールを前記削除要求に示されるEnd装置の個別ルールから仮に削除した場合に、前記削除要求に示されるEnd装置以外のすべてのEnd装置毎の個別ルールにおいて共通するルールがあるか否かを判定し、当該共通するルールがある場合にその個別ルールを抽出するステップと、前記抽出した個別ルールの前記ルール管理情報における種別を個別から共通に変更するステップと、前記抽出した個別ルールを前記共通ルールとして前記共通コンフィグ蓄積部に記憶し、前記個別コンフィグ蓄積部において、前記抽出した個別ルールを前記End装置毎の個別ルールそれぞれから削除すると共に、前記削除要求のコンフィグ情報に示されるルールから選択した前記種別が個別であるルールを、前記削除要求に示されるEnd装置の個別ルールから削除するステップと、を実行することを特徴とする請求項3に記載のコンフィグ情報蓄積方法とした。   According to a fourth aspect of the present invention, the control unit of the configuration information storage device further receives a request to delete the configuration information of the End device from the input unit, and refers to the rule management information. When the rule whose type is individual is selected from the rules indicated in the configuration information of the received deletion request, and the selected rule is temporarily deleted from the individual rules of the End device indicated in the deletion request, Determining whether there is a common rule among the individual rules for all the End devices other than the End device indicated in the deletion request, and extracting the individual rule when there is the common rule; A step of changing the type of the individual rule in the rule management information from individual to common, and the extracted individual rule The common rule is stored in the common configuration storage unit as the common rule, and the individual configuration storage unit deletes the extracted individual rule from each individual rule for each End device and from the rule indicated in the configuration information of the deletion request. The configuration information storage method according to claim 3, wherein a step of deleting the selected rule of individual type from the individual rule of the End device indicated in the deletion request is executed.

このように、コンフィグ情報蓄積装置は、End装置のコンフィグ情報の削除要求を受け付けた場合に、ルール管理情報を参照し、受け付けた設定要求のコンフィグ情報のうち種別が個別のルールを選択し、選択したルールを削除要求に示されるEnd装置の個別ルールから仮に削除した場合に、その削除要求に示されるEnd装置以外のすべてのEnd装置毎の個別ルールにおいて共通する個別ルールを抽出する。コンフィグ情報蓄積装置は、その抽出した個別ルールを、共通コンフィグ蓄積部に共通ルールとして記憶し、End装置毎の個別ルールそれぞれから削除する。
よって、コンフィグ情報蓄積装置は、個別コンフィグ蓄積部に記憶するルールを共通コンフィグ蓄積部に記憶するように動的に変更することができ、各End装置のコンフィグ情報を効率的に記憶することが可能となる。
As described above, when the configuration information storage device receives a request to delete configuration information of the end device, the configuration information storage device refers to the rule management information, selects a rule with an individual type from the configuration information of the received setting request, and selects the selected rule. When the rule is temporarily deleted from the individual rule of the End device indicated in the deletion request, the individual rule common to all the individual rules for all End devices other than the End device indicated in the deletion request is extracted. The configuration information storage device stores the extracted individual rule as a common rule in the common configuration storage unit, and deletes it from each individual rule for each End device.
Therefore, the configuration information storage device can dynamically change the rules stored in the individual configuration storage unit to be stored in the common configuration storage unit, and can efficiently store the configuration information of each End device. It becomes.

本発明によれば、各End装置のコンフィグ情報を効率的に記憶する、コンフィグ情報蓄積装置およびコンフィグ情報蓄積方法を提供することができる。   According to the present invention, it is possible to provide a configuration information storage device and a configuration information storage method that efficiently store configuration information of each End device.

本実施形態に係るコンフィグ情報蓄積装置の構成例を示す機能ブロック図である。It is a functional block diagram which shows the structural example of the configuration information storage apparatus which concerns on this embodiment. 本実施形態に係るコンフィグ情報蓄積装置が行う、新規End装置のコンフィグ情報の設定要求を受け付けた場合の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process when the configuration information storage device which concerns on this embodiment receives the setting information setting request | requirement of a new End apparatus. 新規End装置のコンフィグ情報の設定要求をコンフィグ情報蓄積装置が受け付けた場合の第1例を説明するための図である。It is a figure for demonstrating the 1st example at the time of the configuration information storage apparatus accepting the setting request | requirement of the configuration information of a new End apparatus. 新規End装置のコンフィグ情報の設定要求をコンフィグ情報蓄積装置が受け付けた場合の第2例を説明するための図である。It is a figure for demonstrating the 2nd example at the time of the configuration information storage apparatus accepting the setting request | requirement of the configuration information of a new End apparatus. 本実施形態に係るコンフィグ情報蓄積装置が行う、既存End装置のコンフィグ情報の削除要求を受け付けた場合の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process at the time of receiving the deletion request | requirement of the configuration information of the existing End apparatus which the configuration information storage apparatus which concerns on this embodiment performs. 従来の通信システムにおけるコンフィグ情報蓄積装置の構成例を示す図である。It is a figure which shows the structural example of the configuration information storage apparatus in the conventional communication system.

次に、本発明を実施するための形態(以下、「本実施形態」という)におけるコンフィグ情報蓄積装置1等について説明する。   Next, the configuration information storage device 1 and the like in a mode for carrying out the present invention (hereinafter referred to as “the present embodiment”) will be described.

<概要>
本実施形態に係るコンフィグ情報蓄積装置1は、図6に示した従来のコンフィグ情報蓄積装置1aと比べ、図1に示すように、コンフィグ対比部102、ルール管理制御部103およびルール管理テーブル(ルール管理情報)200を追加して備えている。
<Overview>
As shown in FIG. 1, the configuration information storage device 1 according to the present embodiment has a configuration comparison unit 102, a rule management control unit 103, and a rule management table (rules), as compared to the conventional configuration information storage device 1a shown in FIG. Management information) 200 is additionally provided.

この構成により、コンフィグ情報蓄積装置1は、オペレータ装置5等から新規End装置のコンフィグ情報の設定要求を受け付けた場合に、コンフィグ対比部102が、その新規End装置のコンフィグ情報に示されるルールのうち、ルール管理テーブル200で管理種別(種別)が「共通」であるルールを選択する。コンフィグ対比部102は、その選択したルールと、共通コンフィグとして記憶されているルール(共通ルール)とを比較し、選択したルールと共通ルールとが一致しない場合に、その一致しない共通ルールを抽出する。そして、ルール管理制御部103が、その一致しない共通ルールのルール管理テーブル200における管理種別を「共通」から「個別」に変更し、コンフィグ更新部104(図1参照)がその一致しない共通ルールをEnd装置毎の個別コンフィグそれぞれに記憶するように変更する。   With this configuration, when the configuration information storage device 1 receives a configuration information setting request for a new end device from the operator device 5 or the like, the configuration comparison unit 102 includes the rules indicated in the configuration information for the new end device. In the rule management table 200, a rule whose management type (type) is “common” is selected. The configuration comparison unit 102 compares the selected rule with a rule (common rule) stored as a common configuration, and extracts the common rule that does not match if the selected rule does not match the common rule. . Then, the rule management control unit 103 changes the management type in the rule management table 200 of the common rule that does not match from “common” to “individual”, and the configuration update unit 104 (see FIG. 1) changes the common rule that does not match. It changes so that it may memorize | store in each individual config for every End apparatus.

また、コンフィグ情報蓄積装置1は、オペレータ装置5等から既存End装置のコンフィグ情報の削除要求を受け付けた場合に、コンフィグ対比部102が、その新規End装置のコンフィグ情報に示されるルールのうち、ルール管理テーブル200で管理種別が「個別」であるルールを選択する。コンフィグ対比部102は、個別コンフィグ蓄積部150において、その選択したルールを削除要求に示される既存End装置の個別コンフィグから仮に削除した場合に、その削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグにおいて共通するルール(個別ルール)を抽出する。そして、ルール管理制御部103が、その抽出したルール(個別ルール)のルール管理テーブル200における管理種別を「個別」から「共通」に変更し、コンフィグ更新部104(図1参照)がその抽出したルール(個別ルール)を共通コンフィグに記憶するように変更する。   In addition, when the configuration information storage device 1 receives a request for deleting configuration information of an existing end device from the operator device 5 or the like, the configuration comparison unit 102 selects a rule from among the rules indicated in the configuration information of the new end device. A rule whose management type is “individual” in the management table 200 is selected. In the individual configuration storage unit 150, when the selected configuration rule temporarily deletes the selected rule from the individual configuration of the existing end device indicated in the deletion request, the configuration comparison unit 102 selects all end devices other than the end device indicated in the deletion request. Extract common rules (individual rules) in individual configurations. Then, the rule management control unit 103 changes the management type of the extracted rule (individual rule) in the rule management table 200 from “individual” to “common”, and the configuration update unit 104 (see FIG. 1) extracts it. Change the rule (individual rule) to be stored in the common configuration.

このように、本実施形態に係るコンフィグ情報蓄積装置1は、共通コンフィグとして記憶されたルール(共通ルール)とEnd装置毎の個別コンフィグとして記憶されたルール(個別ルール)とを、動的に変更することにより、コンフィグ情報を効率的に蓄積することができる。   As described above, the configuration information storage device 1 according to the present embodiment dynamically changes a rule (common rule) stored as a common configuration and a rule (individual rule) stored as an individual configuration for each End device. By doing so, the configuration information can be efficiently accumulated.

なお、本実施形態におけるコンフィグ情報に示されるルールとは、例えば、キャリア間の通信プロトコル仕様の差異を解消するための変換規則である。具体的には、キャリア間で通信メッセージのヘッダ部分の記述仕様が異なる場合に、通信先の仕様に沿った記述内容に変換するための規則等である。通信プロトコルの仕様には解釈に幅あるため、キャリア間で通信メッセージの記述仕様が異なる場合、通信が繋がらないことが起こり得る。そのような場合に、コンフィグ情報蓄積装置1に、コンフィグ情報として異なるキャリア間の通信を可能にするためのルール(変換規則等)を蓄積しておくことで、オペレータ装置5等は、このコンフィグ情報蓄積装置1に蓄積したコンフィグ情報を参照して、通信を実現することができる。
なお、本発明におけるルールは、以上説明した通信プロトコルの仕様の差異を解消するための変換規則等に限定されるものではなく、コンフィグ情報を共通ルールと個別ルールに分けて蓄積することに適する情報であればよい。
Note that the rule indicated in the configuration information in the present embodiment is, for example, a conversion rule for eliminating a difference in communication protocol specifications between carriers. Specifically, it is a rule or the like for converting the description contents in accordance with the specifications of the communication destination when the description specifications of the header part of the communication message are different between carriers. Since there are various interpretations of the communication protocol specifications, communication may not be established if the description specifications of communication messages differ between carriers. In such a case, the operator device 5 or the like can store the configuration information in the configuration information storage device 1 by storing rules (conversion rules or the like) for enabling communication between different carriers as configuration information. Communication can be realized with reference to the configuration information stored in the storage device 1.
Note that the rules in the present invention are not limited to the conversion rules for eliminating the differences in the communication protocol specifications described above, and are suitable for storing the configuration information separately in common rules and individual rules. If it is.

<コンフィグ情報蓄積装置の構成>
次に、図1を参照して、本実施形態に係るコンフィグ情報蓄積装置1の構成について説明する。図1は、本実施形態に係るコンフィグ情報蓄積装置1の構成例を示す機能ブロック図である。
コンフィグ情報蓄積装置1は、オペレータ装置5等から取得した各End装置のコンフィグ情報を蓄積しておく装置であり、制御部10と、入出力部(入力部)11と、メモリ部12と、記憶部13とを含んで構成される。
<Configuration of configuration information storage device>
Next, the configuration of the configuration information storage device 1 according to the present embodiment will be described with reference to FIG. FIG. 1 is a functional block diagram illustrating a configuration example of the configuration information storage device 1 according to the present embodiment.
The configuration information storage device 1 is a device that stores configuration information of each End device acquired from the operator device 5 or the like, and includes a control unit 10, an input / output unit (input unit) 11, a memory unit 12, and a storage Part 13.

制御部10は、コンフィグ情報蓄積装置1において、各End装置のコンフィグ情報を記憶部13に記憶する処理の全般を司り、コンフィグ情報受付部101と、コンフィグ対比部102と、ルール管理制御部103と、コンフィグ更新部104と、コンフィグ情報提供部105とを備える。   The control unit 10 is responsible for the overall processing of storing the configuration information of each End device in the storage unit 13 in the configuration information storage device 1, and includes a configuration information receiving unit 101, a configuration comparison unit 102, a rule management control unit 103, The configuration updating unit 104 and the configuration information providing unit 105 are provided.

コンフィグ情報受付部101は、オペレータ装置5等から入出力部11を介して、新規End装置のコンフィグ情報の設定要求や、既存End装置のコンフィグ情報の削除要求等を受け付ける。そして、コンフィグ情報受付部101は、その受け付けた情報を、コンフィグ対比部102に出力する。   The configuration information reception unit 101 receives a configuration information setting request for a new end device, a configuration information deletion request for an existing end device, and the like from the operator device 5 or the like via the input / output unit 11. Then, the configuration information reception unit 101 outputs the received information to the configuration comparison unit 102.

コンフィグ対比部102は、コンフィグ情報受付部101からEnd装置のコンフィグ情報に関する設定要求や削除要求を取得すると、記憶部13内のルール管理テーブル200を参照した上で、記憶部13内に記憶された共通コンフィグや個別コンフィグとの比較を行う。   When the configuration comparison unit 102 receives a setting request or a deletion request regarding configuration information of the End device from the configuration information reception unit 101, the configuration comparison unit 102 refers to the rule management table 200 in the storage unit 13 and stores the request in the storage unit 13. Compare with common configuration or individual configuration.

ここで、記憶部13内のルール管理テーブル(ルール管理情報)200には、図1に示すように、コンフィグ情報として記憶部13に記憶されるルールの識別情報毎にその管理種別(種別)が「共通」または「個別」として記憶される。ここで、管理種別が「共通」とは、そのルールが共通コンフィグとして共通コンフィグ蓄積部100に記憶されていることを意味する。また、管理種別が「個別」とは、そのルールが個別コンフィグとして個別コンフィグ蓄積部150に記憶されていることを意味する。
この共通コンフィグ蓄積部100には、設定対象とされたEnd装置のすべてに共通なルール(共通ルール)から構成されるコンフィグ情報である共通コンフィグが記憶される。また、個別コンフィグ蓄積部150には、共通コンフィグとして記憶される共通ルール以外の、各End装置に個別なルール(個別ルール)から構成されるコンフィグ情報である個別コンフィグがEnd装置毎に記憶される。
Here, in the rule management table (rule management information) 200 in the storage unit 13, as shown in FIG. 1, the management type (type) for each rule identification information stored in the storage unit 13 as configuration information is shown. Stored as “common” or “individual”. Here, the management type “common” means that the rule is stored in the common configuration storage unit 100 as a common configuration. The management type “individual” means that the rule is stored in the individual configuration storage unit 150 as an individual configuration.
The common configuration storage unit 100 stores a common configuration, which is configuration information composed of rules (common rules) common to all the End devices that are set as setting targets. The individual configuration storage unit 150 stores, for each End device, an individual configuration that is configuration information including individual rules (individual rules) for each End device, other than the common rules stored as a common configuration. .

以下、コンフィグ対比部102の処理を具体的に説明する。
コンフィグ対比部102は、新規End装置のコンフィグ情報の設定要求を、コンフィグ情報受付部101から取得すると、記憶部13内のルール管理テーブル200を参照し、新規設定要求のコンフィグ情報に示されるルールのうち、管理種別が「共通」であるルールを選択する。そして、コンフィグ対比部102は、その選択したルールと、共通コンフィグ蓄積部100に共通コンフィグとして記憶されているルール(共通ルール)とを比較する。
より具体的には、コンフィグ対比部102は、新規設定対象のコンフィグ情報から選択したルールと、共通コンフィグ蓄積部100に共通コンフィグとして記憶された各ルール(共通ルール)とが一致するか否かを判定する。なお、この一致するか否かの判定において、一致しない場合とは、当該選択したルールが、共通ルールのうちのいずれかのルールを含んでいない場合や、当該選択したルールが、共通ルールと同じルールを含んでいるが、そのルールの内容に異なる部分がある場合に、選択したルールと共通ルールとが一致しないと判定する(詳細は後記する図3、図4参照)。
そして、コンフィグ対比部102は、選択したルールと共通ルールとが一致しないと判定した場合に、選択したルールとは異なるその共通ルールを共通コンフィグから抽出する。
Hereinafter, the processing of the configuration comparison unit 102 will be specifically described.
When the configuration comparison unit 102 obtains a configuration information setting request for the new End device from the configuration information receiving unit 101, the configuration comparison unit 102 refers to the rule management table 200 in the storage unit 13 and sets the rule indicated in the configuration information of the new setting request. Among them, a rule whose management type is “common” is selected. Then, the configuration comparison unit 102 compares the selected rule with a rule (common rule) stored as a common configuration in the common configuration storage unit 100.
More specifically, the configuration comparison unit 102 determines whether or not the rule selected from the configuration information to be newly set matches each rule (common rule) stored as a common configuration in the common configuration storage unit 100. judge. In the determination of whether or not they match, the case where they do not match means that the selected rule does not include any of the common rules, or the selected rule is the same as the common rule. When a rule is included but there is a different part in the content of the rule, it is determined that the selected rule does not match the common rule (see FIGS. 3 and 4 to be described later for details).
If the configuration comparison unit 102 determines that the selected rule does not match the common rule, the configuration comparison unit 102 extracts the common rule that is different from the selected rule from the common configuration.

また、コンフィグ対比部102は、既存End装置のコンフィグ情報の削除要求を、コンフィグ情報受付部101から取得すると、記憶部13内のルール管理テーブル200を参照し、削除要求に示されるルールのうち、管理種別が「個別」であるルールを選択する。そして、コンフィグ対比部102は、個別コンフィグ蓄積部150において、その選択したルールを削除要求に示される既存End装置の個別コンフィグから仮に削除した場合に、その削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグにおいて共通するルールがあるか否かを判定する。そして、コンフィグ対比部102は、当該すべてのEnd装置の個別コンフィグに共通するルールがあった場合には、そのルール(個別ルール)を抽出する。   In addition, when the configuration comparison unit 102 acquires a configuration information deletion request for the existing End device from the configuration information reception unit 101, the configuration comparison unit 102 refers to the rule management table 200 in the storage unit 13 and among the rules indicated in the deletion request, A rule whose management type is “individual” is selected. Then, when the configuration comparison unit 102 temporarily deletes the selected rule from the individual configuration of the existing end device indicated in the deletion request in the individual configuration storage unit 150, all of the configurations other than the end device indicated in the deletion request It is determined whether there is a common rule in the individual configuration of the End device. Then, when there is a rule common to the individual configurations of all the End devices, the configuration comparison unit 102 extracts the rule (individual rule).

ルール管理制御部103は、記憶部13内のルール管理テーブル(ルール管理情報)200の登録、変更、削除等を行う。   The rule management control unit 103 registers, changes, and deletes the rule management table (rule management information) 200 in the storage unit 13.

具体的には、ルール管理制御部103は、コンフィグ情報受付部101が、新規End装置のコンフィグ情報の設定要求を受け付けた場合に、コンフィグ対比部102が共通コンフィグから抽出したルール(共通ルール)について、ルール管理テーブル200の管理種別を「共通」から「個別」に変更する。
また、ルール管理制御部103は、新規設定対象のコンフィグ情報に示されるルールのうち、コンフィグ対比部102により共通ルールと比較するために選択したルール以外のルールで、まだ、ルール管理テーブル200に登録されていないルールについて、そのルールを個別ルールとしてルール管理テーブル200に登録する。
Specifically, the rule management control unit 103 determines the rules (common rules) extracted from the common configuration by the configuration comparison unit 102 when the configuration information reception unit 101 receives a configuration information setting request for a new end device. The management type of the rule management table 200 is changed from “common” to “individual”.
Further, the rule management control unit 103 is a rule other than the rule selected for comparison with the common rule by the configuration comparison unit 102 among the rules indicated in the configuration information to be newly set, and is still registered in the rule management table 200. For a rule that has not been made, the rule is registered in the rule management table 200 as an individual rule.

また、ルール管理制御部103は、コンフィグ情報受付部101が、既存End装置のコンフィグ情報の削除要求を受け付けた場合に、コンフィグ対比部102が、削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグに共通するルールとして抽出した個別ルールについて、ルール管理テーブル200の管理種別を「個別」から「共通」に変更する。
また、ルール管理制御部103は、削除対象のEnd装置の個別コンフィグにのみ記憶されていたルール(個別ルール)がある場合に、ルール管理テーブル200から当該ルールに関する情報を削除する。
In addition, when the configuration information receiving unit 101 receives a request for deleting configuration information of an existing end device, the rule management control unit 103 causes the configuration comparison unit 102 to execute all end devices other than the end device indicated in the deletion request. For the individual rule extracted as a rule common to the individual configurations, the management type of the rule management table 200 is changed from “individual” to “common”.
Further, when there is a rule (individual rule) stored only in the individual configuration of the end device to be deleted, the rule management control unit 103 deletes information on the rule from the rule management table 200.

コンフィグ更新部104は、共通コンフィグ蓄積部100および個別コンフィグ蓄積部150に記憶されるコンフィグ情報の設定、削除等を行う。   The configuration update unit 104 performs setting, deletion, and the like of configuration information stored in the common configuration storage unit 100 and the individual configuration storage unit 150.

具体的には、コンフィグ更新部104は、コンフィグ対比部102が、新規End装置のコンフィグ情報の設定要求を取得した場合に、共通コンフィグから抽出したルール(共通ルール)について、既存のEnd装置毎の個別コンフィグそれぞれに、当該抽出したルール(ルール管理制御部103において、共通ルールから個別ルールに変更したルール)を個別ルールとして設定する。そして、コンフィグ更新部104は、共通コンフィグから当該抽出したルールを削除する。さらに、コンフィグ更新部104は、新規設定対象のコンフィグ情報に示されるルールのうち、コンフィグ対比部102が共通ルールと一致すると判定したルール以外のルール(個別ルール)を、新規End装置の個別コンフィグとして設定する。   Specifically, when the configuration comparison unit 102 obtains a configuration information setting request for a new end device, the configuration update unit 104 sets a rule (common rule) extracted from the common configuration for each existing end device. For each individual config, the extracted rule (rule changed from the common rule to the individual rule in the rule management control unit 103) is set as an individual rule. Then, the configuration update unit 104 deletes the extracted rule from the common configuration. Further, the configuration update unit 104 sets a rule (individual rule) other than the rule determined by the configuration comparison unit 102 to match the common rule among the rules indicated in the configuration information to be newly set as the individual configuration of the new End device. Set.

また、コンフィグ更新部104は、コンフィグ対比部102が、既存End装置のコンフィグ情報の削除要求を取得した場合に抽出した、削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグに共通するルール(ルール管理制御部103において、個別ルールから共通ルールに変更したルール)を共通コンフィグに設定し、当該ルールを各End装置の個別コンフィグから削除する。そして、コンフィグ更新部104は、削除対象のEnd装置の個別コンフィグのコンフィグ情報を削除する。   In addition, the configuration update unit 104 is common to individual configurations of all the End devices other than the End device indicated in the deletion request, which is extracted when the configuration comparison unit 102 acquires the configuration information deletion request of the existing End device. A rule (rule changed from an individual rule to a common rule in the rule management control unit 103) is set in the common configuration, and the rule is deleted from the individual configuration of each End device. Then, the configuration update unit 104 deletes the configuration information of the individual configuration of the end device to be deleted.

コンフィグ情報提供部105は、オペレータ装置5等からコンフィグ情報の取得要求を受け付けた場合に、その取得要求に示されるEnd装置の個別コンフィグに記憶されたルール(個別ルール)を個別コンフィグ蓄積部150から抽出し、共通コンフィグに記憶されたルール(共通ルール)を共通コンフィグ蓄積部100から抽出する。そして、コンフィグ情報提供部105は、抽出した取得要求に示されるEnd装置の個別ルールと共通ルールとを、取得要求を送信してきたオペレータ装置5等に送信する。   When the configuration information providing unit 105 receives a configuration information acquisition request from the operator device 5 or the like, the configuration information providing unit 105 transmits the rules (individual rules) stored in the individual configuration of the end device indicated in the acquisition request from the individual configuration storage unit 150. The extracted rules (common rules) stored in the common configuration are extracted from the common configuration storage unit 100. Then, the configuration information providing unit 105 transmits the individual rules and common rules of the end device indicated in the extracted acquisition request to the operator device 5 that has transmitted the acquisition request.

入出力部(入力部)11は、他の装置との間で情報の送受信を行うための通信インタフェースと、キーボード等の入力装置や、モニタ等の出力装置との間で情報の送受信を行うための入出力インタフェースとから構成される。   The input / output unit (input unit) 11 transmits and receives information between a communication interface for transmitting and receiving information to and from other devices and an input device such as a keyboard and an output device such as a monitor. Input / output interface.

メモリ部12は、RAM(Random Access Memory)等の一次記憶装置からなり、制御部10によるデータ処理に必要な情報を一時的に記憶する。   The memory unit 12 includes a primary storage device such as a RAM (Random Access Memory), and temporarily stores information necessary for data processing by the control unit 10.

記憶部13は、ハードディスクやフラッシュメモリ等の記憶装置からなり、ルール管理テーブル200や、共通コンフィグ蓄積部100、個別コンフィグ蓄積部150等が格納される。なお、ルール管理テーブル200、共通コンフィグ蓄積部100および個別コンフィグ蓄積部150については、前記において説明したため、ここでの説明は省略する。   The storage unit 13 includes a storage device such as a hard disk or a flash memory, and stores a rule management table 200, a common configuration storage unit 100, an individual configuration storage unit 150, and the like. Since the rule management table 200, the common configuration storage unit 100, and the individual configuration storage unit 150 have been described above, description thereof will be omitted here.

なお、このコンフィグ情報蓄積装置1をプログラム実行処理により実現する場合、記憶部13には、コンフィグ情報蓄積装置1の制御部10の機能を実現するためのプログラムが格納される。そして、制御部10は、記憶部13に記憶されたプログラムを、不図示のCPU(Central Processing Unit)が、RAM等に展開し実行することで実現される。   When the configuration information storage device 1 is realized by a program execution process, the storage unit 13 stores a program for realizing the function of the control unit 10 of the configuration information storage device 1. And the control part 10 is implement | achieved when CPU (Central Processing Unit) not shown expand | deploys and memorize | stores the program memorize | stored in the memory | storage part 13 by RAM etc. FIG.

<処理の流れ>
次に、図2〜図5を参照して、本実施形態に係るコンフィグ情報蓄積装置1の処理の流れを説明する。
<Process flow>
Next, with reference to FIGS. 2 to 5, a processing flow of the configuration information storage device 1 according to the present embodiment will be described.

≪新規End装置のコンフィグ情報の設定要求を受け付けた場合の処理≫
図2は、本実施形態に係るコンフィグ情報蓄積装置1が行う、新規End装置のコンフィグ情報の設定要求を受け付けた場合の処理の流れを示すフローチャートである。
<Processing when a configuration information setting request for a new end device is received>
FIG. 2 is a flowchart showing the flow of processing performed when the configuration information storage device 1 according to the present embodiment receives a configuration information setting request for a new end device.

まず、コンフィグ情報蓄積装置1のコンフィグ情報受付部101(図1参照)は、入出力部11を介して、新規End装置のコンフィグ情報の設定要求を受け付ける(ステップS11)。この設定要求には、新規End装置との間で通信を実現するための各ルールがコンフィグ情報として付されている。そして、コンフィグ情報受付部101は、受け付けた新規End装置のコンフィグ情報の設定要求をコンフィグ対比部102に出力する。
なお、コンフィグ情報受付部101は、例えば、オペレータ装置5から通信回線を介して、入出力部11が受信した情報(設定要求)を受け付けてもよいし、コンフィグ情報蓄積装置1の入出力部11に接続される入力手段を介して、オペレータ等が直接入力した情報(設定要求)を受け付けるようにしてもよい。
First, the configuration information receiving unit 101 (see FIG. 1) of the configuration information storage device 1 receives a configuration information setting request for a new end device via the input / output unit 11 (step S11). In this setting request, each rule for realizing communication with the new End device is attached as configuration information. Then, the configuration information reception unit 101 outputs the received configuration information setting request for the new End device to the configuration comparison unit 102.
The configuration information receiving unit 101 may receive the information (setting request) received by the input / output unit 11 from the operator device 5 via a communication line, or the input / output unit 11 of the configuration information storage device 1. Information (setting request) directly input by an operator or the like may be received via an input means connected to the.

次に、コンフィグ対比部102(図1参照)は、新規End装置のコンフィグ情報の設定要求を、コンフィグ情報受付部101から取得すると、ルール管理テーブル200(図1)を参照し、新規設定要求のコンフィグ情報に示されるルールのうち、管理種別が「共通」であるルールを選択する(ステップS12)。   Next, when the configuration comparison unit 102 (see FIG. 1) obtains the configuration information setting request for the new End device from the configuration information receiving unit 101, the configuration comparison unit 102 (see FIG. 1) refers to the rule management table 200 (FIG. 1). Among the rules indicated in the configuration information, a rule whose management type is “common” is selected (step S12).

そして、コンフィグ対比部102は、その選択したルールと、共通コンフィグ蓄積部100に共通コンフィグとして記憶されているルール(共通ルール)とを比較し、一致するか否かを判定する(ステップS13)。   Then, the configuration comparison unit 102 compares the selected rule with a rule (common rule) stored as a common configuration in the common configuration storage unit 100, and determines whether or not they match (step S13).

そして、コンフィグ対比部102は、選択したルールと共通ルールとが一致しないと判定した場合に(ステップS13→No)、選択したルールとは異なるその共通ルールを共通コンフィグから抽出して、次のステップS14に進む。また、コンフィグ対比部102は、選択したルールと共通ルールとが一致すると判定した場合には(ステップS13→Yes)、ステップS19に進む。   When the configuration comparison unit 102 determines that the selected rule and the common rule do not match (step S13 → No), the configuration comparison unit 102 extracts the common rule different from the selected rule from the common configuration, and then performs the next step. Proceed to S14. If the configuration comparison unit 102 determines that the selected rule matches the common rule (step S13 → Yes), the configuration comparison unit 102 proceeds to step S19.

ステップS14において、ルール管理制御部103(図1参照)は、ステップS13→Noにおいて抽出した共通ルール(選択したルールと一致しない共通ルール)について、ルール管理テーブル200の管理種別を「共通」から「個別」に変更する。   In step S14, the rule management control unit 103 (see FIG. 1) changes the management type of the rule management table 200 from “common” to “common” extracted in step S13 → No (common rule that does not match the selected rule). Change to “Individual”.

また、ルール管理制御部103は、新規設定対象のコンフィグ情報に示されるルールのうち、コンフィグ対比部102が共通ルール比較するために選択したルール以外のルールで、まだ、ルール管理テーブル200に登録されていないルールがあれば、そのルールを個別ルールとしてルール管理テーブル200に登録する(ステップS15)。   Also, the rule management control unit 103 is a rule other than the rule selected by the configuration comparison unit 102 for comparing the common rules among the rules indicated in the configuration information to be newly set, and is still registered in the rule management table 200. If there is a rule that has not been registered, the rule is registered in the rule management table 200 as an individual rule (step S15).

次に、コンフィグ更新部104(図1参照)は、ステップS13→Noにおいて抽出した共通ルール(選択したルールと一致しない共通ルール)を、既存のEnd装置毎の個別コンフィグそれぞれに設定する(ステップS16)。また、コンフィグ更新部104は、当該抽出した共通ルールを、共通コンフィグ蓄積部100の共通コンフィグから削除する(ステップS17)。   Next, the configuration update unit 104 (see FIG. 1) sets the common rules extracted in step S13 → No (common rules that do not match the selected rule) to each individual configuration for each existing end device (step S16). ). In addition, the configuration update unit 104 deletes the extracted common rule from the common configuration in the common configuration storage unit 100 (step S17).

さらに、コンフィグ更新部104は、新規設定対象のコンフィグ情報に示されるルールのうち、コンフィグ対比部102が共通ルールと一致すると判定したルール以外のルールを、個別コンフィグ蓄積部150において、新規End装置の個別コンフィグとして設定し(ステップS18)、処理を終える。
なお、ステップS16,S17,S18については処理順を問わず、この3つのステップが実行されればよい。
Further, the configuration update unit 104 uses the individual configuration storage unit 150 to select a rule other than the rule determined by the configuration comparison unit 102 to match the common rule among the rules indicated in the configuration information to be newly set. The individual configuration is set (step S18), and the process ends.
In addition, about step S16, S17, S18, these three steps should just be performed regardless of a process order.

一方、ステップS13において、コンフィグ対比部102(図1参照)は、選択したルールと共通ルールとが一致すると判定した場合には(ステップS13→Yes)、ステップS19に進む。そして、ステップS19において、ルール管理制御部103(図1参照)は、新規設定対象のコンフィグ情報に示されるルールのうち、コンフィグ対比部102が共通ルールと比較するために選択したルール以外のルールで、まだ、ルール管理テーブル200に登録されていないルールがあれば、そのルールを個別ルールとしてルール管理テーブル200に登録する。   On the other hand, in step S13, when the configuration comparison unit 102 (see FIG. 1) determines that the selected rule matches the common rule (step S13 → Yes), the process proceeds to step S19. In step S19, the rule management control unit 103 (see FIG. 1) is a rule other than the rule selected by the configuration comparison unit 102 for comparison with the common rule among the rules indicated in the configuration information to be newly set. If there is a rule that is not yet registered in the rule management table 200, the rule is registered in the rule management table 200 as an individual rule.

そして、コンフィグ更新部104(図1参照)は、新規設定対象のコンフィグ情報に示されるルールのうち、コンフィグ対比部102が共通ルールと一致すると判定したルール以外のルールを、個別コンフィグ蓄積部150において、新規End装置の個別コンフィグとして設定し(ステップS20)、処理を終える。   Then, the configuration update unit 104 (see FIG. 1) causes the individual configuration storage unit 150 to select a rule other than the rule determined by the configuration comparison unit 102 to match the common rule among the rules indicated in the configuration information to be newly set. Then, the configuration is set as an individual configuration of the new End device (step S20), and the process ends.

(新規End装置のコンフィグ情報の設定要求を受け付けた場合の具体例)
次に、図3および図4を参照して、新規End装置のコンフィグ情報の設定要求を受け付けた場合の処理の具体例を説明する。
(Specific example when a configuration information setting request for a new end device is received)
Next, with reference to FIG. 3 and FIG. 4, a specific example of processing when a configuration information setting request for a new end device is received will be described.

図3は、新規End装置のコンフィグ情報の設定要求をコンフィグ情報蓄積装置1が受け付けた場合の第1例を説明するための図である。
ここでは、個別コンフィグ蓄積部150に、End装置(#A)用個別コンフィグ、End装置(#B)用個別コンフィグ、End装置(#C)用個別コンフィグ等が記憶されているものとする。そして、End装置(#A)用個別コンフィグには、「ルール1(1a)」、「ルール2(2a)」および「ルール3(3a)」がコンフィグ情報として記憶されている。End装置(#B)用個別コンフィグには、「ルール1(1b)」、「ルール2(2b)」および「ルール3(3c)」がコンフィグ情報として記憶されている。End装置(#C)用個別コンフィグには、「ルール1(1c)」、「ルール2(2c)」および「ルール3(3c)」がコンフィグ情報として記憶されている。
また、共通コンフィグ蓄積部100の共通コンフィグには、「ルール4(4a)」、「ルール5(5a)」および「ルール6(6a)」がコンフィグ情報として記憶されているものとする。
FIG. 3 is a diagram for explaining a first example when the configuration information storage device 1 accepts a configuration information setting request for a new end device.
Here, it is assumed that the individual configuration storage unit 150 stores an individual configuration for the End device (#A), an individual configuration for the End device (#B), an individual configuration for the End device (#C), and the like. In the individual configuration for the End device (#A), “rule 1 (1a)”, “rule 2 (2a)”, and “rule 3 (3a)” are stored as configuration information. In the individual configuration for the End device (#B), “rule 1 (1b)”, “rule 2 (2b)”, and “rule 3 (3c)” are stored as configuration information. In the individual configuration for the End device (#C), “rule 1 (1c)”, “rule 2 (2c)”, and “rule 3 (3c)” are stored as configuration information.
Also, it is assumed that “rule 4 (4a)”, “rule 5 (5a)”, and “rule 6 (6a)” are stored as configuration information in the common configuration of the common configuration storage unit 100.

ここで、ルールの具体例を挙げると、例えば、通信メッセージのヘッダ部分の「送信元情報」の項目の記述仕様において、End装置(#A)が属するキャリアの仕様では、送信元の識別情報の次に特定の情報(当該キャリアが独自に設定した情報)を記述するという仕様であり、これをEnd装置(#A)用の「ルール1(1a)」とする。これに対し、End装置(#B)が属するキャリアの仕様では、送信元の識別情報の次には何も記述しないという仕様であり、これをEnd装置(#B)用の「ルール1(1b)」とする。「ルール1(1a)」と「ルール1(1b)」とは、同じ通信メッセージのヘッダ部分の「送信元情報」の項目の記述のルールであるが、それぞれの記述仕様が異なるものとなる。   Here, as a specific example of the rule, for example, in the description specification of the item of “source information” in the header part of the communication message, the specification of the carrier to which the End device (#A) belongs, Next, it is a specification to describe specific information (information uniquely set by the carrier), and this is referred to as “Rule 1 (1a)” for the End device (#A). On the other hand, the specification of the carrier to which the End device (#B) belongs is a specification that nothing is described next to the identification information of the transmission source, and this is referred to as “Rule 1 (1b) for the End device (#B). ) ”. “Rule 1 (1a)” and “Rule 1 (1b)” are rules for describing the item of “source information” in the header portion of the same communication message, but their description specifications are different.

以上説明したようなルールがEnd装置毎の各個別コンフィグと共通コンフィグに記憶されている場合において、コンフィグ情報蓄積装置1が、図3(a)に示す、新規End装置(#Z)用のコンフィグ情報(「ルール1(1z)」「ルール2(2z)」「ルール3(3z)」「ルール4(4a)」「ルール5(5a)」)の設定要求を受け付けたとする。   When the rules as described above are stored in each individual configuration and common configuration for each end device, the configuration information storage device 1 uses the configuration for the new end device (#Z) shown in FIG. Assume that a setting request for information (“rule 1 (1z)”, “rule 2 (2z)”, “rule 3 (3z)”, “rule 4 (4a)”, “rule 5 (5a)”) is received.

この場合、コンフィグ情報蓄積装置1のコンフィグ対比部102(図1参照)は、その新規End装置(#Z)用のコンフィグ情報に示されるルールのうち、ルール管理テーブル200(図1参照)で管理種別が「共通」であるルール(「ルール4(4a)」「ルール5(5a)」)を選択する。そして、コンフィグ対比部102は、その選択したルール(「ルール4(4a)」「ルール5(5a)」)と、共通コンフィグとして記憶されている共通ルール(「ルール4(4a)」「ルール5(5a)」「ルール6(6a)」)とを比較し、一致しない共通ルールとして「ルール6(6a)」を抽出する。   In this case, the configuration comparison unit 102 (see FIG. 1) of the configuration information storage device 1 manages the rules shown in the configuration information for the new end device (#Z) using the rule management table 200 (see FIG. 1). A rule whose type is “common” (“rule 4 (4a)” “rule 5 (5a)”) is selected. The config contrast unit 102 then selects the selected rule (“Rule 4 (4a)” “Rule 5 (5a)”) and the common rule (“Rule 4 (4a)” “Rule 5” stored as the common configuration). (5a) "" Rule 6 (6a) ") and" Rule 6 (6a) "is extracted as a common rule that does not match.

次に、ルール管理制御部103(図1参照)は、ルール管理テーブル200(図1参照)において、一致しない共通ルールとして抽出された「ルール6(6a)」が属する「ルール6」の管理種別を「共通」から「個別」に変更する。   Next, the rule management control unit 103 (see FIG. 1), the management type of “rule 6” to which “rule 6 (6a)” extracted as a common rule that does not match in the rule management table 200 (see FIG. 1) belongs. Is changed from “common” to “individual”.

続いて、コンフィグ更新部104(図1参照)は、図3(b)に示すように、一致しない共通ルールとして抽出された「ルール6(6a)」を、各End装置の個別コンフィグそれぞれに設定し、共通コンフィグから「ルール6(6a)」を削除する。そして、コンフィグ更新部104は、新規End装置(#Z)用のコンフィグ情報に示されるルールのうち、コンフィグ対比部102が共通ルールと一致すると判定したルール以外のルール(「ルール1(1z)」「ルール2(2z)」「ルール3(3z)」)を、新規End装置(#Z)の個別コンフィグとして設定する。   Subsequently, as shown in FIG. 3B, the configuration update unit 104 (see FIG. 1) sets “rule 6 (6a)” extracted as a common rule that does not match to each individual configuration of each End device. Then, “Rule 6 (6a)” is deleted from the common configuration. Then, the configuration update unit 104 determines a rule (“rule 1 (1z)” other than the rule determined by the configuration comparison unit 102 to match the common rule among the rules indicated in the configuration information for the new end device (#Z). “Rule 2 (2z)” and “Rule 3 (3z)”) are set as individual configurations of the new End device (#Z).

図4は、新規End装置のコンフィグ情報の設定要求をコンフィグ情報蓄積装置1が受け付けた場合の第2例を説明するための図である。   FIG. 4 is a diagram for explaining a second example when the configuration information storage device 1 accepts a configuration information setting request for a new end device.

各End装置の個別コンフィグに記憶されたルール、および、共通コンフィグに記憶されたルールは、図3(a)と同様である。この場合において、図4(a)に示すように、コンフィグ情報蓄積装置1が、新規End装置(#X)用のコンフィグ情報(「ルール1(1x)」「ルール2(2x)」「ルール3(3x)」「ルール4(4a)」「ルール5(5a)」「ルール6(6x)」)の設定要求を受け付けたとする。   The rules stored in the individual configuration of each End device and the rules stored in the common configuration are the same as those in FIG. In this case, as shown in FIG. 4 (a), the configuration information storage device 1 is configured by the configuration information ("rule 1 (1x)", "rule 2 (2x)", "rule 3" for the new end device (#X). Assume that a setting request for (3x) ”,“ rule 4 (4a) ”,“ rule 5 (5a) ”, and“ rule 6 (6x) ”) is received.

この場合、コンフィグ情報蓄積装置1のコンフィグ対比部102(図1参照)は、その新規End装置(#Z)用のコンフィグ情報に示されるルールのうち、ルール管理テーブル200(図1参照)で管理種別が「共通」であるルール(「ルール4(4a)」「ルール5(5a)」「ルール6(6x)」))を選択する。そして、コンフィグ対比部102は、その選択したルール(「ルール4(4a)」「ルール5(5a)」「ルール6(6x)」)と、共通コンフィグとして記憶されている共通ルール(「ルール4(4a)」「ルール5(5a)」「ルール6(6a)」)とを比較し、一致しない共通ルールとして「ルール6(6a)」を抽出する。   In this case, the configuration comparison unit 102 (see FIG. 1) of the configuration information storage device 1 manages the rules shown in the configuration information for the new end device (#Z) using the rule management table 200 (see FIG. 1). A rule whose type is “common” (“rule 4 (4a)”, “rule 5 (5a)”, “rule 6 (6x)”)) is selected. The configuration contrast unit 102 then selects the selected rule (“Rule 4 (4a)”, “Rule 5 (5a)”, “Rule 6 (6x)”) and the common rule (“Rule 4”) stored as the common configuration. (4a) "Rule 5 (5a)" Rule 6 (6a) ") and" Rule 6 (6a) "is extracted as a common rule that does not match.

次に、ルール管理制御部103(図1参照)は、ルール管理テーブル200(図1参照)において、一致しない共通ルールとして抽出された「ルール6(6a)」が属する「ルール6」の管理種別を「共通」から「個別」に変更する。   Next, the rule management control unit 103 (see FIG. 1), the management type of “rule 6” to which “rule 6 (6a)” extracted as a common rule that does not match in the rule management table 200 (see FIG. 1) belongs. Is changed from “common” to “individual”.

続いて、コンフィグ更新部104は、図4(b)に示すように、一致しない共通ルールとして抽出された「ルール6(6a)」を、各End装置の個別コンフィグそれぞれに設定し、共通コンフィグから「ルール6(6a)」を削除する。そして、コンフィグ更新部104は、新規End装置(#X)用のコンフィグ情報に示されるルールのうち、コンフィグ対比部102が共通ルールと一致すると判定したルール以外のルール(「ルール1(1x)」「ルール2(2x)」「ルール3(3x)」「ルール6(6x)」)を、新規End装置(#X)の個別コンフィグとして設定する。   Subsequently, as illustrated in FIG. 4B, the configuration update unit 104 sets “rule 6 (6 a)” extracted as a common rule that does not match, to each individual configuration of each End device, and from the common configuration “Rule 6 (6a)” is deleted. The configuration update unit 104 then selects a rule (“rule 1 (1x)” other than the rule determined by the configuration comparison unit 102 to match the common rule among the rules indicated in the configuration information for the new end device (#X). “Rule 2 (2x)”, “Rule 3 (3x)” and “Rule 6 (6x)”) are set as individual configurations of the new End device (#X).

このように、本実施形態に係るコンフィグ情報蓄積装置1では、新規End装置のコンフィグ情報の設定要求を受け付けた場合に、それまで共通ルールとして設定していたルール(「ルール6(6a)」)を個別ルールに変更し、各End装置の個別コンフィグそれぞれに設定することができる。   As described above, in the configuration information storage device 1 according to the present embodiment, when a configuration information setting request for a new end device is received, a rule that has been set as a common rule until then (“rule 6 (6a)”). Can be changed to an individual rule and set for each individual configuration of each End device.

≪既存End装置のコンフィグ情報の削除要求を受け付けた場合の処理≫
次に、既存End装置のコンフィグ情報の削除要求を受け付けた場合の処理について説明する。
図5は、本実施形態に係るコンフィグ情報蓄積装置1が行う、既存End装置のコンフィグ情報の削除要求を受け付けた場合の処理の流れを示すフローチャートである。なお、ここでは、ある1つの既存End装置のコンフィグ情報に示されるルールすべての削除要求がなされたものとして説明する。
<Processing when a request for deleting configuration information of an existing end device is accepted>
Next, processing when a request for deleting configuration information of an existing End device is received will be described.
FIG. 5 is a flowchart showing a processing flow when the configuration information storage device 1 according to the present embodiment receives a configuration information deletion request of an existing End device. Here, a description will be given assuming that a deletion request for all the rules indicated in the configuration information of one existing End device has been made.

まず、コンフィグ情報蓄積装置1のコンフィグ情報受付部101(図1参照)は、入出力部11を介して、既存End装置のコンフィグ情報の削除要求を受け付ける(ステップS31)。そして、コンフィグ情報受付部101は、受け付けた既存End装置のコンフィグ情報の削除要求をコンフィグ対比部102に出力する。   First, the configuration information receiving unit 101 (see FIG. 1) of the configuration information storage device 1 receives a request for deleting configuration information of an existing end device via the input / output unit 11 (step S31). Then, the configuration information receiving unit 101 outputs the received request to delete the configuration information of the existing End device to the configuration comparing unit 102.

次に、コンフィグ対比部102(図1参照)は、記憶部13内のルール管理テーブル200を参照し、削除要求のコンフィグ情報に示されるルールのうち、管理種別が「個別」であるルールを選択する(ステップS32)。   Next, the configuration comparison unit 102 (see FIG. 1) refers to the rule management table 200 in the storage unit 13 and selects a rule whose management type is “individual” from among the rules indicated in the configuration information of the deletion request. (Step S32).

続いて、コンフィグ対比部102は、個別コンフィグ蓄積部150において、その選択したルールを削除要求に示される既存End装置の個別コンフィグから仮に削除した場合に、その削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグにおいて共通するルール(個別ルール)があるか否かを判定する(ステップS33)。
そして、コンフィグ対比部102は、削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグにおいて共通するルール(個別ルール)があると判定した場合には(ステップS33→Yes)、その共通するルール(個別ルール)を抽出して、次のステップS34に進む。また、コンフィグ対比部102は、当該すべてのEnd装置の個別コンフィグにおいて共通するルール(個別ルール)がないと判定した場合には(ステップS33→No)、ステップS39に進む。
Subsequently, in the individual configuration storage unit 150, when the individual configuration storage unit 150 temporarily deletes the selected rule from the individual configuration of the existing end device indicated in the deletion request, all the components other than the end device indicated in the deletion request It is determined whether there is a common rule (individual rule) in the individual configurations of the end devices (step S33).
If the configuration comparison unit 102 determines that there is a common rule (individual rule) in the individual configurations of all the End devices other than the End device indicated in the deletion request (step S33 → Yes), the common configuration unit 102 A rule (individual rule) is extracted, and the process proceeds to the next step S34. If the configuration comparison unit 102 determines that there is no common rule (individual rule) in the individual configurations of all the End devices (step S33 → No), the configuration comparison unit 102 proceeds to step S39.

ステップS34において、ルール管理制御部103(図1参照)は、ステップS33→Yesにおいて抽出した個別ルール(当該すべてのEnd装置の個別コンフィグにおいて共通するルール)について、ルール管理テーブル200の管理種別を「個別」から「共通」に変更する。   In step S34, the rule management control unit 103 (see FIG. 1) sets the management type of the rule management table 200 to “individual rules extracted in step S33 → Yes” (rules common to the individual configurations of all the end devices). Change from “Individual” to “Common”.

また、ルール管理制御部103は、削除対象のEnd装置のコンフィグ情報に示されるルールのうち、当該削除対象のEnd装置の個別コンフィグにのみ記憶され、他のEnd装置の個別コンフィグのいずれにも記憶されていないルール(個別ルール)がある場合に、ルール管理テーブル200から当該ルール(個別ルール)に関する情報を削除する(ステップS35)。   Further, the rule management control unit 103 is stored only in the individual configuration of the end device to be deleted, among the rules indicated in the configuration information of the end device to be deleted, and stored in any of the individual configurations of the other end devices. When there is a rule (individual rule) that has not been performed, information on the rule (individual rule) is deleted from the rule management table 200 (step S35).

次に、コンフィグ更新部104(図1参照)は、ステップS33→Yesにおいて抽出した個別ルール(当該すべてのEnd装置の個別コンフィグにおいて共通するルール)を、共通コンフィグ蓄積部100の共通コンフィグに設定する(ステップS36)。また、コンフィグ更新部104は、当該抽出した個別ルールを、各End装置の個別コンフィグそれぞれから削除する(ステップS37)。   Next, the configuration update unit 104 (see FIG. 1) sets the individual rules extracted in step S33 → Yes (rules common to the individual configurations of all the end devices) as the common configuration of the common configuration storage unit 100. (Step S36). In addition, the configuration update unit 104 deletes the extracted individual rule from each individual configuration of each End device (step S37).

さらに、コンフィグ更新部104は、個別コンフィグ蓄積部150において、削除対象のEnd装置のコンフィグ情報に示される個別コンフィグのルールを削除し(ステップS38)、処理を終える。
なお、ステップS36,S37,S38については処理順を問わず、この3つのステップが実行されればよい。
Further, the configuration update unit 104 deletes the rule for the individual configuration indicated in the configuration information of the end device to be deleted in the individual configuration storage unit 150 (step S38), and ends the process.
In addition, about these steps S36, S37, and S38, these three steps should just be performed irrespective of a process order.

一方、ステップS33において、コンフィグ対比部102(図1参照)は、削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグにおいて共通するルール(個別ルール)がないと判定した場合には(ステップS33→No)、ステップS39に進む。そして、ステップS39において、ルール管理制御部103(図1参照)は、削除対象のEnd装置のコンフィグ情報に示されるルールのうち、当該削除対象のEnd装置の個別コンフィグにのみ記憶され、他のEnd装置の個別コンフィグのいずれにも記憶されていないルール(個別ルール)がある場合に、ルール管理テーブル200から当該ルール(個別ルール)に関する情報を削除する。   On the other hand, when the configuration comparison unit 102 (see FIG. 1) determines in step S33 that there is no rule (individual rule) common to the individual configurations of all the End devices other than the End device indicated in the deletion request ( Step S33 → No), the process proceeds to Step S39. In step S39, the rule management control unit 103 (see FIG. 1) stores only in the individual configuration of the end device to be deleted among the rules indicated in the configuration information of the end device to be deleted, and the other end. When there is a rule (individual rule) that is not stored in any of the individual configurations of the device, information regarding the rule (individual rule) is deleted from the rule management table 200.

そして、コンフィグ更新部104(図1参照)は、個別コンフィグ蓄積部150において、削除対象のEnd装置のコンフィグ情報に示される個別コンフィグのルールを削除し(ステップS40)、処理を終える。   Then, the configuration update unit 104 (see FIG. 1) deletes the individual configuration rule indicated in the configuration information of the end device to be deleted in the individual configuration storage unit 150 (step S40), and ends the process.

(既存End装置のコンフィグ情報の削除要求を受け付けた場合の具体例)
既存End装置のコンフィグ情報の削除要求を受け付けた場合の具体例を、前記した図3を参照して説明する。ここでは、図3(b)に示す状態から、End装置(#Z)のコンフィグ情報の削除要求をコンフィグ情報蓄積装置1が受け付けたものとする。
(Specific example when a request to delete configuration information of an existing End device is accepted)
A specific example when a request for deleting configuration information of an existing end device is received will be described with reference to FIG. Here, it is assumed that the configuration information storage device 1 has received a configuration information deletion request for the End device (#Z) from the state shown in FIG.

図3(b)に示す状態から、End装置(#Z)のコンフィグ情報の削除要求をコンフィグ情報蓄積装置1が受け付けると、コンフィグ対比部102(図1参照)は、記憶部13内のルール管理テーブル200を参照し、削除要求のコンフィグ情報に示されるルールのうち、管理種別が「個別」であるルール(「ルール1(1z)」「ルール2(2z)」「ルール3(3z)」)を選択する。そして、コンフィグ対比部102は、削除要求に示されるEnd装置(#Z)以外のすべてのEnd装置の個別コンフィグにおいて共通する個別ルールとして、「ルール6(6a)」を抽出する。   When the configuration information storage device 1 accepts a configuration information deletion request for the End device (#Z) from the state shown in FIG. 3B, the configuration comparison unit 102 (see FIG. 1) manages the rules in the storage unit 13. Of the rules indicated in the configuration information of the deletion request with reference to the table 200, the rules whose management type is “individual” (“rule 1 (1z)” “rule 2 (2z)” “rule 3 (3z)”) Select. Then, the configuration comparison unit 102 extracts “rule 6 (6a)” as an individual rule common to individual configurations of all the End devices other than the End device (#Z) indicated in the deletion request.

次に、ルール管理制御部103(図1参照)は、ルール管理テーブル200(図1参照)において、共通する個別ルールとして抽出した「ルール6(6a)」が属する「ルール6」の管理種別を「個別」から「共通」に変更する。   Next, the rule management control unit 103 (see FIG. 1) sets the management type of “rule 6” to which “rule 6 (6a)” extracted as a common individual rule in the rule management table 200 (see FIG. 1) belongs. Change from "Individual" to "Common".

続いて、コンフィグ更新部104(図1参照)は、共通する個別ルールとして抽出した「ルール6(6a)」を、共通コンフィグに設定し、各End装置の個別コンフィグそれぞれから「ルール6(6a)」を削除する。また、コンフィグ更新部104は、削除対象のEnd装置(#Z)のコンフィグ情報に示される個別コンフィグのルール(「ルール1(1z)」「ルール2(2z)」「ルール3(3z)」)を削除する。   Subsequently, the configuration update unit 104 (see FIG. 1) sets “rule 6 (6a)” extracted as a common individual rule in the common configuration, and “rule 6 (6a)” from each individual configuration of each End device. "Is deleted. In addition, the configuration update unit 104 has rules for individual configurations (“rule 1 (1z)”, “rule 2 (2z)”, “rule 3 (3z)”) indicated in the configuration information of the end device (#Z) to be deleted. Is deleted.

このように、本実施形態に係るコンフィグ情報蓄積装置1では、既存End装置のコンフィグ情報の削除要求を受け付けた場合に、それまで個別ルールとして設定していたルール(「ルール6(6a)」)を共通ルールに変更し、共通コンフィグに設定することができる。   As described above, in the configuration information storage device 1 according to the present embodiment, when a request to delete configuration information of an existing End device is received, the rule that has been set as an individual rule until then (“Rule 6 (6a)”) Can be changed to a common rule and set to a common configuration.

≪既存End装置のコンフィグ情報の変更要求を受け付けた場合の処理≫
本実施形態において、コンフィグ情報蓄積装置1が、既存End装置のコンフィグ情報の変更要求(既存のコンフィグ情報に示されるルールについての、一部のルールの変更、新規ルールの追加、一部のルールの削除等)を受け付けた場合の処理について説明する。
<Processing when a request for changing configuration information of an existing End device is accepted>
In the present embodiment, the configuration information storage device 1 receives a configuration information change request for an existing End device (change of some rules, addition of new rules, addition of some rules for rules indicated in existing configuration information). Processing when a deletion or the like is accepted will be described.

コンフィグ情報蓄積装置1が既存End装置のコンフィグ情報の変更要求(既存のコンフィグ情報に示されるルールについての、一部のルールの変更、新規ルールの追加)を受け付けた場合に、まず、コンフィグ対比部102が、当該コンフィグ情報に示される既存End装置の個別コンフィグとして記憶されたルールを個別コンフィグ蓄積部150から抽出し、共通コンフィグとして記憶されたルールを共通コンフィグ蓄積部100から抽出する。そして、コンフィグ対比部102が、既存End装置の現時点でのコンフィグ情報に示されるルールを生成する。次に、コンフィグ対比部102は、変更要求のコンフィグ情報に示されるルールと、生成した現時点でのコンフィグ情報とを比較し、変更要求で示されるコンフィグ情報のルールを変更(一部のルールの変更、新規ルールの追加)して、変更後に設定されるべきコンフィグ情報(変更対象のEnd装置のコンフィグ情報として設定されるべきルールのすべてを含む情報)を生成する。なお、コンフィグ対比部102は、変更後に設定されるべきコンフィグ情報をオペレータ装置5等から受け付けた場合は、その情報をそのまま利用してもよい。その後、コンフィグ情報蓄積装置1は、図2に示した、新規End装置のコンフィグ情報の設定要求を受け付けた場合の処理と同様の処理を行うことにより、既存End装置のコンフィグ情報の変更(一部のルールの変更、新規ルールの追加)をすることができる。   When the configuration information storage device 1 receives a request to change configuration information of an existing End device (change of some rules or addition of new rules for the rules indicated in the existing configuration information), first, the configuration comparison unit 102 extracts a rule stored as an individual configuration of the existing End device indicated by the configuration information from the individual configuration storage unit 150, and extracts a rule stored as a common configuration from the common configuration storage unit 100. Then, the configuration comparison unit 102 generates a rule indicated in the current configuration information of the existing End device. Next, the configuration comparison unit 102 compares the rule indicated in the configuration information of the change request with the generated current configuration information, and changes the rule of the configuration information indicated in the change request (change of some rules). , A new rule is added) to generate configuration information to be set after the change (information including all the rules to be set as the configuration information of the end device to be changed). When the configuration comparison unit 102 receives configuration information to be set after the change from the operator device 5 or the like, the configuration comparison unit 102 may use the information as it is. Thereafter, the configuration information storage device 1 changes the configuration information of the existing end device (partly) by performing processing similar to the processing when the configuration information setting request for the new end device is received as shown in FIG. Change the rules and add new rules).

また、コンフィグ情報蓄積装置1が既存End装置のコンフィグ情報の変更要求(既存のコンフィグ情報に示されるルールについての一部のルールの削除)を受け付けた場合の処理について説明する。この場合、コンフィグ情報蓄積装置1は、図5に示した、ステップS33において、コンフィグ対比部102が「削除要求に示されるEnd装置以外のすべてのEnd装置の個別コンフィグにおいて共通するルール(個別ルール)があるか否かを判定する」のではなく、「削除要求に示されるEnd装置を含むすべてのEnd装置の個別コンフィグにおいて共通するルール(個別ルール)があるか否かを判定する」ようにする。そして、コンフィグ対比部102が、その共通するルール(個別ルール)を抽出する。それ以降は、図5に示す処理と同様の処理を行うことにより、既存End装置のコンフィグ情報の変更(一部のルールの削除)をすることができる。   In addition, a process when the configuration information storage device 1 receives a request for changing configuration information of an existing End device (deletion of a part of the rules indicated in the existing configuration information) will be described. In this case, in step S33 shown in FIG. 5, the configuration information storage apparatus 1 causes the configuration comparison unit 102 to “a rule (individual rule) common to individual configurations of all End devices other than the End device indicated in the deletion request”. Instead of “determining whether or not there is a rule”, “determining whether or not there is a common rule (individual rule) in the individual configuration of all the End devices including the End device indicated in the deletion request”. . Then, the configuration comparison unit 102 extracts the common rule (individual rule). Thereafter, the configuration information of the existing end device can be changed (deletion of some rules) by performing the same processing as the processing shown in FIG.

以上説明したように、本実施形態に係るコンフィグ情報蓄積装置1およびコンフィグ情報蓄積方法によれば、新規End装置のコンフィグ情報の設定や、既存End装置のコンフィグ情報の削除等に伴い、共通コンフィグに記憶するルールと、各End装置の個別コンフィグに記憶するルールとを動的に変更することができる。よって、各End装置のコンフィグ情報を効率的に蓄積することが可能となる。   As described above, according to the configuration information storage device 1 and the configuration information storage method according to the present embodiment, the configuration information is changed to the common configuration as the configuration information of the new end device is set or the configuration information of the existing end device is deleted. The rule to be stored and the rule to be stored in the individual configuration of each End device can be dynamically changed. Therefore, it is possible to efficiently accumulate the configuration information of each End device.

なお、本実施形態においては、各End装置の個別コンフィグのすべてにおいて共通するルールを共通コンフィグに設定するものとした。つまり、例えば、ある1つのEnd装置の個別コンフィグには記憶されていないルールであるものの、他のすべてのEnd装置の個別コンフィグに記憶されているようなルールが存在する場合であっても、共通コンフィグには設定されないものとした。
このような実施形態以外の実施形態として、コンフィグ情報蓄積装置1は、すべてのEnd装置の個別コンフィグのうちの、所定数や所定の割合を超えるEnd装置の個別コンフィグにおいて共通するルールが存在する場合には、その共通するルールを、1つのグループとみなし、共通コンフィグに記憶するようにしてもよい。
In the present embodiment, a rule common to all individual configurations of each End device is set in the common configuration. In other words, for example, even if there is a rule that is not stored in the individual configuration of one end device, but there is a rule that is stored in the individual configuration of all other end devices, It was not set in the config.
As an embodiment other than such an embodiment, the configuration information storage apparatus 1 has a common rule among individual configurations of an End device that exceeds a predetermined number or a predetermined ratio among individual configurations of all End devices. The common rule may be regarded as one group and stored in a common configuration.

1 コンフィグ情報蓄積装置
10 制御部
11 入出力部(入力部)
12 メモリ部
13 記憶部
100 共通コンフィグ蓄積部
101 コンフィグ情報受付部
102 コンフィグ対比部
103 ルール管理制御部
104 コンフィグ更新部
105 コンフィグ情報提供部
150 個別コンフィグ蓄積部
200 ルール管理テーブル(ルール管理情報)
DESCRIPTION OF SYMBOLS 1 Configuration information storage device 10 Control part 11 Input / output part (input part)
DESCRIPTION OF SYMBOLS 12 Memory part 13 Storage part 100 Common configuration storage part 101 Configuration information reception part 102 Configuration comparison part 103 Rule management control part 104 Configuration update part 105 Configuration information provision part 150 Individual configuration storage part 200 Rule management table (rule management information)

Claims (4)

各End装置との間の通信を接続するためのルールを含むコンフィグ情報を記憶するコンフィグ情報蓄積装置であって、
(1)各End装置に共通するルールである共通ルールを記憶する共通コンフィグ蓄積部、(2)各End装置に個別なルールである個別ルールをEnd装置毎に記憶する個別コンフィグ蓄積部、および、(3)前記ルールが前記共通ルールとして前記共通コンフィグ蓄積部に記憶されているルールであること示す種別である共通、前記ルールが前記個別ルールとして前記個別コンフィグ蓄積部に記憶されているルールであることを示す種別である個別、のいずれかの種別が前記ルール毎に対応付けられて格納されるルール管理情報、を記憶する記憶部と、
前記End装置の前記コンフィグ情報の設定要求を受け付けるコンフィグ情報受付部と、
前記ルール管理情報を参照し、前記受け付けた設定要求のコンフィグ情報に示されるルールのうち前記種別が共通であるルールを選択し、当該選択したルールと前記共通コンフィグ蓄積部に記憶されている共通ルールとが一致するか否かを判定し、当該判定が一致しない場合に、一致しない前記共通コンフィグ蓄積部に記憶されている共通ルールを抽出するコンフィグ対比部と、
前記抽出した共通ルールの前記ルール管理情報における種別を共通から個別に変更するルール管理制御部と、
前記抽出した共通ルールを前記個別コンフィグ蓄積部の前記End装置毎の個別ルールそれぞれに記憶し、前記抽出した共通ルールを前記共通コンフィグ蓄積部から削除し、前記設定要求のコンフィグ情報に示されるルールのうち前記コンフィグ対比部が前記共通コンフィグ蓄積部に記憶されている共通ルールに一致すると判定したルール以外のルールを、前記設定要求に示されるEnd装置の個別ルールとして前記個別コンフィグ蓄積部に記憶するコンフィグ更新部と、
を備えることを特徴とするコンフィグ情報蓄積装置。
A configuration information storage device that stores configuration information including rules for connecting communication with each End device,
(1) a common configuration storage unit that stores common rules that are rules common to each End device, (2) an individual configuration storage unit that stores individual rules that are individual rules for each End device, and (3) The type is a rule indicating that the rule is a rule stored in the common configuration storage unit as the common rule, and the rule is a rule stored in the individual configuration storage unit as the individual rule A storage unit that stores rule management information in which any of the individual types indicating that is stored in association with each rule;
A configuration information receiving unit that receives a setting request for the configuration information of the end device;
Refers to the rule management information, selects a rule having the same type among the rules indicated in the configuration information of the accepted setting request, and stores the selected rule and the common rule stored in the common configuration storage unit A configuration comparison unit that extracts a common rule stored in the common configuration storage unit that does not match when the determination does not match, and
A rule management control unit that individually changes the type of the extracted common rule in the rule management information from common,
The extracted common rule is stored in each individual rule for each End device of the individual configuration storage unit, the extracted common rule is deleted from the common configuration storage unit, and the rule indicated in the configuration information of the setting request is stored. Of these, a configuration other than the rule determined by the configuration comparison unit to match the common rule stored in the common configuration storage unit is stored in the individual configuration storage unit as an individual rule of the End device indicated in the setting request. Update section,
A configuration information storage device comprising:
前記コンフィグ情報受付部が、前記End装置の前記コンフィグ情報の削除要求を受け付けた場合に、
前記コンフィグ対比部は、前記ルール管理情報を参照し、前記受け付けた削除要求のコンフィグ情報に示されるルールのうち前記種別が個別であるルールを選択し、当該選択したルールを前記削除要求に示されるEnd装置の個別ルールから仮に削除した場合に、前記削除要求に示されるEnd装置以外のすべてのEnd装置毎の個別ルールにおいて共通するルールがあるか否かを判定し、当該共通するルールがある場合にその個別ルールを抽出し、
前記ルール管理制御部は、前記抽出した個別ルールの前記ルール管理情報における種別を個別から共通に変更し、
前記コンフィグ更新部は、前記抽出した個別ルールを前記共通ルールとして前記共通コンフィグ蓄積部に記憶し、前記個別コンフィグ蓄積部において、前記抽出した個別ルールを前記End装置毎の個別ルールそれぞれから削除すると共に、前記削除要求のコンフィグ情報に示されるルールから選択した前記種別が個別であるルールを、前記削除要求に示されるEnd装置の個別ルールから削除すること
を特徴とする請求項1に記載のコンフィグ情報蓄積装置。
When the configuration information receiving unit receives a request to delete the configuration information of the End device,
The configuration comparison unit refers to the rule management information, selects a rule having the individual type among the rules indicated in the configuration information of the accepted deletion request, and indicates the selected rule in the deletion request. If it is temporarily deleted from the individual rules of the end device, it is determined whether there is a common rule among the individual rules for all the end devices other than the end device indicated in the deletion request, and there is the common rule To extract that individual rule,
The rule management control unit changes the type in the rule management information of the extracted individual rule from individual to common,
The configuration update unit stores the extracted individual rule as the common rule in the common configuration storage unit, and the individual configuration storage unit deletes the extracted individual rule from each individual rule for each End device. 2. The configuration information according to claim 1, wherein the rule selected from the rules indicated in the configuration information of the deletion request is deleted from the individual rules of the End device indicated in the deletion request. Storage device.
各End装置との間の通信を接続するためのルールを含むコンフィグ情報を記憶する記憶部と、制御部と、入力部とを備えるコンフィグ情報蓄積装置のコンフィグ情報蓄積方法であって、
前記コンフィグ情報蓄積装置は、
前記記憶部に、(1)各End装置に共通するルールである共通ルールを記憶する共通コンフィグ蓄積部、(2)各End装置に個別なルールである個別ルールをEnd装置毎に記憶する個別コンフィグ蓄積部、および、(3)前記ルールが前記共通ルールとして前記共通コンフィグ蓄積部に記憶されているルールであること示す種別である共通、前記ルールが前記個別ルールとして前記個別コンフィグ蓄積部に記憶されているルールであることを示す種別である個別、のいずれかの種別が前記ルール毎に対応付けられて格納されるルール管理情報、を記憶しており、
前記制御部は、
前記入力部から前記End装置の前記コンフィグ情報の設定要求を受け付けるステップと、
前記ルール管理情報を参照し、前記受け付けた設定要求のコンフィグ情報に示されるルールのうち前記種別が共通であるルールを選択し、当該選択したルールと前記共通コンフィグ蓄積部に記憶されている共通ルールとが一致するか否かを判定し、当該判定が一致しない場合に、一致しない前記共通コンフィグ蓄積部に記憶されている共通ルールを抽出するステップと、
前記抽出した共通ルールの前記ルール管理情報における種別を共通から個別に変更するステップと、
前記抽出した共通ルールを前記個別コンフィグ蓄積部の前記End装置毎の個別ルールそれぞれに記憶し、前記抽出した共通ルールを前記共通コンフィグ蓄積部から削除し、前記設定要求のコンフィグ情報に示されるルールのうち前記共通コンフィグ蓄積部に記憶されている共通ルールに一致すると判定したルール以外のルールを、前記設定要求に示されるEnd装置の個別ルールとして前記個別コンフィグ蓄積部に記憶するステップと、
を実行することを特徴とするコンフィグ情報蓄積方法。
A configuration information storage method for a configuration information storage device comprising a storage unit for storing configuration information including rules for connecting communication with each end device, a control unit, and an input unit,
The configuration information storage device
In the storage unit, (1) a common configuration storage unit that stores a common rule that is a rule common to each End device, and (2) an individual configuration that stores an individual rule that is an individual rule for each End device for each End device. And (3) a common type that indicates that the rule is a rule stored in the common configuration storage unit as the common rule, and the rule is stored in the individual configuration storage unit as the individual rule. Each of which is a type indicating that the rule is a rule, and rule management information stored in association with each rule.
The controller is
Receiving a setting request for the configuration information of the end device from the input unit;
Refers to the rule management information, selects a rule having the same type among the rules indicated in the configuration information of the accepted setting request, and stores the selected rule and the common rule stored in the common configuration storage unit Extracting the common rule stored in the common configuration storage unit that does not match if the determination does not match, and
Changing the type in the rule management information of the extracted common rule individually from common,
The extracted common rule is stored in each individual rule for each End device of the individual configuration storage unit, the extracted common rule is deleted from the common configuration storage unit, and the rule indicated in the configuration information of the setting request is stored. Storing a rule other than the rule determined to match the common rule stored in the common configuration storage unit in the individual configuration storage unit as an individual rule of the End device indicated in the setting request;
Configuration information storage method characterized by executing
前記コンフィグ情報蓄積装置の前記制御部は、さらに、
前記入力部から前記End装置の前記コンフィグ情報の削除要求を受け付けるステップと、
前記ルール管理情報を参照し、前記受け付けた削除要求のコンフィグ情報に示されるルールのうち前記種別が個別であるルールを選択し、当該選択したルールを前記削除要求に示されるEnd装置の個別ルールから仮に削除した場合に、前記削除要求に示されるEnd装置以外のすべてのEnd装置毎の個別ルールにおいて共通するルールがあるか否かを判定し、当該共通するルールがある場合にその個別ルールを抽出するステップと、
前記抽出した個別ルールの前記ルール管理情報における種別を個別から共通に変更するステップと、
前記抽出した個別ルールを前記共通ルールとして前記共通コンフィグ蓄積部に記憶し、前記個別コンフィグ蓄積部において、前記抽出した個別ルールを前記End装置毎の個別ルールそれぞれから削除すると共に、前記削除要求のコンフィグ情報に示されるルールから選択した前記種別が個別であるルールを、前記削除要求に示されるEnd装置の個別ルールから削除するステップと、
を実行することを特徴とする請求項3に記載のコンフィグ情報蓄積方法。
The control unit of the configuration information storage device further includes:
Receiving a request to delete the configuration information of the end device from the input unit;
Refer to the rule management information, select a rule whose type is individual from the rules indicated in the configuration information of the accepted deletion request, and select the selected rule from the individual rules of the End device indicated in the deletion request If it is deleted, it is determined whether or not there is a common rule among the individual rules for all the End devices other than the End device indicated in the deletion request, and if there is the common rule, the individual rule is extracted. And steps to
Changing the type in the rule management information of the extracted individual rule from individual to common,
The extracted individual rule is stored as the common rule in the common configuration storage unit, and the individual configuration storage unit deletes the extracted individual rule from each individual rule for each End device, and also configures the configuration of the deletion request. Deleting a rule of which the type selected from the rule indicated in the information is individual from the individual rule of the End device indicated in the deletion request;
The configuration information storage method according to claim 3, wherein:
JP2012141734A 2012-06-25 2012-06-25 Configuration information storage device and configuration information storage method Pending JP2014007552A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012141734A JP2014007552A (en) 2012-06-25 2012-06-25 Configuration information storage device and configuration information storage method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012141734A JP2014007552A (en) 2012-06-25 2012-06-25 Configuration information storage device and configuration information storage method

Publications (1)

Publication Number Publication Date
JP2014007552A true JP2014007552A (en) 2014-01-16

Family

ID=50104928

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012141734A Pending JP2014007552A (en) 2012-06-25 2012-06-25 Configuration information storage device and configuration information storage method

Country Status (1)

Country Link
JP (1) JP2014007552A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020049641A1 (en) * 2018-09-05 2020-03-12 株式会社Fuji Communication device, and method for structuring logic circuit

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020049641A1 (en) * 2018-09-05 2020-03-12 株式会社Fuji Communication device, and method for structuring logic circuit
JPWO2020049641A1 (en) * 2018-09-05 2021-02-15 株式会社Fuji How to build communication devices and logic circuits
JP7054416B2 (en) 2018-09-05 2022-04-13 株式会社Fuji How to build communication equipment and logic circuits

Similar Documents

Publication Publication Date Title
US8942626B2 (en) Electronic device and method for operating an electronic device
US8655985B2 (en) Content delivery using multiple sources over heterogeneous interfaces
KR20120127050A (en) A Method and Apparatus of selecting network connection in M2M communication
KR20170105582A (en) Systems and methods for SDT for interworking with NFV and SDN
US10142915B2 (en) Method and system for providing multiple service discovery in a wireless environment
CN102780779A (en) Gateway equipment and method and device for optimization of campus network export P2P (peer-to-peer) traffic
CN109219155A (en) Connection status optimization in mobile environment equipment
JP4815547B2 (en) Data synchronization system, data synchronization method, and synchronization management server
JP5853819B2 (en) Control program, control method, storage control device, and information processing system
CN108989267A (en) Gray scale dissemination method, system, equipment and storage medium based on SIP
JP2014007552A (en) Configuration information storage device and configuration information storage method
US10250477B2 (en) Method and controller for announcing bandwidth of cluster system
CN104023045B (en) Data back up method and device
CN105281944B (en) Method for setting network protocol address and service management system
CN103929491B (en) Method of data synchronization and system and mobile terminal
KR20150113375A (en) Computing apparatus for data distribution service and method for operating thereof
JP6471977B2 (en) Service function control system, service function control method, service control node, and program
CN103368862B (en) Load balance dispatching method and load balance dispatching device
JP5905629B1 (en) Data processing apparatus and program
JP6444281B2 (en) Pass reservation support apparatus, pass reservation support program, and pass reservation support method
JP6101197B2 (en) Network connection management system and method, and wireless terminal device
JP5159300B2 (en) Simulation device
EP3169025A1 (en) Control node, node creation system and node creation method
CN111491267A (en) Gateway and data transmission method
JP5206375B2 (en) Data linking program, information processing apparatus, and data linking method

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20140502

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20140528