WO2008022590A1 - Method, device and system for managing object instances - Google Patents

Method, device and system for managing object instances Download PDF

Info

Publication number
WO2008022590A1
WO2008022590A1 PCT/CN2007/070485 CN2007070485W WO2008022590A1 WO 2008022590 A1 WO2008022590 A1 WO 2008022590A1 CN 2007070485 W CN2007070485 W CN 2007070485W WO 2008022590 A1 WO2008022590 A1 WO 2008022590A1
Authority
WO
WIPO (PCT)
Prior art keywords
identifier
instance
object instance
managed
index
Prior art date
Application number
PCT/CN2007/070485
Other languages
English (en)
French (fr)
Inventor
Dongqi Wang
Original Assignee
Huawei Technologies Co., Ltd.
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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Priority to ES07800961.0T priority Critical patent/ES2545266T3/es
Priority to EP07800961.0A priority patent/EP2068496B1/en
Publication of WO2008022590A1 publication Critical patent/WO2008022590A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0233Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/32Specific management aspects for broadband networks

Definitions

  • the present invention relates to the field of network communications, and in particular, to a method, apparatus, and system for managing an object instance.
  • the forum defines different data models for different types of CPEs (eg, set-top box STB, home gateway HGW, IP telephony VoIP, etc.), which is a collection of CPE related parameters.
  • CPEs eg, set-top box STB, home gateway HGW, IP telephony VoIP, etc.
  • TR-069 uses a tree structure to describe the basic information of the CPE, and the HGW defined in TR-069 (Home Gateway)
  • the InterGatewayDevice in Figure 2 is the root node, which has multiple intermediate nodes and parameters below it.
  • Devicelnfo, Layer3Forwording (only two intermediate nodes are shown in Figure 2).
  • the two intermediate nodes can contain multiple intermediate nodes or parameters.
  • the Devicelnfor node contains the Manufacturer parameter.
  • the Layser3Forwarding node contains two instances of Forwarding, including the DefaultConne ctionService and ForwardNumberOffintries. The instance numbers given to them are 1 and 2 respectively (the instance number of TR-069 is represented by an integer).
  • the Forwarding node under Layer3 Forwarding is ⁇ objects, and Forwarding.1 and Forwardin g.2 are two instances of the Forwarding object. These two instances are distinguished by accessing the instance number.
  • the Manufacturer parameter under DeviceInfo the path to access it is:
  • PRC method ⁇ set the ObjectName parameter to 'IntemetGatewayDevice.Layer2Forwarding. Forwarding.' generates an instance of the object. The allocation of the instance number is determined by the CPE.
  • the RPC method is used to create an instance of the InternetGatewayDevice.Layer2Forwarding.Forwarding object. Since the instance numbers are respectively allocated by two different CPEs, the instance numbers returned by the two different CPEs may be different, although they are for the same object instance. The instance number returned by the CPE may be 1, and the instance number returned by another CPE may be 2.
  • the instances created by different CPEs are as follows:
  • a management device in a network comprising:
  • an index identifier obtaining module configured to acquire index identifier information corresponding to an object instance on the managed device managed by the management device;
  • the index identification application module is configured to carry the index identification information acquired by the index identifier obtaining module in a related message of the object instance corresponding to the index identifier sent to the managed device.
  • a managed device in a network comprising: [35] a corresponding relationship storage module of the instance identifier and the index identifier, configured to save the instance identifier of the object instance created by the managed device and the correspondence relationship information of the identifier of the cable I;
  • the cable I identification query module is configured to receive the relevant message of the object instance carrying the identification information of the cable arch I
  • the corresponding relationship information saved in the module is saved according to the identification information of the instance ID and the identifier of the cable I, and the object instance information corresponding to the identifier of the cable is obtained.
  • a system for managing object instances including:
  • a management device configured to acquire index identification information of an object instance on the managed device managed by the management device, and carry the identifier information corresponding to the identifier of the cable I sent to the managed device In the related message of the object instance;
  • the managed device configured to save the corresponding relationship between the instance identifier of the object instance created by the managed device and the identifier of the cable I; after receiving the related message sent by the management device, according to the saved correspondence, Obtaining an object instance corresponding to the index identifier information carried in the related message, and then performing a corresponding action on the object instance according to the content of the message.
  • a method of managing an object instance comprising:
  • the management device obtains index identification information for an object instance on the managed device it manages
  • the management device uses the index identification information corresponding to the object instance in the related message of the object instance, and sends the related message to the managed device.
  • the present invention maintains an object instance in a managed device (for example, a CPE) by using an index identifier in a network management device (for example, A CS) to distinguish different object instances. Correspondence with the index identifier.
  • a managed device for example, a CPE
  • a CS network management device
  • This enables batch configuration or access to object instances of managed devices (such as CPE) using uniform commands. It effectively solves the problem that the instance identifiers of the same object instance in the prior art are inconsistent in different managed devices (such as CPE), thereby causing only a single managed device (such as CPE) to be configured separately.
  • Figure 1 is a schematic diagram of the automatic configuration management model defined by the DSL Forum
  • FIG. 2 is a schematic structural diagram of an HGW data model 1.0 defined in the prior art TR-069;
  • FIG. 3 is a schematic structural diagram of an embodiment of an ACS according to the present invention.
  • FIG. 4 is a schematic structural diagram of an embodiment of a CPE according to the present invention
  • FIG. 5 is a flowchart of a specific process of an embodiment of the method according to the present invention
  • FIG. 6 is a schematic structural diagram of a CPE data model according to the present invention.
  • FIG. 7 is a schematic structural diagram of a correspondence table between an object instance and an index identifier maintained on each CPE according to the present invention.
  • the present invention provides a method, apparatus, and system for managing an object instance.
  • the present invention uses an index identifier in a network management device (for example, an ACS) to distinguish different object instances and send them to the managed device under the management device.
  • the corresponding message of the various object instances of the management device (for example, the CPE) carries the corresponding index identifier, and the correspondence between the instance identifier of the object instance and the identifier of the identifier is maintained in the managed device.
  • the present invention will be described in detail below with reference to the accompanying drawings.
  • the method, device and system of the present invention are suitable for remote management of dynamic instances defined in related standards defined by a DSL forum (for example, TR-069), to TR-06
  • the device of the present invention includes: a management device and a managed device.
  • FIG. 3 The structure of the embodiment of the management device of the present invention is as shown in FIG. 3, and includes the following modules:
  • the index identifier allocation module is configured to allocate a corresponding index identifier to each object instance managed by the management device, and transmit the assigned relationship information of the identifier and the object instance to the cable identification identifier acquisition module.
  • the index identifier may be customized by the manufacturer, or may be uniformly defined by the standard organization, and the correspondence information between the index identifier and the object instance may also be saved on other background devices. Therefore, this module is optional.
  • the index identifier obtaining module is configured to obtain index identifier information of the object instance, and the management device indexes the object instance on the managed device managed by the management device according to the index identifier information.
  • the above management equipment is generally ACS.
  • the management device may obtain the index identification information corresponding to the object instance by querying the foregoing index identifier allocation module or the background device that saves the corresponding relationship information between the index identifier and the object instance.
  • the index identification application module is configured to: after the management device sends a corresponding message of the object instance to the managed device (for example, the CPE), according to the identifier information of the object identifier obtained by the object instance obtained by the acquisition module, The index identification information is carried in the corresponding message.
  • the managed device for example, the CPE
  • the corresponding message includes: AddObject (add a concrete instance of an object) method, DeleteObject (delete a concrete instance of an object) method, GetParameterValues (get one of a specific instance of an object or Method for multiple parameters) Method, GetParameterNames (Get the name of one or more parameters of a concrete instance of an object) Method and SetParameterValues (Set information for one or more parameters of a concrete instance of an object) Method, etc.
  • AddObject add a concrete instance of an object
  • DeleteObject delete a concrete instance of an object
  • GetParameterValues get one of a specific instance of an object or Method for multiple parameters
  • GetParameterNames Get the name of one or more parameters of a concrete instance of an object
  • SetParameterValues Set information for one or more parameters of a concrete instance of an object
  • FIG. 4 The structure of the managed device of the present invention is as shown in FIG. 4, and includes the following modules:
  • the correspondence between the object instance and the index identifier is saved by the module: the correspondence between the index identifier and the instance identifier of each object instance created by the managed device (for example, CPE) is saved in the form of the corresponding table,
  • the corresponding table can contain two columns, one column corresponding index identifier, and the other column gives the instance identifier of the object instance corresponding to the index identifier.
  • the index identifier query module after receiving the corresponding message of the object instance carrying the index identifier delivered by the management device, obtaining the index identifier information carried in the corresponding message, and querying the query object instance according to the index identifier Corresponding relationship between the identifiers of the cable I saves the corresponding relationship information saved in the module, and acquires object instance information corresponding to the identifier of the cable.
  • the system for managing an object instance according to the present invention mainly includes:
  • the management device is configured to: obtain index identification information corresponding to the object instance on the managed device managed by the management device; and carry the identifier information of the cable to the identifier of the cable I sent to the managed device. In the related message of the object instance;
  • managed device a corresponding relationship between the instance identifier and the index identifier of the object instance created by the managed device; after receiving the related message sent by the management device, according to the saved correspondence
  • the management device is the ACS defined in the DSL forum, and the managed device is the CP defined in the DSL forum.
  • Step 5-1 In the tree structure of the data model of the CPE, different index identifiers are used. To correspond to different object instances.
  • the structure of the CPE data model in the TR-069 of the present invention is as shown in FIG. 6.
  • the structure of the CPE data model is similar to the structure of the data model used in the existing TR-069, and is also a tree type. structure.
  • the root in Figure 6 above is the root node, and all paths must start with the root node.
  • Objects are allowed under the root node, for example, objects OA and OB, and ⁇ * ⁇ after the object name indicates how much the object is allowed.
  • Common parameters are allowed under the root node and object.
  • the parameter PA in Figure 6 is a parameter under the root node root.
  • the parameters PB and PCs PD are parameters under the object OA
  • the parameters PE and PF are parameters under the object OB.
  • an index identifier is used to uniquely identify an object instance, and the index identifier has a one-to-one correspondence with the object instance.
  • the index identifier can be defined by the ACS, or it can be customized by the manufacturer or can be uniformly defined by the standard organization.
  • the cable I of one example of the object OA in Fig. 6 above may be set as 'IPTVConnection'.
  • the index identifier 'IPTVConnection' can uniquely identify an instance of the object OA.
  • Step 5-2 The corresponding message of the object instance sent to the CPE in the ACS carries the index of the object corresponding to the object instance.
  • the ACS can manage each object instance according to the identifier of the cable, and carry various objects in corresponding messages sent by the ACS to various object instances of the CPE.
  • the index identifier corresponding to the instance.
  • the management of object instances includes: creation, deletion, and access, query, and modification of object instances' parameter collections. The following is a detailed introduction to these operations.
  • a message sent to the CPE under the ACS to create or delete an object instance must contain a tag I uniquely identifying the target object instance.
  • the RPC method can be used by the ACS to create a new instance of an object that takes the path name of the object collection of the new instance to be created as a parameter.
  • the path name parameter ObjectName can be: Top.Gr O U p.Obje C t.
  • the instance ID is not included, that is, the instance ID is assigned by the CPE.
  • the RPC method can be used by the ACS to delete an already created instance of an object.
  • This method takes the path name of the object collection of the created instance as a parameter.
  • the pathname argument may ObjectName: Top.Group.Obj eC t.2.
  • the instance ID is included the instance ID.
  • the present invention expands the ObjectName parameter in the above AddObject method and DeleteObject as follows, and Table 1 below is an explanatory table of the expanded ObjectName parameter. [77] Table 1: Description table of the expanded ObjectName parameter
  • the ACS may send a message carrying the above ObjectName parameter corresponding to the AddObject method to each CPE that needs to configure the above instance.
  • the ACS may send a message carrying the above ObjectName parameter corresponding to the DeleteObject method to each CPE that needs to delete the above instance.
  • the ACS can also perform various management on the parameters of the object instance.
  • ' ⁇ ⁇ ' is used to distinguish intermediate nodes and index identifiers, and can also be distinguished in other ways.
  • the RPC method is used to get the value of a parameter of one or more objects.
  • these RPC methods The processing of the instance identification (instance number) is represented numerically.
  • Step 5-3 Maintaining the correspondence between the instance identifier of the object instance and the identifier of the target I on each CPE, and searching for the corresponding identifier according to the index identifier carried in the corresponding message sent by the ACS. Object instance.
  • the correspondence table contains two columns, one column corresponding index identifier, and the other column gives the instance identifier corresponding to the index identifier.
  • the cable bow I identified as the IPTVConnection cable
  • the CPE After the CPE receives the message carrying the specified index identifier corresponding to the AddObject method delivered by the ACS, the CPE adds an instance identifier to the created instance, and adds a corresponding entry to the corresponding table.
  • the entry includes the index identifier specified above and the assigned instance ID.
  • the CPE After the CPE receives the message carrying the specified index identifier corresponding to the DeleteObject method delivered by the ACS, the CPE searches for the corresponding object instance according to the specified index identifier in the corresponding table, and deletes the corresponding object instance. After the corresponding object instance, in the above correspondence table, the entry corresponding to the specified index identifier and the deleted instance identifier is deleted.
  • the CPE After the CPE receives the message carrying the specified index identifier corresponding to the GetParameterValues, GetParameterNames, and SetParam eterValues methods sent by the ACS, the CPE searches for the corresponding object instance according to the specified index identifier in the corresponding table, and according to the The indication of the message performs the corresponding operation on the object instance.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

说明书 对对象实例进行管理的方法、 装置和系统
[1] 技术领域
[2] 本发明涉及网络通信领域, 尤其涉及一种对对象实例进行管理的方法、 装置和 系统。
[3] 背景技术
[4] 随着网络技术的发展和网络应用的不断深入, 网络的复杂性也在不断增加, 对 网络设备管理的要求也日益增加。 网络的复杂性常常导致被管理设备在网络中 被分散地分布, 管理这样分散的被管理设备必须依靠网络设备管理系统。
[5] DSL (Digital Subscriber
Line, 数字用户线) 论坛是一个标准组织, 它制定了相应标准, 用于远程对 CPE
(Customer Premises
Equipment, 用户驻地设备) 进行自动配置, 并提供相应的管理功能。
[6] DSL论坛定义的自动配置管理模型如图 1所示。 SHAPE \* MERGEFORMAT 在图 1中, 家庭或企业内部的 IP设备称之为 CPE, ACS (Auto-configuration Server, 自动配置服务器) 在不需要用户参与的情况下对 CPE进行远程自动配置
[7] DSL
论坛给不同类型的 CPE (例如机顶盒 STB、 家庭网关 HGW、 IP电话 VoIP等) 定 义了不同的数据模型, 该数据模型是 CPE相关参数的集合。
[8] TR-069
是现有技术中一种 DSL论坛标准, TR-069用一个树状的结构来描述 CPE的基本信 息, TR-069中定义的 HGW (Home Gateway
, 家乡网关) 数据模型 1.0的结构如图 2所示。 下面详细描述图 2所示的数据模型
[9] 图 2中的 InterGatewayDevice是 root (根) 节点, 它下面有多个中间节点和参数
, 例如 Devicelnfo、 Layer3Forwording (图 2中只画出了这两个中间节点) 等。 这 两个中间节点的下面又可以包含多个中间节点或者参数, 例如 Devicelnfor节点下 面又包含了 Manufacturer参数; Layser3Forwarding节点下面除了包含 DefaultConne ctionService和 ForwardNumberOffintries夕卜, 还包含了 Forwarding的两个实例, CP E分配给它们的实例号分别为 1和 2 (TR-069的实例号是用一个整数表示的) 。
[10] TR069
称 Layer3 Forwarding下面的 Forwarding节点是 ^ ^个对象, Forwarding.1和 Forwardin g.2是 Forwarding对象的两个实例, 这两个实例在访问吋用实例号来进行区分。
[11] TR069
是釆用该参数或节点对应的从根到该参数或节点的路径来唯一标识一个参数或 者中间节点的。 下面举几个例子来说明:
[12] 1、 对于普通参数的访问, 将从 root幵始到该参数所在层次所有节点 (包括该参 数自己) 的名字相连, 中间用'. '来隔幵来形成访问该参数的路径。
[13] 例如 Devicelnfo下面的 Manufacturer参数, 访问它的路径是:
[ 14] InternetGatewayDevice.Devicelnfo.Mananufacturer
[15] 2、 对于对象的某个动态实例下面参数的访问, 则需要在该动态实例对应的节 点后面加上一个实例号后缀, 并且中间用'. '分割幵来来形成访问该参数的路径。
[16] 例如, 对实例 InternetGatewayDevice.Layer2Forwarding.Forwarding的实例号为 1 的实例下面的一个参数 SourcelPAddress进行访问, 访问它的路径为:
[17] InternetGatewayDevice.Layer2Forwarding.Forwarding.1.SourcelPAddress
[18] 对实例 InternetGatewayDevice.Layer2Forwarding.Forwarding的实例号为 2的实例 下面的一个参数 SourcelPAddress进行访问, 那么访问它的路径为:
[19] InternetGatewayDevice.Layer2Forwarding.Forwarding.2.SourceIP Address
[20] 对于动态实例的增加和删除, 则可以通过 TR-069提供的 AddObject和 DeleteObje ct的 RPC (Remote Procedure
Call, 远程过程调用协议) 方法来增加或者删除对象实例。
[21] 例如, 要给图 2所示的 CPE的数据模型中的 InternetGatewayDevice丄 ayer2Forwar ding.Forwarding对象增加一个实例, 在调用 AddObject
PRC方法吋, 将 ObjectName参数设置为 'IntemetGatewayDevice.Layer2Forwarding. Forwarding.'即生成该对象的一个实例。 而实例号的分配由 CPE决定。
[22] 而在删除对象的实例吋, 则需要在对象名后面加上该实例的实例号。 例如, 要 删除 InternetGatewayDevice丄 ayer2Forwarding.Forwarding.2这个实例, 则在调用 D eleteObject的 RPC方法吋, 将 ObjectName参数设置为 'InternetGatewayDevice丄 ayer 2Forwarding.Forwarding.2.' , 即将该对象的实例号为 2的实例删除。
[23] 在实现本发明的过程中, 发明人发现上述现有技术中对对象实例进行管理的方 法的缺点为:
[24] 例如, 当 ACS需要分别调用两个不同 CPE的 AddObject
RPC方法来创建 InternetGatewayDevice.Layer2Forwarding.Forwarding对象的实例 , 由于实例号是分别由两个不同 CPE来分配的, 尽管是针对同一对象实例, 则两 个不同 CPE返回的实例号可能是不一样的, 一台 CPE返回的实例号可能是 1, 另 外一台 CPE返回的实例号则可能是 2。 不同 CPE创建的实例分别如下所示:
[25] InternetGatewayDevice.Layer2Forwarding.Forwarding.1
[26] InternetGatewayDevice.Layer2Forwarding.Forwarding.2。
[27] 因此, 当需要通过 TR-069对一批 CPE的同一对象实例进行配置吋, 由于存在同 一对象实例的实例标识在不同 CPE不一致的问题, 即各个 CPE返回的实例对应的 标识 (即实例号) 可能不一样, 这就需要 TR-069—个个地依次访问各个 CPE, 依 次对各个 CPE进行配置, 导致配置过程复杂。
[28] 发明内容
[29] 本发明的目的是提供一种对对象实例进行管理的方法、 装置和系统, 从而可以 对被管理设备的对象实例进行批量配置或者访问。
[30] 本发明的目的是通过以下技术方案实现的:
[31] 一种网络中的管理设备, 包括:
[32] 索引标识获取模块, 用于获取管理设备所管理的被管理设备上的对象实例对应 的索引标识信息;
[33] 索引标识应用模块, 用于将索引标识获取模块所获取的索引标识信息, 携带在 向被管理设备发送的所述索引标识对应的对象实例的相关消息中。
[34] 一种网络中的被管理设备, 包括: [35] 实例标识和索引标识的对应关系保存模块, 用于保存被管理设备创建的对象实 例的实例标识和索弓 I标识的对应关系信息;
[36] 索弓 I标识査询模块, 用于在接收到携带索弓 I标识信息的对象实例的相关消息后
, 根据所述索弓 I标识信息査询实例标识和索弓 I标识的对应关系保存模块中保存 的对应关系信息, 获取所述索弓 I标识对应的对象实例信息。
[37] 一种对对象实例进行管理的系统, 包括:
[38] 管理设备, 用于获取管理设备所管理的被管理设备上的对象实例的索引标识信 息; 将所述索弓 I标识信息携带在向被管理设备发送的所述索弓 I标识对应的对象 实例的相关消息中;
[39] 被管理设备, 用于保存被管理设备创建的对象实例的实例标识和索弓 I标识的对 应关系; 在接收到管理设备发送的所述相关消息后, 根据所述保存的对应关系 , 获取所述相关消息中携带的索引标识信息对应的对象实例, 然后根据所述消 息的内容对该对象实例执行相应的动作。
[40] 一种对对象实例进行管理的方法, 包括:
[41] 管理设备获取用于其所管理的被管理设备上的对象实例的索引标识信息;
[42] 管理设备在所述对象实例的相关消息中使用该对象实例对应的所述索引标识信 息, 并向被管理设备发送该相关消息。
[43] 由上述本发明提供的技术方案可以看出, 本发明通过在网络管理设备 (例如 A CS) 中使用索引标识来区分不同的对象实例, 在被管理设备 (例如 CPE) 中维 护对象实例和索引标识之间的对应关系。 从而可以实现使用统一的命令, 对被 管理设备 (例如 CPE) 的对象实例进行批量配置或者访问。 有效地解决了现有技 术中同一对象实例的实例标识在不同被管理设备 (例如 CPE) 中不一致, 从而导 致只能依次对单个被管理设备 (例如 CPE) 分别进行配置的问题。
[44] 附图说明
[45] 图 1为 DSL论坛定义的自动配置管理模型示意图;
[46] 图 2为现有技术的 TR-069中定义的 HGW数据模型 1.0的结构示意图;
[47] 图 3为本发明所述 ACS的实施例的结构示意图;
[48] 图 4为本发明所述 CPE的实施例的结构示意图; [49] 图 5为本发明所述方法的实施例的具体处理流程图;
[50] 图 6为本发明所述的 CPE数据模型的结构示意图;
[51] 图 7为本发明所述在各个 CPE上维护的对象实例和索引标识之间的对应表的结 构示意图。
[52] 具体实施方式
[53] 本发明提供了一种对对象实例进行管理的方法、 装置和系统, 本发明在网络管 理设备 (例如 ACS) 中使用索引标识来区分不同的对象实例, 并在管理设备下发 给被管理设备 (例如 CPE) 的各种对象实例的相应消息中携带对应的索引标识, 在被管理设备中维护对象实例的实例标识和索弓 I标识之间的对应关系。
[54] 下面结合附图来详细描述本发明, 本发明所述方法、 装置和系统适用于对 DSL 论坛定义的相关标准 (例如 TR-069) 中定义的动态实例进行远程管理, 以 TR-06 9为例, 本发明所述装置包括: 管理设备和被管理设备。
[55] 本发明所述管理设备的实施例的结构如图 3所示, 包括如下模块:
[56] 索引标识分配模块: 用于给管理设备管理的各个对象实例分配对应的索引标识 , 并将分配的索弓 I标识和对象实例的对应关系信息传递给索弓 I标识获取模块。 在实际应用中, 索引标识有可能是厂家自定义的, 也有可能是标准组织统一规 定好的, 索引标识和对象实例的对应关系信息也可以保存在其它后台设备上。 因此, 该模块是可选的。
[57] 索引标识获取模块: 用于获取对象实例的索引标识信息, 管理设备根据该索引 标识信息来索引其所管理的被管理设备上的对象实例。 在 DSL论坛中, 上述管理 设备一般为 ACS。 在实际应用中, 管理设备可以通过査询上述索引标识分配模块 或者上述保存索引标识和对象实例的对应关系信息的后台设备来获取对象实例 对应的索引标识信息。
[58] 索引标识应用模块: 用于在管理设备向被管理设备 (例如 CPE) 发送对象实例 的相应消息吋, 根据索弓 I标识获取模块所获取的该对象实例对应的索弓 I标识信 息, 将该索引标识信息携带在所述相应消息中。 所述相应消息包括: AddObject (增加某个对象的一个具体实例) 方法、 DeleteObject (删除某个对象的一个具 体实例) 方法、 GetParameterValues (获得某个对象的一个具体实例的一个或者 多个参数的信息) 方法、 GetParameterNames (获得某个对象的一个具体实例的 一个或者多个参数的名称) 方法和 SetParameterValues (设置某个对象的一个具 体实例的一个或者多个参数的信息) 方法等方法对应的消息。
[59] 本发明所述被管理设备的实施例的结构如图 4所示, 包括如下模块:
[60] 对象实例和索引标识之间的对应关系保存模块: 用于釆用对应表等形式保存索 引标识和被管理设备 (例如 CPE) 创建的各个对象实例的实例标识之间的对应关 系, 上述对应表可以包含两列, 一列对应索引标识, 另一列给出了索引标识对 应的对象实例的实例标识。
[61] 索引标识査询模块: 用于接收到的管理设备下发的携带索引标识的对象实例的 相应消息后, 获取该相应消息中携带的索引标识信息, 根据该索引标识査询对 象实例和索弓 I标识之间的对应关系保存模块中保存的对应关系信息, 获取所述 索弓 I标识对应的对象实例信息。
[62] 本发明所述对对象实例进行管理的系统, 主要包括:
[63] 管理设备: 用于获取管理设备所管理的被管理设备上的对象实例对应的索引标 识信息; 将所述索弓 I标识信息携带在向被管理设备发送的所述索弓 I标识对应的 对象实例的相关消息中;
[64] 被管理设备: 用于保存被管理设备创建的对象实例的实例标识和索引标识的对 应关系; 在接收到管理设备发送的所述相关消息后, 根据所述保存的对应关系
, 获取所述相关消息中携带的索引标识信息对应的对象实例信息, 然后根据所 述消息的内容对该对象实例执行相应的动作。
[65] 以管理设备为在 DSL论坛中定义的 ACS、 被管理设备为在 DSL论坛中定义的 CP
E为例, 本发明所述方法的实施例的具体处理流程如图 5所示, 包括如下步骤: [66] 步骤 5-1、 在 CPE的数据模型的树型结构中, 使用不同的索引标识来对应不同的 对象实例。
[67] 本发明所述的 TR-069中的 CPE数据模型的结构如图 6所示, 该 CPE数据模型的 结构同现有 TR-069所釆用的数据模型的结构类似, 也是一个树型结构。
[68] 上述图 6中的 root为根节点, 所有的路径必须以该根节点为开始。 该根节点之下 允许有对象, 例如, 对象 OA和 OB , 对象名称后面加上 {*}表示允许该对象有多 个实例。 根节点和对象下允许有普通参数, 例如, 图 6中的参数 PA是根节点 root 下的参数。 参数 PB、 PCs PD是对象 OA下的参数, 参数 PE、 PF是对象 OB下的参 数。
[69] 在本发明中, 在 ACS对图 6所示的 CPE数据模型进行管理吋, 使用索引标识来 唯一标识某个对象实例, 该索引标识和对象实例一一对应。 在实际应用中, 该 索引标识可以是 ACS定义, 也可能是厂家自定义的或者能是标准组织统一规定好 的。
[70] 例如, 可以设定上述图 6中的对象 OA的一个实例的索弓 I标识为 'IPTVConnection'
, 因此, 索引标识 'IPTVConnection'可以唯一地标识对象 OA的一个实例。
[71] 步骤 5-2、 在 ACS下发给 CPE的对象实例的相应消息中携带该对象实例对应的索 引标识。
[72] 在使用了索引标识来区分各个对象实例后, ACS就可以根据索弓 I标识对各个对 象实例进行管理, 并在 ACS下发给 CPE的各种对象实例的相应消息中携带各种对 象实例对应的索引标识。 对对象实例的管理包括: 对象实例的创建、 删除以及 对对象实例的参数集合的访问、 査询和修改等, 下面对这些操作做详细的介绍
[73] 在本发明中, 在 ACS下发给 CPE的创建或删除一个对象实例的消息中必须包含 唯一标识该目标对象实例的索弓 I标识。
[74] TR-069的 AddObject
RPC方法可以被 ACS用来创建一个对象的新实例, 这个方法使用要创建的新实例 的对象集合的路径名作为参数。 例如, 该路径名参数 ObjectName可以为: Top.Gr OUp.ObjeCt。 在这个参数里是不包含实例标识的, 即实例标识由 CPE分配的。
[75] 而 TR-069的 DeleteObject
RPC方法可以被 ACS用来删除一个对象的已经创建的实例。 这个方法要使用该已 经创建的实例的对象集合的路径名作为参数。 例如, 该路径名参数 ObjectName 可以为: Top.Group.ObjeCt.2。 在这个参数里是包含实例标识的。
[76] 本发明对上述 AddObject方法和 DeleteObject中的 ObjectName参数做如下扩充, 下述表 1为扩充后的 ObjectName参数的说明表。 [77] 表 1 : 扩充后的 ObjectName参数的说明表
[78]
Figure imgf000010_0001
[79] 例如, 当 ACS需要在图 6所示的 OA上创建一个索弓 I标识为 'IPTVConnection'实例
, 则在 AddObject方法中的 ObjectName参数的值为:
[80] ObjectName = 'root.OA. { IPTVConnection } . '
[81] 然后, ACS可以向各个需要配置上述实例的 CPE发送 AddObject方法对应的携带 上述 ObjectName参数的消息。
[82] 当要删除上述创建的索弓 I标识为 'IPTVConnection'的实例, 则在 DeleteObject方 法中的 ObjectName参数的值为:
[83] ObjectName = 'root.OA. { IPTVConnection } . '
[84] 然后, ACS可以向各个需要删除上述实例的 CPE发送 DeleteObject方法对应的携 带上述 ObjectName参数的消息。
[85] 根据上述对象实例对应的索弓 I标识, ACS还可以对对象实例的参数进行各种管 理。
[86] 例如, 对上述对象 OA的索弓 I标识为 'IPTVConnection'的实例的参数 PB进行访问 吋, 则可以使用下述路径:
[87] root. OA. { IPTVConnection } .PB
。 这里的 '{ }'用于区分中间节点和索引标识, 也可以用其它的方式进行区分。
[88] TR-069的 GetParameterValuse/SetParameterValues
RPC方法用来获取一个或者多个对象的参数的值。 在现有技术中, 这些 RPC方法 对实例标识 (实例号) 的处理用数字的方式来表示。
[89] 例如, 对 InternetGatewayDevice.Layer2Forwarding.Forwarding.的实例标识为 2的 参数 SourcelPAddress进行访问, 则使用下述路径:
[90] InternetGatewayDevice.Layer2Forwarding.Forwarding.2.SourceIP Address
[91] 而在本发明中, 如果上述实例标识对应的索引标识为 'IPTVConnecton' , 则使用 下述路径:
[92] InternetGatewayDevice.Layer2Forwarding.Forwarding. { IPTVConnection } .SourcelP Address。
[93] 由于索引标识和对象实例是一一对应的, 因此, 可以保证访问的参数集合的正 确性。
[94] 步骤 5-3、 在各个 CPE上维护对象实例的实例标识和索弓 I标识之间的对应关系, 并根据 ACS下发的各种对象实例的相应消息中携带的索引标识査找对应的对象实 例。
[95] 在各个 CPE上需要存储和管理上述对象实例的实例标识和索弓 I标识之间的对应 关系, 以保证各个 CPE能正确地进行相应对象实例或参数集合上的操作。
[96] 在各个 CPE上可以维护一个对象实例的实例标识和索弓 I标识之间的对应表, 以 图 2的 TR069的数据模型为例, 该对应表的结构如图 7所示。
[97] 从图 7可以看出, 该对应表包含有两列, 一列对应索引标识, 另一列给出了索 引标识对应的实例标识。
[98] 索弓 I标识为 IPTVConnection的索弓 |指向了对象实例: IntenetGatewayDevice丄 aye r3Forwording.Forwarding.1;
[99] 索弓 I标识为 STBConnection的索弓 |则指向了对象实例: InternetGatewayDevice.La yer3Forwording.Forwarding.2o
[100] 当 CPE接收到了 ACS下发的 AddObject方法对应的携带了指定的索引标识的消息 后, 则 CPE在给创建的实例分配了实例标识后, 在上述对应表中增加一个对应的 条目, 该条目包括上述指定的索引标识和分配的实例标识。
[101] 当 CPE接收到了 ACS下发的 DeleteObject方法对应的携带了指定的索引标识的消 息后, 则 CPE在上述对应表中根据指定的索引标识査找对应的对象实例, 在删除 了相应的对象实例后, 同吋, 在上述对应表中将上述指定的索引标识和删除的 实例标识对应的条目进行删除。
[102] 当 CPE接收到了 ACS下发的 GetParameterValues、 GetParameterNames和 SetParam eterValues方法对应的携带了指定的索引标识的消息后, 则 CPE在上述对应表中 根据指定的索引标识査找对应的对象实例, 并根据消息的指示对该对象实例进 行相应的操作。
[103] 以上所述, 仅为本发明较佳的具体实施方式, 但本发明的保护范围并不局限于 此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易想到 的变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护范围 应该以权利要求的保护范围为准。

Claims

权利要求书
[1] 1、 一种网络中的管理设备, 其特征在于, 包括:
索弓 I标识获取模块, 用于获取管理设备所管理的被管理设备上的对象实例 对应的索引标识信息;
索引标识应用模块, 用于将索引标识获取模块所获取的索引标识信息, 携 带在向被管理设备发送的所述索引标识对应的对象实例的相关消息中。
[2] 2、 根据权利要求 1所述的管理设备, 其特征在于, 所述管理设备还包括: 索弓 I标识分配模块, 用于给管理设备管理的各个对象实例分配对应的索弓 I 标识, 并将分配的索弓 I标识和对象实例的对应关系信息传递给索弓 I标识获 取模块。
[3] 3、 一种网络中的被管理设备, 其特征在于, 包括:
实例标识和索引标识的对应关系保存模块, 用于保存被管理设备创建的对 象实例的实例标识和索弓 I标识的对应关系信息;
索弓 I标识査询模块, 用于在接收到携带索弓 I标识信息的对象实例的相关消 息后, 根据所述索弓 I标识信息査询实例标识和索弓 I标识的对应关系保存模 块中保存的对应关系信息, 获取所述索引标识对应的对象实例信息。
[4] 4、 一种对对象实例进行管理的系统, 其特征在于, 包括:
管理设备, 用于获取管理设备所管理的被管理设备上的对象实例的索引标 识信息; 将所述索弓 I标识信息携带在向被管理设备发送的所述索弓 I标识对 应的对象实例的相关消息中;
被管理设备, 用于保存被管理设备创建的对象实例的实例标识和索弓 I标识 的对应关系; 在接收到管理设备发送的所述相关消息后, 根据所述保存的 对应关系, 获取所述相关消息中携带的索引标识信息对应的对象实例, 然 后根据所述消息的内容对该对象实例执行相应的动作。
[5] 5、 一种对对象实例进行管理的方法, 其特征在于, 包括:
获取需管理的被管理设备上的对象实例的索引标识信息;
在所述对象实例的相关消息中使用该对象实例对应的所述索引标识信息, 并向被管理设备发送该相关消息。
[6] 6、 根据权利要求 5所述的对对象实例进行管理的方法, 其特征在于, 所述 的方法还包括:
给需管理的各个对象实例分配对应的索弓 I标识, 该索弓 I标识和对象实例一 一对应。
[7] 7、 根据权利要求 6所述的对对象实例进行管理的方法, 其特征在于, 所述 方法还包括:
所述被管理设备接收到所述相关消息后, 根据其保存的索引标识和对象实 例的实例标识的对应关系信息, 获取所述索弓 I标识对应的对象实例信息, 并根据所述相关消息的指示进行相应的处理。
[8] 8、 根据权利要求 7所述的对对象实例进行管理的方法, 其特征在于, 所述 的方法还包括:
在被管理设备中保存和管理被管理设备创建的对象实例的实例标识和索引 标识的对应关系信息。
[9] 9、 根据权利要求 8所述的对对象实例进行管理的方法, 其特征在于, 所述 的被管理设备根据所述相关消息的指示进行相应的处理的过程, 具体包括 管理设备向被管理设备下发携带了指定的索引标识信息的增加某个对象的 一个具体实例方法对应的消息; 被管理设备接收到该消息后, 在给创建的 对象实例分配了实例标识后, 将所述索弓 I标识和所述实例标识的对应关系 进行保存。
[10] 10、 根据权利要求 8所述的对对象实例进行管理的方法, 其特征在于, 所述 的被管理设备根据所述相关消息的指示进行相应的处理的过程, 具体包括 管理设备向被管理设备下发携带了指定的索引标识信息的删除某个对象的 一个具体实例方法对应的消息; 被管理设备接收到该消息后, 删除所述索 引标识对应的对象实例, 并且, 删除其保存的所述索引标识和所述对象实 例的实例标识之间的对应关系。
[11] 11、 根据权利要求 8所述的对对象实例进行管理的方法, 其特征在于, 所述 的被管理设备根据所述相关消息的指示进行相应的处理的过程, 具体包括 管理设备向被管理设备下发携带了指定的索引标识信息的获得某个对象的 一个具体实例的一个或者多个参数的信息方法或获得某个对象的一个具体 实例的一个或者多个参数的名称方法或设置某个对象的一个具体实例的一 个或者多个参数的信息方法对应的消息;
被管理设备接收到所述消息后, 根据其保存的索弓 I标识和对象实例的实例 标识之间的对应关系信息, 获取所述索引标识对应的对象实例信息, 并根 据所述消息的指示进行相应的处理。
[12] 12、 根据权利要求 5至 11任一项所述的对对象实例进行管理的方法, 其特征 在于, 所述的方法适用于对数字用户线 DSL论坛中定义的动态实例进行管 理。
PCT/CN2007/070485 2006-08-15 2007-08-15 Method, device and system for managing object instances WO2008022590A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
ES07800961.0T ES2545266T3 (es) 2006-08-15 2007-08-15 Método y sistema para gestionar instancias de objetos
EP07800961.0A EP2068496B1 (en) 2006-08-15 2007-08-15 Method and system for managing object instances

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200610112147.5A CN101127630B (zh) 2006-08-15 2006-08-15 对对象实例进行管理的方法、装置和系统
CN200610112147.5 2006-08-15

Publications (1)

Publication Number Publication Date
WO2008022590A1 true WO2008022590A1 (en) 2008-02-28

Family

ID=39095562

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/070485 WO2008022590A1 (en) 2006-08-15 2007-08-15 Method, device and system for managing object instances

Country Status (4)

Country Link
EP (2) EP2068496B1 (zh)
CN (1) CN101127630B (zh)
ES (1) ES2545266T3 (zh)
WO (1) WO2008022590A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2134032A1 (en) 2008-06-11 2009-12-16 Huawei Technologies Co., Ltd. Method, system and device for managing customer premises equipment
EP2360869A1 (en) * 2008-12-15 2011-08-24 Huawei Device Co., Ltd. Method and apparatus for managing object instance alias
EP2372950A4 (en) * 2008-12-16 2014-08-13 Huawei Device Co Ltd METHOD, DEVICE AND PROCESSING SYSTEM FOR OBTAINING AND REPORTING INFORMATION FROM AN INSTANCE IDENTIFIER

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103686668B (zh) * 2012-09-20 2017-12-05 中兴通讯股份有限公司 数据更新方法、系统和设备
CN103116606A (zh) * 2013-01-17 2013-05-22 上海斐讯数据通信技术有限公司 一种数据存储结构
CN104253702B (zh) * 2013-06-27 2018-03-09 华为软件技术有限公司 一种终端管理方法和系统
CN105323085A (zh) * 2014-07-10 2016-02-10 中兴通讯股份有限公司 创建性能测量任务、性能测量结果的处理方法及装置
US10754494B2 (en) * 2015-06-23 2020-08-25 Dell Products, L.P. Method and control system providing one-click commissioning and push updates to distributed, large-scale information handling system (LIHS)
CN107800564B (zh) * 2017-08-29 2023-10-13 京信网络系统股份有限公司 一种网络设备管理方法、系统和计算机可读取介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1458761A (zh) * 2002-05-15 2003-11-26 华为技术有限公司 一种宽带网络接入方法
US6694304B1 (en) * 2000-02-17 2004-02-17 Cisco Technology System and method for retrieving network management table entries
CN1705279A (zh) * 2004-05-27 2005-12-07 华为技术有限公司 网管系统中面向对象的信息管理方法
US20060117323A1 (en) * 2004-11-17 2006-06-01 Kendall Jerry T Method, system and computer program product for controlling objects on a computer system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1313262A1 (en) * 2002-07-30 2003-05-21 Agilent Technologies Inc. a Delaware Corporation Integrating different naming conventions into a network management system
CN1527537A (zh) * 2003-03-03 2004-09-08 ��Ϊ�������޹�˾ 一种对网络管理系统对象进行管理的方法
US7586901B2 (en) * 2003-10-17 2009-09-08 International Business Machines Corporation Data instance routing with configurable user profile
KR100624477B1 (ko) * 2005-02-01 2006-09-20 삼성전자주식회사 대표구현객체를 이용한 형상 관리 시스템 및 그 방법
CN100366000C (zh) * 2005-12-19 2008-01-30 北京交通大学 一种基于SNMP的IPv6传感器网络节点管理方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6694304B1 (en) * 2000-02-17 2004-02-17 Cisco Technology System and method for retrieving network management table entries
CN1458761A (zh) * 2002-05-15 2003-11-26 华为技术有限公司 一种宽带网络接入方法
CN1705279A (zh) * 2004-05-27 2005-12-07 华为技术有限公司 网管系统中面向对象的信息管理方法
US20060117323A1 (en) * 2004-11-17 2006-06-01 Kendall Jerry T Method, system and computer program product for controlling objects on a computer system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2068496A4 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2134032A1 (en) 2008-06-11 2009-12-16 Huawei Technologies Co., Ltd. Method, system and device for managing customer premises equipment
US8434096B2 (en) 2008-06-11 2013-04-30 Huawei Device Co., Ltd Method, system and device for managing customer premises equipment
EP2360869A1 (en) * 2008-12-15 2011-08-24 Huawei Device Co., Ltd. Method and apparatus for managing object instance alias
EP2360869A4 (en) * 2008-12-15 2012-08-22 Huawei Device Co Ltd METHOD AND APPARATUS FOR MANAGING ALIAS OF OBJECT INSTANCES
US8387068B2 (en) 2008-12-15 2013-02-26 Huawei Device Co., Ltd. Method and device for managing object instance label
EP2372950A4 (en) * 2008-12-16 2014-08-13 Huawei Device Co Ltd METHOD, DEVICE AND PROCESSING SYSTEM FOR OBTAINING AND REPORTING INFORMATION FROM AN INSTANCE IDENTIFIER

Also Published As

Publication number Publication date
CN101127630A (zh) 2008-02-20
EP2866382B1 (en) 2018-05-30
ES2545266T3 (es) 2015-09-09
EP2068496A1 (en) 2009-06-10
EP2866382A1 (en) 2015-04-29
CN101127630B (zh) 2017-04-12
EP2068496B1 (en) 2015-05-27
EP2068496A4 (en) 2009-11-25

Similar Documents

Publication Publication Date Title
WO2008022590A1 (en) Method, device and system for managing object instances
US8085808B2 (en) Automatic configuration of network devices for network services
CN109995641B (zh) 一种信息处理方法、计算节点和存储介质
US10880196B2 (en) Bi-directional speed test method and system for customer premises equipment (CPE) devices
US20030033379A1 (en) Intelligent central directory for soft configuration of IP services
US8762584B2 (en) System and method for automatic provisioning of onsite networking services
WO2008128480A1 (en) A device, system and method for automatically configuring application terminals in home network
CN101193125A (zh) 一种用户驻地设备配置管理方法及装置
KR20030058396A (ko) 이동 통신 단말기와 이를 이용한 네트웍 접속 시스템 및그 방법
WO2010060351A1 (zh) 设备管理服务器、客户端及目标操作对象定位方法
CN101146047A (zh) 一种路由模式下控制上网终端数量的方法、系统和网关
CN101483543A (zh) 网络管理方法与系统、终端与自动配置服务器
CN103138978A (zh) 网络管理方法及系统
US8387068B2 (en) Method and device for managing object instance label
CN103166984B (zh) 对网络视频监控设备控件进行控制及自动更新的系统、方法
CN116760822A (zh) 一种物联网设备文件传输方法、系统及装置
JP2007128331A (ja) ネットワーク接続機器の自動生成機構
CN101848110A (zh) 一种tr069网络管理方法和设备
CN101599865A (zh) 一种基于唯一公网ip地址的集群网络的管理方法
CA2987316A1 (en) Local object instance discovery for metric collection on network elements
CN103414713A (zh) 一种访问云端媒体资源的方法、装置和dlna设备
WO2016184227A1 (zh) Onu模板生成方法及装置
CN1317858C (zh) 在通信网络中管理对象的方法及其实现装置
CN114338383B (zh) 一种视频设备简化配置方法及系统
KR100372522B1 (ko) 에이젼트 관리 객체 정보의 공유방법

Legal Events

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

Ref document number: 07800961

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

WWE Wipo information: entry into national phase

Ref document number: 2007800961

Country of ref document: EP