JP5309101B2 - Device management system and device management program - Google Patents

Device management system and device management program Download PDF

Info

Publication number
JP5309101B2
JP5309101B2 JP2010195793A JP2010195793A JP5309101B2 JP 5309101 B2 JP5309101 B2 JP 5309101B2 JP 2010195793 A JP2010195793 A JP 2010195793A JP 2010195793 A JP2010195793 A JP 2010195793A JP 5309101 B2 JP5309101 B2 JP 5309101B2
Authority
JP
Japan
Prior art keywords
communication
command
data
communication module
network device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2010195793A
Other languages
Japanese (ja)
Other versions
JP2012053667A (en
Inventor
優 三好
学 西尾
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 JP2010195793A priority Critical patent/JP5309101B2/en
Publication of JP2012053667A publication Critical patent/JP2012053667A/en
Application granted granted Critical
Publication of JP5309101B2 publication Critical patent/JP5309101B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Description

本発明は、ネットワーク装置の管理を行う技術に関する。   The present invention relates to a technique for managing network devices.

近年、IP電話サービスなど様々なネットワークサービスが提供されている。ネットワークサービスをユーザに提供するためには、ユーザからサービスの申し込みを受けたのち、顧客管理システムなどに登録し、ルータやサーバなどのネットワーク装置にサービスを設定する必要がある。   In recent years, various network services such as an IP telephone service have been provided. In order to provide a network service to a user, it is necessary to register with the customer management system after receiving an application for the service from the user and set the service in a network device such as a router or a server.

今日のネットワークは、多数の装置ベンダによる幅広い種別のネットワーク装置によって構成されている。ネットワーク装置(NE:Network Element)は、装置管理システム(EMS:Element Management System)により管理される。サービスの申し込みを受け付けると、サービス申し込み内容を記載したサービスオーダがEMSに投入され、EMSは投入されたサービスオーダに従ってNEを設定する。   Today's networks are comprised of a wide variety of network devices from a number of device vendors. Network devices (NE: Network Element) are managed by a device management system (EMS: Element Management System). When the service application is accepted, a service order describing the contents of the service application is input to the EMS, and the EMS sets an NE according to the input service order.

NEを管理するうえで必要な要件(管理対象の構成、装置との通信手段、保守情報の取得手順、得られる保守情報のフォーマットなど)は、NEによって様々である。1つのEMSで様々なNEを管理することは困難であるため、管理要件を限定し、その条件に適合したNEのみを管理するEMSを作成する方法が一般的に存在する。   Necessary requirements for managing the NE (configuration of management target, communication means with the apparatus, acquisition procedure of maintenance information, format of maintenance information to be obtained, etc.) vary depending on the NE. Since it is difficult to manage various NEs with one EMS, there is generally a method for creating an EMS that limits management requirements and manages only NEs that meet the conditions.

EMSにおいて、複数のベンダにより提供されたNEに対する個別インタフェースを、より上位の外部管理システム(ネットワーク管理システム)などに対し、その差分を見せないように単一のインタフェースとして提供する変換技術が存在する。   In EMS, there is a conversion technology that provides individual interfaces for NEs provided by a plurality of vendors to a higher-level external management system (network management system) or the like as a single interface so as not to show the difference. .

特開2010−044657号公報JP 2010-045657 A 特許第4460396号公報Japanese Patent No. 4460396

「ネットワークサービスを支えるサービスアクティベーション技術」、NTT技術ジャーナル、2005年、第17巻、第8号、p.18-21"Service Activation Technology that Supports Network Services", NTT Technology Journal, 2005, Vol. 17, No. 8, p.18-21

しかしながら、対象NEの保守インタフェースをCLI(Command Line Interface)に限定せず、単一のEMSで管理する場合、従来技術において想定しているNEの変換処理では対応できない。例えば、従来技術では、Telnetによる通信しか想定していないEMSを構築した場合、Telnetによる通信を許容するNEの管理についてはスクリプトや設定ファイルの追加といった、局所的な機能追加で対応可能であるが、Telnetによる通信を許容しないNE(例えば、NETCONFによる通信のみ許容するNE、SNMPによる通信のみ許容するNE、Java(登録商標)RMIやJMSなどのAPIを備えるNE、TCP/IP上に独自のフォーマットルールを規定し通信するNE)については、新規に他プロトコルの通信機能を追加で設計し、EMS上に、他プロトコルで通信するNE用の通信処理、コマンドの変換処理などのそのNEのためのロジックを全ての機能ブロックに追加実装する必要があり、局所的な機能追加でそのNEを管理するEMSを実現することができないという問題がある。   However, when the maintenance interface of the target NE is not limited to CLI (Command Line Interface) and is managed by a single EMS, the NE conversion process assumed in the prior art cannot be used. For example, in the conventional technology, when an EMS that only assumes communication by Telnet is constructed, NE management that allows communication by Telnet can be handled by adding a local function such as addition of a script or a setting file. NE that does not allow communication by Telnet (for example, NE that only allows communication by NETCONF, NE that only allows communication by SNMP, NE that has API such as Java (registered trademark) RMI, JMS, etc., a unique format on TCP / IP For NEs that define and communicate rules, a new communication function for other protocols is newly designed, and for NEs such as communication processing for NEs that communicate with other protocols and command conversion processing on EMS. Logic needs to be added to all functional blocks and is locally There is a problem that it is not possible to achieve the EMS to manage the NE in the Do not function added.

本発明は、上記に鑑みてなされたものであり、様々な種類のネットワーク装置を管理でき、容易に拡張可能な装置管理システムを提供することを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to provide a device management system that can manage various types of network devices and can be easily expanded.

第1の本発明に係る装置管理システムは、ネットワーク装置に対するオペレーションを記載したオーダデータに従ってネットワーク装置を管理する装置管理システムであって、ネットワーク装置、通信手順、オペレーション毎に、前記ネットワーク装置が解釈できる通信内容のひな型であるテンプレートを蓄積した蓄積手段と、前記オーダデータを受信し、当該オーダデータに対応する前記テンプレートを前記蓄積手段から読み出し、当該オーダデータに記載された値を前記テンプレートに当てはめて通信データを生成し、前記ネットワーク装置の識別子、前記通信手順、前記通信データを記載したコマンドを送信する変換手段と、前記コマンドを受信し、当該コマンドに記載された前記通信手順に対応する通信モジュールを用いて、当該コマンドに記載された通信データに基づいて前記ネットワーク装置と通信する通信手段と、を有することを特徴とする。   A device management system according to a first aspect of the present invention is a device management system that manages a network device according to order data describing operations for the network device, and can be interpreted by the network device for each network device, communication procedure, and operation. A storage unit that stores a template that is a template of communication contents; and the order data is received, the template corresponding to the order data is read from the storage unit, and a value described in the order data is applied to the template. Conversion means for generating communication data and transmitting an identifier of the network device, the communication procedure, and a command describing the communication data, and a communication module that receives the command and corresponds to the communication procedure described in the command Use the And having a communication means for communicating with the network device based on the communication data according to command.

上記装置管理システムにおいて、通信モジュールの定義を格納した通信モジュール定義蓄積手段を有し、前記通信手段は、前記通信モジュール定義蓄積手段に格納された通信モジュールの定義を参照して前記通信モジュールを起動することを特徴とする。   The apparatus management system includes a communication module definition storage unit that stores a definition of a communication module, and the communication unit activates the communication module with reference to the definition of the communication module stored in the communication module definition storage unit It is characterized by doing.

第2の本発明に係る装置管理プログラムは、上記装置管理システムとしてコンピュータを機能させることを特徴とする。   A device management program according to a second aspect of the present invention causes a computer to function as the device management system.

本発明によれば、様々な種類のネットワーク装置を管理でき、容易に拡張可能な装置管理システムを提供することができる。   According to the present invention, it is possible to provide a device management system that can manage various types of network devices and can be easily expanded.

本実施の形態における装置管理システムの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the apparatus management system in this Embodiment. 装置Requestの例を示す図である。It is a figure which shows the example of apparatus Request. 装置構成データの例を示す図である。It is a figure which shows the example of apparatus structure data. 装置Requestと装置構成データから装置Commandテンプレートを特定する様子を示す説明図である。It is explanatory drawing which shows a mode that an apparatus Command template is specified from an apparatus Request and apparatus structure data. 装置Commandテンプレートの例を示す図である。It is a figure which shows the example of an apparatus Command template. 装置Commandテンプレートに装置Requestのパラメータ値を代入して通信データを生成する様子を示す説明図である。It is explanatory drawing which shows a mode that a communication data is produced | generated by substituting the parameter value of apparatus Request for an apparatus Command template. 通信手順がTELNETの装置Commandの例を示す図である。It is a figure which shows the example of the apparatus Command whose communication procedure is TELNET. 通信手順がNETCONFの装置Commandの例を示す図である。It is a figure which shows the example of the apparatus Command whose communication procedure is NETCONF. オーダデータを受信してネットワーク装置を設定する処理の流れを示すシーケンス図である。It is a sequence diagram which shows the flow of the process which receives order data and sets a network apparatus.

以下、本発明の実施の形態について図面を用いて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本実施の形態における装置管理システムの構成を示す機能ブロック図である。同図に示す装置管理システム1は、オーダ送信部10、変換機能部20、および通信機能部30を備える。装置管理システム1が備える各部は、演算処理装置、記憶装置等を備えたコンピュータにより構成して、各部の処理がプログラムによって実行されるものとしてもよい。このプログラムは装置管理システム1が備える記憶装置に記憶されており、磁気ディスク、光ディスク、半導体メモリ等の記録媒体に記録することも、ネットワークを通して提供することも可能である。以下、各部について説明する。   FIG. 1 is a functional block diagram showing the configuration of the device management system in the present embodiment. The apparatus management system 1 shown in FIG. 1 includes an order transmission unit 10, a conversion function unit 20, and a communication function unit 30. Each unit included in the device management system 1 may be configured by a computer including an arithmetic processing device, a storage device, and the like, and the processing of each unit may be executed by a program. This program is stored in a storage device included in the device management system 1, and can be recorded on a recording medium such as a magnetic disk, an optical disk, or a semiconductor memory, or provided through a network. Hereinafter, each part will be described.

オーダ送信部10は、オーダデータ受付部101、オーダデータ分割部102、装置Request生成部103、および装置Request送信部104を備える。オーダデータ受付部101は、オーダデータを受け付ける。オーダデータ分割部102は、オーダデータをネットワーク装置毎、オペレーション毎に分割する。装置Request生成部103は、分割されたオーダデータを装置Requestに変換する。装置Request送信部104は、装置Request生成部103が生成した装置Requestを変換機能部20に送信する。   The order transmitting unit 10 includes an order data receiving unit 101, an order data dividing unit 102, a device request generating unit 103, and a device request transmitting unit 104. The order data receiving unit 101 receives order data. The order data dividing unit 102 divides the order data for each network device and for each operation. The device request generation unit 103 converts the divided order data into a device request. The device request transmission unit 104 transmits the device request generated by the device request generation unit 103 to the conversion function unit 20.

オーダデータは、ネットワーク装置の識別子、ネットワーク装置に対するオペレーション内容、オペレーションに必要な情報を有している。オーダデータには、複数のネットワーク装置に対するオペレーションを有するものがあるので、オーダデータ分割部102は、オーダデータをネットワーク装置毎、オペレーション毎に分割する。   The order data includes an identifier of the network device, an operation content for the network device, and information necessary for the operation. Since some order data has operations for a plurality of network devices, the order data dividing unit 102 divides the order data for each network device and each operation.

装置Requestは、ネットワーク装置毎、オペレーション毎に分割したオーダデータを変換したものであり、パラメータ値を意味付けしたXML文書である。図2に装置Requestの例を示す。同図に示す装置Requestには、オーダ固有の識別子(ORDER_ID)、オペレーションの内容(OPERATION)、ネットワーク装置の識別子(NE_NAME)、物理インタフェース名(INTERFACE_NAME)、IPアドレス(IPADDR)、ネットマスク(NETMASK)、VLAN ID(VLAN_ID)が含まれる。これ以外の項目を含むものであってもよい。   The device Request is an XML document obtained by converting the order data divided for each network device and for each operation, and meaning a parameter value. FIG. 2 shows an example of an apparatus request. The device request shown in the figure includes an order-specific identifier (ORDER_ID), an operation content (OPERATION), a network device identifier (NE_NAME), a physical interface name (INTERFACE_NAME), an IP address (IPADDR), and a netmask (NETMASK). , VLAN ID (VLAN_ID) is included. Other items may be included.

1つの装置Requestは、1つのネットワーク装置への1つのオペレーションである。オペレーションは、論理的な1コマンドであり、例えば、インタフェースのIPアドレス設定などがある。   One device request is one operation to one network device. An operation is one logical command, for example, setting an IP address of an interface.

変換された装置Requestは変換機能部20に送信される。   The converted device request is transmitted to the conversion function unit 20.

変換機能部20は、装置構成データ蓄積部210、装置Commandテンプレート蓄積部220、および変換モジュール230を備える。   The conversion function unit 20 includes a device configuration data storage unit 210, a device command template storage unit 220, and a conversion module 230.

装置構成データ蓄積部210は、ネットワーク装置の識別子、装置Commandテンプレートの格納場所を示す情報、通信手順を有する装置構成データを格納する。   The device configuration data storage unit 210 stores an identifier of a network device, information indicating a storage location of a device command template, and device configuration data having a communication procedure.

装置Commandテンプレート蓄積部220は、ネットワーク装置、通信手順、オペレーション毎に、ネットワーク装置、通信手順、オーダに依存した通信データのひな型となる装置Commandテンプレートを格納する。   The device command template storage unit 220 stores a device command template that becomes a model of communication data depending on the network device, the communication procedure, and the order for each network device, communication procedure, and operation.

変換モジュール230は、装置Requestを受信する装置Request受信部231、装置Requestと装置Commandテンプレートから装置Commandの通信データを生成する変換パラメータ生成部232、生成された通信データを含む装置Commandを生成する装置Command生成部233、および生成された装置Commandを通信機能部30に送信する装置Command送信部234を備える。   The conversion module 230 includes a device request reception unit 231 that receives a device request, a conversion parameter generation unit 232 that generates communication data of the device command from the device request and the device command template, and a device that generates the device command including the generated communication data. A command generation unit 233 and a device command transmission unit 234 that transmits the generated device command to the communication function unit 30 are provided.

変換パラメータ生成部232は、装置構成データ蓄積部210を参照して受信した装置Requestに対応する装置Commandテンプレートの格納場所を取得し、装置Commandテンプレート蓄積部220から該当する装置Commandテンプレートを読み出して、装置Commandテンプレートにパラメータを当てはめて通信データを生成する。通信データは、対象のネットワーク装置が解釈できる通信内容のデータであり、ネットワーク装置、通信手順、オペレーション内容に依存する。   The conversion parameter generation unit 232 acquires the storage location of the device command template corresponding to the device request received with reference to the device configuration data storage unit 210, reads out the corresponding device command template from the device command template storage unit 220, and Communication data is generated by applying parameters to the device command template. The communication data is data of communication contents that can be interpreted by the target network device, and depends on the network device, the communication procedure, and the operation content.

図3に装置構成データの例を示す。同図には、"10.0.0.1" と "10.0.0.2" の2つのネットワーク装置の装置構成データが示されており、ネットワーク装置それぞれの装置Commandテンプレートの格納場所(TEMPLATE_SET)、通信手順(PROTOCOL)が記載されている。装置構成データを参照することで、受信した装置Requestに対応する装置Commandテンプレートを特定することができる。具体的には、図4に示すように、装置Requestのネットワーク装置の識別子をキーに装置構成データを取得し、装置構成データの装置Commandテンプレートの格納場所、通信手順、および装置Requestのオペレーション内容から該当する装置Commnadテンプレートのファイル名を特定することができる。   FIG. 3 shows an example of device configuration data. The figure shows the device configuration data for two network devices, "10.0.0.1" and "10.0.0.2". The storage location (TEMPLATE_SET) and communication procedure (PROTOCOL) of the device command template for each network device Is described. By referring to the device configuration data, the device command template corresponding to the received device request can be specified. Specifically, as shown in FIG. 4, the device configuration data is acquired using the identifier of the network device of the device request as a key, and the device command template storage location of the device configuration data, the communication procedure, and the operation content of the device request are used. It is possible to specify the file name of the corresponding device Commnad template.

図5に装置Commandテンプレートの例を示す。装置Commandテンプレートは、ネットワーク装置、通信手順、オーダ内容に依存した通信データのひな型となる情報である。装置Command中の<PARAMETER>〜</PARAMETER>にパラメータ値を代入して通信データが生成される。   FIG. 5 shows an example of an apparatus command template. The device command template is information serving as a model of communication data depending on the network device, communication procedure, and order contents. Communication data is generated by substituting parameter values into <PARAMETER> to </ PARAMETER> in the device command.

図6は、装置Commandテンプレートと装置Requestから通信データを生成する様子を示す説明図である。同図に示すように、装置Commandテンプレートの<PARAMETER>〜</PARAMETER>に装置Requestに記載されたパラメータ値が代入されて装置Commandの通信データが生成される。   FIG. 6 is an explanatory diagram illustrating a state in which communication data is generated from the device command template and the device request. As shown in the figure, communication data of the device command is generated by substituting the parameter values described in the device request into <PARAMETER> to </ PARAMETER> of the device command template.

図7,8に装置Commandの例を示す。図7は通信手順がTELNETの装置Commandの例であり、図8は通信手順がNETCONFの装置Commandの例である。いずれも同じオペレーション内容であるが、通信手順の違いにより送受信されるデータが異なるので、通信データも異なっている。また、オペレーション内容、通信手順が同じ場合でも、ネットワーク装置のベンダが異なるとネットワーク装置の設定方法も変わる場合があり、通信データも異なるものとなる。   7 and 8 show examples of the device command. FIG. 7 shows an example of an apparatus command whose communication procedure is TELNET, and FIG. 8 shows an example of an apparatus command whose communication procedure is NETCONF. All have the same operation content, but the data to be transmitted / received differs depending on the communication procedure, so the communication data also differs. Even if the operation contents and the communication procedure are the same, if the network device vendors are different, the setting method of the network device may be changed, and the communication data will be different.

なお、変換モジュール230は、動的に変換ロジックを追加変更することができる。   Note that the conversion module 230 can dynamically add and change the conversion logic.

通信機能部30は、通信モジュール管理部310、モジュール定義蓄積部320、通信モジュールローダ321、セッション管理部330を備える。通信機能部30は、装置Commandを受信し、装置Commandに記載された通信手順に対応する通信モジュールを起動し、その通信モジュールを用いて装置Commandに記載された通信データに基づいてネットワーク装置と通信し、ネットワーク装置の設定を行う。通信機能部30中には、通信手順が異なる複数の通信モジュールが共存可能である。図1では、通信モジュールの例としてTELNET通信モジュール311、NETCONF通信モジュール312を記載している。   The communication function unit 30 includes a communication module management unit 310, a module definition storage unit 320, a communication module loader 321, and a session management unit 330. The communication function unit 30 receives the device command, activates a communication module corresponding to the communication procedure described in the device command, and communicates with the network device based on the communication data described in the device command using the communication module. And configure the network device. In the communication function unit 30, a plurality of communication modules having different communication procedures can coexist. In FIG. 1, a TELNET communication module 311 and a NETCONF communication module 312 are shown as examples of the communication module.

通信モジュール管理部310は、装置Commandを受信し、受信した装置Commandに記載された通信手順に対応する通信モジュールを識別し、その通信モジュールに装置Commandを渡す。通信モジュールは、装置Commandの通信データをネットワーク装置へ送信する。装置Commandの通信データは、装置Commandに記載された通信手順に応じた形式で記載されている。TELNET通信モジュール311はTELNETを用いて、NETCONF通信モジュール312はNETCONFを用いて通信データを送信する。各通信手順に依存するデータ、例えばTELNETアカウント、パスワードなどは、各通信モジュールが動的に取得する。   The communication module management unit 310 receives the device command, identifies a communication module corresponding to the communication procedure described in the received device command, and passes the device command to the communication module. The communication module transmits communication data of the device Command to the network device. Communication data of the device command is described in a format corresponding to the communication procedure described in the device command. The TELNET communication module 311 transmits communication data using TELNET, and the NETCONF communication module 312 transmits communication data using NETCONF. Each communication module dynamically acquires data depending on each communication procedure, such as a TELNET account and a password.

通信モジュールは、通信手順毎に存在し、通信モジュールローダ321により起動される。ネットワーク装置のベンダが異なる場合でも、同じ通信手順を用いる場合は、同じ通信モジュールを用いる。新たな通信方式に対応する通信モジュールを利用するときは、モジュール定義蓄積部320にその通信モジュールの定義を格納することで、通信モジュールローダ321によりその通信モジュールが起動される。他の通信モジュールが動作中であっても、モジュール定義蓄積部320に通信モジュールの定義を格納することで、異なる通信モジュールを動的に、つまり、装置管理システム1の再起動など装置管理システム1を停止させることなく追加できる。   A communication module exists for each communication procedure and is activated by the communication module loader 321. Even when network device vendors are different, the same communication module is used when the same communication procedure is used. When using a communication module corresponding to a new communication method, the communication module loader 321 starts the communication module by storing the definition of the communication module in the module definition storage unit 320. Even when other communication modules are operating, by storing the communication module definitions in the module definition storage unit 320, different communication modules can be dynamically changed, that is, the device management system 1 such as restarting the device management system 1. Can be added without stopping.

各通信モジュールとネットワーク装置との間のセッションは、セッション管理部330により管理される。   A session between each communication module and the network device is managed by the session management unit 330.

次に、オーダデータを受信してネットワーク装置を設定する処理について説明する。   Next, processing for receiving order data and setting a network device will be described.

図9は、本実施の形態における装置管理システムがオーダデータを受信してネットワーク装置を設定する処理の流れを示すシーケンス図である。   FIG. 9 is a sequence diagram showing a flow of processing in which the device management system according to the present embodiment receives order data and sets a network device.

オーダ送信部10は、オーダデータを受信すると(ステップS101)、受信したオーダデータを分割し(ステップS102)、装置Requestを生成し(ステップS103)、生成した装置Requestを変換機能部20に送信する(ステップS104)。   Upon receiving the order data (step S101), the order transmitting unit 10 divides the received order data (step S102), generates a device request (step S103), and transmits the generated device request to the conversion function unit 20. (Step S104).

変換機能部20は、装置Requestを受信すると(ステップS105)、装置構成データ、装置Commandテンプレートを参照して装置Commandを生成し(ステップS106,S107)、生成した装置Commandを通信機能部30に送信する(ステップS108)。   Upon receiving the device request (step S105), the conversion function unit 20 generates a device command with reference to the device configuration data and the device command template (steps S106 and S107), and transmits the generated device command to the communication function unit 30. (Step S108).

通信機能部30は、装置Commandを受信すると、装置Commandに記載された通信手順に対応する通信モジュールを起動する(ステップS109)。通信モジュールは、装置Commandの通信データに従ってネットワーク装置と通信し、ネットワーク装置を設定する(ステップS110)。通信モジュールとネットワーク装置間のセッションはセッション管理部330が管理する(ステップS111)。   Upon receiving the device command, the communication function unit 30 activates a communication module corresponding to the communication procedure described in the device command (step S109). The communication module communicates with the network device according to the communication data of the device command, and sets the network device (step S110). The session management unit 330 manages the session between the communication module and the network device (step S111).

以上説明したように、本実施の形態によれば、変換機能部20がオーダデータを変換した装置Requestから装置Commandテンプレートを用いてネットワーク装置、通信手順に依存する通信データを生成し、生成した通信データ、ネットワーク装置の識別子、通信手順を含む装置Commandを通信機能部30に送信し、通信機能部30が、受信した装置Commandに記載された通信手順に対応する通信モジュールを用いて装置Commnadの通信データに従ってネットワーク装置と通信し、ネットワーク装置を設定することで、同一の通信手順で通信するネットワーク装置を共通の通信モジュールを用いて設定することができるので、類似処理の重複開発が削減され、開発量の削減、開発期間の短縮、ソフトウェアの版数管理といった開発の手間を抑制することができる。   As described above, according to this embodiment, the conversion function unit 20 generates communication data depending on the network device and the communication procedure from the device request converted from the order data using the device command template, and the generated communication. A device command including data, an identifier of a network device, and a communication procedure is transmitted to the communication function unit 30, and the communication function unit 30 communicates with the device Command using a communication module corresponding to the communication procedure described in the received device command. By communicating with the network device according to the data and setting the network device, it is possible to set the network device that communicates with the same communication procedure using a common communication module, thus reducing duplicate development of similar processing and developing Reduce volume, shorten development time, software version It is possible to suppress the effort of development, such as management.

また、本実施の形態によれば、上記のように、変換機能部20と通信機能部30を明示的に分割し、ネットワーク装置の機種や通信手順に依存しない装置Commandを用いることで、変換処理、通信処理を個別に開発することが可能となり、装置管理システム1へ新規の通信手順や新規の変換ロジックを追加するときも開発部位を局所化することができる。   Further, according to the present embodiment, as described above, the conversion function unit 20 and the communication function unit 30 are explicitly divided, and the conversion process is performed by using the device command that does not depend on the model of the network device or the communication procedure. The communication processing can be individually developed, and the development site can be localized even when a new communication procedure or a new conversion logic is added to the device management system 1.

本実施の形態によれば、通信モジュールローダ321がモジュール定義蓄積部320に蓄積された通信モジュールの定義を参照して通信モジュールを起動することにより、新たな通信手順に対応する通信モジュールの定義をモジュール定義蓄積部320に格納することで、通信機能部30は、新たな通信手順に対応することが可能となる。また、他の通信モジュールが動作継続中であっても、動的に異なる通信モジュールを追加できる。   According to this embodiment, the communication module loader 321 refers to the definition of the communication module stored in the module definition storage unit 320 and activates the communication module, thereby defining the communication module corresponding to the new communication procedure. By storing in the module definition storage unit 320, the communication function unit 30 can cope with a new communication procedure. Further, even when other communication modules are continuing to operate, different communication modules can be dynamically added.

1…装置管理システム
10…オーダ送信部
101…オーダデータ受付部
102…オーダデータ分割部
103…生成部
104…送信部
20…変換機能部
210…装置構成データ蓄積部
220…テンプレート蓄積部
230…変換モジュール
231…受信部
232…変換パラメータ生成部
233…生成部
234…送信部
30…通信機能部
310…通信モジュール管理部
311…TELNET通信モジュール
312…NETCONF通信モジュール
320…モジュール定義蓄積部
321…通信モジュールローダ
330…セッション管理部
DESCRIPTION OF SYMBOLS 1 ... Apparatus management system 10 ... Order transmission part 101 ... Order data reception part 102 ... Order data division part 103 ... Generation part 104 ... Transmission part 20 ... Conversion function part 210 ... Apparatus structure data storage part 220 ... Template storage part 230 ... Conversion Module 231 ... Reception unit 232 ... Conversion parameter generation unit 233 ... Generation unit 234 ... Transmission unit 30 ... Communication function unit 310 ... Communication module management unit 311 ... TELNET communication module 312 ... NETCONF communication module 320 ... Module definition storage unit 321 ... Communication module Loader 330 ... Session management section

Claims (3)

ネットワーク装置に対するオペレーションを記載したオーダデータに従ってネットワーク装置を管理する装置管理システムであって、
ネットワーク装置、通信手順、オペレーション毎に、前記ネットワーク装置が解釈できる通信内容のひな型であるテンプレートを蓄積した蓄積手段と、
前記オーダデータを受信し、当該オーダデータに対応する前記テンプレートを前記蓄積手段から読み出し、当該オーダデータに記載された値を前記テンプレートに当てはめて通信データを生成し、前記ネットワーク装置の識別子、前記通信手順、前記通信データを記載したコマンドを送信する変換手段と、
前記コマンドを受信し、当該コマンドに記載された前記通信手順に対応する通信モジュールを用いて、当該コマンドに記載された通信データに基づいて前記ネットワーク装置と通信する通信手段と、
を有することを特徴とする装置管理システム。
A device management system for managing a network device according to order data describing operations for the network device,
Storage means for storing templates that are templates of communication contents that can be interpreted by the network device for each network device, communication procedure, and operation;
The order data is received, the template corresponding to the order data is read from the storage means, communication data is generated by applying the value described in the order data to the template, the identifier of the network device, the communication Conversion means for transmitting a command describing the procedure and the communication data; and
Communication means for receiving the command and communicating with the network device based on communication data described in the command using a communication module corresponding to the communication procedure described in the command;
A device management system comprising:
通信モジュールの定義を格納した通信モジュール定義蓄積手段を有し、
前記通信手段は、前記通信モジュール定義蓄積手段に格納された通信モジュールの定義を参照して前記通信モジュールを起動することを特徴とする請求項1記載の装置管理システム。
Communication module definition storage means for storing communication module definitions;
2. The apparatus management system according to claim 1, wherein the communication unit activates the communication module with reference to the definition of the communication module stored in the communication module definition storage unit.
請求項1又は2に記載の装置管理システムとしてコンピュータを機能させることを特徴とする装置管理プログラム。   A device management program for causing a computer to function as the device management system according to claim 1.
JP2010195793A 2010-09-01 2010-09-01 Device management system and device management program Active JP5309101B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010195793A JP5309101B2 (en) 2010-09-01 2010-09-01 Device management system and device management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010195793A JP5309101B2 (en) 2010-09-01 2010-09-01 Device management system and device management program

Publications (2)

Publication Number Publication Date
JP2012053667A JP2012053667A (en) 2012-03-15
JP5309101B2 true JP5309101B2 (en) 2013-10-09

Family

ID=45906912

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010195793A Active JP5309101B2 (en) 2010-09-01 2010-09-01 Device management system and device management program

Country Status (1)

Country Link
JP (1) JP5309101B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7386609B2 (en) * 2003-02-20 2008-06-10 International Business Machines Corporation Method, system, and program for managing devices in a network
JP2006309642A (en) * 2005-05-02 2006-11-09 Kyocera Mita Corp Protocol conversion device and protocol conversion program
WO2009063555A1 (en) * 2007-11-13 2009-05-22 Fujitsu Limited Control proxy device, control proxy method and control proxy program

Also Published As

Publication number Publication date
JP2012053667A (en) 2012-03-15

Similar Documents

Publication Publication Date Title
EP3620920B1 (en) Dynamic intent assurance and programmability in computer networks
CN111596921B (en) Support for compilation and extensibility of a graph-based unified intent model
WO2018006381A1 (en) Network resource management method, apparatus and system
JP4851595B2 (en) Method for logical deployment, undeployment, and monitoring of a target IP network
US20080141350A1 (en) Authentication for computer system management
US8359390B2 (en) Method and system for provisioning services on a communication network
CN112020844A (en) System, function and interface for interconnected multi-domain network fragmentation control and management
WO2017198003A1 (en) Service processing method and system
CN101227470B (en) System and method of business management
CN111865662B (en) Network equipment configuration method and system
US20070288512A1 (en) Resource management program, resource management process, and resource management apparatus
JP3204187B2 (en) Management information communication method in a communication system, exchange, and recording medium storing conversion program for management information communication
JP2003258799A (en) Operation support system
Römer et al. Leveraging eclipse iot in the arrowhead framework
WO2019062634A1 (en) Communication method and apparatus
CN100411355C (en) Information service hierarchy inheritance relation realizing method in network management interface
JP5309101B2 (en) Device management system and device management program
AU2002352217B2 (en) Method for operating a communications network
US20220030096A1 (en) Systems and methods for managing devices using dynamically configurable device and protocols definitions
KR20150088462A (en) Method for linking network device in cloud environment and apparatus therefor
Cisco CNS Flow-Through Provisioning
EP2749007B1 (en) Managed object manipulation
WO2010048793A1 (en) Method for transmitting information with standard communication interface
JP4696045B2 (en) Method and system for displaying information to NMS users
US20030163556A1 (en) Management apparatus, interconnecting device, communication system, program and management method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121002

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130529

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130625

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130701

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5309101

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350