WO2010069226A1 - 管理对象实例别名的方法和设备 - Google Patents

管理对象实例别名的方法和设备 Download PDF

Info

Publication number
WO2010069226A1
WO2010069226A1 PCT/CN2009/075286 CN2009075286W WO2010069226A1 WO 2010069226 A1 WO2010069226 A1 WO 2010069226A1 CN 2009075286 W CN2009075286 W CN 2009075286W WO 2010069226 A1 WO2010069226 A1 WO 2010069226A1
Authority
WO
WIPO (PCT)
Prior art keywords
object instance
alias
instance
message
deleting
Prior art date
Application number
PCT/CN2009/075286
Other languages
English (en)
French (fr)
Inventor
吴黄伟
方平
朱萸
张钦亮
Original Assignee
深圳华为通信技术有限公司
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 深圳华为通信技术有限公司 filed Critical 深圳华为通信技术有限公司
Priority to EP09832908A priority Critical patent/EP2360869A4/en
Publication of WO2010069226A1 publication Critical patent/WO2010069226A1/zh
Priority to US13/161,178 priority patent/US8387068B2/en

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]

Definitions

  • the present invention relates to network management technologies, and in particular, to a method and device for managing object instance aliases. Background technique
  • TR-069 is a DSL (Digital Subscriber Line) forum standard. It uses a tree structure to describe the basic information of CPE.
  • the HGW (Home Gate Way) data model defined in TR-069 is 1.0. The structure is shown in Figure 1. The data model shown in Fig. 1 is described in detail below.
  • the InterGatewayDevice in Figure 1 is the root node. It has multiple intermediate nodes and parameters below it, such as DeviceInfo and Layer2Forwording (only the two intermediate nodes are shown in Figure 1).
  • the two intermediate nodes can contain multiple intermediate nodes or parameters.
  • the Devicelnfor node contains the Manufacturer parameter.
  • the Layer2Forwarding node contains the DefaultConnectionService and the ForwardNumberOfEntries. It also contains two instances of Forwarding.
  • the CPE is assigned to Their instance numbers are 1 and 2, respectively. TR069 claims that the Forwarding node under Layer2Forwarding is an object, and Forwarding.1 and Forwarding.2 are two instances of the Forwarding object. These two instances are distinguished by the instance number when accessing.
  • TR069 uniquely identifies a parameter or intermediate node by using the path from the root to the parameter/node corresponding to the parameter/node. For example, for access to common parameters, the names of all nodes (including the parameter itself) from the root to the level of the parameter are connected, separated by ".”.
  • the path to the Manufacturer parameter under Devicelnfo is: InternetGatewayDevice .Devicelnfo .
  • the ACS Auto-configuration Server
  • the instance number is assigned by two different CPEs, respectively.
  • the instance numbers returned by two different CPEs may be different.
  • the instance number returned by one CPE may be 1, and the instance number returned by another CPE may be 2.
  • the instances created by different CPEs are as follows:
  • TR-069 needs to access a single CPE one by one, and then configure a single CPE in turn, and cannot use the same command to perform batch configuration or access to the same object instance of a batch of CPEs by using the same command.
  • the embodiment of the present invention provides a method for managing an object instance, which can solve the problem that the prior art cannot uniformly configure the same object instance in different CPEs.
  • a method for associating an object instance alias including:
  • the message includes an object instance and a corresponding alias; and the alias is associated with the object instance according to the message, and the alias is used to identify the object instance.
  • the object instance is created according to the message, and the alias is associated, and the alias is used to identify the object instance.
  • a method for deleting an object instance alias including:
  • An embodiment of the present invention further provides an apparatus for managing an object instance alias, including:
  • a receiving unit configured to receive a message of an associated object instance alias, where the message includes an object instance and a corresponding alias;
  • a processing unit configured to associate the alias with the object instance according to the message, where the alias is used to identify the object instance.
  • a receiving unit configured to receive a message of an associated object instance alias, where the message includes a path parameter of the object instance to be created and a corresponding alias parameter;
  • An apparatus for managing an object instance alias includes:
  • a receiving unit configured to receive a message for deleting an object instance alias, where the message includes an object instance name or an object instance alias to be deleted, the object instance name includes an object instance path and an instance number
  • a processing unit is configured to: An object instance corresponding to the alias or the object instance name in the message, and deleting the object instance and the alias and an alias corresponding to all the child object instances under the object instance.
  • the method and device for managing an object instance alias provided by the embodiment of the present invention can be implemented as existing or new by including an object instance or a corresponding alias, or an object instance path parameter or a corresponding alias parameter, which needs to be managed in the message.
  • the object instance associated with the object instance alias, the deleted object instance alias, and the association between the object instance and the object instance alias are implemented, and the unified management of the object instance is implemented, so that the instance with the same function under different CPEs can be performed according to the object instance alias. Batch configuration. DRAWINGS
  • Figure 1 shows the structure of the HGW data model 1.0 defined in TR-069
  • FIG. 2 is a flowchart of a method for associating an object instance alias according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of an apparatus for managing an object instance alias according to an embodiment of the present invention. detailed description
  • the object instance alias and the corresponding object instance correspond to one line record in the "object instance alias and object instance number correspondence table".
  • the present invention is not limited thereto, and the correspondence between the object instance alias and the corresponding object instance can also be embodied in different ways.
  • the following embodiments are based on the structure of the HGW data model 1.0 defined in TR-069 shown in Fig. 1.
  • Embodiment 1 As shown in FIG. 2, a method for associating an object instance alias includes:
  • the management device generates an object instance alias, where the object instance alias is used to identify a corresponding object instance.
  • the management device here can be ACS. Specifically, for example, the management device generates an object instance alias "IPTVConnection", which is used to identify an instance with the instance number 2 under the object "Forwarding" as shown in FIG.
  • the managed device receives the request message of the associated object instance alias.
  • the managed device here can be a CPE. After receiving the request message, the CPE determines the corresponding object instance 2 according to the object instance alias "IPTVConnection".
  • IPTVConnection does not exist in "Object Instance Alias and Object Instance Number Correspondence Table", then as shown in Table 2, "Object Instance Alias and Objects” Add a record to the instance number corresponding to the table. As you can see from the table, the object instance alias and the object instance - corresponding.
  • the object instance alias and the object instance number correspondence table may also be as shown in Table 3.
  • Table 3 contains the object instance alias and the object instance number field.
  • object instance alias and object instance number correspondence table can be implemented in either of Table 2 or Table 3.
  • the managed device returns a message that the associated object instance alias is successful.
  • the present invention is not limited to this, in the process of associating the object instance alias, after the CPE receives the AddLabeltoinstance RPC, if
  • the "InternetGatewayDevice.Layer2Forwarding.Forwarding.2" object is a real 1* column, and "IPTVConnection" is already present in the "Object Instance Alias and Object Instance Number Correspondence Table”.
  • CPE has two ways of handling: Method 1: The CPE will return a failure. The reason for the failure is "The object instance alias has been used.”
  • This embodiment creates an object instance and associates the corresponding alias.
  • the ACS uses the AddObject RPC method of TR-069 to create a new instance of an object, which uses the path name of the object collection of the new object instance as a parameter. For example, set the pathname parameter ObjectName to:
  • the instance number is not included in this parameter, that is, the instance number is assigned by the CPE.
  • the CPE executes the AddObject, the instance number that is not assigned is 2, then the ACS can access the instance by the following name: InternetGatewayDevice.Layer2Forwarding.Forwarding.2
  • This parameter is related to the existing AddObject of BBF TR-069.
  • the ObjectName parameter definition is the same.
  • Label string ( 256 ) Represents the object instance alias specified for the new object instance.
  • the request message includes the path parameter "InternetGatewayDevice.Layer2Forwarding.Forwarding.” of the object instance to be generated and the corresponding other parameter "IPTVConnection". Among them, "IPTVConnection" is used to identify the object instance to be generated.
  • the CPE After receiving the AddObjectwithLabel RPC, the CPE generates the object instance and the alias according to the request message, and determines a correspondence between the instance and the alias. Specifically, the CPE adds an object instance and assigns an instance number to the newly added object instance. The following is divided into two different cases. After the CPE receives the AddObjectwithLabel RPC, if the "object instance alias and the object instance number correspond to the table" If there is no alias for "IPTVConnection", an instance will be added, an instance number will be assigned to the instance, and a record related to the "IPTVConnection" alias will be added to the "object instance alias and object instance number correspondence table". As shown in Table 2, the corresponding record is added to "IPTVConnection" in Table 2. If the assigned instance number is 2, the corresponding object instance field value is:
  • an object instance with the same function on different CPEs can be configured as the same object instance alias, so that object instances with the same functions on different CPEs can be uniformly configured according to the object instance alias.
  • Embodiments of the present invention enable binding of object instances having the same functionality under multiple different CPEs under the same object instance alias.
  • This embodiment is a method for deleting an object instance alias.
  • Object instance aliases can be deleted by adding RPC.
  • the new RPC name can be DeleteObjectwithLabel.
  • the parameter expansion of the RPC is shown in Table 5.
  • the ACS wants to delete the instance alias "IPTVConnection", so the alias parameter "IPTVConnection" to be deleted is included in the request message.
  • ⁇ No CPE has an object instance number and an object instance alias as shown in Table 3.
  • This embodiment is a method for deleting an object instance alias.
  • the "object instance alias and object instance number correspondence table” is implemented by the method of Table 2, and as shown in Table 2, the "IPTVConnection" object instance alias already exists. If the ACS wants to delete the object instance corresponding to "IPTVConnection", Obj ectName is represented by the object instance number.
  • the ObjectName is: InternetGatewayDevice.Layer2Forwarding.Forwarding.2. , ⁇ When the CPE receives the ACS DeleteObject RPC, it will take the object instance. InternetGatewayDevice.Layer2Forwarding.Forwarding.2.
  • InternetGatewayDevice.Layer2Forwarding.Forwarding.2. In addition, and will be in addition to "object instance alias and object instance number correspondence table"
  • This embodiment is a scheme for deleting an object instance alias, and deleting the corresponding object instance when deleting the object instance alias.
  • the object instance alias can be deleted by adding RPC.
  • the newly added RPC name can be DeleteLabel.
  • the parameter expansion of the RPC is shown in Table 6. Table 6 Parameter expansion of DeleteLabel The following two cases are analyzed.
  • the CPE When the CPE receives the DeleteLabel RPC of the ACS, it deletes the record corresponding to the alias "IPTVConnection" in the "Object Instance Alias and Object Instance Number Correspondence Table", and will take the object instance.
  • the CPE When the CPE receives the DeleteLabel RPC of the ACS, it deletes the record corresponding to the alias "IPTVConnection" in the "Object Instance Alias and Object Instance Number Correspondence Table", and will take the object instance.
  • Embodiment 6 can implement the deletion of the object alias, and can also delete the corresponding object instance in batch by deleting an instance alias.
  • the solution of this embodiment is: Add an RPC, and delete the existing object instance alias by the RPC.
  • the CPE After receiving the DelLabeltoinstance RPC, the CPE deletes the mapping between the object instance alias and the object instance. Specifically, the record corresponding to "IPTVConnection" in the "object instance alias and object instance number correspondence table" is deleted, but the object instance corresponding to "IPTVConnection” is not deleted, thereby canceling the relationship between the alias "IPTVConnection” and instance 2. .
  • the above method can unbind the object instance alias from the object instance, so that the binding between the same object instance alias and the object instance with the same function under different CPEs can be released in batches.
  • the embodiment of the present invention can also perform an instance of different CPEs by using an object instance alias. -operating.
  • the instances created by different CPEs for the IPTV service are as follows:
  • CPEA InternetGatewayDevice.Layer2Forwarding.Forwarding.1
  • the object instance aliases for both instances are "IPTVConnection".
  • ⁇ ⁇ symbol is used to distinguish object instance aliases, and can also be represented by other symbols.
  • the present invention is not limited to the above embodiment, and the purpose of acquiring or setting parameters of an object instance can be realized by adding an RPC.
  • Embodiments of the present invention implement new object instances and aliases, or delete object instances or aliases by adding or modifying RPCs, specifying object instance aliases in RPC, or specifying relationships between object instance aliases and object instances, or
  • the object instance alias is specified for the existing object instance, so that the present invention can implement unified configuration of the object instance with the same function according to the object instance alias, and achieve fast and effective operation.
  • the embodiment of the present invention can combine the original TR069 standard, improve the scheme of associating, generating, and deleting the object instance alias, realize the functions of uniformly acquiring or setting the parameters of the object instance, and also provide the newly added RPC implementation association or release. The ability to bind a object instance alias to an object instance.
  • an embodiment of the present invention further provides an apparatus for managing an object instance alias, including: a receiving unit 301, configured to receive a message of an associated object instance alias, where the message includes an object instance and a corresponding alias;
  • the processing unit 302 is configured to associate the alias with the object instance according to the message, where the alias is used to identify the object instance.
  • the present invention further provides another apparatus for managing an object instance alias, including:
  • a receiving unit configured to receive a message of an associated object instance alias, where the message includes a path parameter of the object instance to be created and a corresponding alias parameter;
  • a processing unit configured to create the object instance according to the message, and associate the alias, where the alias is used to identify the object instance.
  • the present invention further provides another apparatus for managing an object instance alias, including:
  • a receiving unit configured to receive a message for deleting an object instance alias, where the message includes an object instance name or an object instance alias to be deleted, the object instance name includes an object instance path and an instance number
  • a processing unit is configured to: An object instance corresponding to the alias or the object instance name in the message, and deleting the object instance and the alias and an alias corresponding to all the child object instances under the object instance.
  • a receiving unit configured to receive a message for disassociating an object instance alias, where the message includes an object instance alias to be solved;
  • a processing unit configured to determine, according to the message, an object instance corresponding to the alias, and disassociate.
  • the device for managing the object instance alias according to the embodiment of the present invention can implement the object with the same function according to the object instance alias according to the object instance or the corresponding alias included in the received message, or the object instance path parameter or the corresponding alias parameter.
  • the unified configuration of the examples achieves fast and efficient operation.
  • the embodiment of the present invention can combine the original TR069 standard, improve the association, generation, deletion of the object instance alias, and the association between the object instance and the alias, and realize the functions of uniformly acquiring or setting the parameters of the object instance.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).
  • ROM read-only memory
  • RAM random access memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Description

管理对象实例别名的方法和设备 本申请要求于 2008 年 12 月 15 日提交中国专利局、 申请号为 200810184698.1、 发明名称为"管理对象实例别名的方法和设备 "的中国专利申请 的优先权, 其全部内容通过引用结合在本申请中。 技术领域
本发明涉及网络管理技术 , 尤其涉及一种管理对象实例别名的方法和设备。 背景技术
随着网络技术的发展和网络应用的不断深入, 网络的复杂性也在不断增加, 用户对网络设备管理的要求也日益增加。 网络的复杂性常常导致被管理设备在 网络中不是集中的, 而是分散的, 管理这样分散的被管理设备必须依靠网络设 备管理系统。
TR-069是一种 DSL ( Digital Subscriber Line, 数字用户线 )论坛标准, 用一 个树状的结构来描述 CPE的基本信息, TR-069中定义的 HGW( Home Gate Way, 家庭网关)数据模型 1.0的结构如图 1所示。下面详细描述图 1所示的数据模型。
图 1中的 InterGatewayDevice是 root (根)节点, 它下面有多个中间节点和 参数, 例如 DeviceInfo、 Layer2Forwording (图 1中只示出了这两个中间节点) 等。这两个中间节点的下面又可以包含多个中间节点或者参数,例如 Devicelnfor 节点下面又包含了 Manufacturer 参数; Layer2Forwarding 节点下面除了包含 DefaultConnectionService和 ForwardNumberOfEntries夕卜, 还包含了 Forwarding 的两个实例, CPE分配给它们的实例号分别为 1和 2。 TR069称 Layer2Forwarding 下面的 Forwarding节点是一个对象, Forwarding.1和 Forwarding.2是 Forwarding 对象的两个实例, 这两个实例在访问时用实例号来进行区分。
TR069 采用参数 /节点对应的从根到该参数 /节点的路径来唯一标识一个参 数或者中间节点。 例如, 对于普通参数的访问, 用从 root开始到该参数所在层 次所有节点 (包括该参数自己) 的名字相连, 中间用 "." 来隔开。 例如, 访问 Devicelnfo下面的 Manufacturer参数的路径是: InternetGatewayDevice .Devicelnfo . Mananufacturer
对于动态实例的增加和删除, 则可以通过 TR-069 提供的 AddObject 和 DeleteObject的 RPC ( Remote Procedure Call Protocol, 远程过程调用协议)方法 来增加或者删除对象实例。
例如, 要给图 1所示的 CPE(Customer Premises Equipment, 用户驻地设备) 的数据模型中的 InternetGatewayDevice. Layer2Forwarding.Forwarding对象增力口一 个实例, 在调用 AddObject RPC方法时, 将 ObjectName参数设置为
" InternetGatewayDevice. Layer2Forwarding.Forwarding. " , 生成该对象 ό 一个实 例 , 而实例号的分配由 CPE决定。
而在删除对象的实例时, 则需要在对象名后面加上该实例的实例号。 例如,
■^τ 'ί除 InternetGatewayDevice. Layer2Forwarding.Forwarding.2这个实 1*列 , 贝1 J在调 用 DeleteObject 的 RPC 方法时, 将 ObjectName 参数设置为 "InternetGate wayDevice.Layer2Forwarding.Forwarding.2." , 即 ^!夺该对象的实例号为 2的实例删 除。
上述现有技术中对对象实例进行管理的缺点是:
当 ACS ( Auto-configuration Server, 自动配置服务器 )需要通过分别调用两 个 不 同 CPE 的 AddObject RPC 来 创 建 InternetGatewayDevice.Layer2Forwarding.Forwarding对象的实例时, 由于实例号 是分别由两个不同 CPE来分配的, 尽管是针对同一对象实例, 则两个不同 CPE 返回的实例号可能是不一样的,一个 CPE返回的实例号可能是 1 ,另外一个 CPE 返回的实例号则可能是 2。 不同 CPE创建的实例分别如下所示:
InternetGatewayDevice.Layer2Forwarding.Forwarding. l
InternetGatewayDevice.Layer2Forwarding.Forwarding.2
因此, 当需要通过 TR-069对一批 CPE的同一对象实例进行配置时, 由于 存在同一对象实例别名在不同 CPE中不一致的问题, 即各 CPE返回的实例对应 的标识 (即实例号 )可能不一样,这就需要 TR-069—个个地依次访问单个 CPE, 依次对单个 CPE进行配置, 而不能利用多播或者广播等机制用同一命令对一批 CPE的同一对象实例进行批量配置或者访问。 发明内容
本发明的实施例提供一种管理对象实例的方法, 能够解决现有技术无法对 不同 CPE中的同一对象实例进行统一配置的问题。
本发明的实施例采用如下技术方案:
一种关联对象实例别名的方法, 包括:
接收关联对象实例别名的消息, 所述消息中包括对象实例和相应的别名; 根据所述消息关联所述别名与所述对象实例, 所述别名用于对所述对象实 例进行标识。
本发明实施例提供的另一种关联对象实例别名的方法, 包括:
接收关联对象实例别名的消息, 所述消息中包括待创建的对象实例的路径 参数和相应的别名参数;
根据所述消息创建所述对象实例, 并关联所述别名, 所述别名用于对所述 对象实例进行标识。
一种删除对象实例别名的方法, 包括:
接收删除对象实例别名的消息, 所述消息中包括待删除的对象实例名称或 对象实例别名, 所述对象实例名称包含对象实例路径和实例号;
根据所述别名或所述对象实例名称对应的对象实例删除所述对象实例和所 述别名以及所述对象实例下所有子对象实例对应的别名。
本发明实施例还提供了一种管理对象实例别名的设备, 包括:
接收单元, 用于接收关联对象实例别名的消息, 所述消息中包括对象实例 和相应的别名;
处理单元, 用于根据所述消息关联所述别名与所述对象实例, 所述别名用 于对所述对象实例进行标识。
本发明的另一实施例管理对象实例别名的设备, 包括:
接收单元, 用于接收关联对象实例别名的消息, 所述消息中包括待创建的 对象实例的路径参数和相应的别名参数;
处理单元, 用于根据所述消息创建所述对象实例, 并关联所述别名, 所述 别名用于对所述对象实例进行标识。 本发明的实施例管理对象实例别名的设备, 包括:
接收单元, 用于接收删除对象实例别名的消息, 所述消息中包括待删除的 对象实例名称或对象实例别名, 所述对象实例名称包含对象实例路径和实例号; 处理单元, 用于根据所述消息中所述别名或所述对象实例名称对应的对象 实例, 删除所述对象实例和所述别名以及所述对象实例下所有子对象实例对应 的别名。
本发明实施例提供的管理对象实例别名的方法和设备, 通过在消息中包括 需要进行管理的对象实例或相应的别名, 或者对象实例路径参数或相应的别名 参数, 从而能够实现为已存在或新增对象实例关联对象实例别名、 删除对象实 例别名、 解除对象实例与对象实例别名之间的关联, 实现了对对象实例的统一 管理, 从而能够根据对象实例别名对不同 CPE下具有相同功能的实例进行批量 配置。 附图说明
图 1为 TR-069中定义的 HGW数据模型 1.0的结构;
图 2为本发明实施例一关联对象实例别名的方法的流程图;
图 3为本发明实施例管理对象实例别名的设备的示意图。 具体实施方式
下面结合附图对本发明实施例管理对象实例的方法进行详细描述。
应当明确, 所描述的实施例仅仅是本发明一部分实施例, 而不是全部的实 施例。 基于本发明中的实施例, 本领域普通技术人员在没有作出创造性劳动前 提下所获得的所有其他实施例, 都属于本发明保护的范围。
在以下的实施例中认为对象实例别名与对应的对象实例通过 "对象实例别 名与对象实例号对应表" 中的一行记录进行对应。 但本发明并不局限于此, 对 象实例别名与相应的对象实例之间的对应关系也可以通过不同的方式来体现。 以下的实施例都是以图 1所示的 TR-069中定义的 HGW数据模型 1.0的结构为 基础。
实施例一 如图 2所示, 一种关联对象实例别名的方法包括:
5201、 管理设备生成对象实例别名, 所述对象实例别名用来标识相应的对 象实例。
这里的管理设备可以为 ACS。 具体地, 例如管理设备生成对象实例别名 "IPTVConnection" , 该别名用来标识如图 1所示的对象 "Forwarding" 下的实 例号为 2的实例。
5202、 发送关联对象实例别名的请求消息, 所述请求消息中包括待关联的 对象实例的路径参数和相应的别名参数。
这里可以通过增加一个 TR-069的 RPC的方法来实现。 该增加的 RPC的名
Figure imgf000007_0001
表 1. AddLabelto instance的参数扩充
Figure imgf000007_0002
则 ACS调用 RPC:
AddLabeltoinstance('lntemetGatewayDeviceXayer2Forwarding.Forwarding.2.'', "IPTVConnection") , 为一个已存在的对象实例
InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 增力口对象实 1*列另 ll名
"IPTVConnection"
5203、 被管理设备接收关联对象实例别名的请求消息。
这里的被管理设备可以为 CPE。 CPE接收到该请求消息后, 根据所述对象 实例别名 "IPTVConnection" 确定所对应的对象实例 2。
5204、 根据所述请求消息关联别名 "IPTVConnection" 与对象实例 2, 所述 别名用于对所述对象实例进行标识。 CPE收到 AddLabeltoinstance RPC后, 如果已存在
"InternetGatewayDevice.Layer2Forwarding.Forwarding.2" 对象实 1*列 , 并且 "IPTVConnection"在 "对象实例别名和对象实例号对应表" 中不存在, 那么如 表 2所示, 会在 "对象实例别名和对象实例号对应表" 中增加一条记录。 从表 中可见, 对象实例别名和对象实例——对应。
为了简单起见, 对象实例别名和对象实例号对应表也可如表 3 所示, 表 3 中包含对象实例别名和对象实例号字段。
"对象实例别名和对象实例号对应表" 可以以表 2或表 3的任一种方式来 实现。
S205、保存所述对象实例别名 "IPTVConnection"与所述对象实例 2的对应 关系。
表 2. 对象实例别名和对象实例号对应表
Figure imgf000008_0001
表 3. 对象实例别名和对象实例号对应表
Figure imgf000008_0002
S206、 被管理设备返回关联对象实例别名成功的消息。
本发明并不局限于此, 在上述关联对象实例别名的过程中, CPE 收到 AddLabeltoinstance RPC后, 如果
"InternetGatewayDevice.Layer2Forwarding.Forwarding.2"对象实 1*列不存在 , CPE 会返回失败, 失败原因为 "对象实例不存在"。
而 CPE收到 AddLabeltoinstance RPC后, 如果已存在
"InternetGatewayDevice.Layer2Forwarding.Forwarding.2" 对象实 1*列 , 并且 "IPTVConnection" 已在 "对象实例别名和对象实例号对应表" 中存在, CPE 有两种处理方式: 方式一: CPE会返回失败, 失败原因为 "对象实例别名已被使用"。
方式二: CPE修改"对象实例别名和对象实例号对应表"中 "IPTVConnection" 对应的记录, 把 "IPTVConnection"记录对应的 "对象实例" 字段修改为新的对 象实例。 例如, 原来 "对象实例别名和对象实例号对应表" 中已经存在了与
"IPTVConnection" 对应的对象实例
InternetGatewayDevice.Layer2Forwarding.Forwarding.3 , 贝1 J CPE 在接 4欠 i'J AddLabeltoinstance RPC后, 将现有的对象实例字段修改为如表 2 所示的值: InternetGatewayDevice.Layer2Forwarding.Forwarding.2 。 ^口果使用表 3的实现方 式, 对象实例号字段修改为如表 3所示的值: 2 。 实施例二
本实施例要创建一个对象实例, 同时关联相应的别名。
本实施例的具体原理如下: 在现有技术方案中, ACS 利用 TR-069 的 AddObject RPC方法创建一个对象的新实例,这个方法使用新对象实例的对象集 合的路径名作为参数。 例如, 设定路径名参数 ObjectName为:
InternetGatewayDevice.Layer2Forwarding.Forwarding. 。
在这个参数中不包含实例号, 即实例号由 CPE 分配, 当 CPE 执行了 AddObject之后, 没分配的实例号为 2,那么以后 ACS可以通过下面的名称访 问实例: InternetGatewayDevice.Layer2Forwarding.Forwarding.2
以实施例一为基础, 本实施例将不再贅述具体步骤, 只简述实现的方式。 首先 ACS生成一个对象实例别名 "IPTVConnection" 。
在 TR-069协议中增加 AddObjectwithLabel RPC, 并将该 RPC进行发送。 该 RPC用于生成对象实例别名。 参数扩充如表 4所示:
Figure imgf000009_0001
该参数与 BBF TR-069已有的 AddObject的
ObjectName参数定义相同。
Label string ( 256 ) 表示为新增对象实例指定的对象实例别名。
Psram t rK y String(32) 参数关键字, 与 TR-069已有的 AddObject的 ParameterKey 参数定义相同。
RPC 消息由 ACS 发送。 假设 ACS 设将创建一个对象实例别名为 IPTVConnection" 的对象实例, 则 "ObjectName" 为:
Figure imgf000010_0001
因 而 该请求 消 息 中 包括待生成 的 对 象 实 例 的路径参数 " InternetGatewayDevice.Layer2Forwarding.Forwarding. " 和相应的另 ll名参数 "IPTVConnection" 。 其中, "IPTVConnection" 用于对将要生成的对象实例进 行标识。
CPE接收到所述 AddObjectwithLabel RPC后, 根据所述请求消息生成所述 对象实例和所述别名, 确定所述实例和别名之间的对应关系。 具体地, CPE会 新增一个对象实例, 并为新增对象实例分配实例号, 以下分两种不同的情况分 一、 CPE接收到 AddObjectwithLabel RPC后, 如果 "对象实例别名和对象 实例号对应表" 中不存在 "IPTVConnection" 的别名, 则会增加一个实例, 为该 实例分配一个实例号, 并在 "对象实例别名和对象实例号对应表" 中增加一条 "IPTVConnection"别名相关的记录。如表 2所示,在表 2中为 "IPTVConnection" 增加了对应的记录, 假设分配的实例号为 2, 则相应的对象实例字段值为:
"InternetGatewayDevice.Layer2Forwarding.Forwarding.2" 。 从而通过增力口 RPC 命令, 增加了相应的对象实例, 并为该对象实例指定了对象实例别名。
二、 CPE接收到 AddObjectwithLabel RPC后, 如果 "对象实例别名和对象 实例号对应表" 中已经存在 "IPTVConnection" 的别名, 则不增加对象实例。
最后保存生成的对象实例别名与对象实例的对应关系, 并返回对象实例别 名生成成功的消息或失败的消息。
从以上实施例可以看出, 可以将不同 CPE上具有相同功能的对象实例设为 相同的对象实例别名, 从而能够根据对象实例别名对不同 CPE上具有相同功能 的对象实例进行统一配置。 本发明的实施例能够实现将多个不同 CPE下的具有 相同功能的对象实例绑定在同一个对象实例别名下。 实施例三
本实施例为删除对象实例别名的方法。
可通过新增 RPC 的方式来删除对象实例别名, 新增的 RPC 名字可为 DeleteObjectwithLabel。 该 RPC的参数扩充如表 5所示。
DeleteObject RPCwithLabel的
Figure imgf000011_0001
现在 ACS要删除的是实例别名 "IPTVConnection" , 因而在该请求消息中包 括待删除的别名参数 "IPTVConnection"。
以下分两种情况进行分析。
一、 假设 CPE上已有了如表 2所示的对象实例和对象实例别名。 ACS要 删除 " IPTVConnection"对应的对象实例时, 调用 DeleteObjectwithLabel RPC, ObjectName为:
InternetGatewayDevice.Layer2Forwarding.Forwarding. {IPTVConnection} . CPE收到 ACS的 DeleteObjectwithLabel RPC时, 会把对象实例 InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 除, 并且会 除 "对象 实例别名和对象实例号对应表" 中别名 "IPTVConnection"对应的记录。 如果 InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 下面还有子对象实 1*列 , ^ 么在删除子对象实例的同时, 还通过 "对象实例别名和对象实例号对应表" 查 找子对象实例相应的别名, 并删除所有子对象实例对应的对象实例别名。
二、 ^没 CPE上已有了如表 3所示的对象实例号和对象实例别名。 ACS 要删除" IPTVConnection"对应的对象实例时,调用 DeleteObjectwithLabel RPC, ObjectName为:
InternetGatewayDevice.Layer2Forwarding.Forwarding. {IPTVConnection} .
CPE收到 ACS的 DeleteObject RPC时, 会把对象实例
InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 除, 并且会 除 "对象 实例别名和对象实例号对应表" 中别名 "IPTVConnection"对应的记录。 如果 InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 下面还有子对象实 1*列 , ^ 么 CPE将删除子对象实例, 但不删除 "对象实例别名和对象实例号对应表" 中 子对象实例对应的对象实例别名。 因为在表 3模式下, CPE无法查找到与对象 实例相应的别名。 如果以后 ACS使用子对象实例对应的对象实例别名执行设置 CPE参数等操作时, CPE将返回失败, 失败原因可为 "对象实例别名不存在"。 实施例四
本实施例为删除对象实例别名的方法。
例如通过 TR-069中已有的 DeleteObject RPC删除对象实例时, ObjectName 就以对象实例号方式表示。 下面分两种情况进行分析。
一、 "对象实例别名和对象实例号对应表" 通过表 2方式实现, 并且如表 2 所示, 已存在 " IPTVConnection"对象实例别名。 如果 ACS 要删除 " IPTVConnection"对应的对象实例时, Obj ectName则以对象实例号方式表示, ObjectName为: InternetGatewayDevice.Layer2Forwarding.Forwarding.2. , ^ 么 CPE收到 ACS的 DeleteObject RPC时, 会把对象实例 InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 除, 并且会 除 "对象 实例别名和对象实例号对应表" 中
" InternetGatewayDevice.Layer2Forwarding.Forwarding.2."对应 ό 己录, 4巴
" IPTVConnection"对象实例别名也删除了。 如果
InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 下面还有子对象实 1*列, ^ 么在删除子对象实例的同时, 还要通过在 "对象实例别名和对象实例号对应表" 中查找与子对象实例对应的对象实例别名, 并删除所有子对象实例对应的对象 实例别名。
二、 如果 "对象实例别名和对象实例号对应表" 通过表 3 方式实现, 并且 表 3 中已存在对象实例别名 " IPTVConnection"。 如果 ACS 要删除别名 " IPTVConnection"对应的对象实例时, Obj ectName则以对象实例号方式表示, 即 Obj ectName为:
InternetGatewayDevice.Layer2Forwarding.Forwarding.2. , ^么 CPE ^^'J ACS ό DeleteObject RPC时, 会把对象实例
InternetGatewayDe vice . Lay er2Forwarding. Forwarding.2. 除, 但不会 除 "对象实例别名和对象实例号对应表" 中 "IPTVConnection"对应的记录。 因为 在表 3的模式中, CPE无法查找到与对象实例相应的别名。 如果以后 ACS使用 子对象实例对应的对象实例别名执行设置 CPE参数等操作时, CPE将返回失败, 失败原因可为 "对象实例别名不存在"。
口果 InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 下面还有子对 象实例, 那么将删除子对象实例, 但不删除 "对象实例别名和对象实例号对应 表" 中子对象实例对应的对象实例别名。 如果以后 ACS使用子对象实例对应的 对象实例别名执行设置 CPE参数等操作时, CPE将返回失败,失败原因可为 "对 象实例别名不存在"。 实施例五
本实施例为删除对象实例别名的方案, 在删除对象实例别名时也删除对应 的对象实例。 可通过新增 RPC 的方式来删除对象实例别名, 新增的 RPC 名字可为 DeleteLabel。 该 RPC的参数扩充如表 6所示。 表 6 DeleteLabel的参数扩充
Figure imgf000014_0001
以下分两种情况进行分析。
一、 假设 CPE上已有了如表 2所示的对象实例和对象实例别名。 ACS要 删除对象实例别名 "IPT VConnection"时, 则调用 DeleteLabel RPC , Label参数 为为: "IPTVConnection"。
CPE收到 ACS的 DeleteLabel RPC时 , 会删除 "对象实例别名和对象实例 号对应表" 中别名 "IPTVConnection"对应的记录, 并且会把对象实例
InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 除。 ^口果
InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 下面还有子对象实 1*列 , 么在删除子对象实例的同时, 还要查找 "对象实例别名和对象实例号对应表" 中与所述子对象实例对应的对象实例别名并删除所有子对象实例对应的对象实 例别名。
二、 假设 CPE上已有了如表 3所示的对象实例和对象实例别名。 ACS要 删除" IPTVConnection"对象实例别名时,调用 DeleteLabel RPC , Label参数为:
"IPTVConnection"。
CPE收到 ACS的 DeleteLabel RPC时, 会删除 "对象实例别名和对象实例 号对应表" 中别名 "IPTVConnection"对应的记录, 并且会把对象实例
InternetGatewayDevice.Layer2Forwarding.Forwarding.2. M 除 。 ^口 果 InternetGatewayDevice.Layer2Forwarding.Forwarding.2. 下面还有子对象实 1*列 , ^ 么 CPE将删除子对象实例, 但不删除 "对象实例别名和对象实例号对应表" 中 子对象实例对应的对象实例别名。 如果以后 ACS使用子对象实例对应的对象实 例别名执行设置 CPE参数等操作时, CPE将返回失败, 失败原因可为 "对象实 例别名不存在"。
上述实施例三、 四和五能够实现对象别名的删除, 也能够通过删除一个实 例别名实现批量删除相应的对象实例的目的。 实施例六
本实施例的方案是: 增加一个 RPC, 通过该 RPC删除已存在的对象实例别 名。
假设增加的用于删除对象实例别名的 RPC名称为 DelLabeltoinstance , 参数 扩充如表 7所示。 表 7. DelLabeltoinstance的参数扩充
Figure imgf000015_0001
假设 CPE的 "对象实例别名和对象实例号对应表" 中已存在如表 2或表 3 所示的记录。 当 ACS要解除对象实例别名 " IPTVConnection"与实例 2之间的 关联关系时,可调用 DelLabeltoinstance RPC,参数 Label为 " IPTVConnection"。
CPE收到 DelLabeltoinstance RPC后, 则删除所述对象实例别名和对象实例 的对应关系。 具体地, 把 "对象实例别名和对象实例号对应表" 中 " IPTVConnection" 对应的记录删除, 但并不删除 " IPTVConnection" 对应的 对象实例, 从而解除了别名 " IPTVConnection" 与实例 2之间的关系。
上述方式能够解除对象实例别名与对象实例之间的绑定, 从而也能够达到 批量解除同一对象实例别名与不同 CPE 下具有相同功能的对象实例之间的绑 定。 另外本发明的实施例还能够通过对象实例别名对不同 CPE下的实例进行统 —操作。
例如, 不同 CPE为 IPTV业务创建的实例分别如下所示:
CPEA: InternetGatewayDevice.Layer2Forwarding.Forwarding.1
CPEB: InternetGatewayDevice.Layer2Forwarding.Forwarding.2
这两个实例的对象实例别名均为 "IPTVConnection"。
如果要删除这两个实例, 则通过删除命令 RPC, 如 DeleteObjectwithLabel RPC, 其中 ObjectName为:
InternetGatewayDevice.Layer2Forwarding.Forwarding. { IPTVConnection }.
则能够删除不同 CPE上的对象实例 1和对象实例 2。
再如, 如果需要修改不同 CPE下的对象实例中 "SourcelPAddress" 参数的 值, 则通过设置参数命令 RPC, 如 SetParameterValues RPC, 其中 Name参数为: IntemetGatewayDeviceXayer2Forwarding.Forwarding. {IPTVConnection}.
SourcelPAddress
则能够设置不同 CPE上对象实例的参数。
以上 "{ }" 符号用来区分对象实例别名, 也可用其它符号表示。
本发明并不局限于上述实施例, 通过新增 RPC还可以实现获取或设置对象 实例的参数的目的。
本发明的实施例通过新增或修改 RPC, 并在 RPC中指定对象实例别名、 或 指定对象实例别名与对象实例之间的关系, 实现新增对象实例和别名, 或删除 对象实例或别名, 或为已有的对象实例指定对象实例别名, 从而本发明能够根 据对象实例别名实现对具有相同功能的对象实例的统一配置, 达到快速有效的 操作目的。 本发明的实施例能够兼顾与原 TR069的标准, 完善了关联、 生成、 删除对象实例别名的方案, 实现了统一获取或设置对象实例的参数等功能, 并 且还提供了新增 RPC实现关联或解除对象实例别名与对象实例之间的绑定的功 能。
如图 3所示, 本发明实施例还提供了一种管理对象实例别名的设备, 包括: 接收单元 301 , 用于接收关联对象实例别名的消息, 所述消息中包括对象实 例和相应的别名; 处理单元 302, 用于根据所述消息关联所述别名与所述对象实例, 所述别名 用于对所述对象实例进行标识。
本发明还提供了另一实施例管理对象实例别名的设备, 包括:
接收单元, 用于接收关联对象实例别名的消息, 所述消息中包括待创建的 对象实例的路径参数和相应的别名参数;
处理单元, 用于根据所述消息创建所述对象实例, 并关联所述别名, 所述 别名用于对所述对象实例进行标识。
本发明还提供了另一实施例管理对象实例别名的设备, 包括:
接收单元, 用于接收删除对象实例别名的消息, 所述消息中包括待删除的 对象实例名称或对象实例别名, 所述对象实例名称包含对象实例路径和实例号; 处理单元, 用于根据所述消息中所述别名或所述对象实例名称对应的对象 实例, 删除所述对象实例和所述别名以及所述对象实例下所有子对象实例对应 的别名。
本发明的再一实施例管理对象实例别名的设备, 包括:
接收单元, 用于接收解除对象实例别名关联的消息, 所述消息中包括待解 除的对象实例别名;
处理单元, 用于根据所述消息确定所述别名相应的对象实例并解除关联。 本发明实施例管理对象实例别名的设备能够根据接收到的消息中包含的对 象实例或相应的别名, 或者是对象实例路径参数或相应的别名参数, 能够根据 对象实例别名实现对具有相同功能的对象实例的统一配置, 达到快速有效的操 作目的。 本发明的实施例能够兼顾与原 TR069的标准, 完善了关联、 生成、 删 除对象实例别名、 以及解除对象实例与别名之间关联的方案, 实现了统一获取 或设置对象实例的参数等功能。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程, 是可以通过计算机程序来指令相关的硬件来完成, 所述的程序可存储于一计算 机可读取存储介质中, 该程序在执行时, 可包括如上述各方法的实施例的流程。 其中, 所述的存储介质可为磁碟、 光盘、 只读存储记忆体(Read-Only Memory, ROM )或随机存储记忆体(Random Access Memory, RAM )等。 以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局限于 此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易想到 的变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护范围 应所述以权利要求的保护范围为准。

Claims

权利 要求
1、 一种关联对象实例别名的方法, 其特征在于, 包括:
接收关联对象实例别名的消息, 所述消息中包括对象实例和相应的别名; 根据所述消息关联所述别名与所述对象实例, 所述别名用于对所述对象实 例进行标识。
2、 根据权利要求 1所述的关联对象实例别名的方法, 其特征在于, 所述关 联是指建立所述别名与所述对象实例的对应关系。
3、 根据权利要求 1所述的关联对象实例别名的方法, 其特征在于, 所述对 象实例别名是由管理设备生成。
4、 根据权利要求 1所述的关联对象实例别名的方法, 其特征在于, 所述方 法还包括:
保存所述对象实例别名与所述对象实例的对应关系。
5、 根据权利要求 1所述的关联对象实例别名的方法, 其特征在于, 如果所述别名已关联其它对象实例, 则用所述消息中包含的所述对象实例 替换所述其它对象实例。
6、 一种关联对象实例别名的方法, 其特征在于, 包括:
接收关联对象实例别名的消息, 所述消息中包括待创建的对象实例的路径 参数和相应的别名参数;
根据所述消息创建所述对象实例, 并关联所述别名, 所述别名用于对所述 对象实例进行标识。
7、 根据权利要求 6所述的关联对象实例别名的方法, 其特征在于, 所述关 联是指建立所述别名与所述对象实例的对应关系。
8、 根据权利要求 6所述的关联对象实例别名的方法, 其特征在于, 所述对 象实例别名是由管理设备生成的。
9、 根据权利要求 6所述的关联对象实例别名的方法, 其特征在于, 所述方 法还包括:
保存所述对象实例别名与对象实例的对应关系。
10、 一种删除对象实例别名的方法, 其特征在于, 包括: 接收删除对象实例别名的消息, 所述消息中包括待删除的对象实例名称或 对象实例别名, 所述对象实例名称包含对象实例路径和实例号;
根据所述别名或所述对象实例名称对应的对象实例删除所述对象实例和所 述别名以及所述对象实例下所有子对象实例对应的别名。
11、 根据权利要求 10所述的删除对象实例别名的方法, 其特征在于, 在删 除所述对象实例下所有子对象实例对应的别名之前, 还包括:
搜索所有所述子对象实例对应的别名。
12、 一种管理对象实例别名的设备, 其特征在于, 包括:
接收单元, 用于接收关联对象实例别名的消息, 所述消息中包括对象实例 和相应的别名;
处理单元, 用于根据所述消息关联所述别名与所述对象实例, 所述别名用 于对所述对象实例进行标识。
13、 一种管理对象实例别名的设备, 其特征在于, 包括:
接收单元, 用于接收关联对象实例别名的消息, 所述消息中包括待创建的 对象实例的路径参数和相应的别名参数;
处理单元, 用于根据所述消息创建所述对象实例, 并关联所述别名, 所述 别名用于对所述对象实例进行标识。
14、 一种管理对象实例别名的设备, 其特征在于, 包括:
接收单元, 用于接收删除对象实例别名的消息, 所述消息中包括待删除的 对象实例名称或对象实例别名, 所述对象实例名称包含对象实例路径和实例号; 处理单元, 用于根据所述消息中所述别名或所述对象实例名称对应的对象 实例, 删除所述对象实例和所述别名以及所述对象实例下所有子对象实例对应 的别名。
PCT/CN2009/075286 2008-12-15 2009-12-03 管理对象实例别名的方法和设备 WO2010069226A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP09832908A EP2360869A4 (en) 2008-12-15 2009-12-03 METHOD AND APPARATUS FOR MANAGING ALIAS OF OBJECT INSTANCES
US13/161,178 US8387068B2 (en) 2008-12-15 2011-06-15 Method and device for managing object instance label

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200810184698.1 2008-12-15
CN200810184698A CN101771557A (zh) 2008-12-15 2008-12-15 管理对象实例别名的方法和设备

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/161,178 Continuation US8387068B2 (en) 2008-12-15 2011-06-15 Method and device for managing object instance label

Publications (1)

Publication Number Publication Date
WO2010069226A1 true WO2010069226A1 (zh) 2010-06-24

Family

ID=42268309

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/075286 WO2010069226A1 (zh) 2008-12-15 2009-12-03 管理对象实例别名的方法和设备

Country Status (4)

Country Link
US (1) US8387068B2 (zh)
EP (1) EP2360869A4 (zh)
CN (1) CN101771557A (zh)
WO (1) WO2010069226A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589345B2 (en) * 2012-03-22 2013-11-19 Adobe Systems Incorporated Method and system for performing object file modifications
CN103561019B (zh) * 2013-10-30 2018-02-06 上海斐讯数据通信技术有限公司 一种针对tr069数据访问方法
CN103761136A (zh) * 2014-02-25 2014-04-30 上海斐讯数据通信技术有限公司 一种基于插件的数据模型动态加载的方法
CN107800564B (zh) * 2017-08-29 2023-10-13 京信网络系统股份有限公司 一种网络设备管理方法、系统和计算机可读取介质
CN109271150B (zh) * 2018-07-18 2022-02-08 聚好看科技股份有限公司 一种基于java的实例对象处理方法和装置
CN118056389A (zh) * 2021-10-11 2024-05-17 联想(新加坡)私人有限公司 用于动态控制回路构建的装置、方法、和系统
CN114268533A (zh) * 2021-12-27 2022-04-01 山石网科通信技术股份有限公司 网络设备的配置同步方法及装置、存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1241754A (zh) * 1998-05-27 2000-01-19 日本电气株式会社 网络管理方法和系统
KR20020078758A (ko) * 2001-04-10 2002-10-19 현대네트웍스 주식회사 Mib 네임 서버를 이용한 망 관리 장치 및 방법
CN101127630A (zh) * 2006-08-15 2008-02-20 华为技术有限公司 对对象实例进行管理的方法、装置和系统

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6604237B1 (en) * 1999-12-14 2003-08-05 International Business Machines Corporation Apparatus for journaling during software deployment and method therefor
CA2406079C (en) * 2002-09-30 2010-03-30 Ibm Canada Limited-Ibm Canada Limitee System and method for synchronizing data repositories
US7353521B1 (en) * 2002-10-19 2008-04-01 Borland Software Corporation Object oriented distributed software system with methodology for piggybacked reflective callbacks
CN101286882B (zh) * 2008-06-11 2011-04-13 华为终端有限公司 管理用户驻地设备的方法、系统和设备

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1241754A (zh) * 1998-05-27 2000-01-19 日本电气株式会社 网络管理方法和系统
KR20020078758A (ko) * 2001-04-10 2002-10-19 현대네트웍스 주식회사 Mib 네임 서버를 이용한 망 관리 장치 및 방법
CN101127630A (zh) * 2006-08-15 2008-02-20 华为技术有限公司 对对象实例进行管理的方法、装置和系统

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
EP2360869A4 (en) 2012-08-22
US20110247011A1 (en) 2011-10-06
US8387068B2 (en) 2013-02-26
EP2360869A1 (en) 2011-08-24
CN101771557A (zh) 2010-07-07

Similar Documents

Publication Publication Date Title
WO2010069226A1 (zh) 管理对象实例别名的方法和设备
TWI221220B (en) Virtual one-dimensional method and device of multiple network storages
WO2015035816A1 (zh) 一种nginx服务器配置维护方法及系统
US10579595B2 (en) Method and device for calling a distributed file system
WO2020168692A1 (zh) 海量数据共享方法、开放共享平台及电子设备
KR20080107308A (ko) 컨텐트 디렉토리 서비스와 제어 포인트간의 컨텐트를동기화하는 방법
WO2017088705A1 (zh) 数据处理方法和装置
WO2015013936A1 (zh) 关联插件管理方法、设备及系统
CN102073742A (zh) 一种海量对象的存储系统及其运行方法
WO2010043175A1 (zh) 基于权限控制的终端管理方法及装置
WO2009062410A1 (fr) Procédé et dispositif pour instancier un objet de gestion d'une arborescence de gestion dans un dispositif terminal
WO2008022590A1 (en) Method, device and system for managing object instances
CN104731943A (zh) 一种服务器和数据处理方法
WO2016131171A1 (zh) 一种针对vnf包进行操作的方法及装置
WO2004105316A1 (fr) Procede et dispositif pour donnees de configuration dans un dispositif de communication
WO2009089771A1 (fr) Procédé et système de gestion de réseau, terminal et serveur de configuration automatique
CN113709250B (zh) 一种基于订阅发送模式的跨域用户数据同步方法
CN114281253A (zh) 存储卷的管理方法
JP2007533033A (ja) 共有ファイル・システムのためのプロキシを設けるためのシステムおよび方法
JP2008211739A (ja) サービス連携装置、サービス連携システム、サービス連携方法、およびそのコンピュータプログラム
CN103841183A (zh) 一种面向数据中心的SMI-S Provider注册请求方法
WO2015100628A1 (zh) 网元数据访问方法、装置以及网络管理系统
CN111966634A (zh) 一种文件操作方法、系统、设备以及介质
WO2005088905A1 (fr) Procede pour gerer une base d'informations de gestion dans un systeme de gestion de reseau
EP2134032B1 (en) Method, system and device for managing customer premises equipment

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: 09832908

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2009832908

Country of ref document: EP