WO2010092019A1 - Alarm notification between customer premises equipment and a remote management server - Google Patents
Alarm notification between customer premises equipment and a remote management server Download PDFInfo
- Publication number
- WO2010092019A1 WO2010092019A1 PCT/EP2010/051498 EP2010051498W WO2010092019A1 WO 2010092019 A1 WO2010092019 A1 WO 2010092019A1 EP 2010051498 W EP2010051498 W EP 2010051498W WO 2010092019 A1 WO2010092019 A1 WO 2010092019A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- alarm
- acs
- cpe
- remote management
- management server
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0681—Configuration of triggering conditions
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/04—Network management architectures or arrangements
- H04L41/046—Network management architectures or arrangements comprising network management agents or mobile agents therefor
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0686—Additional information in the notification, e.g. enhancement of specific meta-data
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/16—Threshold monitoring
Definitions
- the present invention generally relates to alarm notification between customer premises equipment (CPE) and an auto configuration server (ACS), named remote management server throughout this patent application.
- CPE or customer premises devices are a Digital Subscriber Line (DSL) modem, a Set-Top Box (STB), a wireless router such as a WiFi hotspot or a FEMTO cell, a wireless terminal such as a mobile telephone, a Personal Digital Assistant (PDA), etc.
- DSL Digital Subscriber Line
- STB Set-Top Box
- PDA Personal Digital Assistant
- the customer premises equipment and the remote management server are supposed to interface with each other through a remote management protocol.
- Alarms in the context of the present patent application include notifications of for instance critical battery level, security violations such as hacking attempts, etc.
- Remote management systems consist of a management platform in the customer device, a remote management server in the network, and a remote management protocol for communication between a management client or agent running on the management platform in the customer device and the remote management server.
- An example management platform is the OSGi (Open Service Gateway initiative) service platform, which is a Java-based service platform that runs on top of a Java Virtual Machine (JVM) inside the customer device that is remotely managed. Presence of an OSGi service platform in the customer device enables remote installation and management of software from an auto configuration server anywhere in the network without disrupting the operation of the customer device. This way, installation of a software application, upgrading the software application to a new version, re-configuring the application, adding or activating new features of the application, and removal of the application from the customer device, is made possible without dispatching a technician to the customer premises and without requiring an intervention by the customer. Thanks to the management platform, the software services or applications running on a single customer device can share their capabilities with each other.
- OSGi Open Service Gateway initiative
- the management agent or management client serves as an interface between the bundle or software application and the remote management server, and enables the management platform in the customer device to expose manageable parameters to the remote management server.
- the role of the management protocol is to provide a mechanism by which the auto-configuration server can securely read or write parameter values to configure the software in the customer device and eventually monitor the status and statistics of the customer device.
- An example management protocol for secure remote management of customer devices is the TR-069 protocol defined by the DSL Forum in its Technical Report TR-069, entitled "CPE WAN Management Protocol" that can for instance be retrieved from the Internet via the following URL: http://dslforum.org/aboutdsl/tr_table.html
- the TR-069 protocol is Remote Procedure Call (RPC) based, i.e. a generic message based m echan i sm by wh ich the auto confi g u rati on serve r is ab l e to read/write/configure parameters and parameter attributes of a software component running on a CPE device.
- RPC Remote Procedure Call
- Each parameter consists of a name-value pair.
- the name identifies the particular parameter and has a hierarchical structure similar to files in a directory, the different levels being separated by a ".” (dot).
- the value of a parameter may be one of several defined data types.
- Each parameter further may be defined as a read-only or read-write parameter depending on whether the auto configuration server is allowed to only read the parameter or also to change the value of the parameter.
- a particular example could be an HyperText Transfer Protocol (HTTP) service or application that is installed on an ADSL or VDSL modem for client-server communications. All parameters of the HTTP application constitute the parameter model of the HTTP application. An example parameter is the number or identification of the port where the HTTP application listens to.
- the ADSL or VDSL modem is supposed to have an OSGi platform running on top of a Java Virtual Machine. The OSGi platform enables to share the capabilities of the HTTP application with other applications, e.g. a web browser. Via a TR-069 management agent installed on top of the OSGi platform, the parameters of the HTTP application can be made visible and accessible to an auto configuration server (ACS) in the DSL network or any other TR- 069 aware bundle.
- ACS auto configuration server
- TR-069 based remote management systems uses the TR-069 mechanism to notify value changes of parameters in the object model to the ACS.
- the notification attribute of a parameter indicates whether the CPE should include changed values of that parameter in the Inform message or Inform Remote Procedure Call (RPC) that is sent to the ACS in a TR-069 session.
- RPC Inform Remote Procedure Call
- passive notification the CPE must include the new value of the parameter in the ParameterList of the Inform RPC that is sent in the next TR-069 session established to the ACS.
- active notification the CPE must initiate a TR-069 session to the ACS and include the new value in the ParameterList of the associated Inform RPC.
- the TR-069 data model of a CPE contains a BatteryLevel parameter, indicating the level of the battery of the CPE device.
- this parameter may for example be named: device.* Battery. ⁇ i ⁇ . BatteryLevel
- device is the root object of the TR-069 tree
- * is a wildcard for child TR- 069 objects
- ⁇ i ⁇ indicates that several Battery objects can exist in the TR-069 data model.
- the initial battery level is 100% and that the CPE device is not connected to a power supply, as a result of which the battery level decreases over time. It is also assumed that the CPE device is able to detect a change of the battery level by increments/decrements of 5%.
- the ACS is assumed to configure the "device.*. Battery. ⁇ i ⁇ .Batteryl_evel" parameter with active notification.
- a local alarm criterion is configured: as soon as the value of the parameter "device.* Battery. ⁇ i ⁇ .BatteryLevel" becomes smaller than or equal to 20%, a low battery alarm condition is raised.
- the ACS may additionally be configured to report the low battery alarm condition to an external system, for example an operator.
- the CPE will use the TR-069 Inform RPC to the ACS for the following values of the battery level: 95%, 90%, 85%, 80%, 75%, 70%, ..., 20%, 15%, ... This means that a significant number of value change Inform messages will be reported by the CPE to the ACS before the ACS detects an alarm condition, unnecessarily occupying resources in the network segment between CPE and ACS, and unnecessarily occupying resources in the ACS to verify the reported value changes against the alarm criterion.
- a drawback of using the TR-069 value change notification mechanism for alarm notification is its scalability and inherent load imposed on the ACS. Indeed, for each Inform message reporting changed parameter values to the ACS, the ACS has to determine if an alarm condition is met. In order to do so, the ACS must evaluate local alarm criteria, like for instance comparing the new parameter value with a threshold. Depending on the number of such local alarm criteria, the ACS may spend a significant amount of its time and resources to the processing of the reported parameter value changes.
- TR-069 Inform messages Another drawback of the straightforward alarm management approach based on the TR-069 Inform messages is the difficulty to achieve "real-time" alarm notification. In particular for critical alarm conditions like security attacks or low battery status, operators are requesting the support of real-time alarm notification on TR-069 platforms. In TR-069 however, only one Inform message can be sent per TR- 069 session. This implies that when an alarm condition is detected within an existing TR-069 session, the CPE will not be able to report the parameter value change and the ACS will not be able to gain knowledge on the alarm condition until the current TR-069 session ends, a new TR-069 session is opened, and the parameter value change is transferred and processed.
- the TCP connection In case the TR-069 session is TCP based, the TCP connection must be closed when the TR-069 session is term inated. As a consequence, two times the maximum segment lifetime (MSL) will pass before a new TCP connection can be opened, and the total duration for reporting the alarming parameter value change may amount up to several minutes, which is unacceptable to operators. Operators desire critical alarms to be reported to the ACS in real-time, i.e. within 30 seconds, or within 60 seconds.
- the above defined objectives are realized by the method for alarm notification between a customer premises device (CPE) and a remote management server (ACS) interfacing with each other through a remote management protocol, as defined by claim 1 , the method comprising the steps of:
- CPE customer premises device
- CPE devices that are capable to detect whether an alarm criterion is matched, can send an explicit alarm notification to the ACS.
- Such explicit alarm notification may for instance be a new "alarm" event in the TR-069 Inform RPC, or may be a new "Alarm” RPC.
- the invention simplifies the operations performed by the ACS to determine whether an alarm condition is met since no comparison of new parameter values to threshold levels or other processing is needed at the ACS upon receipt of the alarm notification.
- the invention also reduces the load on the interface between the CPE and the ACS because not every parameter value change has to be reported to the ACS.
- the invention adds to the scalability of alarm management in remote management systems.
- the present invention further relates to a remote management server (ACS) as defined by claim 6 and a customer premises device (CPE) as defined by claim 7, both adapted for use in the method according to the invention.
- ACS remote management server
- CPE customer premises device
- the remote management protocol in the method according to the present invention is the TR-069 CPE WAN Management Protocol.
- the DSL Forum has defined in its Technical Report TR-069 a protocol for remote management, i.e. a way of naming parameters in a hierarchically structured way, and a way of securely reading/writing these parameters from a remote location in the network through a sequence of messages, the so called Remote Procedure Calls (RPCs).
- RPCs Remote Procedure Calls
- the support of a scalable alarm management mechanism through detection of alarm conditions in the CPE and explicit alarm notification to the ACS or remote management server is not limited to a particular existing or future remote management protocol.
- Variant management protocols whose current or future versions may be used in conjunction with the current invention are for instance the OMA-DM Open Mobile Alliance Device Management protocol for mobile customer devices or SNMP (Simple Network Management Protocol).
- the explicit alarm notification in the method according to the present invention may consist of a dedicated Alarm Remote Procedure Call, as defined by claim 3.
- a new, dedicated message or RPC containing only those parameters for which the CPE has detected an alarm condition may serve as an explicit alarm notification.
- Such new, dedicated Alarm RPC may become standardized, e.g. in future versions of the TR-069 Specification, or alternatively a proprietary Alarm RPC may be used.
- Such proprietary RPC however will be unknown to an ACS from a different vendor and cannot be interpreted thereby.
- the explicit alarm notification in the method according o the present invention may consist of an Alarm event contained in a TR-069 Inform Remote Procedure Call.
- a TR-069 Inform RPC with new Alarm event may serve as explicit alarm notification in a variant implementation of the present invention.
- an "Alarm" object and corresponding placeholder would be created in the object model in the CPE.
- This placeholder would contain for instance a list of Boolean parameters, e.g. "LowBatteryAlarm Raised” indicating whether an alarm condition is detected (bit set one) or not detected (bit set zero) for a particular parameter that is monitored by the CPE.
- the ACS would only have to search those parameters in the list for which the "Alarm Raised” bit is set and does not need to evaluate any local alarm criterion.
- This implementation of the invention is advantageous in that it is compliant with the current TR-069 standard and does not require any new RPC to be standardized or proprietary implemented.
- the existing "Inform" RPC is used.
- a further optional, advantageous aspect of the method according to the present invention is that it may com prise prioritizing the transferring of and responding to said dedicated Alarm Remote Procedure Call over other TR-069 Remote Procedure Calls.
- This optional aspect is defined by claim 5.
- this RPC can be prioritized over other commands or RPCs in order to help meet the real-time requirement from operators for critical alarm handling. This may for instance be valuable in case of congestion at the ACS in which case the ACS may prioritize Alarm RPCs over other RPCs. Another example where this may be valuable is in case of congestion in the network between CPE and ACS.
- the transport nodes in this network segment may be configured to prioritize the Alarm RPC and handle other RPCs with a lower priority.
- FIG. 1 illustrates a data model in a CPE device that supports explicit alarm notification according to an embodiment of the present invention.
- the example of low battery alarm management is again considered.
- the TR-069 data model of a CPE contains a BatteryLevel parameter, indicating the level of the battery of the CPE device.
- this parameter may for example be named: device.* Battery. ⁇ i ⁇ . BatteryLevel
- device is the root object of the TR-069 tree
- * is a wildcard for child TR- 069 objects
- ⁇ i ⁇ indicates that several Battery objects can exist in the TR-069 data model.
- the initial battery level is 100% and that the CPE device is not connected to a power supply, as a result of which the battery level decreases over time. It is also assumed that the CPE device is able to detect a change of the battery level by increments/decrements of 5%.
- the Battery object will contain a parameter "device.* Battery. ⁇ i ⁇ .AIarmRaised” in addition to the "device.* Battery. ⁇ i ⁇ . BatteryLevel” parameter.
- This parameter "device. *. Battery. ⁇ i ⁇ .AIarmRaised” is for instance a Boolean parameter whose value is set 1 (one or “true") when the CPE detects that the battery level becomes smaller than or equal to 20 %, and whose value is set 0 (zero or "false") as long as the battery level stays above 20%.
- the "device.*. Battery. ⁇ i ⁇ .BatteryLevel” parameter is no longer marked for active notification. Instead, the "device. *.Battery. ⁇ i ⁇ .AIarmRaised” is marked for active notification by the ACS.
- the CPE is supposed to be able to detect the low battery condition.
- the C P E sets the "device.* Battery. ⁇ i ⁇ .AIarmRaised” parameter "true” and sends an explicit alarm notification to the ACS.
- the CPE sends an Inform RPC containing the "alarm” event.
- This Inform RPC may be an additional Inform RPC within the existing TR-069 session, or it may be the Inform RPC of the next TR-069 session in case only one Inform RPC can be sent per TR-069 session.
- the CPE sends a dedicated "Alarm" RPC to the ACS.
- the ACS receives a single explicit alarm notification and no longer has to verify reported parameter values against locally implemented alarm criteria.
- the CPE whose data model is drawn in Fig. 1 shall report to the ACS a dedicated "Alarm" RPC containing only those parameters for which the CPE has detected an alarm, i.e. a subset of the parameters in the respective branches Branch 1 ... Branch y - a subset since not all parameters indicate an alarm, even if their value has changed.
- the CPE illustrated by Fig. 1 will send an Inform RPC containing an "Alarm" event. The ACS would then only need to search in the list those parameters for which the "Alarm Raised” bit is set and does not need to evaluate any local alarm criterion.
- top, bottom, over, under, and the like are introduced for descriptive purposes and not necessarily to denote relative positions. It is to be understood that the terms so used are interchangeable under appropriate circumstances and embodiments of the invention are capable of operating according to the present invention in other sequences, or in orientations different from the one(s) described or illustrated above.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephonic Communication Services (AREA)
- Alarm Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
Claims
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020117020962A KR101273912B1 (en) | 2009-02-10 | 2010-02-08 | Alarm notification between customer premises equipment and a remote management server |
| US13/146,544 US20110307593A1 (en) | 2009-02-10 | 2010-02-08 | Alarm Notification Between Customer Premises Equipment And A Remote Management Server |
| JP2011548701A JP2012517724A (en) | 2009-02-10 | 2010-02-08 | Alarm notification between customer premises equipment and remote management server |
| CN2010800071562A CN102318268A (en) | 2009-02-10 | 2010-02-08 | Alarm notification between customer premises equipment and a remote management server |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP09305121.7 | 2009-02-10 | ||
| EP09305121A EP2216937A1 (en) | 2009-02-10 | 2009-02-10 | Alarm notification between customer premises equipment and a remote management server |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2010092019A1 true WO2010092019A1 (en) | 2010-08-19 |
Family
ID=40785289
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/EP2010/051498 Ceased WO2010092019A1 (en) | 2009-02-10 | 2010-02-08 | Alarm notification between customer premises equipment and a remote management server |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US20110307593A1 (en) |
| EP (1) | EP2216937A1 (en) |
| JP (1) | JP2012517724A (en) |
| KR (1) | KR101273912B1 (en) |
| CN (1) | CN102318268A (en) |
| WO (1) | WO2010092019A1 (en) |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7989416B2 (en) | 2006-01-17 | 2011-08-02 | Novacta Biosystems Limited | Lantibiotic biosynthetic gene clusters from A. garbadinensis and A. Liguriae |
| WO2012072034A1 (en) * | 2010-12-03 | 2012-06-07 | 华为终端有限公司 | Method for managing terminal device, proxy device and system |
| US8729031B2 (en) | 2009-02-04 | 2014-05-20 | Novacta Biosystems Limited | Compounds |
| US9736040B2 (en) | 2014-08-07 | 2017-08-15 | International Business Machines Corporation | Monitoring SMS messages related to server/customer interactions |
| US9826281B2 (en) | 2013-12-25 | 2017-11-21 | Huawei Device Co., Ltd. | Media processing method, device, and system using media receiving clients |
| CN108616395A (en) * | 2018-05-02 | 2018-10-02 | 济南浪潮高新科技投资发展有限公司 | A kind of business software monitoring system and method based on platform |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102761431A (en) * | 2011-04-29 | 2012-10-31 | 华为终端有限公司 | Event reporting method and customer premises equipment (CPE) |
| CN103116606A (en) * | 2013-01-17 | 2013-05-22 | 上海斐讯数据通信技术有限公司 | Data storage structure |
| CN105472645B (en) * | 2014-07-01 | 2019-02-12 | 北京奇虎科技有限公司 | Remote diagnosis method and device for wireless routing equipment |
| TWI551088B (en) | 2014-11-26 | 2016-09-21 | 財團法人工業技術研究院 | Method for managing periodic packets |
| JP2016109570A (en) * | 2014-12-08 | 2016-06-20 | Necエンジニアリング株式会社 | Route guide system, route guide method, and route guide program |
| CN111770151B (en) * | 2020-06-24 | 2024-03-15 | 京信网络系统股份有限公司 | Processing methods, devices, electronic devices and storage media for custom processes |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1217786A2 (en) * | 2000-12-21 | 2002-06-26 | Alcatel | Method for managing event communications between Agent and Manager processing entities in a telecommunication network management system |
| US7103504B1 (en) * | 2003-11-21 | 2006-09-05 | Qlogic Corporation | Method and system for monitoring events in storage area networks |
| US20070223917A1 (en) * | 2006-03-24 | 2007-09-27 | Fujitsu Limited | Information processing device, failure notification method, and computer product |
Family Cites Families (19)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000134679A (en) * | 1998-10-23 | 2000-05-12 | Toshiba Corp | Communications system |
| US20090111457A1 (en) * | 2007-10-31 | 2009-04-30 | Raze Technologies, Inc. | Wireless communication system and device for coupling a base station and mobile stations |
| JP4560231B2 (en) * | 2001-03-28 | 2010-10-13 | 大阪瓦斯株式会社 | Alarm information collection method |
| JP4248883B2 (en) * | 2003-01-06 | 2009-04-02 | 富士通株式会社 | Battery alarm voltage setting device and battery alarm voltage setting method in battery management server |
| KR20040091963A (en) * | 2003-04-23 | 2004-11-03 | 삼성전자주식회사 | mobile communication terminal and method for warning low voltage thereof |
| SE529228C2 (en) * | 2004-12-20 | 2007-06-05 | Abb Ab | Method and system for automatically determining which alarm generated at an industrial plant is to be hidden or presented to an operator |
| EP1869833B1 (en) * | 2005-04-15 | 2016-04-13 | Thomson Licensing | Remote management method of a distant device, and corresponding video device |
| CN100403690C (en) * | 2005-04-30 | 2008-07-16 | 华为技术有限公司 | User premises equipment configuration management method and system thereof |
| CN100499494C (en) * | 2005-09-13 | 2009-06-10 | 华为技术有限公司 | System for tele-managing local network device and realization method |
| US8483369B2 (en) * | 2006-06-06 | 2013-07-09 | Adaptive Spectrum And Signal Alignment, Inc. | DSL system |
| US7737841B2 (en) * | 2006-07-14 | 2010-06-15 | Remotemdx | Alarm and alarm management system for remote tracking devices |
| US8121479B2 (en) * | 2006-08-11 | 2012-02-21 | Futurewei Technologies, Inc. | Optical network terminal management and control interface (OMCI) containing a description of the OMCI |
| EP1944902B1 (en) * | 2007-01-10 | 2012-11-21 | Alcatel Lucent | A method for impulse noise monitoring, related network terminal, network node and network manager |
| US8494515B1 (en) * | 2007-03-22 | 2013-07-23 | At&T Intellectual Property I, L.P. | Systems, methods, and computer-readable media for managing mobile wireless devices |
| ES2437067T3 (en) * | 2007-05-07 | 2014-01-08 | Alcatel Lucent | Application module and remote management server with parameter description model |
| US8542126B2 (en) * | 2007-08-21 | 2013-09-24 | Verizon Patent And Licensing Inc. | Optical network terminal backup battery centralized monitoring and voltage alert |
| EP2141858B1 (en) * | 2008-06-30 | 2014-11-26 | Alcatel Lucent | Method for managing a communication between a server device and a customer device |
| US8700761B2 (en) * | 2008-09-04 | 2014-04-15 | At&T Intellectual Property I, L.P. | Method and system for detecting and managing a fault alarm storm |
| US8452263B2 (en) * | 2009-07-28 | 2013-05-28 | Verizon Patent And Licensing Inc. | End of call services |
-
2009
- 2009-02-10 EP EP09305121A patent/EP2216937A1/en not_active Withdrawn
-
2010
- 2010-02-08 CN CN2010800071562A patent/CN102318268A/en active Pending
- 2010-02-08 WO PCT/EP2010/051498 patent/WO2010092019A1/en not_active Ceased
- 2010-02-08 KR KR1020117020962A patent/KR101273912B1/en not_active Expired - Fee Related
- 2010-02-08 US US13/146,544 patent/US20110307593A1/en not_active Abandoned
- 2010-02-08 JP JP2011548701A patent/JP2012517724A/en active Pending
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1217786A2 (en) * | 2000-12-21 | 2002-06-26 | Alcatel | Method for managing event communications between Agent and Manager processing entities in a telecommunication network management system |
| US7103504B1 (en) * | 2003-11-21 | 2006-09-05 | Qlogic Corporation | Method and system for monitoring events in storage area networks |
| US20070223917A1 (en) * | 2006-03-24 | 2007-09-27 | Fujitsu Limited | Information processing device, failure notification method, and computer product |
Non-Patent Citations (1)
| Title |
|---|
| "TR-069 CPE WAN Management Protocol v1.1 Issue 1 Amentment 2", BROADBAND FORUM TECHNICAL REPORT,, no. 1 amendment 2, 1 December 2007 (2007-12-01), pages 1 - 138, XP002493850 * |
Cited By (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7989416B2 (en) | 2006-01-17 | 2011-08-02 | Novacta Biosystems Limited | Lantibiotic biosynthetic gene clusters from A. garbadinensis and A. Liguriae |
| US8465947B2 (en) | 2006-01-17 | 2013-06-18 | Novacta Biosystems Limited | Lantibiotic biosynthetic gene clusters from A. garbadinensis and A. liguriae |
| USRE45003E1 (en) | 2006-01-17 | 2014-07-08 | Novacta Biosystems Limited | Lantibiotic biosynthetic gene clusters from A. garbadinensis and A. liguriae |
| US8729031B2 (en) | 2009-02-04 | 2014-05-20 | Novacta Biosystems Limited | Compounds |
| WO2012072034A1 (en) * | 2010-12-03 | 2012-06-07 | 华为终端有限公司 | Method for managing terminal device, proxy device and system |
| US9391837B2 (en) | 2010-12-03 | 2016-07-12 | Huawei Device Co., Ltd. | Method, proxy device, and system for managing terminal device |
| US9826281B2 (en) | 2013-12-25 | 2017-11-21 | Huawei Device Co., Ltd. | Media processing method, device, and system using media receiving clients |
| US9736040B2 (en) | 2014-08-07 | 2017-08-15 | International Business Machines Corporation | Monitoring SMS messages related to server/customer interactions |
| US9742642B2 (en) | 2014-08-07 | 2017-08-22 | International Business Machines Corporation | Monitoring SMS messages related to server/customer interactions |
| CN108616395A (en) * | 2018-05-02 | 2018-10-02 | 济南浪潮高新科技投资发展有限公司 | A kind of business software monitoring system and method based on platform |
Also Published As
| Publication number | Publication date |
|---|---|
| US20110307593A1 (en) | 2011-12-15 |
| EP2216937A1 (en) | 2010-08-11 |
| KR20110113769A (en) | 2011-10-18 |
| KR101273912B1 (en) | 2013-06-17 |
| CN102318268A (en) | 2012-01-11 |
| JP2012517724A (en) | 2012-08-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2216937A1 (en) | Alarm notification between customer premises equipment and a remote management server | |
| KR101469571B1 (en) | An application module having a parameter description model and a remote management server | |
| EP2086170B1 (en) | Method, equipment and system for acquiring and providing CPE function configuration information | |
| US8223656B2 (en) | Distributed resource management for multi-service, multi-access broadband networks | |
| US8019846B2 (en) | Remote activation of home devices | |
| US20040205689A1 (en) | System and method for managing a component-based system | |
| US20080040452A1 (en) | Device and network capable of mobile diagnostics based on diagnostic management objects | |
| CN101115264B (en) | Communication Terminal Fault Monitoring System and Its Realization Method | |
| CN107690775B (en) | Load balancing server for forwarding prioritized traffic from and to one or more prioritized provisioning servers | |
| US7881226B2 (en) | Managing architecture and diagnostic method for remote configuration of heterogeneous local networks | |
| CA2617019A1 (en) | Interface for supporting an element management system | |
| KR101502314B1 (en) | Method for configuring an apparatus in situ | |
| CN102547603B (en) | Method, system and equipment for alarm processing | |
| US20060168083A1 (en) | Network alarm management system for managing event occurred in network element device and method for managing network alarm using the same | |
| CN102195799A (en) | Service enabler instance management method and system | |
| Atanasov et al. | An Approach to Design Web Services for Remote Entity Management | |
| KR100367649B1 (en) | Method for researching the quality of network | |
| CN119629049A (en) | A network configuration method, device, storage medium and program product | |
| Vivero et al. | MANBoP: management of active networks based on policies | |
| CN101212347A (en) | A method and device for obtaining operation logs of a network element management system | |
| Kong | A Management Framework for CORBA-based Distributed Services and Applications | |
| KR20070021415A (en) | Network Management System and Method for Remote Management of Home Gateway | |
| CN1954550A (en) | Method and apparatus for operating a management network in the event of a manager failure | |
| Li et al. | Research of remote management of RFID reader based on TR069 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 201080007156.2 Country of ref document: CN |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 10702512 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 5558/CHENP/2011 Country of ref document: IN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2011548701 Country of ref document: JP |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 13146544 Country of ref document: US |
|
| ENP | Entry into the national phase |
Ref document number: 20117020962 Country of ref document: KR Kind code of ref document: A |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 10702512 Country of ref document: EP Kind code of ref document: A1 |