WO2007022696A1 - Procédé et appareil de gestion de réseau destiné à la mise en œuvre de relation héritée de hiérarchie de service d’informations dans l’interface de gestion de réseau - Google Patents
Procédé et appareil de gestion de réseau destiné à la mise en œuvre de relation héritée de hiérarchie de service d’informations dans l’interface de gestion de réseau Download PDFInfo
- Publication number
- WO2007022696A1 WO2007022696A1 PCT/CN2006/002073 CN2006002073W WO2007022696A1 WO 2007022696 A1 WO2007022696 A1 WO 2007022696A1 CN 2006002073 W CN2006002073 W CN 2006002073W WO 2007022696 A1 WO2007022696 A1 WO 2007022696A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- irp
- basic
- module
- soap
- management
- Prior art date
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/02—Standardisation; Integration
- H04L41/0246—Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
- H04L41/0273—Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using web services for network management, e.g. simple object access protocol [SOAP]
-
- 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/02—Standardisation; Integration
- H04L41/0233—Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]
-
- 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/052—Network management architectures or arrangements using standardised network management architectures, e.g. telecommunication management network [TMN] or unified network management architecture [UNMA]
Definitions
- the invention relates to a network management technology, in particular to a method and a network management device for implementing an information service hierarchy inheritance relationship in a network management interface in a WSDL/SOAP solution.
- the third component of the third generation mobile communication cooperation project refers to the interface between the management unit and the managed unit in the network management system as the northbound interface (Itf-N).
- the managed unit may be a network element management unit or a network element.
- the Itf-N interface is shown in Figure 1 and Figure 2.
- the managed unit in Figure 1 is the network element management unit
- the managed unit in Figure 2 is the network element.
- IRP integrated reference point
- 3GPP SA5 describes the IRP using a Layer 3 protocol.
- the first layer describes the IRP requirements;
- the second layer describes the IRP abstract object model, ie the information service (IS);
- the third layer describes the IRP solution related to the implementation protocol, such as CORBA/IDL solution, CMIP /CMISE solutions and WSDL/SOAP solutions.
- all the solutions proposed by the third layer are based on the existing first layer description and the second layer description.
- the second layer (IS layer) of the IRP defines an information service (IS) hierarchical inheritance relationship that inherits the IRP and the basic IRP, and the IS hierarchical inheritance relationship refers to the inheritance object having all the characteristics of the inherited object.
- IS hierarchy inheritance relationship is shown in Figure 3.
- the arrow points to the abstract function IRP ( ManagedGenericIRP ) as the basic IRP.
- the IRP defines a set of management operations for the network management system. All instantiable functions IRP are inherited from the IRP and are inherited from the MadedGenericIRP.
- inheriting the IRP can perform the basic management operations defined by the basic IRP.
- inheriting the IRP can also define its own special management operations as needed.
- the basic management operation refers to an IS-level inheritance relationship, and the inherited IRP inherits from the basic
- a set of management operations for IRP Since the IS-level inheritance relationship between the IRPs defined in different network management systems is different, the basic management operations will be different, that is, the basic IRP has different management operations. In network management systems such as 3GPP, WIMAX, and NGN, you can define multiple different basic IRPs as needed.
- IRPs on the NMS interface defined by 3GPP include: Basic configuration IRP
- BaseCMIRP large-scale configuration IRP (BulkCMIRP), notification IRP (otificationIRP), management test IRP (TestManagementIRP), performance management IRP (Performance Management IRP) entry point IRP (Entr PointIRP), communication monitoring IRP (CommunicationSurveillancelRP), alarm IRP (Alarm) ), notification log IRP (NotificationLogIRP), file delivery IRP (FileTransferIRP), and subscription management IRP (SubscriptionManagementIRP).
- the inherited IRP is not limited to the above enumeration. All the functional IRPs on the network management interface defined in the network management systems such as 3GPP, WIMAX, and NGN belong to the inherited IRP 0 of the present invention.
- the WSDL/SOAP solution being defined by 3GPP SA5 will become the standard for network management.
- the solution uses the SOAP vl.l protocol and the WSDL vl.l protocol as the communication protocols of IRPManager and IRJPAgent respectively. Because this WSDL/SOAP solution is applied to the Web, the services implemented using the WSDL/SOAP solution are also called Web services.
- the WSDL vl.l protocol does not give an implementation of the IS layer.
- the method of describing the defined IS-level inheritance relationship, how to use the WSDL vl.l protocol to establish the IS-level inheritance relationship between the IRP and the basic IRP becomes an urgent problem to be solved.
- Step 401 Define a WSDL file of the ManagedGenericIRP, which includes five parts: a data type (Types), a message (Message), an interface type (portType), a binding (binding), and a service (service).
- Types and Messages are used to define management data and messages
- portType, binding, and service are used to define management operations, interfaces, and services.
- ManagedGenericIRP management operations include: obtaining the IRP version ( getlRPVersion ), obtaining the operation profile ( getOperationProfile ), and obtaining the notification file ( getNotificationProfile ).
- Step 402 Define a WSDL file that inherits the IRP, and the file also includes Types.
- Message, portType, binding, and service are five points.
- the management operations, interfaces, and services defined by the three parts of ortType, binding, and service will be different.
- the management operations defined in the inherited IRP are called special management operations.
- special management operations defined by the three parts of portType, binding, and service include: obtaining managed object attributes ( getMO Attributes ), obtaining volume ( getCont nment ), canceling operations ( cancelOperation ), Create managed objects ( createMO ), delete managed objects ( deleteMO ), and set managed object properties ( setMOAttributes ).
- Step 403 Introduce using the import mechanism in the WSDL file that inherits the IRP ManagedGenericIRP's WSDL file to establish an IS-level inheritance relationship that inherits IRP and basic IRP.
- the management operations (Operations) included in the BasicCMIRP WSDL file are shown in Figure 5.
- getMOAttributes, getContainment;, cancelOperation, createMCK deleteMO, and setMO Attributes are special management operations bound to the BasicCMIRP service.
- the getlRPVersion, getOperationProfile, and getNotificationProfile are the basic management operations bound to GenericIRP.
- the management unit issues an instruction to the managed unit, and the process of requiring the managed unit to perform the basic management operation of inheriting the IRP includes:
- the management unit generates a basic management operation request for BasicCMIRP through the BasicCMIRP module, and sends a basic management operation request to the SOAP interface module of the management unit.
- the SOAP interface module of the management unit requests the corresponding inheritance IRP according to the basic management operation, and finds the WSDL file of the inherited IRP. Since the WSDL file inherited from the IRP records two services corresponding to the two interfaces, namely the service of the BasicCMIRP own interface and the service of the interface introduced from the WSDL file of the ManagedGenericIRP, the SOA interface module of the management unit will be the basic of the BasicCMIR. When managing an operation request serialization, you can arbitrarily select one of the services.
- the SOAP interface module serializes the basic management operation request to the SOAP format message of the ManagedGenericIRP module, which is sent over the Web.
- the SOAP interface module serializes the basic management operation request into the SOAP format message of the BasicCMIR module and sends it through the Web network. If the basic management operation request is serialized into the SOAP format message of the ManagedGenericIRP module, the SOAP interface of the managed unit will attempt to send the basic management operation request to the address of the ManagedGenericIRP service for processing in the subsequent process. Since ManagedGenericIRP is an abstract function, the address of the ManagedGenericIRP service does not exist, so the execution of this instruction fails.
- the managed unit sends a basic management operation request to the address of the BasicCMIRP service for processing in the subsequent process.
- the address of the BasicCMIRP service points to the BasicCMIRP module, which points to the location where the executor runs. Since BasicCMIRP does not contain basic management operations, this instruction cannot be executed correctly.
- the SOAP format message sent by the Web network cannot be correctly deserialized into the basic management operation of the managed unit that can be correctly executed according to the WSDL file of BasicCMIRP.
- the WSDL file of the BasicCMIRP is defined according to the method shown in FIG. 4, if the instruction serializes the getlRPVersion operation into the SOAP format message of the ManagedGenericIRP module according to the WSDL file, after receiving the instruction, the managed unit searches for the location of the ManagedGenericIRP service. In order to perform the getlRPVersions operation. Since ManagedGenericIRP itself is an abstract function, the corresponding ManagedGenericIRP module cannot be found, so the getlRPVersions operation fails.
- the managed unit finds the location of the BasicCMIRP module and requires the BasicCMIRP module to perform the getlRPVersions operation. Since the BasicCMIRP module does not contain getlRPVersions Operation, so the instruction cannot be executed correctly.
- the main purpose of the present invention is to provide a method for implementing an information service layer inheritance relationship in a network management interface, so that the inherited IRP can correctly perform the basic management operations defined by the basic 1RP.
- a further object of the present invention is to provide a network management device that implements an information service hierarchy inheritance relationship, so that the inherited IRP module of the network management device can correctly perform basic management operations.
- a method for implementing an information service hierarchy inheritance relationship in a network management interface is applied to a network management system using a WSDL/SOAP solution, and the network management device of the system includes a SOAP interface module and an inherited IRP module, and the method includes:
- the inherited IRP module of the network management device generates a basic management operation message, and sends the basic management operation message to the SOAP interface module of the network management device, and the SOAP interface module serializes the basic management operation message into the inherited IRP by using the IS hierarchical inheritance relationship established in the Web service description file.
- the module's SOAP format message is sent.
- the method is specifically: after establishing an IS-level inheritance relationship between the IRP and the basic IRP, the inherited IRP module of the management unit issues a basic management operation request to the SOAP interface module of the management unit, and the SOAP interface module serializes the basic management operation request into the inheritance.
- the SOAP format message of the IRP module is sent to the managed unit.
- the method further includes: after receiving the SOAP format message, the SOAP interface module of the managed unit deserializes the SOAP format message into a basic management operation request of the managed IRP module of the managed unit, and sends the message to the inherited IRP module.
- the managed unit is a network element management unit or a network element.
- the method for defining the Web service description file that inherits the IRP is: determining at least one basic IRP for the inherited IRP; defining a data type and a message of the Web service description file that inherits the IRP, and including the data type and the message of the basic IR respectively In the data type and message of the Web service description file that inherits the IRP; define the interface type, binding, and service of the Web service description file that inherits the IR, and directly include the management operation of the basic IRP in the interface of the Web service description file that inherits the IRP. In the type, a binding is generated for the interface that contains both the basic IRP management operation and the management operation that inherits the IRP, and then the binding is included in the service that inherits the IRP.
- the method for defining the web service description file of the IR is: determining at least one basic IP for the inherited IRP, and defining a data type and message of the web service description file of the basic IRP; defining data of the web service description file that inherits the IRP Types, messages, interface types, bindings, and services, which directly include the management operations of Basic I in the interface type of the Web service description file that inherits the IRP, and the management operations that include both the basic IRP and the management operations that inherit the IRP.
- the interface generates a binding, and then the binding is included in the service that inherits the IRP.
- the web service description file of the basic IRP is introduced into the Web monthly service description file of the inherited IRP.
- the inherited IRP includes: basic configuration IRP, large-scale configuration IRP, notification IRP, management test IRP, performance management IRP, entry point IRP, communication monitoring IRP, alarm IRP, notification log IRP, file delivery IRP, and subscription management IRP.
- the basic management operations of the basic IRP include: obtaining an IRP version, obtaining a simple operation File, get the notification profile.
- the basic IRP is an arbitrary function IRP
- the inherited IRP is an upgraded version of the basic IRP.
- a method for implementing an information service hierarchy inheritance relationship in a network management interface is applied to a network management system using a WSDL/SOAP solution, and the network management device of the system includes a SOAP interface module and an inheritance IR module, and the method includes:
- the SOAP interface module of the network management device After receiving the SOAP format message sent by the external device, the SOAP interface module of the network management device uses the IS hierarchical inheritance relationship established in the Web service description file to deserialize the SOAP format message into a basic management operation message that inherits the IRP module, and sends the message to the SOAP interface message.
- the inherited IRP module of the network management device After receiving the SOAP format message sent by the external device, the SOAP interface module of the network management device uses the IS hierarchical inheritance relationship established in the Web service description file to deserialize the SOAP format message into a basic management operation message that inherits the IRP module, and sends the message to the SOAP interface message.
- the inherited IRP module of the network management device After receiving the SOAP format message sent by the external device, the SOAP interface module of the network management device uses the IS hierarchical inheritance relationship established in the Web service description file to deserialize the SOAP format message into a basic management operation message that inherits the IRP module, and sends the message
- the method is specifically: after establishing an IS-level inheritance relationship between the IRP and the basic IRP, after receiving the SOAP format message, the SOAP interface module of the management unit deserializes the SOAP format message into the basic management of the inherited IRP module of the management unit. An operational response is sent to the inherited IRP module.
- the method further includes: the inherited IRP module of the managed unit processes the received basic management operation request, and generates a corresponding basic management response to the SOAP interface module sent to the managed unit.
- the SOAP interface module serializes the basic management operation response into a SOAP format message that inherits the IRP module and sends it to the management unit.
- a network management device for implementing an information service level inheritance relationship is applied to a network management system using a WSDL/SOAP solution, and the network management device includes a SOAP interface module and an inherited IRP module;
- the SOAP interface module stores a Web service luxury description file that inherits the IRP, and the Web service description file establishes an IS-level inheritance relationship between the IRP and the basic IRP by directly including a basic management operation of the basic IRP;
- the inherited IRP module sends a basic management operation message to the SOAP interface module, and the SOAP interface module serializes the basic management operation message into a SOAP format message that inherits the IRP module according to the IS hierarchical inheritance relationship established in the Web service description file saved by itself. Issue
- the SOAP interface module uses the IS hierarchical inheritance relationship established in the Web service description file to deserialize the SOAP format message into a basic management operation message that inherits the IRP module, and sends the message to the basic management operation message of the IRP module. Inherit the IRP module.
- the network management device is a management unit or a managed unit.
- the implementation method of the IS-level inheritance relationship and the network management device of the network management interface of the present invention directly bind the basic management operations of the basic IRP to the inherited IR service when defining the WSDL file that inherits the IRP.
- the network management device serializes/deserializes the basic management operation message according to the IS-level inheritance relationship established in the WSDL file, so that the basic management operation can be correctly performed, and the IRP is satisfied.
- the IS layer describes the requirements.
- FIG. 1 is a schematic diagram of an Itf-N interface between a management unit and a network element management unit in the prior art
- FIG. 2 is a schematic diagram of an Itf-N interface between a management unit and a network element in the prior art
- FIG. 3 is a schematic diagram of an IS in the prior art. Schematic diagram of hierarchical inheritance relationship
- 4 is a flowchart of establishing an IS-level inheritance relationship between an IRP and a Managed GenericIRP in the prior art
- 5 is a schematic diagram of defining a management operation in a WSDL file of BasicCMIRP in the prior art
- FIG. 6 is a flowchart of implementing an IS-level inheritance relationship between an IRP and a ManagedGenericIRP according to an embodiment of the present invention
- Figure 7 is a schematic diagram showing the management operations defined in the WSDL file of Basic CMIRP in an embodiment of the present invention.
- Figure 8 is a flow diagram showing the definition of a WSDL file that inherits an IRP in another embodiment of the present invention. Mode for carrying out the invention
- an IS hierarchical succession relationship between the IRP and the Managed GenericIRP is established, so that the inherited IRP can perform the basic management operation defined by the ManagedGenericIRP, that is, the implementation process of the IS hierarchical inheritance relationship is as shown in FIG. 6, including The following steps:
- Step 601 Define a WSDL file that inherits the IRP, and directly include the basic management operations of the basic IRP to the inherited IRP service, thereby establishing an IS-level inheritance relationship between the IRP and the basic IRP, and saving the defined WSDL files of the inherited IRP.
- the SOAP interface module of the management unit and managed unit In the SOAP interface module of the management unit and managed unit. Among them, the management unit and the managed unit are collectively referred to as network management devices.
- the defined WSDL file that inherits the IRP includes: data type (Types), message (Message), interface type (portType), binding (binding), and service (service).
- the data types and messages defined in the WSDL file that inherits from the IRP contain the data types and messages of the basic IRP.
- Management operations defined by interface types, bindings, and services Basic management operations including ManagedGenericIRP and special management operations that inherit IRP. These administrative operations are bound to the inherited IRP service and recorded in the WSDL file that inherits the IRP.
- the inherited IRP may establish an IS-level inheritance relationship with one or more basic IRPs, where the basic IRP may be an abstract function IRP or an instantiable IRP.
- the method for defining the WSDL file that inherits the IRP is specifically as follows:
- the basic IRP management operation is directly included in the interface type of the WSDL file that inherits the IRP, and a binding is generated for the interface that includes both the basic IRP management operation and the management operation that inherits the IRP, and then binds the binding. Included on the service that inherits the IRP.
- the inherited IRP can inherit layer by layer.
- A is the inherited IRP
- B and C are the basic IRP of A, A inherits B and C
- D To inherit the IRP, A in the first inheritance definition is the base IRP of D in the second inheritance definition, that is, D succeeds ⁇ A.
- the management operations contained in the BasicCMIRP WSDL file are: getMO Attributes, getContainment:, cancelOperation createMO , deleteMO , setMOAttributes and getlRPVersion , getOperationProfile , getNotificationProfile , these management operations are directly bound to BasicCMIRP service.
- the last three management operations are the same as the basic management operations defined in ManagedGenericIRP, that is, BasicCMIRP directly contains the basic management operations defined by ManagedGenericIRP.
- the basic IRP can also be any function IRP, that is, the management operation of the function IRP can be arbitrarily defined according to requirements, and the IS level inheritance relationship is established with the basic IRP.
- the system's inherited IRP is an upgraded version of the base IRP.
- Step 602 The inherited IRP module of the management unit sends a basic management operation request for inheriting the IRP to the SOAP interface module of the management unit, and the SOAP interface module uses the IS hierarchical inheritance relationship established in the WSDL file of the inherited IRP to sequence the basic management operation request.
- the SOAP format message that inherits the IRP module is sent to the Web network.
- Step 603 After receiving the SOAP format message sent by the web network, the SOAP interface module of the managed unit deserializes the SOAP format message into a basic management operation of the inherited IRP module by using the IS hierarchical inheritance relationship established in the WSDL file that inherits the IRP. request.
- the inherited IRP module in the management unit can be referred to as the inherited IRP module, and the inherited IRP module in the managed unit is called the inherited IRP implementation module to distinguish the two.
- Step 604 The inherited IRP module of the managed unit performs a basic management operation request, and sends the execution result to the SOAP interface module of the managed unit through the basic management operation response, and the SOAP interface module is based on the IS level established in the WSDL file of the inherited IRP.
- the inheritance relationship serializes the basic management operation response into a SOAP format message that inherits the IRP module and sends it to the Web network.
- Step 605 After receiving the SOAP format message sent by the web network, the SOAP interface module of the management unit deserializes the SOAP format message into a basic management operation response of the inherited IRP module according to the IS hierarchical inheritance relationship established in the WSDL file of the inherited IRP. .
- the basic management operation request issued by step 603 is the basic management operation request received in step 604, so in this embodiment, steps 602-603 and steps 604-605 are sequentially performed.
- the management unit and the managed unit can work separately, that is, the operations of the two are independent.
- steps 602 to 603 and steps 604 to 605 do not have a sequential execution relationship.
- the basic management operation request and the basic management operation response processed by the SOAP interface module may be collectively referred to as a basic management operation message.
- BasicCMIRP Taking BasicCMIRP as an example, if the management unit issues a getlrpVersion operation instruction, the response returned in step 605 is the version information of BasicCMIRP.
- the execution process is the same and will not be described here.
- the method described in this embodiment is also applicable to other inherited IRPs, such as: basic configuration IRP, large-scale configuration IRP, notification IRP, management test IRP, performance management IRP, entry point IRP, communication monitoring IRP, alarm IRP, notification Log IRP, file delivery IRP, and subscription management IRP.
- IRPs such as: basic configuration IRP, large-scale configuration IRP, notification IRP, management test IRP, performance management IRP, entry point IRP, communication monitoring IRP, alarm IRP, notification Log IRP, file delivery IRP, and subscription management IRP.
- a method of defining a WSDL file that inherits an IRP is as shown in FIG. 8, and includes the following steps:
- Step 801 Define a WSDL file of the ManagedGenericIRP, which includes the data type (Types) and the message (Message).
- Step 802 Define a WSDL file that inherits the IRP, and the WSDL file that inherits the IRP includes three parts: portType, binding, and service.
- the management operations defined by the three parts of portType, binding and service include the basic management operations of ManagedGenericIRP and the special management operations of inheriting IRP.
- the management operations include: getMO Attributes, getContainment, cancelOperation, createMO, deleteMO, setMOAttributes, and getlRPVersion, getOperationProfile, getNotificationProfile, which are contained in the same interface type (portType), and The interface generates a binding and then includes the binding on the BasicCMIRP service.
- Step 803 Introduce the WSDL file of the ManagedGenericIRP in the WSDL file that inherits the IRP.
- This step can use the existing technology, such as the import mechanism specified in the WSDL protocol, to directly introduce the WSDL text of the ManagedGenericIRP in the WSDL file that inherits the IRP. Pieces.
- the method for defining the WSDL file that inherits the IRP in this embodiment may also be:
- the process of performing the basic management operations defined by the ManagedGenericIRP according to the WSDL file is similar to that of the previous embodiment, and is not described here.
- the present invention also provides a network management device for implementing an information service level inheritance relationship, and the network management device is applied to a network management system using a WSDL/SOAP solution, including a SOAP interface module and an inherited IRP module;
- the SOAP interface module stores a Web service description file that inherits the IRP, and the Web service description file establishes an IS-level inheritance relationship between the IRP and the basic IRP by directly including the basic management operations of the basic IRP;
- the inherited IRP module sends a basic management operation message to the SOAP interface module, and the SOAP interface module serializes the basic management operation message into a SOAP format message that inherits the IRP module according to the IS hierarchical inheritance relationship established in the Web service description file saved by itself. Issue
- the SOAP interface module uses the IS hierarchical inheritance relationship established in the Web service description file to eliminate the SOAP format.
- the information is deserialized into a basic management operation message that inherits from the IRP module and sent to the inherited IRP module.
- the inherited IRP module of the management unit When the network management device is a management unit in the network management system, the inherited IRP module of the management unit generates a basic management operation request, and sends the basic management operation request to the SOAP interface module to perform serialization, and converts to a SOAP format message. Or, the SOAP interface module of the management unit receives the SOAP format message sent by the external device, performs deserialization, and generates a corresponding basic management operation response to be sent to the inherited IRP module.
- the SOAP interface module of the managed unit receives the SOAP format message sent from the external device, performs deserialization, and generates a corresponding basic management operation request. Sent to the inherited IR module; or, the inherited IR module of the managed unit generates a corresponding basic management operation response after performing a basic management operation, and then sends the basic management operation response to the SOAP interface module to perform serialization. The transition to a SOAP format message is issued.
- the action of the managed unit performing a basic management operation may be triggered by a basic management operation request of the management unit.
- the method and apparatus of the present invention are applicable not only to 3GPP systems, but also to systems with network management requirements such as WIMAX or NGN.
- the implementation method and the network management device of the IS-level inheritance relationship in the network management interface of the present invention directly bind the basic management operations of the ManagedGenericIRP to the inherited IRP service, and establish the IS-level inheritance of the inherited IRP and the ManagedGenerkIRP.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Communication Control (AREA)
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP06775391A EP1830516B1 (en) | 2005-08-20 | 2006-08-15 | A method and a network management apparatus for implementing information service hierarchy inherited relation in the network management interface |
CNA2006800121762A CN101160796A (zh) | 2005-08-20 | 2006-08-15 | 网管接口中信息服务层次继承关系的实现方法及网管装置 |
DE602006005332T DE602006005332D1 (de) | 2005-08-20 | 2006-08-15 | Verfahren und netzverwaltungsgerät zur implementierung einer informationsdiensthierarchie bedingten relation im netzverwaltungs-interface |
US11/772,308 US8516094B2 (en) | 2005-08-20 | 2007-07-02 | Method and network management apparatus for implementing information service level inheritance in network management system |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200510091286.X | 2005-08-20 | ||
CNB200510091286XA CN100411355C (zh) | 2005-08-20 | 2005-08-20 | 网管接口中信息服务层次继承关系的实现方法及网管装置 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/772,308 Continuation US8516094B2 (en) | 2005-08-20 | 2007-07-02 | Method and network management apparatus for implementing information service level inheritance in network management system |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2007022696A1 true WO2007022696A1 (fr) | 2007-03-01 |
Family
ID=36811517
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2006/002073 WO2007022696A1 (fr) | 2005-08-20 | 2006-08-15 | Procédé et appareil de gestion de réseau destiné à la mise en œuvre de relation héritée de hiérarchie de service d’informations dans l’interface de gestion de réseau |
Country Status (6)
Country | Link |
---|---|
US (1) | US8516094B2 (zh) |
EP (1) | EP1830516B1 (zh) |
CN (2) | CN100411355C (zh) |
AT (1) | ATE424069T1 (zh) |
DE (1) | DE602006005332D1 (zh) |
WO (1) | WO2007022696A1 (zh) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101370221B (zh) * | 2007-08-15 | 2014-11-05 | 中兴通讯股份有限公司 | 基于文件方式的网元管理系统软件版本管理方法 |
CN101340368B (zh) * | 2008-08-12 | 2013-02-06 | 北京航空航天大学 | 基于WSDM的Web服务分布式管理系统和管理方法 |
CN102480373B (zh) * | 2010-11-23 | 2014-09-24 | 上海中兴软件有限责任公司 | 一种网管系统接口内容版本的管理方法及装置 |
US9253022B2 (en) * | 2012-06-13 | 2016-02-02 | Telefonaktiebolaget Lm Ericsson (Publ) | Managed object version identification |
CN112311567B (zh) * | 2019-07-26 | 2022-04-05 | 华为技术有限公司 | 一种通信方法及装置 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2005060203A1 (en) * | 2003-12-10 | 2005-06-30 | International Business Machines Corporation | Method of redirecting client requests to web services |
EP1551129A2 (en) * | 2002-07-18 | 2005-07-06 | TELEFONAKTIEBOLAGET L M ERICSSON (publ) | Generic interface for subscription management |
WO2005065008A2 (en) * | 2003-12-29 | 2005-07-21 | Nokia Inc. | System and method for managing a proxy request over a secure network using inherited security attributes |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CA2369797A1 (en) * | 2002-01-31 | 2003-07-31 | Bridgewater Systems Corporation | System and method for web service management |
US7246358B2 (en) * | 2002-04-09 | 2007-07-17 | Sun Microsystems, Inc. | Methods, system and articles of manufacture for providing an extensible serialization framework for an XML based RPC computing environment |
US7159224B2 (en) * | 2002-04-09 | 2007-01-02 | Sun Microsystems, Inc. | Method, system, and articles of manufacture for providing a servlet container based web service endpoint |
US7694314B2 (en) * | 2003-08-28 | 2010-04-06 | Siebel Systems, Inc. | Universal application network architecture |
US7424722B2 (en) * | 2003-08-29 | 2008-09-09 | International Business Machines Corporation | Method and system for creating a dynamic OGSI service proxy framework using runtime introspection of an OGSI service |
US20070061277A1 (en) * | 2003-09-05 | 2007-03-15 | International Business Machines Corporation | Method, system, and storage medium for providing dynamic deployment of grid services over a computer network |
US7809846B2 (en) * | 2004-03-01 | 2010-10-05 | Avaya Inc. | Resilient application layer overlay framework for converged communication over Internet protocol networks |
DE102005010609B3 (de) * | 2005-03-08 | 2006-06-08 | Siemens Ag | Freischalten von IRPs (Integration Reference Points) |
KR100678903B1 (ko) * | 2005-09-07 | 2007-02-05 | 삼성전자주식회사 | 웹 서비스 제공 장치, 웹 서비스 요청 장치 및 그 방법 |
-
2005
- 2005-08-20 CN CNB200510091286XA patent/CN100411355C/zh active Active
-
2006
- 2006-08-15 WO PCT/CN2006/002073 patent/WO2007022696A1/zh active Application Filing
- 2006-08-15 AT AT06775391T patent/ATE424069T1/de not_active IP Right Cessation
- 2006-08-15 CN CNA2006800121762A patent/CN101160796A/zh active Pending
- 2006-08-15 EP EP06775391A patent/EP1830516B1/en active Active
- 2006-08-15 DE DE602006005332T patent/DE602006005332D1/de active Active
-
2007
- 2007-07-02 US US11/772,308 patent/US8516094B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1551129A2 (en) * | 2002-07-18 | 2005-07-06 | TELEFONAKTIEBOLAGET L M ERICSSON (publ) | Generic interface for subscription management |
WO2005060203A1 (en) * | 2003-12-10 | 2005-06-30 | International Business Machines Corporation | Method of redirecting client requests to web services |
WO2005065008A2 (en) * | 2003-12-29 | 2005-07-21 | Nokia Inc. | System and method for managing a proxy request over a secure network using inherited security attributes |
Also Published As
Publication number | Publication date |
---|---|
US8516094B2 (en) | 2013-08-20 |
EP1830516A4 (en) | 2008-02-27 |
EP1830516B1 (en) | 2009-02-25 |
CN1801739A (zh) | 2006-07-12 |
US20080052385A1 (en) | 2008-02-28 |
ATE424069T1 (de) | 2009-03-15 |
CN100411355C (zh) | 2008-08-13 |
EP1830516A1 (en) | 2007-09-05 |
DE602006005332D1 (de) | 2009-04-09 |
CN101160796A (zh) | 2008-04-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2018084947A1 (en) | Network management interface | |
US6466974B1 (en) | Environment for creating and managing network management software objects | |
WO2008014647A1 (fr) | Procédé d'entretien pour l'objet de gestion de capacité, procédé de gestion de capacité, système et terminal correspondants | |
JP2007525870A (ja) | 装置管理システム内における管理ノードの指定 | |
CN102136933A (zh) | 设备管理方法、中间件及机器通信平台、设备和系统 | |
CN102546760A (zh) | 设备管理的方法和终端、装置、系统 | |
US20080033972A1 (en) | Common Information Model for Web Service for Management with Aspect and Dynamic Patterns for Real-Time System Management | |
CN102420697A (zh) | 一种可配置服务的综合资源监测管理系统及其方法 | |
WO2015127603A1 (zh) | 一种接口管理服务实体、功能服务实体及网元管理方法 | |
WO2007016858A1 (fr) | Procede de negociation d'interface de systeme de gestion de reseau est appareil a cet effet | |
CN103414771A (zh) | 一种云计算环境下节点间长任务操作的监测方法 | |
WO2007022696A1 (fr) | Procédé et appareil de gestion de réseau destiné à la mise en œuvre de relation héritée de hiérarchie de service d’informations dans l’interface de gestion de réseau | |
US8868697B2 (en) | Method and system for device management, and device | |
US7512674B1 (en) | Framework for enabling dynamic construction of a network element management mechanism | |
CN114205866A (zh) | 确定性信息上报、下发方法、装置、存储介质及电子设备 | |
WO2008025198A1 (fr) | Procédé, système et appareil pour la communication entre un terminal et un serveur | |
WO2006000161A1 (fr) | Procede de gestion de reseau | |
WO2016197688A1 (zh) | 一种数据采集方法及装置 | |
WO2010124571A1 (zh) | 节点信息获取方法、客户端、服务器 | |
CN109274715A (zh) | 车载多通道通信系统的平台资源管理系统 | |
CN102281584A (zh) | 一种物联网能力的实现方法及系统 | |
CN112737821B (zh) | 数据采集方法及装置 | |
WO2009146650A1 (zh) | 擦除终端数据的方法及终端设备 | |
Ren et al. | Research on communication method of OPC UA client based on ARM | |
KR100452629B1 (ko) | 간이망관리프로토콜 에이전트의 관리정보베이스 번들의동적 갱신을 이용한 네트워크 관리 장치 및 그 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 2006775391 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 11772308 Country of ref document: US |
|
WWP | Wipo information: published in national office |
Ref document number: 2006775391 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 200680012176.2 Country of ref document: CN |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
WWP | Wipo information: published in national office |
Ref document number: 11772308 Country of ref document: US |