[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

WO2009067944A1 - Device management method, system and means - Google Patents

Device management method, system and means Download PDF

Info

Publication number
WO2009067944A1
WO2009067944A1 PCT/CN2008/073116 CN2008073116W WO2009067944A1 WO 2009067944 A1 WO2009067944 A1 WO 2009067944A1 CN 2008073116 W CN2008073116 W CN 2008073116W WO 2009067944 A1 WO2009067944 A1 WO 2009067944A1
Authority
WO
WIPO (PCT)
Prior art keywords
configuration management
management command
configuration
multicast
command
Prior art date
Application number
PCT/CN2008/073116
Other languages
French (fr)
Chinese (zh)
Inventor
Huangwei Wu
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.
Publication of WO2009067944A1 publication Critical patent/WO2009067944A1/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/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a device management method, system, and device.
  • ACS Equipment, customer premises equipment
  • BRAS Broadband Remote Access Server
  • DSLAM Digital Subscriber Line Access
  • CPE Multiplexer, digital subscriber line access multiplexer) connection, DSLAM is connected to CPE, and CPE can be connected via LAN (Local Area Network).
  • CPE includes: VoIP (Voice over Internet
  • the ACS is responsible for automatically configuring the CPE so that the CPE can be set up without requiring the user to set the CPE.
  • the ACS uses the RPC (Remote Procedure Call) method to modify and set the CPE parameters.
  • ACS is managing CPE. Because the specific configuration of each CPE may be different, ACS should be based on Each CPE generates a corresponding configuration management command. The ACS must then establish a separate communication connection with each CPE and send configuration management commands. This caused the ACS to manage a large number of CPEs, and the load was heavy.
  • the embodiment of the invention provides a device management method, system and device, so that the ACS does not have to establish a separate connection with each CPE, and the load of the ACS is reduced.
  • a method of device management comprising:
  • a device management system comprising:
  • the automatic configuration server is configured to send configuration management commands to the user premises equipment in multicast mode
  • the user premises equipment is configured to receive a configuration management command sent by multicast, and execute the configuration management command.
  • An automatic configuration server including:
  • the configuration management command sending unit is configured to send the configuration management command to the user premises equipment in a multicast manner.
  • a user premises equipment including:
  • the configuration management command receiving unit receives the configuration management command sent by using the multicast mode
  • the configuration management command execution unit is configured to execute the configuration management command.
  • a method of device management comprising:
  • a method of device management comprising:
  • the autoconfiguration server sends configuration management commands to the customer premises equipment in multicast mode.
  • a customer premises equipment including:
  • a multicast joining unit configured to join a multicast group according to a multicast address and a port
  • the configuration management command receiving unit is configured to receive, in the joined multicast group, a configuration management command sent by the automatic configuration server in a multicast manner.
  • the configuration management command is sent to the specified multicast address and port, and the CP E receives the configuration management command sent by the ACS by listening to the multicast address and the port, thereby solving the problem that the ACS manages the CPE.
  • a separate connection must be established with each CPE to cause a heavy load on the ACS, reducing the load on the ACS.
  • FIG. 1 is a network diagram of a broadband access technology in the prior art
  • FIG. 2 is a flowchart of a device management method in an embodiment of the present invention.
  • FIG. 3 is a structural diagram of a device management system in an embodiment of the present invention.
  • the embodiment of the present invention provides a device management method, as shown in FIG. 2, including the following steps:
  • Step s201 the automatic configuration server generates configuration management commands.
  • the configuration management command includes: A CS manages and configures the CPE, which can be for a specified CPE, or a batch of CPEs based on the same vendor, model, and software version; ACS monitors CPE status and performance statistics; ACS diagnostics Connectivity to CPE and service issues.
  • Step s202 The automatic configuration server sends the configuration management command to the user premises equipment in a multicast manner. Specifically, the ACS sends the configuration management command to the specified multicast address and port. For example, the address of the IP multicast, the primary group of the multicast is determined by the class D IP address. In the "decimal point" representation of the Internet, the primary group address range is from 224. 0. 0.
  • the sender determines an appropriate sink address, which represents a primary group. Then, the multicast data is sent out through a normal IP transmission operation.
  • the specified multicast address is 239.255.255.250, and the port information is 1234.
  • Step s203 The CPE receives the configuration management command sent by the multicast mode. Specifically, the CPE receives the configuration management command from the ACS by listening to the specified multicast address and port.
  • the user premises equipment may join the multicast group according to the multicast address and the port before receiving the configuration management command sent by the automatic configuration server by multicast. Further, the operation of configuring the corresponding multicast address and port can also be performed before joining the multicast group according to the multicast address and port.
  • Step s204 the CPE executes the configuration management command.
  • the method further includes:
  • the CPE configuration management command generated by the ACS may further include a judgment condition to be executed by the CPE, and thus, the CPE configuration management command obtained in step 204 is performed according to The judgment condition comes from the line to decide whether to execute the configuration management command.
  • the ACS can use a unified configuration command to configure and manage the specified one or a batch of CPEs.
  • the embodiment of the present invention further provides a device management system, as shown in FIG. 3, including: an automatic configuration service
  • the device 100 is configured to send the configuration management command to the user premises equipment by using a multicast mode.
  • the user premises equipment 200 is configured to receive a configuration management command sent by using a multicast mode, and execute the configuration management command.
  • the automatic configuration server 100 specifically includes: a configuration management command sending unit 110, configured to send the configuration management command to the user premises equipment in a multicast manner; the configuration command generating unit 120 is configured to generate a configuration management command; The determining condition adding unit 130 is configured to add a determining condition to the configuration management command for the user premises equipment to determine whether to execute the configuration management command.
  • the user premise device 200 specifically includes: a configuration management command receiving unit 210, which receives a configuration management command sent by the multicast mode; a configuration management command execution unit 220, configured to execute the configuration management command; And determining, according to the determining condition included in the configuration management command, whether to execute the configuration management command.
  • the user premise device may further include a multicast adding unit, configured to join the multicast group according to the multicast address and the port.
  • the ACS sends the configuration management command to the specified multicast address and port by using the multicast mode, and each CPE obtains the configuration management command sent by the ACS by listening to the multicast address and the port. It solves the problem that the ACS must establish a separate connection with each CPE in the management of the CPE, which causes heavy load on the ACS and reduces the load on the ACS.
  • the present invention can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is more Good implementation.
  • the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for making a A computer device (which may be a personal computer, server, or network device, etc.) performs the methods described in various embodiments of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Abstract

A device management method is disclosed, including the steps of: auto-configuration server ACS sending configuration management command to customer premises equipment CPE by means of multicast communication (s202 ); CPE executing configuration management command ( s204 ). A device management method is also disclosed, including the steps of: monitoring the multicast address and port sending configuration management command; receiving and executing configuration management command. A device management system and the means thereof are also disclosed.

Description

说明书 设备管理方法、 系统及装置  Instruction device management method, system and device
[1] 技术领域  [1] Technical field
[2] 本发明涉及通信技术领域, 尤其涉及一种设备管理方法、 系统及装置。  [2] The present invention relates to the field of communications technologies, and in particular, to a device management method, system, and device.
[3] 发明背景  [3] Background of the invention
[4] DSL (Digital Subscriber  [4] DSL (Digital Subscriber
Line, 数字用户线路) 是一种宽带接入技术, 已经广泛进入千家万户, 其典型组 网方式如图 1所示。 ACS (Auto-configuration Server,  Line, digital subscriber line) is a broadband access technology that has been widely used in thousands of households. The typical networking mode is shown in Figure 1. ACS (Auto-configuration Server,
自动配置服务器) 通过北向接口与业务配置管理器通信, 通过南向接口与 CPE ( Customer Premises  Automatically configure the server to communicate with the Service Configuration Manager via the northbound interface, through the southbound interface with CPE (Customer Premises
Equipment, 用户驻地设备) 通信, ACS通过 BRAS (Broadband Remote Access Server, 宽带远程接入服务器) 与区域宽带网连接, 区域宽带网与 DSLAM (Digi tal Subscriber Line Access  Equipment, customer premises equipment) Communication, ACS is connected to regional broadband network through BRAS (Broadband Remote Access Server), regional broadband network and DSLAM (Digital Subscriber Line Access)
Multiplexer, 数字用户线接入复用器) 连接, DSLAM与 CPE连接, CPE之间可以 通过 LAN (Local Area Network, 局域网) 连接。 其中, CPE包括: VoIP (Voice over Internet  Multiplexer, digital subscriber line access multiplexer) connection, DSLAM is connected to CPE, and CPE can be connected via LAN (Local Area Network). Among them, CPE includes: VoIP (Voice over Internet
Protocol, 互联网协议语音) 、 IPTV (IP电视) 等, 针对宽带接入技术的应用或 应用组合形成的基于 IP的设备。 ACS负责对 CPE进行自动配置, 以达到不需要用 户设置 CPE, CPE就可以正常工作的目的。 ACS使用 RPC (Remote Procedure Call, 远程程序呼叫) 方法来实现对 CPE参数的修改和设置。  Protocol, Internet Protocol Voice), IPTV (IP TV), etc., IP-based devices formed by a combination of applications or applications of broadband access technologies. The ACS is responsible for automatically configuring the CPE so that the CPE can be set up without requiring the user to set the CPE. The ACS uses the RPC (Remote Procedure Call) method to modify and set the CPE parameters.
[5] 目前, 在直接与 DSLAM连接的 CPE (宽带网络终端, 如网关) 与 ACS完成自 动配置管理的过程中, ACS在管理 CPE吋, 由于每个 CPE的具体配置可能存在差 异, ACS要根据各 CPE具体情况生成对应的配置管理命令; 之后 ACS必须与每个 CPE单独建立通信连接, 并分别发送配置管理命令。 导致 ACS在管理大量 CPE吋 , 负荷很重。 [5] At present, in the process of automatic configuration management of CPE (broadband network terminal, such as gateway) and ACS directly connected to DSLAM, ACS is managing CPE. Because the specific configuration of each CPE may be different, ACS should be based on Each CPE generates a corresponding configuration management command. The ACS must then establish a separate communication connection with each CPE and send configuration management commands. This caused the ACS to manage a large number of CPEs, and the load was heavy.
[6] 本发明发明人发现上述技术方案存在以下缺陷: ACS在对 CPE进行配置管理的 过程中需要与每个 CPE分别建立连接后, 才能发送配置管理命令。 [7] 发明内容 [6] The inventor of the present invention has found that the above technical solution has the following drawbacks: The ACS needs to establish a connection with each CPE in the process of configuring and managing the CPE before sending the configuration management command. [7] Summary of the invention
[8] 本发明实施例提供一种设备管理方法、 系统及装置, 以实现 ACS在管理 CPE吋 不必与每个 CPE单独建立连接, 减轻了 ACS的负荷。  [8] The embodiment of the invention provides a device management method, system and device, so that the ACS does not have to establish a separate connection with each CPE, and the load of the ACS is reduced.
[9] 一种设备管理的方法, 包括: [9] A method of device management, comprising:
[10] 自动配置服务器 ACS将配置管理命令釆用多播方式发送给用户驻地设备 CPE, 所述 CPE执行所述配置管理命令。  [10] Automatic configuration server The ACS sends configuration management commands to the customer premises equipment CPE in multicast mode, and the CPE executes the configuration management commands.
[11] 一种设备管理系统, 包括: [11] A device management system, comprising:
[12] 自动配置服务器, 用于将配置管理命令釆用多播方式发送给用户驻地设备; [12] The automatic configuration server is configured to send configuration management commands to the user premises equipment in multicast mode;
[13] 用户驻地设备, 用于接收通过多播方式发送的配置管理命令, 并执行所述配置 管理命令。 [13] The user premises equipment is configured to receive a configuration management command sent by multicast, and execute the configuration management command.
[14] 一种自动配置服务器, 包括: [14] An automatic configuration server, including:
[15] 配置管理命令发送单元, 用于将所述配置管理命令釆用多播方式发送给用户驻 地设备。  [15] The configuration management command sending unit is configured to send the configuration management command to the user premises equipment in a multicast manner.
[16] 一种用户驻地设备, 包括:  [16] A user premises equipment, including:
[17] 配置管理命令接收单元, 接收釆用多播方式发送的配置管理命令;  [17] The configuration management command receiving unit receives the configuration management command sent by using the multicast mode;
[18] 配置管理命令执行单元, 用于执行所述配置管理命令。 [18] The configuration management command execution unit is configured to execute the configuration management command.
[19] 一种设备管理的方法, 包括: [19] A method of device management, comprising:
[20] 接收自动配置服务器通过多播方式发送的配置管理命令。  [20] Receive configuration management commands sent by the autoconfiguration server through multicast.
[21] 一种设备管理的方法, 包括: [21] A method of device management, comprising:
[22] 自动配置服务器将配置管理命令釆用多播方式发送给用户驻地设备。  [22] The autoconfiguration server sends configuration management commands to the customer premises equipment in multicast mode.
[23] 一种用户驻地设备, 包括:  [23] A customer premises equipment, including:
[24] 多播加入单元, 用于根据多播地址和端口加入多播组;  [24] a multicast joining unit, configured to join a multicast group according to a multicast address and a port;
[25] 配置管理命令接收单元, 用于在加入的多播组中, 接收自动配置服务器釆用多 播方式发送的配置管理命令。  [25] The configuration management command receiving unit is configured to receive, in the joined multicast group, a configuration management command sent by the automatic configuration server in a multicast manner.
[26] 本发明的实施例中, 可以通过向指定的多播地址和端口发送配置管理命令, CP E通过监听该多播地址和端口接收 ACS发送的配置管理命令, 解决了 ACS在管理 CPE吋必须与每个 CPE单独建立连接导致 ACS负荷重的问题, 减轻了 ACS的负荷 [27] 附图简要说明 In the embodiment of the present invention, the configuration management command is sent to the specified multicast address and port, and the CP E receives the configuration management command sent by the ACS by listening to the multicast address and the port, thereby solving the problem that the ACS manages the CPE. A separate connection must be established with each CPE to cause a heavy load on the ACS, reducing the load on the ACS. [27] BRIEF DESCRIPTION OF THE DRAWINGS
[28] 图 1是现有技术中宽带接入技术组网图;  [28] FIG. 1 is a network diagram of a broadband access technology in the prior art;
[29] 图 2是本发明实施例中一种设备管理方法流程图; 2 is a flowchart of a device management method in an embodiment of the present invention;
[30] 图 3是本发明实施例中一种设备管理系统结构图。 3 is a structural diagram of a device management system in an embodiment of the present invention.
[31] 实施本发明的方式 [31] Mode for carrying out the invention
[32] 本发明实施例提供了一种设备管理方法, 如图 2所示, 包括以下步骤:  [32] The embodiment of the present invention provides a device management method, as shown in FIG. 2, including the following steps:
[33] 步骤 s201, 自动配置服务器生成配置管理命令。 其中, 配置管理命令包括: A CS对 CPE进行管理和配置, 可以是针对一台指定的 CPE, 或者一批基于相同的厂 商、 型号、 软件版本的 CPE; ACS监控 CPE状态和性能统计; ACS诊断与 CPE连 通性和服务问题等。 [33] Step s201, the automatic configuration server generates configuration management commands. The configuration management command includes: A CS manages and configures the CPE, which can be for a specified CPE, or a batch of CPEs based on the same vendor, model, and software version; ACS monitors CPE status and performance statistics; ACS diagnostics Connectivity to CPE and service issues.
[34] 步骤 s202, 自动配置服务器将所述配置管理命令通过多播方式发送给用户驻地 设备。 具体包括: 所述 ACS向指定的多播地址和端口发送所述的配置管理命令。 例如, IP多播的地址, 釆用 D类 IP地址确定多播的主组, 在 Internet的"小数点 "表 示法中, 主组地址范围是从 224. 0. 0.  [34] Step s202: The automatic configuration server sends the configuration management command to the user premises equipment in a multicast manner. Specifically, the ACS sends the configuration management command to the specified multicast address and port. For example, the address of the IP multicast, the primary group of the multicast is determined by the class D IP address. In the "decimal point" representation of the Internet, the primary group address range is from 224. 0. 0.
0到 239. 255. 255. 255。 为发送一份 IP多播数据包, 发送者要确定一个合适的 信宿地址, 这个地址代表一个主组。 然后, 多播数据通过普通的 IP发送操作发送 出去。 其中, 指定的多播地址如 239.255.255.250, 端口信息如 1234。  0 to 239. 255. 255. 255. To send an IP multicast packet, the sender determines an appropriate sink address, which represents a primary group. Then, the multicast data is sent out through a normal IP transmission operation. The specified multicast address is 239.255.255.250, and the port information is 1234.
[35] 步骤 s203, CPE接收通过多播方式发送的配置管理命令。 具体包括 CPE通过监 听指定多播地址和端口, 接收来自 ACS的配置管理命令。  [35] Step s203: The CPE receives the configuration management command sent by the multicast mode. Specifically, the CPE receives the configuration management command from the ACS by listening to the specified multicast address and port.
[36] 可选地, 用户驻地设备在接收自动配置服务器通过多播方式发送来的配置管理 命令之前, 还可以根据多播地址和端口加入多播组。 进一步地, 在根据多播地 址和端口加入多播组之前还可以执行配置相应的多播地址和端口的操作。  [36] Optionally, the user premises equipment may join the multicast group according to the multicast address and the port before receiving the configuration management command sent by the automatic configuration server by multicast. Further, the operation of configuring the corresponding multicast address and port can also be performed before joining the multicast group according to the multicast address and port.
[37] 步骤 s204, CPE执行所述配置管理命令。  [37] Step s204, the CPE executes the configuration management command.
[38] 在上述方案中, 还可以进一步包括: 步骤 201中, ACS生成的 CPE配置管理命 令中可以进一步包括 CPE要执行的判断条件, 由此, 步骤 204中取得的 CPE配置 管理命令吋, 根据判断条件来自行决定是否执行该配置管理命令。 这样, ACS就 可以使用统一的配置命令对指定的一个或者一批 CPE的进行配置管理。  [38] In the above solution, the method further includes: In step 201, the CPE configuration management command generated by the ACS may further include a judgment condition to be executed by the CPE, and thus, the CPE configuration management command obtained in step 204 is performed according to The judgment condition comes from the line to decide whether to execute the configuration management command. In this way, the ACS can use a unified configuration command to configure and manage the specified one or a batch of CPEs.
[39] 本发明实施例还提供了一种设备管理系统, 如图 3所示, 包括: 自动配置服务 器 100, 用于将配置管理命令通过多播方式发送给用户驻地设备; 用户驻地设备 200, 用于接收通过多播方式发送的配置管理命令, 并执行所述配置管理命令。 [39] The embodiment of the present invention further provides a device management system, as shown in FIG. 3, including: an automatic configuration service The device 100 is configured to send the configuration management command to the user premises equipment by using a multicast mode. The user premises equipment 200 is configured to receive a configuration management command sent by using a multicast mode, and execute the configuration management command.
[40] 其中, 自动配置服务器 100具体包括: 配置管理命令发送单元 110, 用于将所述 配置管理命令通过多播方式发送给用户驻地设备; 配置命令生成单元 120, 用于 生成配置管理命令; 判断条件添加单元 130, 用于在所述配置管理命令中添加判 断条件, 供用户驻地设备确定是否执行所述配置管理命令。  [40] The automatic configuration server 100 specifically includes: a configuration management command sending unit 110, configured to send the configuration management command to the user premises equipment in a multicast manner; the configuration command generating unit 120 is configured to generate a configuration management command; The determining condition adding unit 130 is configured to add a determining condition to the configuration management command for the user premises equipment to determine whether to execute the configuration management command.
[41] 用户驻地设备 200具体包括: 配置管理命令接收单元 210, 接收通过多播方式发 送的配置管理命令; 配置管理命令执行单元 220, 用于执行所述配置管理命令; 配置管理命令判断单元 230, 用于根据所述配置管理命令包括的判断条件决定是 否执行所述的配置管理命令。 可选地, 所述的用户驻地设备还可以包括多播加 入单元, 用于根据多播地址和端口加入多播组。  [41] The user premise device 200 specifically includes: a configuration management command receiving unit 210, which receives a configuration management command sent by the multicast mode; a configuration management command execution unit 220, configured to execute the configuration management command; And determining, according to the determining condition included in the configuration management command, whether to execute the configuration management command. Optionally, the user premise device may further include a multicast adding unit, configured to join the multicast group according to the multicast address and the port.
[42] 本发明的实施例中, 通过多播的方式, ACS将配置管理命令发送到指定的多播 地址和端口, 各 CPE通过监听该多播地址和端口获得 ACS发送的配置管理命令。 解决了 ACS在管理 CPE吋必须与每个 CPE单独建立连接导致 ACS负荷重的问题, 减轻了 ACS的负荷。  In the embodiment of the present invention, the ACS sends the configuration management command to the specified multicast address and port by using the multicast mode, and each CPE obtains the configuration management command sent by the ACS by listening to the multicast address and the port. It solves the problem that the ACS must establish a separate connection with each CPE in the management of the CPE, which causes heavy load on the ACS and reduces the load on the ACS.
[43] 通过以上的实施方式的描述, 本领域的技术人员可以清楚地了解到本发明可借 助软件加必需的通用硬件平台的方式来实现, 当然也可以通过硬件, 但很多情 况下前者是更佳的实施方式。 基于这样的理解, 本发明的技术方案本质上或者 说对现有技术做出贡献的部分可以以软件产品的形式体现出来, 该计算机软件 产品存储在一个存储介质中, 包括若干指令用以使得一台计算机设备 (可以是 个人计算机, 服务器, 或者网络设备等) 执行本发明各个实施例所述的方法。  Through the description of the above embodiments, those skilled in the art can clearly understand that the present invention can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is more Good implementation. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for making a A computer device (which may be a personal computer, server, or network device, etc.) performs the methods described in various embodiments of the present invention.
[44] 以上公开的仅为本发明的几个具体实施例, 但是, 本发明并非局限于此, 任何 本领域的技术人员能思之的变化都应落入本发明的保护范围。  The above disclosure is only a few specific embodiments of the present invention, but the present invention is not limited thereto, and any changes that can be made by those skilled in the art should fall within the protection scope of the present invention.

Claims

权利要求书 Claim
[1] 一种设备管理的方法, 其特征在于, 包括:  [1] A method of device management, comprising:
自动配置服务器 ACS将配置管理命令釆用多播方式发送给用户驻地设备 CP Automatic configuration server The ACS sends configuration management commands to the customer premises equipment CP in multicast mode.
E, 所述 CPE执行所述配置管理命令。 E. The CPE executes the configuration management command.
[2] 如权利要求 1所述设备管理的方法, 其特征在于, 所述将配置管理命令通过 多播方式发送给 CPE, 所述 CPE执行所述配置管理命令包括: 所述 ACS向指定的多播地址和端口发送所述的配置管理命令, 所述 CPE从 所述的指定多播地址和端口接收并执行所述配置管理命令。 [2] The device management method according to claim 1, wherein the configuration management command is sent to the CPE in a multicast manner, and the CPE executing the configuration management command includes: the ACS is specified to be more The broadcast address and port send the configuration management command, and the CPE receives and executes the configuration management command from the specified multicast address and port.
[3] 如权利要求 2所述的设备管理的方法, 其特征在于, 所述配置管理命令还包 括判断条件, 所述 CPE根据所述判断条件执行所述配置管理命令。 [3] The device management method according to claim 2, wherein the configuration management command further includes a determination condition, and the CPE executes the configuration management command according to the determination condition.
[4] 如权力要求 1、 2或者 3所述的设备管理的方法, 其特征在于, 在所述 ACS将 配置管理命令通过多播方式发送给 CPE前还包括: [4] The device management method according to claim 1, 2 or 3, wherein before the ACS sends the configuration management command to the CPE in multicast mode, the method further includes:
自动配置服务器生成配置管理命令。  The autoconfiguration server generates configuration management commands.
[5] —种设备管理系统, 其特征在于, 包括: [5] A device management system, comprising:
自动配置服务器, 用于将配置管理命令釆用多播方式发送给用户驻地设备 用户驻地设备, 用于接收通过多播方式发送的配置管理命令, 并执行所述 配置管理命令。  The automatic configuration server is configured to send the configuration management command to the user premises equipment user premises equipment in a multicast manner, to receive the configuration management command sent by the multicast mode, and execute the configuration management command.
[6] 如权利要求 5所述的设备管理系统, 其特征在于, 所述自动配置服务器包括 配置管理命令发送单元, 用于将所述配置管理命令通过多播方式发送给用 户驻地设备。  [6] The device management system according to claim 5, wherein the automatic configuration server includes a configuration management command sending unit, configured to send the configuration management command to the user premises device in a multicast manner.
[7] 如权利要求 5所述的设备管理系统, 其特征在于, 所述用户驻地设备包括: 配置管理命令接收单元, 用于接收釆用多播方式发送的配置管理命令; 配置管理命令执行单元, 用于执行所述配置管理命令。  [7] The device management system according to claim 5, wherein the user premise device comprises: a configuration management command receiving unit, configured to receive a configuration management command sent by using a multicast mode; and a configuration management command execution unit , for executing the configuration management command.
[8] 如权利要求 7所述的设备管理系统, 其特征在于, 所述的用户驻地设备还包 括:  [8] The device management system according to claim 7, wherein the user premise device further comprises:
配置管理命令判断单元, 用于根据所述配置管理命令包括的判断条件执行 所述的配置管理命令。 a configuration management command determining unit, configured to execute according to the judgment condition included in the configuration management command The configuration management command described.
[9] 一种自动配置服务器, 其特征在于, 包括:  [9] An automatic configuration server, comprising:
配置管理命令发送单元, 用于将所述配置管理命令釆用多播方式发送给用 户驻地设备。  And a configuration management command sending unit, configured to send the configuration management command to the user premises equipment in a multicast manner.
[10] 如权利要求 9所述的自动配置服务器, 其特征在于, 还包括:  [10] The automatic configuration server according to claim 9, further comprising:
配置命令生成单元, 用于生成配置管理命令。  A configuration command generating unit is configured to generate a configuration management command.
[11] 如权利要求 9所述的自动配置服务器, 其特征在于, 还包括: [11] The automatic configuration server according to claim 9, further comprising:
判断条件添加单元, 用于在所述配置管理命令中添加判断条件, 以使用户 驻地设备根据所述判断条件执行所述配置管理命令。  And a judgment condition adding unit, configured to add a judgment condition to the configuration management command, so that the user premises equipment executes the configuration management command according to the judgment condition.
[12] 一种用户驻地设备, 其特征在于, 包括: [12] A customer premises equipment, comprising:
配置管理命令接收单元, 接收釆用多播方式发送的配置管理命令; 配置管理命令执行单元, 用于执行所述配置管理命令。  The configuration management command receiving unit receives the configuration management command sent by using the multicast mode, and the configuration management command execution unit is configured to execute the configuration management command.
[13] 如权利要求 12所述的用户驻地设备, 其特征在于, 还包括: [13] The user premises equipment of claim 12, further comprising:
配置管理命令判断单元, 用于根据所述配置管理命令包括的判断条件执行 所述的配置管理命令。  The configuration management command determining unit is configured to execute the configuration management command according to the determining condition included in the configuration management command.
[14] 根据权利要求 12或 13所述的用户驻地设备, 其特征在于, 还包括: [14] The user premises equipment according to claim 12 or 13, further comprising:
多播加入单元, 用于根据多播地址和端口加入多播组。  A multicast join unit is used to join a multicast group according to a multicast address and port.
[15] —种设备管理的方法, 其特征在于, 包括: [15] A method for device management, characterized in that it comprises:
接收自动配置服务器通过多播方式发送的配置管理命令。  Receive configuration management commands sent by the autoconfiguration server through multicast.
[16] 如权利要求 15所述设备管理的方法, 其特征在于, 所述接收自动配置服务 器通过多播发送的配置管理命令包括: [16] The device management method according to claim 15, wherein the receiving the configuration management command sent by the automatic configuration server by multicasting comprises:
用户驻地设备从指定多播地址和端口接收所述配置管理命令。  The user premises device receives the configuration management command from the specified multicast address and port.
[17] 如权利要求 15或 16所述的设备管理的方法, 其特征在于, 所述配置管理命 令还包括判断条件, 所述用户驻地设备根据所述判断条件执行所述配置管 理命令。 [17] The device management method according to claim 15 or 16, wherein the configuration management command further includes a determination condition, and the user premises equipment executes the configuration management command according to the determination condition.
[18] 根据权利要求 15或 16所述的设备管理的方法, 其特征在于, 在接收自动配 置服务器通过多播方式发送来的配置管理命令之前, 该方法还包括: 根据多播地址和端口加入多播组。 [18] The device management method according to claim 15 or 16, wherein before receiving the configuration management command sent by the automatic configuration server by multicast, the method further comprises: joining according to the multicast address and the port. Multicast group.
[19] 如权利要求 18所述设备管理的方法, 其特征在于, 在根据多播地址和端口 加入多播组之前还包括: 配置所述的多播地址和端口。 [19] The method for device management according to claim 18, further comprising: configuring the multicast address and port before joining the multicast group according to the multicast address and the port.
[20] 根据权利要求 15或 16所述的设备管理的方法, 其特征在于, 该方法还包括 执行所述配置管理命令。 [20] The method of device management according to claim 15 or 16, wherein the method further comprises executing the configuration management command.
[21] 一种设备管理的方法, 其特征在于, 包括: [21] A method for device management, comprising:
自动配置服务器将配置管理命令釆用多播方式发送给用户驻地设备。  The auto-configuration server sends configuration management commands to the customer premises equipment in multicast mode.
[22] 如权利要求 21所述设备管理的方法, 其特征在于, 所述将配置管理命令釆 用多播方式发送给用户驻地设备包括: [22] The device management method of claim 21, wherein the transmitting the configuration management command to the user premises equipment by using the multicast mode comprises:
所述自动配置服务器向指定的多播地址和端口发送所述的配置管理命令。  The automatic configuration server sends the configuration management command to a specified multicast address and port.
[23] 如权利要求 21或 22所述的设备管理的方法, 其特征在于, 所述配置管理命 令还包括判断条件, 所述用户驻地设备根据所述判断条件执行所述配置管 理命令。 [23] The device management method according to claim 21 or 22, wherein the configuration management command further includes a determination condition, and the user premises equipment executes the configuration management command according to the determination condition.
[24] 如权力要求 21或 22所述的设备管理的方法, 其特征在于, 在自动配置服务 器将配置管理命令釆用多播方式发送给用户驻地设备之前, 该方法还包括 自动配置服务器生成所述配置管理命令。  [24] The method of device management according to claim 21 or 22, wherein before the automatic configuration server transmits the configuration management command to the user premises equipment in a multicast manner, the method further comprises automatically configuring the server generation office. The configuration management command.
[25] 一种用户驻地设备, 其特征在于, 包括: [25] A customer premises equipment, comprising:
多播加入单元, 用于根据多播地址和端口加入多播组;  a multicast joining unit, configured to join a multicast group according to a multicast address and a port;
配置管理命令接收单元, 用于在加入的多播组中, 接收自动配置服务器釆 用多播方式发送的配置管理命令。  The configuration management command receiving unit is configured to receive, in the joined multicast group, a configuration management command sent by the automatic configuration server in a multicast manner.
[26] 如权利要求 25所述的用户驻地设备, 其特征在于, 还包括: [26] The user premises equipment of claim 25, further comprising:
配置管理命令执行单元, 用于执行所述配置管理命令接收单元接收的配置 管理命令。  And a configuration management command execution unit, configured to execute a configuration management command received by the configuration management command receiving unit.
[27] 根据权利要求 25或 26所述的用户驻地设备, 其特征在于, 还包括:  [27] The user premises equipment of claim 25 or 26, further comprising:
配置管理命令判断单元, 用于根据所述配置管理命令接收单元接收的配置 管理命令包括的判断条件执行所述的配置管理命令。  The configuration management command determining unit is configured to execute the configuration management command according to the determination condition included in the configuration management command received by the configuration management command receiving unit.
PCT/CN2008/073116 2007-11-22 2008-11-19 Device management method, system and means WO2009067944A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2007101246687A CN101442427A (en) 2007-11-22 2007-11-22 Method, system and apparatus for managing equipment
CN200710124668.7 2007-11-22

Publications (1)

Publication Number Publication Date
WO2009067944A1 true WO2009067944A1 (en) 2009-06-04

Family

ID=40678035

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/073116 WO2009067944A1 (en) 2007-11-22 2008-11-19 Device management method, system and means

Country Status (2)

Country Link
CN (1) CN101442427A (en)
WO (1) WO2009067944A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102164312A (en) * 2010-12-31 2011-08-24 青岛海信传媒网络技术有限公司 Set-top box configuration method and system for Internet protocol television
CN102761431A (en) * 2011-04-29 2012-10-31 华为终端有限公司 Event reporting method and customer premises equipment (CPE)
CN103391213A (en) * 2012-05-11 2013-11-13 中兴通讯股份有限公司 Application deployment method, CPE (Customer Premises Equipment) and application deployment system
CN103457959A (en) * 2013-09-30 2013-12-18 迈普通信技术股份有限公司 Equipment configuration method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030061315A1 (en) * 2001-09-25 2003-03-27 Jin Frank Kui System and method for "Plug and Play" ability to broadband network based customer devices
CN1859160A (en) * 2005-04-30 2006-11-08 华为技术有限公司 Method and its system for managing user stationed equipment configuration
CN101064714A (en) * 2006-04-24 2007-10-31 华为技术有限公司 Service dispensing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030061315A1 (en) * 2001-09-25 2003-03-27 Jin Frank Kui System and method for "Plug and Play" ability to broadband network based customer devices
CN1859160A (en) * 2005-04-30 2006-11-08 华为技术有限公司 Method and its system for managing user stationed equipment configuration
CN101064714A (en) * 2006-04-24 2007-10-31 华为技术有限公司 Service dispensing method

Also Published As

Publication number Publication date
CN101442427A (en) 2009-05-27

Similar Documents

Publication Publication Date Title
US8000345B2 (en) Proxy agent for providing remote management of equipment in a communication network
US8711865B2 (en) Auto-provisioning of network services over an Ethernet access link
EP1940079B9 (en) A communication device and a system for managing the local devies remotely and the method thereof
KR101252599B1 (en) Method and system for service discovery and deployment in an ip multimedia network
EP2124404A1 (en) A device, system and method for automatically configuring application terminals in home network
WO2008138260A1 (en) A method, system and home network access device for accessing home network
WO2010081360A1 (en) Method, apparatus and communication system for terminal management by multi-servers
KR20090101384A (en) Full mesh rates transaction in a network
EP2296314B1 (en) Configuring application method, device and system
CN101783774A (en) Network device connection method, system and device
JP5813873B2 (en) Management session setting method, subscriber premises equipment, and automatic setting server
WO2009067944A1 (en) Device management method, system and means
CN112073244A (en) TR069 protocol-based message processing method and system
WO2010028568A1 (en) A method for managing the terminal device, server and terminal device
US11824640B2 (en) System and method for reconfiguring a network using network traffic comparisions
WO2010081314A1 (en) An ngn home network resource access control method and system
CN102201925A (en) Management method of terminal equipment and agent equipment
WO2012079374A1 (en) Method, device, and system for binding virtual serial port and physical serial port
US20190238361A1 (en) Cable Media Converter Management Method, Apparatus, and System
CN101997858A (en) Method and device for consumer premises equipment wide area network management protocol (CWMP) conversation interaction
WO2014090194A1 (en) Dialing method of terminal device, and access device
CN101409703B (en) Method for discovering network middle/remote terminal server by terminal equipment
WO2013082757A1 (en) Data transmission method, network device, and gateway
Darwis Implementation and Analysis of VoIP CPE Management System using TR-069
CN103813339A (en) Bandwidth management system and method

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08854468

Country of ref document: EP

Kind code of ref document: A1