CN101447972B - Method and device for determining operation of managed object - Google Patents

Method and device for determining operation of managed object Download PDF

Info

Publication number
CN101447972B
CN101447972B CN2007101673920A CN200710167392A CN101447972B CN 101447972 B CN101447972 B CN 101447972B CN 2007101673920 A CN2007101673920 A CN 2007101673920A CN 200710167392 A CN200710167392 A CN 200710167392A CN 101447972 B CN101447972 B CN 101447972B
Authority
CN
China
Prior art keywords
node
property value
management object
config
current management
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.)
Active
Application number
CN2007101673920A
Other languages
Chinese (zh)
Other versions
CN101447972A (en
Inventor
韩璐
纪晓峰
李春秀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
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
Priority to CN2007101673920A priority Critical patent/CN101447972B/en
Publication of CN101447972A publication Critical patent/CN101447972A/en
Application granted granted Critical
Publication of CN101447972B publication Critical patent/CN101447972B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention provides a method and a device for determining operation of a managed object, the practical operation of the managed object is determined by adopting an edit configuration subtree which is newly configured, default operating parameter nodes are cancelled in the newly configured edit configuration subtree and default operating attributes are set for configuration parameters; when the practical operation of the current managed object is determined, the newly configured edit configuration subtree is utilized, if the node located by the current managed object has the operating attribute value, the operation which is indicated by the operating attribute value is taken as the practical operation of the current managed object, otherwise, the operation which is indicated by the operating attribute value of the node at the upper layer of the node located by the current managed object is taken as the practical operation of the current managed object. Then the basis of the practical operation of the managed object is definite and clear, and the practical operation of the managed object can be determined under any node combination.

Description

A kind of definite management object method of operating and device
Technical field
The present invention relates to network management technology, particularly a kind of definite management object method of operating and device.
Background technology
Network configuration protocol (NETCONF; Network Configuration Protocol) agreement is a kind of agreement that the network data device configuration management is provided; This agreement is internet engineering task group (IETF; Internet Engineering Task Force) formulates, mechanism such as configuration installation, maintenance, deletion are provided for the network equipment, adopt extend markup language (XML based on digital coding; EXtensible MarkupLanguage) configuration data and protocol information have important effect aspect network management.
The NETCONF agreement can be divided into four layers from conceptive, i.e. transport layer, remote procedure call (RPC, Remote Procedure Call) layer, operation (Operations) layer, Content layer.Wherein, The Operations layer has defined the basic operation collection based on XML that RPC calls, mainly comprise obtain (get), obtain configuration (get-config), editor's configuration (edit-config), copy configuration (copy-config), deletion configuration basic operations such as (delete-config).Wherein, the function of edit-config operation is that customized configuration all or part of is loaded into specific management object.
The edit-config operation of NETCONF agreement is through operation (operation) attribute of each management object of the configuration of configuration (config) subtree in the edit-config subtree; This operation attribute-bit the operation that is configured as the management object of node in the subtree, the value of operation attribute can for merge (merge), replacement (replace), create (create), deletion (delete) or be sky.Fig. 1 is a kind of edit-config sub-tree structure figure of the prior art; As shown in Figure 1; Operate as root node with edit-config in this edit-config subtree; This root node comprises five next straton nodes, is respectively: target (target) parameter, default action (default-operation) parameter, test option (test-option) parameter, wrong option (error-option) parameter and configuration (config) parameter, wherein; Error-option parameter and test-option parameter are optional parameters, and be not shown in Fig. 1.The default-operation parameter is used to define the operation default value of management object, and its value can be merge, replace and none.The config parameter comprises the top parameter, and each node in the subtree of this top parameter is a management object, and the operation property value of this management object is used to identify the operation that this management object is carried out.Argument section is fixing structure in this config subtree, and object part is variable structure, can be provided with according to concrete management object.For example; If present node is object type, its operation property value is merge, and the operation property value of his father's node object user is empty; The operation property value of default-operation parameter is empty, then confirms the practical operation of this object type is merging.Wherein, father node is the last layer node of present node place subtree.But,, then can not confirm the practical operation of present node if any two or three in present node, its father node and the default-operation parameter makes up when having different operation property values simultaneously.
For example, an edit-config operational instances is following:
<rpc?message-id=″101″
xmlns=″urn:ietf:params:xml:ns:netconf:base:1.0″>
<edit-config>
<target>
<running/>
</target>
<default-operation>Replace</default-operation>==>The default-operation parameter
<config?xmlns:xc=″urn:ietf:params:xml:ns:netconf:base:1.0″>
<top?xmlns=″http://example.com/schema/1.2/config″>
<users>
<user xc:operation=" merge " >==father's node of present node
<name>barney</name>
<type>superuser</type>
< company-info xc:operation=" create " >==present node
<dept>OM</dept>
</company-info>
</user>
</sers>
</top>
</config>
</edit-config>
</rpc>
In this instance, if present node is object company-info, its operation property value is create; The operation property value of its father node user is merge; The property value of default-operation is replace, at this moment, then can't confirm the practical operation of present node.
When adopting the method for prior art; All default-operation parameters, father node parameter, present node parameter make up pairing practical operation result can be as shown in table 1; Its combination has 3 * 5 * 5=75 kind, has enumerated a part wherein in the table 1, and is no longer exhaustive at this.
Table 1
Label The default-operation parameter value The operation property value of father node parameter The operation property value of present node The practical operation of current management object
1 none Empty Empty Faulty operation
2 none Empty create create
3 none Empty delete delete
4 none Empty merge merge
5 none create Empty create
6 none create create Be not sure of
7 none create merge Be not sure of
8 none delete Empty delete
9 none delete create Faulty operation
10 none delete replace Faulty operation
11 none merge Empty merge
12 none merge replace Be not sure of
13 none replace Empty replace
14 none replace create Be not sure of
... ... ... ...
15 replace create delete Faulty operation
16 replace delete merge Faulty operation
17 replace merge Empty Be not sure of
18 replace merge delete Be not sure of
... ... ... ...
19 merge create Empty Be not sure of
20 merge merge replace Be not sure of
21 merge replace Empty replace
22 merge replace create Be not sure of
That is to say that the method for employing prior art can't be confirmed the practical operation of management object under all node combined situation.
Summary of the invention
The embodiment of the invention provides a kind of definite management object method of operating, can under various node combined situation, confirm the practical operation of management object.
A kind of definite management object method of operating, this method comprises:
Dispose in the edit-config subtree the editor who reconfigures; If current management object place node has the operation property value, then will current management object belong to the practical operation of the indicated operation of operaion property value that node has as current management object; Otherwise the indicated operation of the operation property value that the upper layer node of this current management object place node is had is as the practical operation of current management object;
Wherein, The said edit-config subtree that reconfigures has been cancelled the default action default-operation parameter of edit-config subtree in the network configuration NETCONF agreement, and config parameter place node has the configuration operation config-operation attribute that carries default action information.
A kind of device of definite management object operation, this device comprises: first judging unit, first operation determination unit, node are confirmed the unit and second operation determination unit;
Said first judging unit is used in the configuration edit-config subtree that reconfigures, and judges whether current management object place node has the operaion property value; If; Then confirm notice,, then confirm that to node the unit sends definite notice if not to the transmission of first operation determination unit;
Said first operation determination unit, be used to receive confirm notice after, the indicated operation of the operaion property value that current management object place node is had is as the practical operation of current management object;
Said node is confirmed the unit, be used to receive confirm notice after, on the subtree of this current management object place node, confirm the upper layer node of this current management object place node;
Said second operation determination unit is used for said node is confirmed the practical operation of the indicated operation of operation property value that upper layer node that the unit is confirmed has as current management object;
Wherein, The said edit-config subtree that reconfigures has been cancelled the default action default-operation parameter of edit-config subtree in the network configuration NETCONF agreement, and config parameter place node has the configuration operation config-operation attribute that carries default action information.
Can find out by above technical scheme; The embodiment of the invention is confirmed the practical operation of management object through the edit-config subtree that adopts new configuration, in the edit-config of this new configuration subtree; Cancelled the default-operation parameter; And carry the config-operation attribute of default action information for the setting of config parameter, when confirming the practical operation of current management object, utilize the edit-config subtree of this new configuration; If current management object place node has the operation property value; Then that this operation property value is indicated operation is as the practical operation of current management object, otherwise the indicated operation of the operation property value that the upper layer node of this current management object place node is had is as the practical operation of current management object.This just makes that the practical operation foundation of management object is clear and definite, clear, under all node combined situation, can confirm the practical operation of management object.
Description of drawings
Fig. 1 is a kind of edit-config sub-tree structure figure of the prior art;
The edit-config sub-tree structure figure that Fig. 2 provides for the embodiment of the invention;
The method flow diagram that Fig. 3 provides for the embodiment of the invention;
The structure drawing of device that Fig. 4 provides for the embodiment of the invention.
Embodiment
In order to make the object of the invention, technical scheme and advantage clearer, be described in detail below in conjunction with accompanying drawing and specific embodiment.
The method that the embodiment of the invention provides comprises: dispose in the edit-config subtree the editor who reconfigures; If current management object place node has the operation property value, then will current management object belong to the practical operation of the indicated operation of operation property value that node has as current management object; Otherwise the indicated operation of the operation property value that the upper layer node of this current management object place node is had is as the practical operation of current management object;
Wherein, The edit-config subtree that this reconfigures has been cancelled the default action default-operation parameter of edit-config subtree in the existing network configuration NETCONF agreement, and the config parameter has the configuration operation config-operation attribute that carries default action information.
In the edit-config subtree in the existing NETCONF agreement; Default-operation parameter place node and config parameter place node are positioned at same one deck of edit-config subtree; Therefore; When father node or the present node that default-operation parameter and present node can occur has the operation property value simultaneously, be not sure of the practical operation of the management object that present node refers to.In the embodiment of the invention, the cancellation of default-operation parameter is as shown in Figure 2 for the config parameter is given the config-operation that carries default action information attribute, the edit-config sub-tree structure figure that Fig. 2 provides for the embodiment of the invention.The config-operation parameter of carrying acquiescence operation attribute information that should be newly-increased can have five kinds of operation property values: i.e. merge, replace, create, delete and none, concrete definition can be adopted in the RFC4741 agreement definition about default-operation and operation.Default value can be any among above-mentioned merge, replace, create, delete and the none, for example, can be set to merge by default value usually.
When the practical operation of confirming current management object, can carry out according to this new edit-config subtree, concrete implementation can be as shown in Figure 3, may further comprise the steps:
Step 301: judge whether current management object place node has the operation property value, if then execution in step 305, if not, then continue execution in step 302.
Step 302: judge whether father node has operation property value or config-operation property value, if then execution in step 304, if not, then execution in step 303.
At this, because this father node might be a config parameter place node, so, need to judge whether this father node has operation property value or config-operation property value.
Step 303: judge that whether this father node is for config parameter place node, if not, then continue execution in step 302; If then execution in step 309.
Step 304: the indicated operation of operation property value that this father node is had or config-operation property value is as the practical operation of current management object, process ends.
Step 305: judge whether father node has the operation property value, if then execution in step 306, if not, then execution in step 308.
Step 306: judge that whether operation property value that this father node has contradicts with the operation property value that current management object place node has, if then execution in step 307, if not, then execution in step 308.
The conflicting situation of operation property value that operation property value that father node described in this step has and current management object place node have can comprise: the operation property value of father node is delete, and the operation property value that current management object place node has is other value except empty and delete; The operation property value of father node is create, and the operation property value that current management object place node has is delete.
Step 307: produce the information that reports an error, process ends.
Step 308: confirm the practical operation of the indicated operation of operation property value that current management object place node has, process ends as current management object.
Step 309: the operation that the default value of config-operation attribute is indicated is as the practical operation of current management object, process ends.
For convenience, in below describing, abbreviate current management object place node as present node.Through the invention described above embodiment the method for fixed tube reason Object Operations really is provided; Can under any combined situation, confirm practical operation to management object; The operation property value of the operation property value of the config-operation property value of all config parameters, father node parameter, present node parameter is made up pairing practical operation result can be as shown in table 2; Its combination has 5 * 5 * 5=125 kind, has enumerated a part wherein in the table 2, and is no longer exhaustive at this.
Table 2
Label The config-cperation property value of Config parameter The operation property value of father node parameter The operation property value of present node The practical operation of current management object
1 none Empty Empty Report an error
2 none Empty create create
3 none Empty delete delete
4 none Empty merge merge
5 none create Empty create
6 none create create create
7 none create merge merge
8 none delete Empty delete
9 none delete create Report an error
10 none delete replace Report an error
11 none merge Empty merge
12 none merge replace replace
13 none replace Empty replace
14 none replace create create
... ... ... ...
15 replace create delete Report an error
16 replace delete merge Report an error
17 replace merge Empty merge
18 replace merge delete delete
... ... ... ...
19 merge create Empty create
20 merge merge replace replace
21 merge replace Empty replace
22 merge replace create create
... ... ... ...
23 Empty Empty Empty merge
In table 2, label is being combined as shown in 1: present node, father node and config parameter all do not have the operation property value, then to the practical operation of current management object for reporting an error.
Label is 2,3, being combined as shown in 4: present node has the operation property value, and father node does not have the operation property value, and then the practical operation to current management object is the indicated operation of operation property value that present node has.
Label is being combined as shown in 5,8,11,13,17,19 and 21: present node does not have the operation property value; Father node has the operation property value, and then the practical operation to current management object is the indicated operation of operation property value that father node has.
Label is being combined as shown in 6,7,12,14,18,20 and 22: present node and father node all have the operation property value; And the operation property value that both had is contradiction not, and then the practical operation to current management object is the indicated operation of operation property value that present node has.
Label is being combined as shown in 9,10,15 and 16: present node and father node all have the operation property value, and the operation property value that both had contradicts, then to the practical operation of preceding management object for reporting an error.
Label is being combined as shown in 23: present node and father node do not have the operation property value; And the father node of this father node is the config parameter; And this config parameter does not have the config-operation property value, and then the practical operation to current management object is the indicated operating result of default value of config-operation.
The method that adopts the embodiment of the invention to provide can be takeed a concrete example:
<rpc?message-id=″101″
xmlns=″um:ietf:params?:xml:ns:netconf:base:?1.0″>
<edit-config>
<target>
<running/>
</target>
Config xc:config-operation=" replace "==the config-operation parameter
xmlns:xc=″um?:ietf:params:xml:ns:netconf:base:1.0″>
==>config-operation
<top?xmlns=″http://example.com/schema/1.2/config″>
<users>
<user xc: operation=" merge " >==father's node of present node
<name>barney</name>
<type>superuser</type>
< company-info xc:operation=" create " >==present node
<dept>OM</dept>
</company-info>
</user>
</users>
</top>
</config>
</edit-config>
</rpc>
In this example, adopt sub-tree structure shown in Figure 2, present node is object company-info, and its operation property value is create, and the operation property value of its father node user is merge, and the config-operation property value is replace.Adopt method shown in Figure 3; Confirm that at first present node has operation property value create; Its father node also has operation property value merge, and both operation property values of having contradiction not, so; The practical operation that can confirm object company-info is the indicated operation of its operation property value, i.e. creation operation.
The structure drawing of device that Fig. 4 provides for the embodiment of the invention, as shown in Figure 4, this device can comprise: first judging unit 400, first operation determination unit 410, node are confirmed the unit 420 and second operation determination unit 430.
First judging unit 400; Be used for the configuration edit-config subtree that reconfiguring; Judge whether current management object place node has the operation property value, if then send and confirm notice to first operation determination unit 410; If, then do not confirm that to node unit 420 sends definite notice.
First operation determination unit 410, be used to receive confirm notice after, the indicated operation of the operation property value that current management object place node is had is as the practical operation of current management object.
Node is confirmed unit 420, be used to receive confirm notice after, on the subtree of this current management object place node, confirm the upper layer node of this current management object place node.
Second operation determination unit 430 is used for node is confirmed the practical operation of the indicated operation of operation property value that upper layer node that unit 420 is confirmed have as current management object.
Wherein, The edit-config subtree that reconfigures has been cancelled the default action default-operation parameter of edit-config subtree in the existing network configuration NETCONF agreement, and the config parameter has the configuration operation config-operation attribute that carries default action information.
Wherein, first judging unit 400 can comprise: the 3rd judging unit 401, the 4th judging unit 402 and the 5th judging unit 403.
The 3rd judging unit 401 is used to judge whether current management object place node has the operation property value, if then send exercise notice to the 4th judging unit 402; If, then do not confirm that to node unit 420 sends definite notice.
The 4th judging unit 402 after being used to receive exercise notice, judges whether the father node of current management object place node has the operation property value, if not, then sends to first operation determination unit 410 and confirms notice; If then send exercise notice to the 5th judging unit 403.
The 5th judging unit 403; After being used to receive exercise notice; Judge whether the operation property value that operation property value that father node has and current management object place node has is conflicting, if then send and forbid notice to first operation determination unit 410; If, then do not send and confirm notice to first operating unit 410.
First operation determination unit 410, receive forbid the notice after, do not carry out any operation, report an error.
Wherein, node confirms that unit 420 can comprise: the 6th judging unit 421, the 7th judging unit 422 and upper layer node are confirmed unit 423.
The 6th judging unit 421, be used to receive confirm notice after, judge whether father node has operation property value or config-operation property value, if then confirm to upper layer node that unit 423 sends and confirm to notify; If, then do not send exercise notice to the 7th judging unit 422.
Whether the 7th judging unit after being used to receive exercise notice, judges father node for config parameter place node, if not, then sends to the 6th judging unit 421 and confirms notice.
Upper layer node is confirmed unit 423, be used to receive confirm notice after, with this father node with operation property value or config-operation property value as definite upper layer node.
In addition, the 7th judging unit can also send default notification to second operation determination unit 430 when judging that father node is config parameter place node;
Second operation determination unit 430, after receiving default notification, the operation that the default value of config-operation attribute is indicated is as the practical operation of current management object.
Can find out by above description; The embodiment of the invention; Confirm the practical operation of management object through the edit-config subtree that adopts new configuration, in the edit-config of this new configuration subtree, cancelled the default-operation parameter; And carry the config-operation attribute of default action information for the setting of config parameter; When confirming the practical operation of current management object, utilize the config subtree of this new configuration, if current management object place node has the operation property value; Then that this operation property value is indicated operation is as the practical operation of current management object; Otherwise, the upper layer node of confirming to have the operation property value and closing on current management object place node most, and the indicated operation of the operation property value that this upper layer node is had is as the practical operation of current management object.This just makes that the practical operation foundation of management object is clear and definite, clear, closes the practical operation that can confirm management object under the situation in any groups of nodes.
The above is merely preferred embodiment of the present invention, and is in order to restriction the present invention, not all within spirit of the present invention and principle, any modification of being made, is equal to replacement, improvement etc., all should be included within the scope that the present invention protects.

Claims (9)

1. definite management object method of operating is characterized in that this method comprises:
Dispose in the edit-config subtree the editor who reconfigures; If current management object place node has the operation property value, then will current management object belong to the practical operation of the indicated operation of operation property value that node has as current management object; Otherwise the indicated operation of the operation property value that the upper layer node of this current management object place node is had is as the practical operation of current management object;
Wherein, The said edit-config subtree that reconfigures has been cancelled the default action default-operation parameter of edit-config subtree in the network configuration NETCONF agreement, and config parameter place node has the configuration operation config-operation attribute that carries default action information.
2. method according to claim 1; It is characterized in that; The property value that said config-operation attribute has comprises: merge merge, replace replace, create create, delete delete and do not have operation none, and default value is any one among merge, replace, create, delete and the none.
3. method according to claim 1; It is characterized in that; If current management object place node has the operation property value; Then before the indicated practical operation of operation as current management object of the operation property value that current management object place node is had, also comprise: whether the father node of judging said current management object place node has the operation property value; If not, then continue to carry out the said practical operation that will current management object belongs to the indicated operation of operation property value that node has as current management object; If; Further judge then whether operation property value that said father node has and current management object belong to the operation property value that node has conflicting; If it is conflicting; The operation that then reports an error, otherwise continue to carry out the said practical operation that will current management object belongs to the indicated operation of operation property value that node has as current management object;
Said conflicting comprising: the operation property value of said father node is delete; And the operation property value that current management object place node has is other value except empty and delete; Perhaps; The operation property value of said father node is create, and the operation property value that current management object place node has is delete.
4. method according to claim 1 is characterized in that, this method also comprises: on the subtree of this current management object place node, confirm the upper layer node of this current management object place node; Specifically comprise:
Judge whether father node has operation property value or config-operation property value, if, then with this father node with operation property value or config-operation property value as said definite upper layer node; Otherwise; Judge whether this father node is config parameter place node; If not, then said father node is continued execution is said judges whether its father node has the step of operation property value or config-operation property value, until definite said upper layer node.
5. method according to claim 4; It is characterized in that; If judge that the operation that the default value of said config-operation attribute is indicated was as the practical operation of current management object when said father node did not have operation property value or config-operation property value and this father node for config parameter place node.
6. the device of a definite management object operation, it is characterized in that this device comprises: first judging unit, first operation determination unit, node are confirmed the unit and second operation determination unit;
Said first judging unit; Be used for the configuration edit-config subtree that reconfiguring; Judge whether current management object place node has the operation property value, if then send and confirm notice to first operation determination unit; If, then do not confirm that to node the unit sends definite notice;
Said first operation determination unit, be used to receive confirm notice after, the indicated operation of the operation property value that current management object place node is had is as the practical operation of current management object;
Said node is confirmed the unit, be used to receive confirm notice after, on the subtree of this current management object place node, confirm the upper layer node of this current management object place node;
Said second operation determination unit is used for said node is confirmed the practical operation of the indicated operation of operation property value that upper layer node that the unit is confirmed has as current management object;
Wherein, The said edit-config subtree that reconfigures has been cancelled the default action default-operation parameter of edit-config subtree in the network configuration NETCONF agreement, and config parameter place node has the configuration operation config-operation attribute that carries default action information.
7. device according to claim 6 is characterized in that, said first judging unit comprises: the 3rd judging unit, the 4th judging unit and the 5th judging unit;
Said the 3rd judging unit is used to judge whether current management object place node has the operation property value, if then send exercise notice to said the 4th judging unit; If, then do not confirm that to said node the unit sends definite notice;
Said the 4th judging unit after being used to receive exercise notice, judges whether the father node of said current management object place node has the operation property value, if not, then send said definite notice to said first operation determination unit; If then send exercise notice to the 5th judging unit;
Said the 5th judging unit; After being used to receive exercise notice; Judge whether the operation property value that operation property value that said father node has and current management object place node has is conflicting, if then send and forbid notice to said first operating unit; If, then do not send said definite notice to said first operating unit; Said conflicting comprising: the operation property value of said father node is delete; And the operation property value that current management object place node has is other value except empty and delete; Perhaps; The operation property value of said father node is create, and the operation property value that current management object place node has is delete;
Said first operation determination unit, also be used to receive forbid the notice after, do not carry out any operation, report an error.
8. device according to claim 6 is characterized in that, said node confirms that the unit comprises: the 6th judging unit, the 7th judging unit and upper layer node are confirmed the unit;
Said the 6th judging unit, be used to receive confirm notice after, judge whether father node has operation property value or config-operation property value, if then confirm to upper layer node that the unit sends and confirm to notify; If, then do not send exercise notice to said the 7th judging unit;
Said the 7th judging unit after being used to receive exercise notice, is judged said father node whether for config parameter place node, if not, then with the father node of said father node as current parent's node, send to said the 6th judging unit and to confirm notice;
Said upper layer node is confirmed the unit, be used to receive confirm notice after, with this father node with operation property value or config-operation property value as said definite upper layer node.
9. device according to claim 8 is characterized in that, said the 7th judging unit also is used for when judging that said father node is config parameter place node, sending default notification to said second operation determination unit;
Said second operation determination unit also is used for after receiving default notification, and the operation that the default value of config-operation attribute is indicated is as the practical operation of current management object.
CN2007101673920A 2007-11-26 2007-11-26 Method and device for determining operation of managed object Active CN101447972B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007101673920A CN101447972B (en) 2007-11-26 2007-11-26 Method and device for determining operation of managed object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007101673920A CN101447972B (en) 2007-11-26 2007-11-26 Method and device for determining operation of managed object

Publications (2)

Publication Number Publication Date
CN101447972A CN101447972A (en) 2009-06-03
CN101447972B true CN101447972B (en) 2012-06-06

Family

ID=40743375

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007101673920A Active CN101447972B (en) 2007-11-26 2007-11-26 Method and device for determining operation of managed object

Country Status (1)

Country Link
CN (1) CN101447972B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101754188B (en) * 2009-12-30 2012-12-19 中兴通讯股份有限公司 Method for terminal with multi-management object to process operating command, terminal and system
CN102891768A (en) * 2012-10-11 2013-01-23 华为技术有限公司 Method and network element for network management

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6096094A (en) * 1997-10-03 2000-08-01 National Instruments Corporation Configuration manager for configuring a data acquisition system
CN1770705A (en) * 2004-11-05 2006-05-10 三星电子株式会社 Network management apparatus and method
CN1921492A (en) * 2006-09-27 2007-02-28 华为技术有限公司 Method and device for configuration management
CN1972216A (en) * 2006-12-07 2007-05-30 杭州华为三康技术有限公司 A method for generation of management information base tree and network device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6096094A (en) * 1997-10-03 2000-08-01 National Instruments Corporation Configuration manager for configuring a data acquisition system
CN1770705A (en) * 2004-11-05 2006-05-10 三星电子株式会社 Network management apparatus and method
CN1921492A (en) * 2006-09-27 2007-02-28 华为技术有限公司 Method and device for configuration management
CN1972216A (en) * 2006-12-07 2007-05-30 杭州华为三康技术有限公司 A method for generation of management information base tree and network device

Also Published As

Publication number Publication date
CN101447972A (en) 2009-06-03

Similar Documents

Publication Publication Date Title
JP5055410B2 (en) Device management system and device management instruction scheduling method in the system
CN100536479C (en) Service establishing, executing, mapping system and method
EP1361761A1 (en) Telecommunications network management system and method for service monitoring
US20090111467A1 (en) Method for reporting the device capability information and terminal device
CN102457390B (en) A kind of Fault Locating Method based on QOE and system
CN101360001B (en) Apparatus and method for processing alarm by network manager at upper layer
CN101854343B (en) Method for providing node information, and method and device for acquiring node information
CN100539513C (en) Fault/alarm and control system and method based on Simple Network Management Protocol
JP2008506179A (en) Device management system and device management instruction scheduling method in the system
US20150127798A1 (en) Object version management
CN101447972B (en) Method and device for determining operation of managed object
KR101292107B1 (en) Device description framework information reporting and updating method, device and system
CN101924661B (en) Alarm processing method and device
CN105847047B (en) A method of realizing that special OID is acquired and parsed in MIB using plug-in unitization
CN101616027A (en) Service creation, execution, mapped system and method
CN101820354B (en) Collocation method based on TNDS (Total Network Data System) object, terminal equipment and server
CN100514915C (en) Device management system and device management command scheduling method thereof
CN101192975B (en) Access management sub-system of network management system
CN102316479B (en) Network service monitoring system, and network service synchronization and running state monitoring methods
CN103138958A (en) Implementation method of network management standard interface
US8719394B2 (en) Method and arrangement for a modification of network management schema
US20220261383A1 (en) Mechanism for registration, discovery and retrieval of data in a communication network
KR101311515B1 (en) Apparatus and Method for Enhancing Reusability of Software Componentand and its Method for Processing Using the Same
CN101321139A (en) Resource management method, bearing equipment and bearing control equipment
CN102238033A (en) Management method, device and system of low-level network management system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant