JP2014187581A - Setting value extraction device, setting value extraction method and setting value extraction program - Google Patents

Setting value extraction device, setting value extraction method and setting value extraction program Download PDF

Info

Publication number
JP2014187581A
JP2014187581A JP2013061630A JP2013061630A JP2014187581A JP 2014187581 A JP2014187581 A JP 2014187581A JP 2013061630 A JP2013061630 A JP 2013061630A JP 2013061630 A JP2013061630 A JP 2013061630A JP 2014187581 A JP2014187581 A JP 2014187581A
Authority
JP
Japan
Prior art keywords
extraction
program
file
setting
unit
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
JP2013061630A
Other languages
Japanese (ja)
Inventor
Shuzo Takemoto
修三 竹元
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.)
Mitsubishi Electric Information Technology Corp
Original Assignee
Mitsubishi Electric Information Technology 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 Mitsubishi Electric Information Technology Corp filed Critical Mitsubishi Electric Information Technology Corp
Priority to JP2013061630A priority Critical patent/JP2014187581A/en
Publication of JP2014187581A publication Critical patent/JP2014187581A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Telephone Function (AREA)
  • Telephonic Communication Services (AREA)

Abstract

PROBLEM TO BE SOLVED: To extract a setting value required for operation management of a network from an apparatus setting file of a communication apparatus even without knowledge associated with the communication apparatus.SOLUTION: An apparatus setting file selection unit 110 selects an apparatus setting file 191 from an input folder 101. A model identifier extraction unit 120 extracts a model identifier of a communication apparatus from the apparatus setting file 191. A filter name selection unit 130 selects a filter name of an extraction filter 193 corresponding to the model identifier from an apparatus management table 192. An extraction filter execution unit 140 executes the extraction filter 193 identified by the selected filter name so as to extract a required setting value from the apparatus setting file 191. An operation management sheet generation unit 150 generates an operation management sheet 194 showing the setting value extracted from the apparatus setting file 191.

Description

本発明は、例えば、通信機器の機器設定ファイルから通信機器に設定されている設定値を抽出する設定値抽出装置、設定値抽出方法および設定値抽出プログラムに関するものである。   The present invention relates to, for example, a setting value extraction apparatus, a setting value extraction method, and a setting value extraction program for extracting a setting value set in a communication device from a device setting file of the communication device.

従来、ネットワークを管理者は、ネットワークで使用されている通信機器(スイッチ、ルータなど)から出力される機器設定ファイルを参照し、機器設定ファイルから通信機器の設定値を抽出している。
そして、ネットワークの管理者は、機器設定ファイルから抽出した設定値を一覧にした運用管理シートを生成し、生成した運用管理シートを用いてネットワークの運用管理を行っている。
Conventionally, a network administrator refers to a device setting file output from a communication device (switch, router, etc.) used in the network, and extracts a setting value of the communication device from the device setting file.
Then, the network administrator generates an operation management sheet listing the setting values extracted from the device setting file, and performs network operation management using the generated operation management sheet.

しかし、以下のような理由により、全ての機器設定ファイルから、運用管理に必要な全ての設定値を抽出することは困難である。
(1)機器設定ファイルの数が多い。
(2)機器設定ファイルから抽出すべき設定値の数が多い。
(3)通信機器に関する知識を有する技術者でなければ、抽出すべき設定値を判断できない。
(4)通信機器のメーカまたは型式によって機器設定ファイルの記述型式が異なる。
However, it is difficult to extract all setting values necessary for operation management from all device setting files for the following reasons.
(1) There are many device setting files.
(2) The number of setting values to be extracted from the device setting file is large.
(3) Unless the engineer has knowledge about the communication device, the set value to be extracted cannot be determined.
(4) The description format of the device setting file differs depending on the manufacturer or model of the communication device.

特開2005−94057号公報JP 2005-94057 A

本発明は、例えば、通信機器に関する知識が無くても、機器設定ファイルから必要な設定値を抽出できるようにすることを目的とする。   An object of the present invention is, for example, to be able to extract necessary setting values from a device setting file without knowledge of communication devices.

本発明の設定値抽出装置は、
管理対象である1つ以上の対象機器の対象機器毎に、対象機器の種類を表すモデル識別子と対象機器に設定されている1つ以上の設定値とを含む機器設定ファイルを記憶する機器設定ファイル記憶部と、
前記機器設定ファイル記憶部に記憶された少なくともいずれかの機器設定ファイルから抽出対象の設定値を抽出するための1つ以上の抽出プログラムを記憶する抽出プログラム記憶部と、
1つ以上のモデル識別子と1つ以上のプログラム名とを対応付ける管理テーブルを記憶する管理テーブル記憶部と、
前記機器設定ファイル記憶部から1つの機器設定ファイルを選択ファイルとして選択する機器設定ファイル選択部と、
前記機器設定ファイル選択部によって選択された前記選択ファイルから、前記選択ファイルに含まれるモデル識別子を抽出モデル識別子として抽出するモデル識別子抽出部と、
前記管理テーブル記憶部に記憶された前記管理テーブルから、前記モデル識別子抽出部によって抽出された前記抽出モデル識別子と同じモデル識別子に対応付けられたプログラム名を選択プログラム名として選択するプログラム名選択部と、
前記抽出プログラム記憶部から、前記プログラム名選択部によって選択された前記選択プログラム名で識別される抽出プログラムを選択プログラムとして選択する抽出プログラム選択部と、
前記抽出プログラム選択部によって選択された前記選択プログラムを実行する抽出プログラム実行部とを備える。
The set value extraction apparatus of the present invention includes:
A device setting file that stores a device setting file that includes a model identifier representing the type of the target device and one or more setting values set in the target device for each target device of one or more target devices that are management targets A storage unit;
An extraction program storage unit for storing one or more extraction programs for extracting setting values to be extracted from at least one of the device setting files stored in the device setting file storage unit;
A management table storage unit that stores a management table that associates one or more model identifiers with one or more program names;
A device setting file selection unit for selecting one device setting file as a selection file from the device setting file storage unit;
A model identifier extracting unit that extracts a model identifier included in the selected file as an extracted model identifier from the selected file selected by the device setting file selecting unit;
A program name selection unit that selects a program name associated with the same model identifier as the extracted model identifier extracted by the model identifier extraction unit from the management table stored in the management table storage unit; ,
An extraction program selection unit for selecting, as a selection program, an extraction program identified by the selected program name selected by the program name selection unit from the extraction program storage unit;
An extraction program execution unit that executes the selection program selected by the extraction program selection unit.

前記設定値抽出装置は、前記選択プログラムが実行されることによって前記選択ファイルから抽出される1つ以上の設定値を設定した管理ファイルを生成する管理ファイル生成部を備える。   The setting value extraction apparatus includes a management file generation unit that generates a management file in which one or more setting values extracted from the selection file are set by executing the selection program.

各機器設定ファイルは、設定値毎に設定値と設定値に関する項目名とを対応付けて含む。
各抽出プログラムは、前記機器設定ファイル記憶部に記憶された1つ以上の機器設定ファイルのうち処理対象である機器設定ファイルから、抽出対象である項目名に対応付けられている設定値を前記抽出対象の設定値として抽出するプログラムである。
Each device setting file includes a setting value and an item name related to the setting value in association with each setting value.
Each extraction program extracts a setting value associated with an item name to be extracted from a device setting file to be processed among one or more device setting files stored in the device setting file storage unit. It is a program that is extracted as a target set value.

各機器設定ファイルのうち第一の機器設定ファイルは、前記抽出対象の設定値と前記抽出対象である項目名とを対応付ける設定行を含む1つ以上の設定行ブロックと、前記1つ以上の設定行ブロックのそれぞれの目印である1つ以上の目印記号とを含む。
各抽出プログラムのうち第一の抽出プログラムは、前記第一の機器設定ファイルに含まれる前記1つ以上の目印記号に基づいて、前記1つ以上の設定行ブロックの設定行ブロック毎に設定行ブロックに含まれる前記抽出対象の設定値を抽出するプログラムである。
The first device setting file among the device setting files includes one or more setting row blocks including a setting row that associates the setting value to be extracted with the item name to be extracted, and the one or more settings. One or more landmark symbols that are respective landmarks of the row block.
The first extraction program among the extraction programs is a setting row block for each setting row block of the one or more setting row blocks based on the one or more landmark symbols included in the first device setting file. The program for extracting the set value of the extraction target included in.

本発明の設定値抽出方法は、機器設定ファイル記憶部と、抽出プログラム記憶部と、管理テーブル記憶部と、機器設定ファイル選択部と、モデル識別子抽出部と、プログラム名選択部と、抽出プログラム選択部と、抽出プログラム実行部とを備える設定値抽出装置を用いる方法である。
前記機器設定ファイル記憶部は、管理対象である1つ以上の対象機器の対象機器毎に、対象機器のモデル識別子と対象機器に設定されている1つ以上の設定値とを含む機器設定ファイルを記憶する記憶部である。
前記抽出プログラム記憶部は、前記機器設定ファイル記憶部に記憶された少なくともいずれかの機器設定ファイルから抽出対象の設定値を抽出するための1つ以上の抽出プログラムを記憶する記憶部である。
前記管理テーブル記憶部は、1つ以上のモデル識別子と1つ以上のプログラム名とを対応付ける管理テーブルを記憶する記憶部である。
前記機器設定ファイル選択部が、前記機器設定ファイル記憶部から1つの機器設定ファイルを選択ファイルとして選択し、
前記モデル識別子抽出部が、前記機器設定ファイル選択部によって選択された前記選択ファイルから、前記選択ファイルに含まれるモデル識別子を抽出モデル識別子として抽出し、
前記プログラム名選択部が、前記管理テーブル記憶部に記憶された前記管理テーブルから、前記モデル識別子抽出部によって抽出された前記抽出モデル識別子と同じモデル識別子に対応付けられたプログラム名を選択プログラム名として選択し、
前記抽出プログラム選択部が、前記抽出プログラム記憶部から、前記プログラム名選択部によって選択された前記選択プログラム名で識別される抽出プログラムを選択プログラムとして選択し、
前記抽出プログラム実行部が、前記抽出プログラム選択部によって選択された前記選択プログラムを実行する。
The set value extraction method of the present invention includes a device setting file storage unit, an extraction program storage unit, a management table storage unit, a device setting file selection unit, a model identifier extraction unit, a program name selection unit, and an extraction program selection. And a set value extraction device comprising an extraction program execution unit.
The device setting file storage unit includes, for each target device of one or more target devices that are management targets, a device setting file that includes a model identifier of the target device and one or more setting values set in the target device. It is a memory | storage part to memorize | store.
The extraction program storage unit is a storage unit that stores one or more extraction programs for extracting setting values to be extracted from at least one device setting file stored in the device setting file storage unit.
The management table storage unit is a storage unit that stores a management table that associates one or more model identifiers with one or more program names.
The device setting file selection unit selects one device setting file as a selection file from the device setting file storage unit,
The model identifier extraction unit extracts a model identifier included in the selection file as an extraction model identifier from the selection file selected by the device setting file selection unit,
The program name selection unit uses a program name associated with the same model identifier as the extracted model identifier extracted by the model identifier extraction unit from the management table stored in the management table storage unit as a selected program name Selected,
The extraction program selection unit selects, as a selection program, an extraction program identified by the selected program name selected by the program name selection unit from the extraction program storage unit,
The extraction program execution unit executes the selection program selected by the extraction program selection unit.

本発明の設定値抽出プログラムは、前記設定値抽出装置としてコンピュータを機能させる。   The set value extraction program of the present invention causes a computer to function as the set value extraction apparatus.

本発明によれば、例えば、通信機器(対象機器の一例)に関する知識が無くても、機器設定ファイルから必要な設定値を抽出することができる。   According to the present invention, for example, a necessary setting value can be extracted from a device setting file without knowledge about a communication device (an example of a target device).

実施の形態1における運用管理シート生成装置100の機能構成図である。2 is a functional configuration diagram of an operation management sheet generation device 100 according to Embodiment 1. FIG. 実施の形態1における運用管理シート生成装置100の運用管理シート生成処理を示すフローチャートである。4 is a flowchart illustrating an operation management sheet generation process of the operation management sheet generation apparatus 100 according to the first embodiment. 実施の形態1における機器設定ファイル191の一例を示す図である。6 is a diagram illustrating an example of a device setting file 191 according to Embodiment 1. FIG. 実施の形態1におけるメーカ名リスト181の一例を示す図である。6 is a diagram illustrating an example of a manufacturer name list 181 according to Embodiment 1. FIG. 実施の形態1におけるモデル項目名テーブル182の一例を示す図である。6 is a diagram illustrating an example of a model item name table 182 according to Embodiment 1. FIG. 実施の形態1における機器管理テーブル192の一例を示す図である。6 is a diagram illustrating an example of a device management table 192 according to Embodiment 1. FIG. 実施の形態1における抽出リスト141の一例を示す図である。6 is a diagram illustrating an example of an extraction list 141 according to Embodiment 1. FIG. 実施の形態1における抽出フィルタ193のフィルタ処理の一例を示すフローチャートである。3 is a flowchart illustrating an example of filter processing of an extraction filter 193 according to Embodiment 1. 実施の形態1における運用管理シート生成装置100のハードウェア構成の一例を示す図である。2 is a diagram illustrating an example of a hardware configuration of an operation management sheet generation device 100 according to Embodiment 1. FIG.

実施の形態1.
通信機器に関する知識が無くても、通信機器の機器設定ファイルからネットワークの運用管理に必要な設定値を抽出できる形態について説明する。
但し、実施の形態1は通信機器以外の機器に対して適用しても構わない。
Embodiment 1 FIG.
A description will be given of a mode in which setting values necessary for network operation management can be extracted from a device setting file of a communication device without knowledge about the communication device.
However, the first embodiment may be applied to devices other than communication devices.

図1は、実施の形態1における運用管理シート生成装置100の機能構成図である。
実施の形態1における運用管理シート生成装置100の機能構成について、図1に基づいて説明する。
FIG. 1 is a functional configuration diagram of the operation management sheet generating apparatus 100 according to the first embodiment.
A functional configuration of the operation management sheet generating apparatus 100 according to the first embodiment will be described with reference to FIG.

運用管理シート生成装置100(設定値抽出装置の一例)は、スイッチまたはルータなどの通信機器を管理するための運用管理シート194を生成するコンピュータである。   The operation management sheet generation apparatus 100 (an example of a setting value extraction apparatus) is a computer that generates an operation management sheet 194 for managing communication devices such as switches and routers.

運用管理シート生成装置100は、機器設定ファイル選択部110と、モデル識別子抽出部120と、フィルタ名選択部130と、抽出フィルタ実行部140と、運用管理シート生成部150とを備える。
また、運用管理シート生成装置100は、入力フォルダ101と、フィルタフォルダ102と、出力フォルダ103と、装置記憶部190とを備える。
The operation management sheet generation apparatus 100 includes a device setting file selection unit 110, a model identifier extraction unit 120, a filter name selection unit 130, an extraction filter execution unit 140, and an operation management sheet generation unit 150.
The operation management sheet generation apparatus 100 includes an input folder 101, a filter folder 102, an output folder 103, and a device storage unit 190.

入力フォルダ101(機器設定ファイル記憶部の一例)は、1つ以上の機器設定ファイル191を記憶する記憶部である。
機器設定ファイル191は、通信機器別に存在するファイルであり、通信機器に設定されている1つ以上の設定値を含む。例えば、機器設定ファイル191は通信機器から出力されるファイルである。
The input folder 101 (an example of a device setting file storage unit) is a storage unit that stores one or more device setting files 191.
The device setting file 191 is a file that exists for each communication device, and includes one or more setting values set for the communication device. For example, the device setting file 191 is a file output from a communication device.

フィルタフォルダ102(抽出プログラム記憶部の一例)は、1つ以上の抽出フィルタ193を記憶する記憶部である。
抽出フィルタ193は、機器設定ファイル191から設定値を抽出するための抽出アルゴリズムが記述されたプログラム(モジュールまたはライブラリともいう)である。
抽出フィルタ193は機器設定ファイル191の記述形式の種類(書式)別に存在し、抽出フィルタ193毎に抽出アルゴリズムが異なる。
The filter folder 102 (an example of an extraction program storage unit) is a storage unit that stores one or more extraction filters 193.
The extraction filter 193 is a program (also referred to as a module or a library) in which an extraction algorithm for extracting setting values from the device setting file 191 is described.
The extraction filter 193 exists for each type (format) of the description format of the device setting file 191, and the extraction algorithm differs for each extraction filter 193.

出力フォルダ103は、1つ以上の運用管理シート194を記憶する記憶部である。
運用管理シート194は、通信機器別に存在するファイルであり、通信機器の機器設定ファイル191から抽出された設定値と設定値が設定されている通信機器の設定項目とを対応付けて示す。但し、運用管理シート194は、複数の通信機器それぞれの設定値を示すファイルであっても構わない。
The output folder 103 is a storage unit that stores one or more operation management sheets 194.
The operation management sheet 194 is a file that exists for each communication device, and indicates the setting value extracted from the device setting file 191 of the communication device and the setting item of the communication device in which the setting value is set in association with each other. However, the operation management sheet 194 may be a file indicating setting values of a plurality of communication devices.

装置記憶部190(管理テーブル記憶部の一例)は、運用管理シート生成装置100で使用されるデータを記憶する記憶部である。例えば、装置記憶部190は機器管理テーブル192とメーカ名リスト181とモデル項目名テーブル182とを記憶する。
機器管理テーブル192は、通信機器の種類を表すモデル識別子(モデル名またはモデル場番号ともいう)と抽出フィルタ193のフィルタ名とを対応付けるテーブルである。
例えば、通信機器の種類とは、通信機器の機能種別(スイッチ、ルータなど)、ポート数、型式またはバージョンなどを示す情報である。
メーカ名リスト181は、通信機器の1つ以上のメーカ名を示すデータである。
モデル項目名テーブル182は、通信機器のメーカ名とモデル識別子の項目名(モデル項目名)とを対応付けるテーブルである。
The device storage unit 190 (an example of a management table storage unit) is a storage unit that stores data used in the operation management sheet generation device 100. For example, the device storage unit 190 stores a device management table 192, a manufacturer name list 181 and a model item name table 182.
The device management table 192 is a table that associates a model identifier (also referred to as a model name or model field number) indicating the type of communication device with the filter name of the extraction filter 193.
For example, the type of communication device is information indicating the function type of the communication device (switch, router, etc.), the number of ports, the model or version.
The manufacturer name list 181 is data indicating one or more manufacturer names of communication devices.
The model item name table 182 is a table that associates the manufacturer name of the communication device with the item name (model item name) of the model identifier.

機器設定ファイル選択部110は、入力フォルダ101から機器設定ファイル191を一つずつ選択する。   The device setting file selection unit 110 selects device setting files 191 from the input folder 101 one by one.

モデル識別子抽出部120は、選択された機器設定ファイル191から通信機器のモデル識別子を抽出する。以下、抽出されたモデル識別子を「抽出モデル識別子121」という。   The model identifier extraction unit 120 extracts the model identifier of the communication device from the selected device setting file 191. Hereinafter, the extracted model identifier is referred to as “extracted model identifier 121”.

フィルタ名選択部130(プログラム名選択部の一例)は、機器管理テーブル192に設定されているフィルタ名のうち、抽出モデル識別子121に対応付けられているフィルタ名を選択する。以下、選択されたフィルタ名を「選択フィルタ名131」という。   The filter name selection unit 130 (an example of a program name selection unit) selects a filter name associated with the extraction model identifier 121 from among the filter names set in the device management table 192. Hereinafter, the selected filter name is referred to as “selected filter name 131”.

抽出フィルタ実行部140(抽出プログラム選択部、抽出プログラム実行部の一例)は、選択フィルタ名131で識別される抽出フィルタ193をフィルタフォルダ102から選択し、選択した抽出フィルタ193を実行する。
抽出フィルタ193を実行することによって、機器設定ファイル191から抽出された設定値を示す抽出リスト141が生成される。
The extraction filter execution unit 140 (an example of an extraction program selection unit and an extraction program execution unit) selects the extraction filter 193 identified by the selection filter name 131 from the filter folder 102, and executes the selected extraction filter 193.
By executing the extraction filter 193, an extraction list 141 indicating the setting values extracted from the device setting file 191 is generated.

運用管理シート生成部150(管理ファイル生成部の一例)は、抽出リスト141に示される設定値を設定した運用管理シート194を生成する。   The operation management sheet generation unit 150 (an example of a management file generation unit) generates an operation management sheet 194 in which setting values shown in the extraction list 141 are set.

図2は、実施の形態1における運用管理シート生成装置100の運用管理シート生成処理を示すフローチャートである。
実施の形態1における運用管理シート生成装置100の運用管理シート生成処理について、図2に基づいて説明する。
FIG. 2 is a flowchart showing operation management sheet generation processing of the operation management sheet generation apparatus 100 according to the first embodiment.
The operation management sheet generating process of the operation management sheet generating apparatus 100 according to the first embodiment will be described with reference to FIG.

S110において、機器設定ファイル選択部110は、入力フォルダ101から未選択の機器設定ファイル191を一つ選択する。
以下、S110で選択した機器設定ファイル191を「選択ファイル」という。
S110の後、処理はS120に進む。
In S <b> 110, the device setting file selection unit 110 selects one unselected device setting file 191 from the input folder 101.
Hereinafter, the device setting file 191 selected in S110 is referred to as a “selected file”.
After S110, the process proceeds to S120.

図3は、実施の形態1における機器設定ファイル191の一例を示す図である。
実施の形態1における機器設定ファイル191の一例について、図3に基づいて説明する。
FIG. 3 is a diagram illustrating an example of the device setting file 191 according to the first embodiment.
An example of the device setting file 191 in the first embodiment will be described with reference to FIG.

例えば、機器設定ファイル191は、以下のような情報を含んでいる。
(1)機器設定ファイル191は、通信機器を製造したメーカの名前「M corporation」を含んでいる。
(2)機器設定ファイル191は、通信機器の種類を表すモデル番号「SW−Axxxx」と、モデル番号を意味する項目名「Model Number」とを対応付けて含んでいる。モデル番号は設定値の一例である。
(3)機器設定ファイル191は、通信機器に設定されているホスト名「HT−yyyy」と、ホスト名を意味する項目名「hostname」とを対応付けて含んでいる。ホスト名は設定値の一例である。
(4)機器設定ファイル191は、1つ以上の設定行から成る設定行ブロックを含んでいる。また、各設定行は設定値を含んでいる。
例えば、設定行ブロックは、以下のような設定行を備える。
(4−1)設定行ブロックは、通信機器が接続するネットワークの種類を表すネットワーク識別子「GigabitEthernet 0/1」(Ethernetは登録商標、以下同様)と、ネットワーク識別子を意味する項目名「interface」とを対応付ける設定行を備える。ネットワーク識別子は設定値の一例である。
(4−2)設定行ブロックは、通信機器のポートに接続するVLAN(Virtual
Local Area Network)を識別するVLAN番号「nnnn」と、VLAN番号を意味する項目名「vlan」とを対応付ける設定行を備える。VLAN番号は項目値の一例である。
(4−3)設定行ブロックは、MDI−X(Medium Dependent Interface Crossover)を自動で検出する機能の要否を示す設定値「no
mdix auto」を含む設定行を備える。
(4−4)設定行ブロックは、スパニングツリーの機能を示す設定値「portfast」と、スパニングツリーの機能を意味する項目名「spanning−tree」とを対応付ける設定行を備える。
(5)機器設定ファイル191は、設定行ブロック毎に、設定行ブロックの位置を示す目印である目印記号「!」を含んでいる。
For example, the device setting file 191 includes the following information.
(1) The device setting file 191 includes the name “M corporation” of the manufacturer that manufactured the communication device.
(2) The device setting file 191 includes a model number “SW-Axxx” indicating the type of communication device and an item name “Model Number” indicating the model number in association with each other. The model number is an example of a setting value.
(3) The device setting file 191 includes a host name “HT-yyyy” set in the communication device and an item name “hostname” indicating the host name in association with each other. The host name is an example of a setting value.
(4) The device setting file 191 includes a setting line block composed of one or more setting lines. Each setting line includes a setting value.
For example, the setting line block includes the following setting lines.
(4-1) The setting row block includes a network identifier “GigabitEthernet 0/1” (Ethernet is a registered trademark, the same applies hereinafter) indicating the type of network to which the communication device is connected, and an item name “interface” indicating the network identifier. Is provided with a setting line that associates. The network identifier is an example of a setting value.
(4-2) The setting row block includes a VLAN (Virtual) connected to the port of the communication device.
There is a setting line that associates a VLAN number “nnnn” that identifies a local area network) with an item name “vlan” that means the VLAN number. The VLAN number is an example of an item value.
(4-3) The setting row block has a setting value “no” indicating whether or not a function for automatically detecting MDI-X (Medium Dependent Interface Crossover) is required.
A setting line including “mdix auto” is provided.
(4-4) The setting line block includes a setting line that associates the setting value “portfast” indicating the function of the spanning tree with the item name “spanning-tree” indicating the function of the spanning tree.
(5) The device setting file 191 includes a mark symbol “!” That is a mark indicating the position of the setting row block for each setting row block.

図2に戻り、S120から説明を続ける。   Returning to FIG. 2, the description will be continued from S120.

S120において、モデル識別子抽出部120は、S110で選択された選択ファイル(機器設定ファイル191)から、通信機器のメーカの名称を抽出する。
例えば、通信機器のメーカ名を示すメーカ名リスト181(図4参照)を装置記憶部190に予め記憶する。そして、モデル識別子抽出部120は、メーカ名リスト181に示されるメーカ名を検索キーワードにして選択ファイルを検索する。検索して見つかったメーカ名が抽出メーカ名である。
例えば、モデル識別子抽出部120は、図3の機器設定ファイル191から(1)のメーカ名「M corporation」を抽出する。
以下、S120で抽出するメーカの名称を「抽出メーカ名」という。
In S120, the model identifier extraction unit 120 extracts the name of the manufacturer of the communication device from the selection file (device setting file 191) selected in S110.
For example, a manufacturer name list 181 (see FIG. 4) indicating the manufacturer name of the communication device is stored in the device storage unit 190 in advance. Then, the model identifier extraction unit 120 searches the selected file using the manufacturer name shown in the manufacturer name list 181 as a search keyword. The manufacturer name found by the search is the extracted manufacturer name.
For example, the model identifier extraction unit 120 extracts the manufacturer name “M corporation” of (1) from the device setting file 191 of FIG.
Hereinafter, the name of the manufacturer extracted in S120 is referred to as “extracted manufacturer name”.

図4は、実施の形態1におけるメーカ名リスト181の一例を示す図である。
メーカ名リスト181は、一つ以上のメーカ名「M corporation」「C corporation」を示すファイルである。
FIG. 4 is a diagram illustrating an example of the manufacturer name list 181 according to the first embodiment.
The manufacturer name list 181 is a file indicating one or more manufacturer names “M corporation” and “C corporation”.

S120(図2参照)の説明を続ける。
モデル識別子抽出部120は、通信機器の種類を表すモデル識別子を選択ファイルから抽出する。
例えば、通信機器のメーカ名とモデル識別子を意味するモデル項目名とを対応付けるモデル項目名テーブル182(図5参照)を装置記憶部190に予め記憶する。モデル識別子抽出部120は、モデル項目名テーブル182から、抽出メーカ名と同じメーカ名に対応付けられたモデル項目名を選択する。そして、モデル識別子抽出部120は、選択したモデル項目名を検索キーワードにして選択ファイルを検索し、検索キーワードと同じモデル項目名に対応付けられているモデル識別子を抽出する。
例えば、モデル識別子抽出部120は、図3の機器設定ファイル191から(2)のモデル識別子「SW−Axxxx」を抽出する。
以下、S120で抽出するモデル識別子を「抽出モデル識別子121」という。
S120の後、処理はS130に進む。
The description of S120 (see FIG. 2) will be continued.
The model identifier extraction unit 120 extracts a model identifier representing the type of communication device from the selected file.
For example, a model item name table 182 (see FIG. 5) that associates a manufacturer name of a communication device with a model item name that represents a model identifier is stored in the device storage unit 190 in advance. The model identifier extraction unit 120 selects a model item name associated with the same manufacturer name as the extracted manufacturer name from the model item name table 182. Then, the model identifier extraction unit 120 searches the selected file using the selected model item name as a search keyword, and extracts a model identifier associated with the same model item name as the search keyword.
For example, the model identifier extraction unit 120 extracts the model identifier “SW-Axxx” of (2) from the device setting file 191 in FIG.
Hereinafter, the model identifier extracted in S120 is referred to as “extracted model identifier 121”.
After S120, the process proceeds to S130.

図5は、実施の形態1におけるモデル項目名テーブル182の一例を示す図である。
モデル項目名テーブル182は、メーカ名「M corporation」とモデル項目名「Model Number」とを対応付けるテーブルである。
FIG. 5 is a diagram showing an example of the model item name table 182 in the first embodiment.
The model item name table 182 is a table that associates the manufacturer name “M corporation” with the model item name “Model Number”.

S130(図2参照)において、フィルタ名選択部130は、機器管理テーブル192(図6参照)から、抽出モデル識別子121と同じモデル識別子に対応付けられているフィルタ名を選択する。
例えば、フィルタ名選択部130は、図6の機器管理テーブル192からS120で抽出したメーカ名「M corporation」とモデル名「SW−Axxxx」とに対応付けられたフィルタ名「SWfilter01」を選択する。
以下、S130で選択するフィルタ名を「選択フィルタ名131」という。
S130の後、処理はS140に進む。
In S130 (see FIG. 2), the filter name selecting unit 130 selects a filter name associated with the same model identifier as the extracted model identifier 121 from the device management table 192 (see FIG. 6).
For example, the filter name selection unit 130 selects the filter name “SWfilter01” associated with the manufacturer name “M corporation” and the model name “SW-Axxx” extracted in S120 from the device management table 192 of FIG.
Hereinafter, the filter name selected in S130 is referred to as “selected filter name 131”.
After S130, the process proceeds to S140.

図6は、実施の形態1における機器管理テーブル192の一例を示す図である。
機器管理テーブル192は、「メーカ名」「モデル名」「ポート数」「機器種別」「フィルタ名」などを対応付けるテーブルである。
FIG. 6 is a diagram illustrating an example of the device management table 192 according to the first embodiment.
The device management table 192 is a table that associates “manufacturer name”, “model name”, “number of ports”, “device type”, “filter name”, and the like.

S140(図2参照)において、抽出フィルタ実行部140は、フィルタフォルダ102から、S130で選択された選択フィルタ名131で識別される抽出フィルタ193を選択する。以下、S140で選択する抽出フィルタ193を「選択フィルタ」という。
選択フィルタは、選択ファイルから特定の設定項目の設定値を抽出するためのプログラム(モジュールまたはライブラリともいう)である。
In S140 (see FIG. 2), the extraction filter execution unit 140 selects the extraction filter 193 identified by the selection filter name 131 selected in S130 from the filter folder 102. Hereinafter, the extraction filter 193 selected in S140 is referred to as a “selection filter”.
The selection filter is a program (also referred to as a module or a library) for extracting setting values of specific setting items from a selection file.

抽出フィルタ実行部140は、選択ファイルを入力データにして選択フィルタを実行する。
そして、実行された選択フィルタは、選択フィルタから抽出対象である設定項目の設定値を抽出し、抽出した設定値を示す抽出リスト141(図7参照)を生成する。
S140の後、処理はS150に進む。
The extraction filter execution unit 140 executes the selection filter using the selection file as input data.
Then, the executed selection filter extracts the setting value of the setting item to be extracted from the selection filter, and generates an extraction list 141 (see FIG. 7) indicating the extracted setting value.
After S140, the process proceeds to S150.

図7は、実施の形態1における抽出リスト141の一例を示す図である。
抽出リスト141は、設定項目毎に、選択ファイルから抽出された設定値を示す。
「ホスト名」「インタフェース」「VLAN」「MDI−X」「スパニングツリー」は抽出対象である設定項目の項目名の一例である。
FIG. 7 is a diagram illustrating an example of the extraction list 141 according to the first embodiment.
The extraction list 141 shows setting values extracted from the selected file for each setting item.
“Host name”, “interface”, “VLAN”, “MDI-X”, and “spanning tree” are examples of item names of setting items to be extracted.

図8は、実施の形態1における抽出フィルタ193のフィルタ処理の一例を示すフローチャートである。
実施の形態1における抽出フィルタ193のフィルタ処理(抽出アルゴリズム)について、図8に基づいて説明する。
但し、図8に示すフィルタ処理は一例であり、抽出フィルタ193のフィルタ処理は図8に示す処理と異なる処理であっても構わない。
FIG. 8 is a flowchart illustrating an example of the filter processing of the extraction filter 193 in the first embodiment.
The filter process (extraction algorithm) of the extraction filter 193 in the first embodiment will be described with reference to FIG.
However, the filter process illustrated in FIG. 8 is an example, and the filter process of the extraction filter 193 may be a process different from the process illustrated in FIG.

S210において、抽出フィルタ193は、ホスト名を意味するホスト項目名を検索キーワードにして選択ファイル(機器設定ファイル191)を検索し、ホスト項目名を含んだホスト名設定行からホスト名の設定値を抽出する。
例えば、抽出フィルタ193は、ホスト項目名「hostname」を検索キーワードにして図3の機器設定ファイル191を先頭から後方検索し、ホスト項目名を含んだホスト名設定行(3)からホスト名の設定値「HT−yyyy」を抽出する。
S210の後、処理はS220に進む。
In S210, the extraction filter 193 searches the selection file (device setting file 191) using the host item name meaning the host name as a search keyword, and sets the host name setting value from the host name setting line including the host item name. Extract.
For example, the extraction filter 193 searches backward from the top of the device setting file 191 of FIG. 3 using the host item name “hostname” as a search keyword, and sets the host name from the host name setting line (3) including the host item name. The value “HT-yyyy” is extracted.
After S210, the process proceeds to S220.

S220において、抽出フィルタ193は、選択ファイルのホスト名設定行の次の行から1つずつ行を取得する。以下、S220で取得する行を「取得行」という。
S220の後、処理はS230に進む。
In S220, the extraction filter 193 acquires one line at a time from the next line of the host name setting line of the selected file. Hereinafter, the line acquired in S220 is referred to as “acquired line”.
After S220, the process proceeds to S230.

S230において、抽出フィルタ193は、S220で取得した取得行が設定行ブロックの目印行と、抽出対象の設定行と、選択ファイルの最終行と、その他の行(例えば、空行)とのいずれの種類の行であるか判定する。
設定行ブロックとは、設定値を含んだ1つ以上の設定行から成る部分である。例えば、図3の(4)が設定行ブロックである。
目印行とは、設定行ブロックの目印である目印記号を含んだ行である。例えば、図3の(5)が目印記号「!」を含んだ目印行である。
抽出対象の設定行とは、抽出対象の設定値に関する対象キーワード(例えば、項目名)を含んだ行である。例えば、図3の設定行ブロックに含まれる各行が抽出対象の設定行である。
取得行が設定行ブロックの目印行である場合、処理はS240に進む。
取得行が抽出対象の設定行である場合、処理はS250に進む。
取得行が選択ファイルの最終行である場合、フィルタ処理は終了する。
取得行がその他の行である場合、処理はS220に進む(図示省略)。そして、抽出フィルタ193は次の行を新たに取得し(S220)、新たに取得した行の種類に応じた処理を行う(S230からS251)。
In S230, the extraction filter 193 selects any one of the mark line of the setting line block, the setting line to be extracted, the last line of the selected file, and other lines (for example, blank lines) acquired in S220. Determine if it is a type row.
The setting line block is a portion composed of one or more setting lines including setting values. For example, (4) in FIG. 3 is a set row block.
The mark line is a line including a mark symbol that is a mark of the set line block. For example, (5) in FIG. 3 is a mark row including the mark symbol “!”.
The extraction target setting line is a line including a target keyword (for example, item name) related to the setting value of the extraction target. For example, each row included in the setting row block in FIG. 3 is a setting row to be extracted.
If the acquired row is a mark row of the set row block, the process proceeds to S240.
If the acquisition row is a setting row to be extracted, the process proceeds to S250.
If the acquired line is the last line of the selected file, the filtering process ends.
If the acquired row is another row, the process proceeds to S220 (not shown). Then, the extraction filter 193 newly acquires the next line (S220), and performs processing according to the type of the newly acquired line (S230 to S251).

S240において、抽出フィルタ193は、抽出リスト141にレコードを追加する。
S240の後、処理はS241に進む。
In S240, the extraction filter 193 adds a record to the extraction list 141.
After S240, the process proceeds to S241.

S241において、抽出フィルタ193は、抽出リスト141のレコードにS210で抽出したホスト名の設定値を設定する。
例えば、抽出フィルタ193は、抽出リスト141の先頭レコードの「ホスト名」欄にホスト名の設定値「HT−yyyy」を書き入れる(図7参照)。
S241の後、処理はS220に戻る。そして、抽出フィルタ193は次の行を新たに取得し(S220)、新たに取得した行の種類に応じた処理を行う(S230からS251)。
In S241, the extraction filter 193 sets the set value of the host name extracted in S210 in the record of the extraction list 141.
For example, the extraction filter 193 writes the set value “HT-yyyy” of the host name in the “host name” column of the first record of the extraction list 141 (see FIG. 7).
After S241, the process returns to S220. Then, the extraction filter 193 newly acquires the next line (S220), and performs processing according to the type of the newly acquired line (S230 to S251).

S250において、抽出フィルタ193は、取得行に含まれる対象キーワードの種類に応じて、取得行から設定値を抽出する。
例えば、図3の機器設定ファイル191のうち1つ目の設定行ブロック(4)の1行目が取得行である場合、抽出フィルタ193は、取得行からネットワーク識別子の設定値「GigabitEthernet 0/1」を抽出する。
S250の後、処理はS251に進む。
In S250, the extraction filter 193 extracts a setting value from the acquisition line according to the type of the target keyword included in the acquisition line.
For example, if the first row of the first setting row block (4) in the device setting file 191 of FIG. 3 is an acquisition row, the extraction filter 193 sets the network identifier setting value “GigabitEthernet 0/1 from the acquisition row. Is extracted.
After S250, the process proceeds to S251.

S251において、抽出フィルタ193は、S250で抽出した設定値を抽出リスト141のレコードに書き入れる。
例えば、抽出フィルタ193は、抽出リスト141の先頭レコードの「インタフェース」欄にネットワーク識別子の設定値「GigabitEthernet 0/1」を書き入れる。
S251の後、処理はS220に戻る。そして、抽出フィルタ193は次の行を新たに取得し(S220)、新たに取得した行の種類に応じた処理を行う(S230からS251)。
In S251, the extraction filter 193 writes the setting value extracted in S250 into the record of the extraction list 141.
For example, the extraction filter 193 writes the setting value “GigabitEthernet 0/1” of the network identifier in the “Interface” column of the first record of the extraction list 141.
After S251, the process returns to S220. Then, the extraction filter 193 newly acquires the next line (S220), and performs processing according to the type of the newly acquired line (S230 to S251).

図3の機器設定ファイル191に対して図8のフィルタ処理を行うことにより、図7に示すような抽出リスト141が得られる。
図2に戻り、S150から説明を続ける。
By performing the filter process of FIG. 8 on the device setting file 191 of FIG. 3, an extraction list 141 as shown in FIG. 7 is obtained.
Returning to FIG. 2, the description will be continued from S150.

S150において、運用管理シート生成部150は、S140で生成された抽出リスト141を用いて運用管理シート194を生成し、生成した運用管理シート194を出力フォルダ103に記憶する。
例えば、運用管理シート生成部150は、以下のように運用管理シート194を出力フォルダ103に記憶する。
(1)運用管理シート生成部150は、抽出リスト141をそのまま運用管理シート194として出力フォルダ103に記憶する。
(2)運用管理シート生成部150は、項目名の変更、項目の並び順の入れ替え、項目の削除など、抽出リスト141を編集し、編集後の抽出リスト141を運用管理シート194として出力フォルダ103に記憶する。
(3)運用管理シート生成部150は、抽出リスト141の情報と、その他のドキュメントの情報(例えば、LANケーブルの情報、監視要件に関する情報)とを統合し、統合した情報を示す運用管理シート194を出力フォルダ103に記憶する。
S150の後、処理はS160に進む。
In S 150, the operation management sheet generation unit 150 generates an operation management sheet 194 using the extraction list 141 generated in S 140, and stores the generated operation management sheet 194 in the output folder 103.
For example, the operation management sheet generation unit 150 stores the operation management sheet 194 in the output folder 103 as follows.
(1) The operation management sheet generation unit 150 stores the extraction list 141 as it is in the output folder 103 as the operation management sheet 194.
(2) The operation management sheet generation unit 150 edits the extraction list 141, such as changing item names, changing the order of items, and deleting items, and uses the edited extraction list 141 as the operation management sheet 194 to output folder 103. To remember.
(3) The operation management sheet generation unit 150 integrates the information of the extraction list 141 and information of other documents (for example, information on LAN cables and information on monitoring requirements), and an operation management sheet 194 indicating the integrated information. Is stored in the output folder 103.
After S150, the process proceeds to S160.

S160において、機器設定ファイル選択部110は、入力フォルダ101に未選択の機器設定ファイル191が残っているか否かを判定する。
未選択の機器設定ファイル191が残っている場合(YES)、処理はS110に戻る。
未選択の機器設定ファイル191が残っていない場合(NO)、つまり、全ての機器設定ファイル191について運用管理シート194を生成した場合、運用管理シート生成処理は終了する。
In S <b> 160, the device setting file selection unit 110 determines whether or not an unselected device setting file 191 remains in the input folder 101.
If an unselected device setting file 191 remains (YES), the process returns to S110.
When the unselected device setting file 191 does not remain (NO), that is, when the operation management sheet 194 is generated for all the device setting files 191, the operation management sheet generation processing ends.

図2の運用管理シート生成処理により、機器設定ファイル191の種類に応じた抽出フィルタ193を用いて機器設定ファイル191から設定値を抽出することができる。   With the operation management sheet generation process of FIG. 2, the setting value can be extracted from the device setting file 191 using the extraction filter 193 corresponding to the type of the device setting file 191.

図9は、実施の形態1における運用管理シート生成装置100のハードウェア構成の一例を示す図である。
実施の形態1における運用管理シート生成装置100のハードウェア構成の一例について、図9に基づいて説明する。
FIG. 9 is a diagram illustrating an example of a hardware configuration of the operation management sheet generating apparatus 100 according to the first embodiment.
An example of the hardware configuration of the operation management sheet generating apparatus 100 according to the first embodiment will be described with reference to FIG.

運用管理シート生成装置100は、バス909に接続している演算装置901、外部記憶装置902、主記憶装置903、通信装置904および入出力装置905を備える。   The operation management sheet generating apparatus 100 includes an arithmetic device 901, an external storage device 902, a main storage device 903, a communication device 904, and an input / output device 905 connected to a bus 909.

演算装置901は、プログラムを実行するCPU(Central Processing Unit)である。
外部記憶装置902は、例えば、ROM(Read Only Memory)、フラッシュメモリまたはハードディスク装置である。
主記憶装置903は、例えば、RAM(Random Access Memory)である。
通信装置904は、有線または無線でインターネット、LAN(ローカルエリアネットワーク)、電話回線網またはその他のネットワークを介して通信を行う。
入出力装置905は、例えば、マウス、キーボード、ディスプレイ装置である。
The arithmetic device 901 is a CPU (Central Processing Unit) that executes a program.
The external storage device 902 is, for example, a ROM (Read Only Memory), a flash memory, or a hard disk device.
The main storage device 903 is, for example, a RAM (Random Access Memory).
The communication device 904 performs communication via the Internet, a LAN (local area network), a telephone line network, or other networks in a wired or wireless manner.
The input / output device 905 is, for example, a mouse, a keyboard, or a display device.

プログラムは、通常は外部記憶装置902に記憶されており、主記憶装置903にロードされ、演算装置901に読み込まれ、演算装置901によって実行される。
例えば、オペレーティングシステム(OS)が外部記憶装置902に記憶される。また、「〜部」として説明している機能を実現するプログラム(設定値抽出プログラムの一例)が外部記憶装置902に記憶される。そして、OSおよび「〜部」として説明している機能を実現するプログラムは主記憶装置903にロードされ、演算装置901によって実行される。
The program is normally stored in the external storage device 902, loaded into the main storage device 903, read into the arithmetic device 901, and executed by the arithmetic device 901.
For example, an operating system (OS) is stored in the external storage device 902. In addition, a program (an example of a set value extraction program) that realizes the function described as “˜unit” is stored in the external storage device 902. The OS and the program that realizes the function described as “˜unit” are loaded into the main storage device 903 and executed by the arithmetic device 901.

「〜の判断」、「〜の判定」、「〜の抽出」、「〜の検知」、「〜の設定」、「〜の登録」、「〜の選択」、「〜の生成」、「〜の入力」、「〜の出力」等の処理の結果を示す情報、データ、信号値または変数値が主記憶装置903または外部記憶装置902にファイルとして記憶される。また、運用管理シート生成装置100が使用するその他のデータが主記憶装置903または外部記憶装置902に記憶される。   “Determining”, “determining”, “extracting”, “detecting”, “setting”, “registering”, “selecting”, “generating”, “to” Information, data, signal values, or variable values indicating the results of processing such as “input”, “output of”, etc., are stored as files in the main storage device 903 or the external storage device 902. In addition, other data used by the operation management sheet generating apparatus 100 is stored in the main storage device 903 or the external storage device 902.

また、図9は実施の形態1における運用管理シート生成装置100のハードウェア構成の一例を示すものであり、運用管理シート生成装置100のハードウェア構成は図9に示す構成と異なる構成であってもよい。
なお、実施の形態1に係る方法(設定値抽出方法の一例)はフローチャート等を用いて説明している手順によって実現することができる。
FIG. 9 shows an example of the hardware configuration of the operation management sheet generating apparatus 100 according to the first embodiment. The hardware configuration of the operation management sheet generating apparatus 100 is different from the configuration shown in FIG. Also good.
Note that the method according to the first embodiment (an example of a set value extraction method) can be realized by the procedure described with reference to a flowchart or the like.

実施の形態1により、通信機器に関する知識が無くても、通信機器の機器設定ファイルからネットワークの運用管理に必要な設定値を抽出することができる。   According to the first embodiment, setting values necessary for network operation management can be extracted from a device setting file of a communication device without knowledge about the communication device.

100 運用管理シート生成装置、101 入力フォルダ、102 フィルタフォルダ、103 出力フォルダ、110 機器設定ファイル選択部、120 モデル識別子抽出部、121 抽出モデル識別子、130 フィルタ名選択部、131 選択フィルタ名、140 抽出フィルタ実行部、141 抽出リスト、150 運用管理シート生成部、181 メーカ名リスト、182 モデル項目名テーブル、190 装置記憶部、191 機器設定ファイル、192 機器管理テーブル、193 抽出フィルタ、194 運用管理シート、901 演算装置、902 外部記憶装置、903 主記憶装置、904 通信装置、905 入出力装置、909 バス。   DESCRIPTION OF SYMBOLS 100 Operation management sheet production | generation apparatus, 101 Input folder, 102 Filter folder, 103 Output folder, 110 Apparatus setting file selection part, 120 Model identifier extraction part, 121 Extraction model identifier, 130 Filter name selection part, 131 Selection filter name, 140 Extraction Filter execution unit, 141 extraction list, 150 operation management sheet generation unit, 181 manufacturer name list, 182 model item name table, 190 device storage unit, 191 device setting file, 192 device management table, 193 extraction filter, 194 operation management sheet, 901 arithmetic device, 902 external storage device, 903 main storage device, 904 communication device, 905 input / output device, 909 bus.

Claims (6)

管理対象である1つ以上の対象機器の対象機器毎に、対象機器の種類を表すモデル識別子と対象機器に設定されている1つ以上の設定値とを含む機器設定ファイルを記憶する機器設定ファイル記憶部と、
前記機器設定ファイル記憶部に記憶された少なくともいずれかの機器設定ファイルから抽出対象の設定値を抽出するための1つ以上の抽出プログラムを記憶する抽出プログラム記憶部と、
1つ以上のモデル識別子と1つ以上のプログラム名とを対応付ける管理テーブルを記憶する管理テーブル記憶部と、
前記機器設定ファイル記憶部から1つの機器設定ファイルを選択ファイルとして選択する機器設定ファイル選択部と、
前記機器設定ファイル選択部によって選択された前記選択ファイルから、前記選択ファイルに含まれるモデル識別子を抽出モデル識別子として抽出するモデル識別子抽出部と、
前記管理テーブル記憶部に記憶された前記管理テーブルから、前記モデル識別子抽出部によって抽出された前記抽出モデル識別子と同じモデル識別子に対応付けられたプログラム名を選択プログラム名として選択するプログラム名選択部と、
前記抽出プログラム記憶部から、前記プログラム名選択部によって選択された前記選択プログラム名で識別される抽出プログラムを選択プログラムとして選択する抽出プログラム選択部と、
前記抽出プログラム選択部によって選択された前記選択プログラムを実行する抽出プログラム実行部と
を備えることを特徴とする設定値抽出装置。
A device setting file that stores a device setting file that includes a model identifier representing the type of the target device and one or more setting values set in the target device for each target device of one or more target devices that are management targets A storage unit;
An extraction program storage unit for storing one or more extraction programs for extracting setting values to be extracted from at least one of the device setting files stored in the device setting file storage unit;
A management table storage unit that stores a management table that associates one or more model identifiers with one or more program names;
A device setting file selection unit for selecting one device setting file as a selection file from the device setting file storage unit;
A model identifier extracting unit that extracts a model identifier included in the selected file as an extracted model identifier from the selected file selected by the device setting file selecting unit;
A program name selection unit that selects a program name associated with the same model identifier as the extracted model identifier extracted by the model identifier extraction unit from the management table stored in the management table storage unit; ,
An extraction program selection unit for selecting, as a selection program, an extraction program identified by the selected program name selected by the program name selection unit from the extraction program storage unit;
A setting value extraction apparatus comprising: an extraction program execution unit that executes the selection program selected by the extraction program selection unit.
前記選択プログラムが実行されることによって前記選択ファイルから抽出される1つ以上の設定値を設定した管理ファイルを生成する管理ファイル生成部を備える
ことを特徴とする請求項1記載の設定値抽出装置。
The set value extraction device according to claim 1, further comprising a management file generation unit configured to generate a management file in which one or more setting values extracted from the selection file are set by executing the selection program. .
各機器設定ファイルは、設定値毎に設定値と設定値に関する項目名とを対応付けて含み、
各抽出プログラムは、前記機器設定ファイル記憶部に記憶された1つ以上の機器設定ファイルのうち処理対象である機器設定ファイルから、抽出対象である項目名に対応付けられている設定値を前記抽出対象の設定値として抽出するプログラムである
ことを特徴とする請求項1または請求項2いずれかに記載の設定値抽出装置。
Each device setting file includes a setting value and an item name related to the setting value in association with each setting value,
Each extraction program extracts a setting value associated with an item name to be extracted from a device setting file to be processed among one or more device setting files stored in the device setting file storage unit. The set value extraction apparatus according to claim 1, wherein the set value extraction apparatus is a program that extracts the set value as a target.
各機器設定ファイルのうち第一の機器設定ファイルは、前記抽出対象の設定値と前記抽出対象である項目名とを対応付ける設定行を含む1つ以上の設定行ブロックと、前記1つ以上の設定行ブロックのそれぞれの目印である1つ以上の目印記号とを含み、
各抽出プログラムのうち第一の抽出プログラムは、前記第一の機器設定ファイルに含まれる前記1つ以上の目印記号に基づいて、前記1つ以上の設定行ブロックの設定行ブロック毎に設定行ブロックに含まれる前記抽出対象の設定値を抽出するプログラムである
ことを特徴とする請求項3記載の設定値抽出装置。
The first device setting file among the device setting files includes one or more setting row blocks including a setting row that associates the setting value to be extracted with the item name to be extracted, and the one or more settings. One or more placemarks that are each placemark of the row block,
The first extraction program among the extraction programs is a setting row block for each setting row block of the one or more setting row blocks based on the one or more landmark symbols included in the first device setting file. The set value extraction apparatus according to claim 3, wherein the set value extraction apparatus includes a program for extracting the set value to be extracted.
機器設定ファイル記憶部と、抽出プログラム記憶部と、管理テーブル記憶部と、機器設定ファイル選択部と、モデル識別子抽出部と、プログラム名選択部と、抽出プログラム選択部と、抽出プログラム実行部とを備える設定値抽出装置を用いる設定値抽出方法であって、
前記機器設定ファイル記憶部は、管理対象である1つ以上の対象機器の対象機器毎に、対象機器のモデル識別子と対象機器に設定されている1つ以上の設定値とを含む機器設定ファイルを記憶する記憶部であり、
前記抽出プログラム記憶部は、前記機器設定ファイル記憶部に記憶された少なくともいずれかの機器設定ファイルから抽出対象の設定値を抽出するための1つ以上の抽出プログラムを記憶する記憶部であり、
前記管理テーブル記憶部は、1つ以上のモデル識別子と1つ以上のプログラム名とを対応付ける管理テーブルを記憶する記憶部であり、
前記機器設定ファイル選択部が、前記機器設定ファイル記憶部から1つの機器設定ファイルを選択ファイルとして選択し、
前記モデル識別子抽出部が、前記機器設定ファイル選択部によって選択された前記選択ファイルから、前記選択ファイルに含まれるモデル識別子を抽出モデル識別子として抽出し、
前記プログラム名選択部が、前記管理テーブル記憶部に記憶された前記管理テーブルから、前記モデル識別子抽出部によって抽出された前記抽出モデル識別子と同じモデル識別子に対応付けられたプログラム名を選択プログラム名として選択し、
前記抽出プログラム選択部が、前記抽出プログラム記憶部から、前記プログラム名選択部によって選択された前記選択プログラム名で識別される抽出プログラムを選択プログラムとして選択し、
前記抽出プログラム実行部が、前記抽出プログラム選択部によって選択された前記選択プログラムを実行する
ことを特徴とする設定値抽出方法。
A device setting file storage unit, an extraction program storage unit, a management table storage unit, a device setting file selection unit, a model identifier extraction unit, a program name selection unit, an extraction program selection unit, and an extraction program execution unit; A set value extraction method using a set value extraction device comprising:
The device setting file storage unit includes, for each target device of one or more target devices that are management targets, a device setting file that includes a model identifier of the target device and one or more setting values set in the target device. A storage unit for storing,
The extraction program storage unit is a storage unit that stores one or more extraction programs for extracting setting values to be extracted from at least one of the device setting files stored in the device setting file storage unit,
The management table storage unit is a storage unit that stores a management table that associates one or more model identifiers with one or more program names,
The device setting file selection unit selects one device setting file as a selection file from the device setting file storage unit,
The model identifier extraction unit extracts a model identifier included in the selection file as an extraction model identifier from the selection file selected by the device setting file selection unit,
The program name selection unit uses a program name associated with the same model identifier as the extracted model identifier extracted by the model identifier extraction unit from the management table stored in the management table storage unit as a selected program name Selected,
The extraction program selection unit selects, as a selection program, an extraction program identified by the selected program name selected by the program name selection unit from the extraction program storage unit,
The set value extraction method, wherein the extraction program execution unit executes the selection program selected by the extraction program selection unit.
請求項1から請求項4いずれかに記載の設定値抽出装置としてコンピュータを機能させるための設定値抽出プログラム。   A setting value extraction program for causing a computer to function as the setting value extraction device according to claim 1.
JP2013061630A 2013-03-25 2013-03-25 Setting value extraction device, setting value extraction method and setting value extraction program Pending JP2014187581A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013061630A JP2014187581A (en) 2013-03-25 2013-03-25 Setting value extraction device, setting value extraction method and setting value extraction program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013061630A JP2014187581A (en) 2013-03-25 2013-03-25 Setting value extraction device, setting value extraction method and setting value extraction program

Publications (1)

Publication Number Publication Date
JP2014187581A true JP2014187581A (en) 2014-10-02

Family

ID=51834681

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013061630A Pending JP2014187581A (en) 2013-03-25 2013-03-25 Setting value extraction device, setting value extraction method and setting value extraction program

Country Status (1)

Country Link
JP (1) JP2014187581A (en)

Similar Documents

Publication Publication Date Title
JP6225261B2 (en) Method and apparatus for storing data
US20170279840A1 (en) Automated event id field analysis on heterogeneous logs
US8880871B2 (en) Hash table organization
JPWO2017081865A1 (en) Log analysis system, method, and recording medium
US20160098390A1 (en) Command history analysis apparatus and command history analysis method
AU2014410705B2 (en) Data processing method and apparatus
CN109981326B (en) Method and device for positioning household broadband sensing fault
CN109698814B (en) Botnet discovery method and botnet discovery device
WO2018066661A1 (en) Log analysis method, system, and recording medium
JP5896032B2 (en) Information processing system, management apparatus, management program, and management method
WO2016147403A1 (en) Information processing device, information processing method, and information processing program
CN105653540B (en) Method and device for processing file attribute information
JP6246885B1 (en) Route analysis processing apparatus and route analysis processing program
JP2014187581A (en) Setting value extraction device, setting value extraction method and setting value extraction program
JP6541903B2 (en) Attack / abnormality detection device, attack / abnormality detection method, and attack / abnormality detection program
CN109033831A (en) A kind of method for detecting virus, device, electronic equipment and storage medium
US10977282B2 (en) Generating device, generating method, and non-transitory computer-readable recording medium
CN106993036B (en) Running environment information processing method and switch
KR101638048B1 (en) Sql query processing method using mapreduce
WO2017081866A1 (en) Log analysis system, method, and program
KR101441000B1 (en) A parallel change detection method for triple data
US20230096394A1 (en) Scalable provenance data display for data plane analysis
JP2012221184A5 (en) System management method, program, and recording medium
JP6397105B2 (en) Method and apparatus for storing data
JP2015056082A (en) Failure information collection device, failure information collection method, and failure information collection program