WO2011079659A1 - 设备管理方法、系统及设备 - Google Patents

设备管理方法、系统及设备 Download PDF

Info

Publication number
WO2011079659A1
WO2011079659A1 PCT/CN2010/078846 CN2010078846W WO2011079659A1 WO 2011079659 A1 WO2011079659 A1 WO 2011079659A1 CN 2010078846 W CN2010078846 W CN 2010078846W WO 2011079659 A1 WO2011079659 A1 WO 2011079659A1
Authority
WO
WIPO (PCT)
Prior art keywords
command
proxy device
data model
proxy
information
Prior art date
Application number
PCT/CN2010/078846
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 EP10840448A priority Critical patent/EP2521307A4/en
Publication of WO2011079659A1 publication Critical patent/WO2011079659A1/zh
Priority to US13/531,059 priority patent/US8868697B2/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
    • 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 claims the priority of the Chinese patent application filed on December 29, 2009, the Chinese Patent Application No. 200910252584. 0, entitled “Device Management Method, System and Equipment", The entire contents are incorporated herein by reference.
  • the present invention relates to the field of communications technologies, and in particular, to a device management method, system, and device.
  • BACKGROUND With the increasing enrichment of telecommunication services and the increasing demand for bandwidth by users, DSL (Digital Subscriber Line) has been widely used as a broadband access technology.
  • CPE Customer Premises Equipment
  • ACS Auto-Configuration Server
  • the ACS is called a management device
  • the CPE that the ACS manages by means of a proxy is called a proxy device.
  • the management device when the management of the proxy device is implemented, the management device is required to send a command for managing the proxy device to the proxy device. After receiving the command, the proxy device needs to intelligently convert it into a protocol supported by the proxy device. The command is sent to the proxy device. When the management device acquires the command execution result of the proxy device, it needs to send the query command to the proxy device again.
  • the existing agent solution requires the agent device to intelligently understand the data model and management commands of the agent device, and realize the conversion of commands between the management device and the agent device, so the proxy requirement for the agent device is too high; in addition, the management device needs to be sent multiple times.
  • the command can be used to obtain the management and management command execution results of the proxy device, resulting in low management efficiency.
  • a device management method includes:
  • a device management system comprising: a management device, a proxy device, and an agent device;
  • the management device is configured to send a second command for setting a data model object of the proxy device to the proxy device, and receive a response of the second command reported by the proxy device;
  • the proxy device is configured to acquire information about the first command supported by the proxy device, and map the information of the first command supported by the proxy device to an object in the data model; and receive the management device Sending a second command for setting the object in the data model; transmitting the first command to the proxy device according to the setting of the object in the data model according to the second command, and receiving the The execution result of the first command returned by the proxy device; the response of the second command is reported to the management device, where the response includes the execution result information of the first command executed by the proxy device;
  • the proxy device is configured to receive the first command sent by the proxy device, and return an execution result of the first command to the proxy device.
  • a management device is also provided, and the management device includes:
  • a sending module configured to send a second command to the proxy device, where the second command is used to set an object in a data model of the proxy device, so that the proxy device compares the object in the data model according to the second command Setting, sending a first command to the proxy device;
  • a receiving module configured to receive a response of the second command reported by the proxy device, where the response includes execution result information of the first command executed by the proxy device.
  • a proxy device is also provided, the proxy device comprising:
  • An obtaining module configured to acquire information about a first command supported by the proxy device
  • mapping module configured to map the acquired information of the first command supported by the proxy device to an object in the data model
  • a first receiving module configured to receive a second command sent by the management device, where the second command is used to set the object in the data model obtained by mapping
  • a sending module configured to set the object in the data model according to the second command, to the proxy Sending the first command
  • a second receiving module configured to receive an execution result of the first command returned by the proxy device
  • a reporting module configured to report a response of the second command to the management device, where the response includes the The execution result information of the first command is executed by the proxy device.
  • the proxy device By mapping the first command supported by the proxy device to the data model of the proxy device, the proxy device facilitates providing proxy services for different kinds of proxy devices, thereby reducing the proxy requirement for the proxy device; in addition, the management device only The management of the proxy device and the acquisition of the execution result can be achieved by a single command, which not only reduces the management complexity of the management device, but also improves the management efficiency.
  • FIG. 1 is a flowchart of a device management method according to Embodiment 1 of the present invention.
  • FIG. 2 is a flowchart of a device management method according to Embodiment 2 of the present invention.
  • FIG. 3 is a schematic structural diagram of a device management system according to Embodiment 3 of the present invention.
  • FIG. 4 is a schematic structural diagram of a management device according to Embodiment 4 of the present invention.
  • FIG. 5 is a schematic structural diagram of a proxy device according to Embodiment 5 of the present invention. DETAILED DESCRIPTION OF THE INVENTION The embodiments of the present invention will be further described in detail below with reference to the accompanying drawings.
  • this embodiment provides a device management method, and the method flow is as follows:
  • the proxy device can directly establish the data model object in the proxy device according to the first command supported by the proxy device, and generate a corresponding first command according to the setting of the data model object by the management device.
  • the proxy device does not need to understand the data model and the command supported by the proxy device, and reduces the proxy requirement for the proxy device.
  • the execution result information of the first command executed by the proxy device is reported to the management device as a response of the second command.
  • the management device can realize the management of the proxy device and the acquisition of the execution result by a single command, which not only reduces the management complexity of the management device, but also improves the management efficiency.
  • Embodiment 2 Embodiment 2
  • This embodiment provides a device management method, which directly maps a command supported by a proxy device to a data model of a proxy device, and extends an existing TR-069 protocol to implement a management device pair. Remote and efficient management of equipment.
  • the device management method provided in this embodiment is described in detail by taking the proxy device as a UPnP (Universal Plug and Play) device, the proxy device as a home gateway, and the management device as an ACS. Referring to Figure 2, the method flow is as follows:
  • the home gateway maps the first command (Action) supported by the UPnP device to an object in the data model. For this step, the home gateway needs to obtain the first command supported by the UPnP device.
  • the first command supported by the UPnP device that is obtained by the home gateway is not specifically defined.
  • the first command supported by the UPnP device is UPnP DM (Device Management) BMS (Basic Management Service). Take the GetLoglnfo command as an example.
  • the GetLogInfo command is obtained, the device description file of the UPnP device can be obtained first, and the XML (Extensible Markup Language) URL (Uniform Resource Locator) of the BMS is further obtained, and finally the BMS is parsed.
  • the Action supports the GetLogInfo command in the UPnP DM BMS.
  • the GetLogInfo command includes the parameters shown in Table 1 below:
  • the data model object is determined by the GetLogInfo command.
  • the name of the data model object is the name of the first command.
  • the data model object also includes an input parameter and an output parameter of the GetLogInfo command.
  • the data model object may further include a call parameter Invoke, and the generated data model object The content of this is shown in Table 2 below:
  • the InternetGatewayDevice object represents the home gateway
  • the ProxiedService object indicates that the home gateway provides the proxy management service, and includes various proxy devices
  • the Device1 object represents the corresponding UPnP device
  • the Servicel object represents the BMS Service provided by the UPnP
  • the Action object represents the UPnP.
  • the first command supported by the device is in the example of GetLogInfo, and may be other commands.
  • the GetLogInfo object corresponds to the GetLogInfo command in the BMS.
  • the object contains the corresponding input and output parameters.
  • the input parameters are writable, that is, they can be set by the management device, and the output parameters are not writable.
  • Invoke is used by the management device to set up, triggering the home gateway to send the first command to manage the UPnP device. For example, when Invoke is set to 1 by 0, the home gateway sends the first A command GetLoglnfo, when the home gateway receives the execution result of the first command GetLoglnfo, automatically sets Invoke to 0.
  • Table 2 further includes ErrorCode and ErrorDescription parameters, which are used to return an error message when the first command is executed by the proxy device, and return an error code to the management device when the proxy device receives the error message of the proxy device. And the ErrorDescription parameter, without returning other OutputParameterNames.
  • the home gateway receives a second command sent by the ACS, where the second command is used to set the object in the data model of the home gateway;
  • the second command is an InvokeProxiedAction dnputParameterList, Out putParameterNames, ParameterKey) InputParameterList RPC (Remote Proc edure Cal l Protocol) command, which is used to set an input parameter of the data model object in the home gateway.
  • the OutputParameterNames parameter name is used to get the command execution result.
  • the current TR-069 protocol has not yet defined a second command, and the existing TR-069 protocol needs to be extended.
  • the parameters of the second command InvokeProxiedAction are explained in Table 3 below:
  • the second command sent by the ACS is used to set the first command GetLoglnfo as an example.
  • the InputParameterList needs to include the parameters LogURI and Invoke, which are used to set the input parameters in the data model GetLogInfo object.
  • the parameter that is set may also have only Invoke and no other parameters, and the home gateway utilizes the data model in the original Some input parameter values are used as corresponding inputs.
  • o OutputParameterNames includes 0, one or more of Enabled, LogLevel LogURL, MaxSize, and LastChanged, depending on the result that the ACS expects to obtain.
  • the home gateway sends the first command corresponding to the data model object to the UPnP device according to the setting of the object in the data model according to the second command.
  • the home gateway according to the input parameter, the output parameter, and the data model object in the set data model object.
  • the name, the name of the first command, GetLoglnfo sends the GetLogInfo command to the UPnP device.
  • the proxy device sends a corresponding first command to the UPnP device after detecting that the input parameter is modified, which is not specifically limited in this embodiment. Further, when the proxy device generates an error in the process of executing the InvokeProxiedAction, the first command is not sent to the proxy device, and the error information is directly reported to the management device.
  • the home gateway reports a response of the second command to the ACS, where the response includes the execution result information of the first command executed by the UPnP device.
  • the UPnP device After the UPnP device executes the GetLogInfo command, the UPnP device returns to the home gateway.
  • the execution result of the GetLoglnfo command receives the execution result of the GetLoglnfo command returned by the UPnP device, and reports the execution result information to the ACS as a response to the second command.
  • the home gateway may use the InvokeProxyActionResponse to report the execution result information of the GetLogInfo command executed by the UPnP device to the ACS, where the response includes the parameter value of the OutputParameterNames in the InvokeProxyAct ion command, and the parameter explanation is as shown in Table 4 below:
  • the home gateway alerts the ACS when the UPnP device learns that the GetLogInfo command has an error, so that the ACS learns that the management of the UPnP device fails.
  • the home gateway knows that the UPnP device has an error in executing the GetLogInfo command. For example, the home gateway can obtain the ErrorCode and ErrorDescription information returned by the UPnP device, and the UPnP device executes the GetLogInfo command.
  • ErrorCode And the ErrorDescription information is sent to the ACS as the execution result of the ACS management command, and the ACS is notified that the management of the UPnP device fails, and no other OutputParameterList parameter information is sent. Further, after the preset time, if the home gateway has not received the execution result of the GetLoglnfo command returned by the UPnP device, and does not receive the ErrorCode and ErrorDescription information, it is determined that the UPnP device executes the GetLogInfo command.
  • the home gateway may further save the execution result information, and write the execution result to the output parameter in the GetLogInfo (the parameter in the data model is not writable, indicating that the parameter cannot be It is written by the ACS, but can be modified by the home gateway device itself, and the value of the Invoke parameter in the GetLogInfo object is modified to indicate that the corresponding command has been executed.
  • the proxy device can directly establish the data model object in the proxy device according to the command supported by the proxy device, and the corresponding managed device command can be generated according to the setting of the data model object by the management device, without the proxy device understanding that the proxy device supports The data model and the command reduce the proxy requirement for the proxy device; in addition, the result of executing the management command by the proxy device is reported to the management device as a response to the management call command, so that the management device passes only a single
  • the command can realize the management of the agent device and the acquisition of the execution result, which not only reduces the management complexity of the management device, but also improves the management efficiency.
  • this embodiment provides a device management system, where the system includes: a management device 301, a proxy device 302, and a proxy device 303;
  • the management device 301 is configured to send a second command for setting the data model object of the proxy device 302 to the proxy device 302; receiving a response of the second command reported by the proxy device 302, where the response includes the first command executed by the proxy device 303 Execution result information;
  • the proxy device 302 is configured to acquire information about the first command supported by the proxy device 303, and map the information of the first command supported by the proxy device 303 to an object in the data model; Setting a second command of the object in the data model; transmitting a corresponding first command to the proxy device 303 according to the setting of the object in the data model according to the second command, and receiving execution of the first command returned by the proxy device 303 a response to the second command is reported to the management device 301, where the response includes execution result information of the first command executed by the proxy device 303;
  • the proxy device 303 is configured to receive the first command sent by the proxy device 302, and return the execution result of the first command to the proxy device 302.
  • the proxy device 302 maps information of the first command supported by the proxy device 303 to a data model.
  • the object in the type is specifically used to map the information of the first command supported by the proxy device 303 into a data model object including the input parameter and the output parameter of the first command, where the name of the data model object is the first The name of the command;
  • the second command sent by the management device 301 is specifically configured to set an input parameter in the data model object in the proxy device 302.
  • the proxy device 302 when mapping the information of the first command supported by the proxy device 303 to the object in the data model, the proxy device 302 is specifically configured to map the information of the first command supported by the proxy device 303 to include the first command.
  • Input parameter, output parameter, and data model object of the calling parameter, the name of the data model object is the name of the first command;
  • the second command sent by the management device 301 is specifically configured to set the calling parameters and the input parameters in the data model object in the proxy device 302.
  • the proxy device 302 when the proxy device 302 sends the first command to the proxy device 303 according to the setting of the object in the data model according to the second command, the proxy device 302 is specifically configured to input parameters and output parameters according to the set data model object. And the name of the data model object, the first command is sent to the proxy device 303.
  • the proxy device 302 When receiving the execution result of the first command returned by the proxy device 303, the proxy device 302 is specifically configured to receive an execution result of the output parameter value of the first command returned by the proxy device 303; or receive the return by the proxy device 303. Carrying an execution result of the error message for executing the first command;
  • the proxy device 303 when the proxy device 303 returns the execution result of the first command to the proxy device 302, it is specifically used to return the execution result of the output parameter value carrying the first command to the proxy device 302, or return to the proxy device 302 to carry the execution.
  • the result of the execution of a command error message when the proxy device 303 returns the execution result of the first command to the proxy device 302, it is specifically used to return the execution result of the output parameter value carrying the first command to the proxy device 302, or return to the proxy device 302 to carry the execution.
  • the result of the execution of a command error message when the proxy device 303 returns the execution result of the first command to the proxy device 302, it is specifically used to return the execution result of the output parameter value carrying the first command to the proxy device 302, or return to the proxy device 302 to carry the execution.
  • the result of the execution of a command error message when the proxy device 303 returns the execution result of the first command to the proxy device 302, it is specifically used to return the execution result of the output parameter value carrying the first command to
  • the proxy device can directly establish the data model object in the proxy device according to the first command supported by the proxy device, and send the corresponding to the managed device according to the setting of the data model object by the management device.
  • the first command without the need for the proxy device to understand the data model and the command supported by the proxy device, reduces the proxy requirement for the proxy device; in addition, reports the result of executing the first command by the proxy device to the management device as a response of the second command
  • the management device can realize the management of the agent device and the acquisition result by only a single command, which not only reduces the management complexity of the management device, but also improves the management efficiency.
  • Embodiment 4 Embodiment 4
  • this embodiment provides a management device, where the management device includes:
  • the sending module 401 is configured to send, to the proxy device, a second command, where the second command is used to set an object in the data model of the proxy device, so that the proxy device sets the object in the data model according to the second command to the proxy Assume Prepare to send the first command;
  • the receiving module 402 is configured to receive a response of the second command reported by the proxy device, where the response includes execution result information of the first command executed by the proxy device.
  • the second command sent by the sending module 401 is specifically configured to set a calling parameter in a data model object of the proxy device, or set a calling parameter and an input parameter in a data model object of the proxy device.
  • the management device provided in this embodiment sends a first command to the proxy device according to the second command to set the object in the data model by sending a second command for setting the data model object of the proxy device to the proxy device. And reporting the result of executing the first command by the proxy device to the management device as a response of the second command, thereby implementing management device management of the proxy device and obtaining the execution result by only one command, and reducing management of the management device Complexity also improves the management efficiency of management equipment.
  • this embodiment provides a proxy device, where the proxy device includes:
  • the obtaining module 501 is configured to acquire information about the first command supported by the proxy device.
  • the mapping module 502 is configured to map the acquired information of the first command supported by the proxy device to an object in the data model;
  • a first receiving module 503 configured to receive a second command sent by the management device, where the second command is used to set the object in the data model obtained by mapping;
  • the sending module 504 is configured to send, according to the setting of the object in the data model, the corresponding first command to the proxy device;
  • a second receiving module 505, configured to receive an execution result of the first command returned by the proxy device
  • the reporting module 506 is configured to report a response of the second command to the management device, where the response includes execution result information of the first command executed by the proxy device.
  • mapping module 502 is specifically configured to map the information of the first command supported by the proxy device to a data model object including an input parameter and an output parameter of the first command, where the name of the data model object is the first The name of the command.
  • mapping module 502 is specifically configured to map information of the first command supported by the proxy device to a data model object including an input parameter, an output parameter, and a call parameter of the first command, where the name of the data model object is The name of the first command.
  • the sending module 504 is specifically configured to send the first command to the proxy device according to the input parameter, the output parameter, and the name of the data model object in the set data model object.
  • the second receiving module 505 is specifically configured to receive an execution result of the output parameter value of the first command returned by the proxy device, or receive an execution result of the error information carried by the proxy device and carrying the first command.
  • the proxy device directly maps the first command supported by the proxy device to an object in the data model, and sends the first command to the proxy device according to the setting of the data model object by the management device.
  • Corresponding first command without the proxy device understanding the data model and command supported by the proxy device, reducing the proxy requirement for the proxy device; in addition, reporting the result of executing the first command by the proxy device as the response of the second command
  • the management device can realize the management of the agent device and the acquisition result by only a single command, which not only reduces the management complexity of the management device, but also improves the management efficiency.
  • the serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
  • Some of the steps in the embodiment of the present invention may be implemented by using software, and the corresponding software program may be stored in a readable storage medium, such as an optical disk or a hard disk.

Description

设备管理方法、 系统及设备 本申请要求于 2009年 12月 29日提交中国专利局、 申请号为 200910252584. 0、 发 明名称为 "设备管理方法、 系统及设备"的中国专利申请的优先权, 其全部内容通过引 用结合在本申请中。 技术领域 本发明涉及通信技术领域, 特别涉及一种设备管理方法、 系统及设备。 背景技术 随着电信业务的日益丰富, 用户对带宽的需求越来越大, DSL (Digital Subscriber Line, 数字用户线路) 作为一种宽带接入技术, 已经得到了广泛应用。 在 DSL组网中, 可通过 ACS (Auto-Configuration Server,自动配置服务器)对 CPE ( Customer Premises Equipment , 用户驻地设备) 进行自动配置和管理。
为了便于说明, 将 ACS称为管理设备, 并将通过代理的方式才能实现 ACS对其管理 的 CPE称为被代理设备。 现有技术在实现对被代理设备的管理时, 需要管理设备向代理 设备发送管理被代理设备的命令, 代理设备收到该命令后, 需要智能地将其转化为被代 理设备所支持的协议对应的命令, 再发送给被代理设备。 而管理设备在获取被代理设备 的命令执行结果时, 则需要再次向代理设备发送查询命令。
在实现本发明的过程中,发明人发现现有技术管理被代理设备的方式至少存在以下 缺点:
现有代理方案需要代理设备智能理解被代理设备的数据模型和管理命令, 实现管理 设备和被代理设备之间命令的转换, 因而对代理设备的代理要求过高; 另外, 管理设备 需要多次发送命令, 才能实现对被代理设备的管理和管理命令执行结果的获取, 从而导 致管理效率较低。 发明内容 为了降低对代理设备的代理要求, 并实现对被代理设备的远程高效管理, 本发明实 施例提供了一种设备管理方法、 系统及设备。 所述技术方案如下:
一方面, 提供了一种设备管理方法, 所述方法包括:
获取被代理设备所支持的第一命令的信息, 并将所述被代理设备所支持的第一命令 的信息映射为数据模型中的对象;
接收管理设备发送的用于设置数据模型中所述对象的第二命令;
根据所述第二命令对数据模型中所述对象的设置, 向所述被代理设备发送所述第一 命令, 并接收所述被代理设备返回的所述第一命令的执行结果;
向管理设备上报所述第二命令的响应,所述响应中包含所述被代理设备执行所述第 一命令的执行结果信息。
另一方面, 提供了一种设备管理系统, 所述系统包括: 管理设备、 代理设备和被代 理设备;
所述管理设备,用于向所述代理设备发送用于设置所述代理设备的数据模型对象的 第二命令; 接收所述代理设备上报的所述第二命令的响应;
所述代理设备, 用于获取所述被代理设备所支持的第一命令的信息, 并将所述被代 理设备所支持的第一命令的信息映射为数据模型中的对象; 接收所述管理设备发送的用 于设置数据模型中所述对象的第二命令; 根据所述第二命令对数据模型中所述对象的设 置, 向所述被代理设备发送所述第一命令, 并接收所述被代理设备返回的所述第一命令 的执行结果; 向管理设备上报所述第二命令的响应, 所述响应中包含所述被代理设备执 行所述第一命令的执行结果信息;
所述被代理设备, 用于接收所述代理设备发送的所述第一命令, 并向所述代理设备 返回所述第一命令的执行结果。
还提供了一种管理设备, 所述管理设备包括:
发送模块, 用于向代理设备发送第二命令, 所述第二命令用于设置所述代理设备的 数据模型中的对象, 使所述代理设备根据所述第二命令对数据模型中所述对象的设置, 向被代理设备发送第一命令;
接收模块, 用于接收所述代理设备上报的所述第二命令的响应, 所述响应中包含所 述被代理设备执行所述第一命令的执行结果信息。
还提供了一种代理设备, 所述代理设备包括:
获取模块, 用于获取被代理设备所支持的第一命令的信息;
映射模块,用于将获取的所述被代理设备所支持的第一命令的信息映射为数据模型 中的对象;
第一接收模块, 用于接收管理设备发送的第二命令, 所述第二命令用于设置通过映 射得到的数据模型中的所述对象;
发送模块, 用于根据所述第二命令对数据模型中所述对象的设置, 向所述被代理设 备发送所述第一命令;
第二接收模块, 用于接收所述被代理设备返回的所述第一命令的执行结果; 上报模块, 用于向所述管理设备上报所述第二命令的响应, 所述响应中包含所述被 代理设备执行所述第一命令的执行结果信息。
本发明实施例提供的技术方案的有益效果是:
通过将被代理设备所支持的第一命令映射到代理设备的数据模型中, 使代理设备便 于为不同种类的被代理设备提供代理服务, 从而降低了对代理设备的代理要求; 另外, 管理设备仅通过单个命令即可实现对被代理设备的管理及执行结果的获取, 不仅降低了 管理设备的管理复杂度, 还提高了管理效率。 附图说明 为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例描述中所需要使用 的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是本发明的一些实施例, 对 于本领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得 其他的附图。
图 1是本发明实施例一提供的设备管理方法流程图;
图 2是本发明实施例二提供的设备管理方法流程图;
图 3是本发明实施例三提供的设备管理系统结构示意图;
图 4是本发明实施例四提供的管理设备结构示意图;
图 5是本发明实施例五提供的代理设备结构示意图。 具体实肺式 为使本发明的目的、 技术方案和优点更加清楚, 下面将结合附图对本发明实施方式 作进一步地详细描述。
实施例一
参见图 1, 本实施例提供了一种设备管理方法, 方法流程具体如下:
101: 获取被代理设备所支持的第一命令的信息, 并将被代理设备所支持的第一命 令的信息映射为数据模型中的对象;
102: 接收管理设备发送的用于设置数据模型中该对象的第二命令;
103: 根据该第二命令对数据模型中该对象的设置, 向被代理设备发送对应的第一 命令, 并接收被代理设备返回的第一命令的执行结果;
104: 向管理设备上报第二命令的响应, 该响应中包含被代理设备执行第一命令的 执行结果信息。
本实施例提供的方法,代理设备直接根据被代理设备所支持的第一命令即可实现代 理设备中数据模型对象的建立,根据管理设备对数据模型对象的设置即可生成对应的第 一命令, 无需代理设备理解被代理设备所支持的数据模型和命令, 降低了对代理设备的 代理要求; 另外, 通过将被代理设备执行第一命令的执行结果信息作为第二命令的响应 上报给管理设备, 使管理设备仅通过单个命令即可实现对被代理设备的管理及执行结果 的获取, 不仅降低了管理设备的管理复杂度, 还提高了管理效率。 实施例二
本实施例提供了一种设备管理方法,该方法采用直接映射被代理设备所支持的命令 到代理设备的数据模型中, 并扩展现有的 TR-069协议的方式, 实现了管理设备对被代理 设备的远程高效管理。为了便于说明, 以被代理设备为 UPnP (Universal Plug and Play, 通用即插即用) 设备, 代理设备为家庭网关, 管理设备为 ACS为例, 对本实施例提供的 设备管理方法进行详细说明。 参见图 2, 方法流程具体如下:
201: 家庭网关将 UPnP设备所支持的第一命令(Action) 映射为数据模型中的对象; 针对该步骤, 需要家庭网关先获取 UPnP设备所支持的第一命令。 本实施例不对家庭 网关获取的 UPnP设备所支持的第一命令进行具体限定, 以获取的 UPnP设备所支持的第一 命令为 UPnP DM ( Device Management , 设备管理) BMS ( Basic Management Service , 基本管理服务) 中的 GetLoglnfo命令为例。 获取该 GetLoglnfo命令时, 具体可以先通过 获得 UPnP设备的设备描述文件, 并进一步获取 BMS的 XML (Extensible Markup Language, 可扩展标记语言) URL (Uniform Resource Locator , 统一资源定位符) ,最后解析 BMS 的 Action支持, 从而获取到 UPnP DM BMS中的 GetLoglnfo命令, 该 GetLoglnfo命令包括 如下面表 1所示的参数:
表 1
Figure imgf000006_0001
Argument 参数 Direction输入输出 Related State Variable 参数类型
LogURL OUT 输出参数 A—ARG— TYPE— LogURL
MaxSize OUT 输出参数 A—ARG— TYPE— LogMaxS i z e
LastChange OUT 输出参数 A—ARG— TYPE— DateTime
获取到 GetLoglnfo命令之后,家庭网关在将 GetLoglnfo命令映射为数据模型中的对 象时, 数据模型对象由 GetLoglnfo命令确定, 如对应表 1中的内容, 该数据模型对象的 名称即为第一命令的名称, 由于该 GetLoglnfo命令包括输入参数和输出参数, 则数据模 型对象也包括该 GetLoglnfo命令的输入参数和输出参数, 除此之外, 数据模型对象还可 以包括调用参数 Invoke, 则该生成的数据模型对象的内容如下面表 2所示:
表 2
Figure imgf000007_0001
表 2中, InternetGatewayDevice对象表示家庭网关, ProxiedService对象表示家庭 网关提供代理管理服务, 包含各种被代理设备, Devicel对象表示对应的 UPnP设备, Servicel对象表示该 UPnP提供的 BMS Service, Action对象表示该 UPnP设备所支持的第 一命令, 本实施例是以 GetLoglnfo为例的, 当然还可以为其它命令。 GetLoglnfo对象对 应 BMS中的 GetLoglnfo命令, 该对象中包含对应的输入和输出参数, 其中, 输入参数对 应可写, 即可以由管理设备设置, 输出参数不可写。 Invoke用来被管理设备设置, 触发 家庭网关发送第一命令去管理 UPnP设备。 例如当 Invoke由 0被设为 1时, 家庭网关发送第 一命令 GetLoglnfo , 当家庭网关接收到第一命令 GetLoglnfo的执行结果时, 自动将 Invoke设置为 0。
进一步地, 表 2还包括了 ErrorCode和 ErrorDescription参数, 用于当被代理设备执 行第一命令发生错误时, 返回错误信息; 当代理设备接收到被代理设备的错误信息时, 将 向管理设备返回 ErrorCode和 ErrorDescription参数, 而不返回其它 OutputParameterNames。
202: 家庭网关接收 ACS发送的第二命令, 该第二命令用于对家庭网关的数据模型中 的该对象进行设置;
具体地, 本实施例以第二命令为 InvokeProxiedAction dnputParameterList , Out putParameterNames , ParameterKey) InputParameterList RPC ( Remote Proc edure Cal l Protocol , 远程过程调用协议) 命令, 用于设置家庭网关中的数据模型 对象的输入参数, OutputParameterNames参数名用于获取命令执行结果。
目前的 TR-069协议还未定义第二命令, 需要对现有 TR-069协议进行扩展。 该第二命 令 InvokeProxiedAction的参数解释如下面表 3所示:
表 3
Figure imgf000008_0001
以 ACS发送的第二命令用于设置第一命令 GetLoglnfo为例, 则 InputParameterList 中需要包含参数 LogURI和 Invoke, 用于设置数据模型 GetLoglnfo对象中的输入参数。 可 选地, 被设置的参数也可以仅有 Invoke而没有其它参数, 则家庭网关利用数据模型中原 有的输入参数的值作为对应的输入 o OutputParameterNames中则包括 Enabled, LogLevel LogURL, MaxSize, LastChanged中的 0个, 一个或多个, 取决于 ACS希望获取的结果。
203: 家庭网关根据该第二命令对数据模型中该对象的设置, 向 UPnP设备发送该数 据模型对象对应的第一命令;
具体地,在 ACS发送的第二命令 InvokeProxiedAction对 GetLoglnfo对象进行设置之 后, 当检测到其中的 Invoke被修改后, 则家庭网关根据被设置后的数据模型对象中的输 入参数、 输出参数以及数据模型对象的名称, 即第一命令的名称 GetLoglnfo, 向 UPnP设 备发送 GetLoglnfo命令。
当然, 这里也有可能不存在 Invoke参数, 代理设备检测到有输入参数被修改后就向 UPnP设备发送对应的第一命令, 本实施例对此不做具体限定。 进一步地, 当代理设备在 执行 InvokeProxiedAction过程中发生错误时, 则不再向被代理设备发送第一命令, 而 直接向管理设备上报错误信息。
204: 家庭网关向 ACS上报第二命令的响应, 该响应中包含 UPnP设备执行第一命令的 执行结果信息。
针对该步骤, 当 UPnP设备执行完 GetLoglnfo命令后, UPnP设备向家庭网关返回
GetLoglnfo命令的执行结果, 而家庭网关接收 UPnP设备返回的 GetLoglnfo命令的执行结 果后, 将该执行结果信息作为第二命令的响应上报给 ACS。 具体地, 家庭网关可利用 InvokeProxyActionResponse向 ACS上报 UPnP设备执行 GetLoglnfo命令的执行结果信息, 该响应中包含 InvokeProxyAct ion命令中的 OutputParameterNames的参数值, 其参数解 释如下面的表 4所示:
表 4
Figure imgf000009_0001
优选地, 如果 UPnP设备未能正常执行 GetLoglnfo命令, 则家庭网关在获知 UPnP 设备执行 GetLoglnfo命令出现错误时, 向 ACS报警, 使 ACS获知对 UPnP设备的管理失 败。 而家庭网关如何获知 UPnP设备执行 GetLoglnfo命令出现错误, 本实施例对此不做 具体限定, 例如, 家庭网关可以通过获取 UPnP 设备返回的 ErrorCode 和 ErrorDescription信息,获知 UPnP设备执行 GetLoglnfo命令出现错误,并将 ErrorCode 和 ErrorDescription信息作为 ACS管理命令的执行结果发送给 ACS, 通知 ACS对 UPnP 设备的管理失败, 而不再发送其它 OutputParameterList参数信息。 进一步地, 还可以 在预设时间后, 如果家庭网关还未接收到 UPnP设备返回的执行 GetLoglnfo命令的执行 结果, 也没有收到 ErrorCode 和 ErrorDescription 信息后, 则判定 UPnP 设备执行 GetLoglnfo命令出现错误。
可选地, 家庭网关在收到 UPnP设备发送的执行结果信息后, 还可以将执行结果信息 保存, 即将执行结果写入到 GetLoglnfo中的输出参数中 (数据模型中的参数不可写, 表 示不可以被 ACS写, 但是可以被家庭网关设备自身修改) , 并将 GetLoglnfo对象中的 Invoke参数值进行修改, 表示已经执行完对应的命令。
代理设备直接根据代理设备所支持的命令即可实现代理设备中数据模型对象的建 立, 根据管理设备对数据模型对象的设置即可生成对应的被管理设备命令, 无需代理设 备理解被代理设备所支持的数据模型和命令降低了对代理设备的代理要求; 另外, 通过 所述被代理设备执行所述管理命令的结果作为所述管理调用命令的响应上报给所述管 理设备, 使管理设备仅通过单个命令即可实现对被代理设备的管理及执行结果的获取, 不仅降低了管理设备的管理复杂度, 还提高了管理效率。 实施例三
参见图 3, 本实施例提供了一种设备管理系统, 该系统包括: 管理设备 301、 代理 设备 302和被代理设备 303 ;
管理设备 301, 用于向代理设备 302发送用于设置代理设备 302的数据模型对象的 第二命令; 接收代理设备 302上报的该第二命令的响应, 响应中包含被代理设备 303执 行第一命令的执行结果信息;
代理设备 302, 用于获取被代理设备 303所支持的第一命令的信息, 并将被代理设 备 303所支持的第一命令的信息映射为数据模型中的对象; 接收管理设备 301发送的用 于设置数据模型中该对象的第二命令; 根据该第二命令对数据模型中该对象的设置, 向 被代理设备 303发送对应的第一命令, 并接收被代理设备 303返回的第一命令的执行结 果; 向管理设备 301上报第二命令的响应, 响应中包含被代理设备 303执行第一命令的 执行结果信息;
被代理设备 303, 用于接收代理设备 302发送的第一命令, 并向代理设备 302返回 第一命令的执行结果。
具体地,代理设备 302在将被代理设备 303所支持的第一命令的信息映射为数据模 型中的对象时, 具体用于将被代理设备 303所支持的第一命令的信息映射为包括第一命 令的输入参数和输出参数的数据模型对象,该数据模型对象的名称即为该第一命令的名 称;
相应地, 管理设备 301发送的第二命令具体用于对代理设备 302中的数据模型对象 中的输入参数进行设置。
或者,代理设备 302在将被代理设备 303所支持的第一命令的信息映射为数据模型 中的对象时, 具体用于将被代理设备 303所支持的第一命令的信息映射为包括第一命令 的输入参数、 输出参数以及调用参数的数据模型对象, 该数据模型对象的名称即为该第 一命令的名称;
相应地, 管理设备 301发送的第二命令具体用于对代理设备 302中的数据模型对象 中的调用参数和输入参数进行设置。
进一步地, 代理设备 302在根据该第二命令对数据模型中该对象的设置, 向被代理 设备 303发送第一命令时, 具体用于根据被设置后的数据模型对象中的输入参数、 输出 参数以及数据模型对象的名称, 向被代理设备 303发送第一命令。
代理设备 302在接收被代理设备 303返回的第一命令的执行结果时, 具体用于接收 被代理设备 303返回的携带第一命令的输出参数值的执行结果;或,接收被代理设备 303 返回的携带执行第一命令的错误信息的执行结果;
相应地, 被代理设备 303在向代理设备 302返回第一命令的执行结果时, 具体用于 向代理设备 302返回携带第一命令的输出参数值的执行结果, 或向代理设备 302返回携 带执行第一命令的错误信息的执行结果。
本实施例提供的系统,代理设备直接根据被代理设备所支持的第一命令即可实现代 理设备中数据模型对象的建立,根据管理设备对数据模型对象的设置即可向被管理设备 发送对应的第一命令,无需代理设备理解被代理设备所支持的数据模型和命令降低了对 代理设备的代理要求; 另外, 通过将被代理设备执行第一命令的结果作为第二命令的响 应上报给管理设备,使管理设备仅通过单个命令即可实现对被代理设备的管理及执行结 果的获取, 不仅降低了管理设备的管理复杂度, 还提高了管理效率。 实施例四
参见图 4, 本实施例提供了一种管理设备, 该管理设备包括:
发送模块 401, 用于向代理设备发送第二命令, 该第二命令用于设置代理设备的数 据模型中的对象, 使代理设备根据该第二命令对数据模型中该对象的设置, 向被代理设 备发送第一命令;
接收模块 402, 用于接收代理设备上报的第二命令的响应, 响应中包含被代理设备 执行第一命令的执行结果信息。
其中,发送模块 401发送的第二命令具体用于对代理设备的数据模型对象中的调用 参数进行设置, 或对代理设备的数据模型对象中的调用参数和输入参数进行设置。
本实施例提供的管理设备,通过向代理设备发送用于设置代理设备的数据模型对象 的第二命令, 使代理设备根据第二命令对数据模型中对象的设置, 向被代理设备发送第 一命令, 并将被代理设备执行第一命令的结果作为第二命令的响应上报给管理设备, 从 而仅通过一个命令实现了管理设备对被代理设备的管理及执行结果的获取, 降低了管理 设备的管理复杂度, 还提高了管理设备的管理效率。 实施例五
参见图 5, 本实施例提供了一种代理设备, 该代理设备包括:
获取模块 501, 用于获取被代理设备所支持的第一命令的信息;
映射模块 502, 用于将获取的被代理设备所支持的第一命令的信息映射为数据模型 中的对象;
第一接收模块 503, 用于接收管理设备发送的第二命令, 第二命令用于设置通过映 射得到的数据模型中的该对象;
发送模块 504, 用于根据该第二命令对数据模型中该对象的设置, 向被代理设备发 送对应的第一命令;
第二接收模块 505, 用于接收被代理设备返回的第一命令的执行结果;
上报模块 506, 用于向管理设备上报第二命令的响应, 响应中包含被代理设备执行 第一命令的执行结果信息。
具体地, 映射模块 502, 具体用于将被代理设备所支持的第一命令的信息映射为包 括第一命令的输入参数和输出参数的数据模型对象, 该数据模型对象的名称即为该第一 命令的名称。
可选地, 映射模块 502, 具体用于将被代理设备所支持的第一命令的信息映射为包 括第一命令的输入参数、 输出参数以及调用参数的数据模型对象, 该数据模型对象的名 称即为该第一命令的名称。
发送模块 504, 具体用于根据被设置后的数据模型对象中的输入参数、 输出参数以 及数据模型对象的名称, 向被代理设备发送第一命令。 第二接收模块 505, 具体用于接收被代理设备返回的携带第一命令的输出参数值的 执行结果; 或, 接收被代理设备返回的携带执行第一命令的错误信息的执行结果。
综上所述, 本实施例提供的代理设备, 通过直接将被代理设备所支持的第一命令映 射为数据模型中的对象, 并根据管理设备对数据模型对象的设置即可向被代理设备发送 对应的第一命令, 无需代理设备理解被代理设备所支持的数据模型和命令, 降低了对代 理设备的代理要求; 另外, 通过将被代理设备执行第一命令的结果作为第二命令的响应 上报给管理设备, 使管理设备仅通过单个命令即可实现对被代理设备的管理及执行结果 的获取, 不仅降低了管理设备的管理复杂度, 还提高了管理效率。 上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣。
本发明实施例中的部分步骤, 可以利用软件实现, 相应的软件程序可以存储在可读 取的存储介质中, 如光盘或硬盘等。
以上所述仅为本发明的较佳实施例, 并不用以限制本发明, 凡在本发明的精神和原 则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。

Claims

权利要求
1、 一种设备管理方法, 其特征在于, 所述方法包括:
获取被代理设备所支持的第一命令的信息, 并将所述被代理设备所支持的第一命令 的信息映射为数据模型中的对象;
接收管理设备发送的用于设置数据模型中所述对象的第二命令;
根据所述第二命令对数据模型中所述对象的设置, 向所述被代理设备发送所述第一 命令, 并接收所述被代理设备返回的所述第一命令的执行结果;
向管理设备上报所述第二命令的响应,所述响应中包含所述被代理设备执行所述第 一命令的执行结果信息。
2、 根据权利要求 1所述的方法, 其特征在于, 所述将所述被代理设备所支持的第 一命令的信息映射为数据模型中的对象, 具体包括:
将所述被代理设备所支持的第一命令的信息映射为包括所述第一命令的输入参数 和输出参数的数据模型对象, 所述数据模型对象的名称为所述第一命令的名称;
相应地, 所述第二命令具体用于对所述数据模型对象中的输入参数进行设置。
3、 根据权利要求 1所述的方法, 其特征在于, 所述将所述被代理设备所支持的第 一命令的信息映射为数据模型中的对象, 具体包括:
将所述被代理设备所支持的第一命令的信息映射为包括所述第一命令的输入参数、 输出参数以及调用参数的数据模型对象,所述数据模型对象的名称为所述第一命令的名 称;
相应地,所述第二命令具体用于对所述数据模型对象中的调用参数和输入参数进行 设置。
4、 根据权利要求 2或 3所述的方法, 其特征在于, 所述根据所述第二命令对数据 模型中所述对象的设置, 向所述被代理设备发送所述第一命令, 具体包括:
根据被设置后的所述数据模型对象中的输入参数、输出参数以及所述数据模型对象 的名称, 向所述被代理设备发送所述第一命令。
5、 根据权利要求 1所述的方法, 其特征在于, 所述接收所述被代理设备返回的所 述第一命令的执行结果, 具体包括: 接收所述被代理设备返回的携带所述第一命令的输出参数值的执行结果; 或, 接收所述被代理设备返回的携带执行所述第一命令的错误信息的执行结果。
6、 一种设备管理系统, 其特征在于, 所述系统包括: 管理设备、 代理设备和被代 理设备;
所述管理设备,用于向所述代理设备发送用于设置所述代理设备的数据模型对象的 第二命令; 接收所述代理设备上报的所述第二命令的响应;
所述代理设备, 用于获取所述被代理设备所支持的第一命令的信息, 并将所述被代 理设备所支持的第一命令的信息映射为数据模型中的对象; 接收所述管理设备发送的用 于设置数据模型中所述对象的第二命令; 根据所述第二命令对数据模型中所述对象的设 置, 向所述被代理设备发送所述第一命令, 并接收所述被代理设备返回的第一命令的执 行结果; 向所述管理设备上报所述第二命令的响应, 所述响应中包含所述被代理设备执 行所述第一命令的执行结果信息;
所述被代理设备, 用于接收所述代理设备发送的所述第一命令, 并向所述代理设备 返回所述第一命令的执行结果。
7、 根据权利要求 6所述的系统, 其特征在于, 所述代理设备在将所述被代理设备 所支持的第一命令的信息映射为数据模型中的对象时, 具体用于将所述被代理设备所支 持的第一命令的信息映射为包括所述第一命令的输入参数和输出参数的数据模型对象, 所述数据模型对象的名称为所述第一命令的名称;
相应地,所述管理设备发送的第二命令具体用于对所述数据模型对象中的输入参数 进行设置。
8、 根据权利要求 6所述的系统, 其特征在于, 所述代理设备在将所述被代理设备 所支持的第一命令的信息映射为数据模型中的对象时, 具体用于将所述被代理设备所支 持的第一命令的信息映射为包括所述第一命令的输入参数、输出参数以及调用参数的数 据模型对象, 所述数据模型对象的名称为所述第一命令的名称;
相应地,所述管理设备发送的第二命令具体用于对所述数据模型对象中的调用参数 和输入参数进行设置。
9、 根据权利要求 7或 8所述的系统, 其特征在于, 所述代理设备在根据所述第二 命令对数据模型中所述对象的设置, 向所述被代理设备发送所述第一命令时, 具体用于 根据被设置后的数据模型对象中的输入参数、 输出参数以及所述数据模型对象的名称, 向所述被代理设备发送所述第一命令。
10、 根据权利要求 6所述的系统, 其特征在于, 所述代理设备在接收所述被代理设 备返回的所述第一命令的执行结果时, 具体用于接收所述被代理设备返回的携带所述第 一命令的输出参数值的执行结果; 或, 接收所述被代理设备返回的携带执行所述第一命 令的错误信息的执行结果;
相应地, 所述被代理设备在向所述代理设备返回所述第一命令的执行结果时, 具体 用于向所述代理设备返回携带所述第一命令的输出参数值的执行结果, 或向所述代理设 备返回携带执行所述第一命令的错误信息的执行结果。
11、 一种管理设备, 其特征在于, 所述管理设备包括:
发送模块, 用于向代理设备发送第二命令, 所述第二命令用于设置所述代理设备的 数据模型中的对象, 使所述代理设备根据所述第二命令对数据模型中所述对象的设置, 向被代理设备发送第一命令;
接收模块, 用于接收所述代理设备上报的所述第二命令的响应, 所述响应中包含所 述被代理设备执行所述第一命令的执行结果信息。
12、 根据权利要求 11所述的管理设备, 其特征在于, 所述发送模块发送的第二命 令具体用于对所述代理设备的数据模型对象中的调用参数进行设置, 或对所述代理设备 的数据模型对象中的调用参数和输入参数进行设置。
13、 一种代理设备, 其特征在于, 所述代理设备包括:
获取模块, 用于获取被代理设备所支持的第一命令的信息;
映射模块,用于将获取的所述被代理设备所支持的第一命令的信息映射为数据模型 中的对象;
第一接收模块, 用于接收管理设备发送的第二命令, 所述第二命令用于设置通过映 射得到的数据模型中的所述对象;
发送模块, 用于根据所述第二命令对数据模型中所述对象的设置, 向所述被代理设 备发送所述第一命令; 第二接收模块, 用于接收所述被代理设备返回的所述第一命令的执行结果; 上报模块, 用于向所述管理设备上报所述第二命令的响应, 所述响应中包含所述被 代理设备执行所述第一命令的执行结果信息。
14、 根据权利要求 13所述的代理设备, 其特征在于, 所述映射模块, 具体用于将 所述被代理设备所支持的第一命令的信息映射为包括所述第一命令的输入参数和输出 参数的数据模型对象, 所述数据模型对象的名称为所述第一命令的名称。
15、 根据权利要求 13所述的代理设备, 其特征在于, 所述映射模块, 具体用于将 所述被代理设备所支持的第一命令的信息映射为包括所述第一命令的输入参数、输出参 数以及调用参数的数据模型对象, 所述数据模型对象的名称为所述第一命令的名称。
16、 根据权利要求 14或 15所述的代理设备, 其特征在于, 所述发送模块, 具体用 于根据被设置后的数据模型对象中的输入参数、 输出参数以及所述数据模型对象的名 称, 向所述被代理设备发送所述第一命令。
17、 根据权利要求 13所述的代理设备, 其特征在于, 所述第二接收模块, 具体用于 接收所述被代理设备返回的携带所述第一命令的输出参数值的执行结果; 或, 接收所述 被代理设备返回的携带执行所述第一命令的错误信息的执行结果。
PCT/CN2010/078846 2009-12-29 2010-11-18 设备管理方法、系统及设备 WO2011079659A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP10840448A EP2521307A4 (en) 2009-12-29 2010-11-18 METHOD, SYSTEM AND DEVICE MANAGEMENT DEVICE
US13/531,059 US8868697B2 (en) 2009-12-29 2012-06-22 Method and system for device management, and device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910252584A CN101795288A (zh) 2009-12-29 2009-12-29 设备管理方法、系统及设备
CN200910252584.0 2009-12-29

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/531,059 Continuation US8868697B2 (en) 2009-12-29 2012-06-22 Method and system for device management, and device

Publications (1)

Publication Number Publication Date
WO2011079659A1 true WO2011079659A1 (zh) 2011-07-07

Family

ID=42587712

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/078846 WO2011079659A1 (zh) 2009-12-29 2010-11-18 设备管理方法、系统及设备

Country Status (4)

Country Link
US (1) US8868697B2 (zh)
EP (1) EP2521307A4 (zh)
CN (1) CN101795288A (zh)
WO (1) WO2011079659A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101795288A (zh) 2009-12-29 2010-08-04 华为终端有限公司 设备管理方法、系统及设备
CN102130937A (zh) 2010-12-03 2011-07-20 华为终端有限公司 一种管理终端设备的方法、代理设备及系统
CN102769630A (zh) * 2012-08-01 2012-11-07 烽火通信科技股份有限公司 一种终端管理中CWMP与UPnP协议的转换方法
US9467328B2 (en) * 2013-05-14 2016-10-11 American Megatrends, Inc. Remote management of digital signage devices
CN104754426B (zh) 2013-12-25 2018-11-16 华为终端有限公司 一种媒体处理方法、设备及系统
CN106254040B (zh) * 2015-06-15 2020-03-13 中兴通讯股份有限公司 命令的应答处理方法及装置
CN110505075B (zh) * 2018-05-18 2022-11-25 华为技术有限公司 设备管理方法及相关设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1669272A (zh) * 2002-07-18 2005-09-14 艾利森电话股份有限公司 用于服务预订规定的管理系统和方法
US20060013217A1 (en) * 2004-06-08 2006-01-19 Datla Krishnam R Method and apparatus providing programmable network intelligence
CN1968146A (zh) * 2006-10-30 2007-05-23 华为技术有限公司 基于映射的通用数据交换方法及设备
CN101304350A (zh) * 2007-05-11 2008-11-12 华为技术有限公司 访问家庭网络设备的方法、系统和家庭网络接入设备
CN101795288A (zh) * 2009-12-29 2010-08-04 华为终端有限公司 设备管理方法、系统及设备

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7266595B1 (en) * 2000-05-20 2007-09-04 Ciena Corporation Accessing network device data through user profiles
US7693976B2 (en) * 2000-07-11 2010-04-06 Ciena Corporation Granular management of network resources
US8561069B2 (en) * 2002-12-19 2013-10-15 Fujitsu Limited Task computing
CN100499494C (zh) * 2005-09-13 2009-06-10 华为技术有限公司 一种远程管理本地网络设备的系统及实现方法
EP2015179A1 (en) * 2007-07-13 2009-01-14 Alcatel Lucent A remote management system and method for service objects
CN101094104A (zh) 2007-07-30 2007-12-26 中兴通讯股份有限公司 一种通过安全网管代理进行设备管理的方法及其装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1669272A (zh) * 2002-07-18 2005-09-14 艾利森电话股份有限公司 用于服务预订规定的管理系统和方法
US20060013217A1 (en) * 2004-06-08 2006-01-19 Datla Krishnam R Method and apparatus providing programmable network intelligence
CN1968146A (zh) * 2006-10-30 2007-05-23 华为技术有限公司 基于映射的通用数据交换方法及设备
CN101304350A (zh) * 2007-05-11 2008-11-12 华为技术有限公司 访问家庭网络设备的方法、系统和家庭网络接入设备
CN101795288A (zh) * 2009-12-29 2010-08-04 华为终端有限公司 设备管理方法、系统及设备

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
EP2521307A1 (en) 2012-11-07
EP2521307A4 (en) 2012-11-07
US8868697B2 (en) 2014-10-21
CN101795288A (zh) 2010-08-04
US20120265862A1 (en) 2012-10-18

Similar Documents

Publication Publication Date Title
WO2011079659A1 (zh) 设备管理方法、系统及设备
WO2008138260A1 (fr) Procédé, système et dispositif d'accès à un réseau domestique pour accéder à un réseau domestique
US8966013B2 (en) Unified device management method and system
WO2011137788A1 (zh) 设备管理方法、中间件及机器通信平台、设备和系统
WO2008071127A1 (fr) Procédé, équipement et système pour acquérir et fournir des informations de configuration de fonction cpe
CN113411215B (zh) 基于opc ua的时间敏感网络集中用户配置方法及系统
JP2007525870A (ja) 装置管理システム内における管理ノードの指定
WO2014082501A1 (zh) 家庭网络中的终端管理方法、设备和家庭网络
WO2007009368A1 (fr) Méthode et système de gestion de données reposant sur le protocole simple de gestion de réseau, snmp
WO2012071825A1 (zh) 一种gpon系统中家庭网关相关参数的管理方法及系统
WO2006007789A1 (fr) Procede pour mettre en oeuvre une gestion de terminaux dans un dispositif reseau
WO2010028571A1 (zh) 大数据对象的传输方法、传输系统及发送设备和接收设备
WO2012068909A1 (zh) 基于瘦无线接入点架构的网管实现方法及系统
WO2009089771A1 (fr) Procédé et système de gestion de réseau, terminal et serveur de configuration automatique
EP4030725A1 (en) Data subscription method, apparatus and system
WO2012089075A1 (zh) 配置设备的方法、装置和系统
US20030084123A1 (en) Scheme for implementing FTP protocol in a residential networking architecture
CN100411355C (zh) 网管接口中信息服务层次继承关系的实现方法及网管装置
WO2012119340A1 (zh) 一种实现北向接口的方法及装置
WO2007022685A1 (fr) Procédé de réalisation du service de notification, système de gestion web distribué et dispositif de service d’envoi de notification
CN101997858B (zh) 用户驻地设备广域网管理协议cwmp会话交互方法及装置
WO2010081364A1 (zh) 远程管理设备的方法、装置及通信系统
WO2009067944A1 (fr) Procédé, système et moyens de gestion de dispositif
CN107395766A (zh) 基于HazelCast的去中心化通信系统及实现方法
WO2013017020A1 (zh) 对可执行节点的操作方法及系统

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2010840448

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2010840448

Country of ref document: EP