CN100579030C - General configuration method and device based on SNMP - Google Patents

General configuration method and device based on SNMP Download PDF

Info

Publication number
CN100579030C
CN100579030C CN200710123102A CN200710123102A CN100579030C CN 100579030 C CN100579030 C CN 100579030C CN 200710123102 A CN200710123102 A CN 200710123102A CN 200710123102 A CN200710123102 A CN 200710123102A CN 100579030 C CN100579030 C CN 100579030C
Authority
CN
China
Prior art keywords
management device
network management
mib
description list
foreground
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
CN200710123102A
Other languages
Chinese (zh)
Other versions
CN101102226A (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 CN200710123102A priority Critical patent/CN100579030C/en
Publication of CN101102226A publication Critical patent/CN101102226A/en
Application granted granted Critical
Publication of CN100579030C publication Critical patent/CN100579030C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The method comprises: the network administrative apparatus front-stage gets the description table of management information base (MIB) from the network administrative apparatus back-stage, and according to the MIB description table, automatically generates an interface; according to the generated interface, the network administrative apparatus front-stage makes relevant operation, and sends the message generated in the operation to the controlled device via the network administrative apparatus back-stage.

Description

A kind of general configuration method and device based on SNMP
Technical field
The present invention relates to communication technical field, relate in particular to a kind of general configuration method and device based on SNMP (Simple NetworkManagement Protocol, simple management agreement).
Background technology
Network management device in the existing network management system and managed devices are mostly based on the SNMP interface communication, managed devices utilizes SNMP collection network management information from network management device, and Report a Problem and mistake to network management device, wherein, the mode of collection network management information comprises that poll or anomalous event trigger interrupt mode from managed devices.Common above-mentioned network management device is to realize by SNMP MIB (Management Information Base, management information bank) to the management of managed devices.
MIB has described object or the list item that is included in the database.Each object or list item all have following four attributes: object type, grammer, access and state.Wherein, object type has defined the name of a special object, when the expression data, SMI (structure of management information and sign) uses ASN.1 (AbstractSyntax Notation One, abstract syntax implication 1), ASN.1 is that identifier has defined a tree-like form, this tree is by a root and be attached thereto the many nodes that are labeled that connect and form, each node is identified by a nonnegative integral value and as concise as possible explanatory note, and each node may also have the child node that is labeled equally.Data type specified in grammer, for example integer, 8 hyte string numeral (character strings; Scope is 0 to 255), object identifier (predefined data type another name) or NULL, NULL is the room of the back use waited until.Access shows the access level of special object, and for example, legal value comprises: read-only, read-write, only write and can not access.State has defined the realization needs of object: indispensable (managed devices must be realized this object); Optionally (managed devices may be realized this object); Perhaps obsolete (managed devices does not need to realize this object again).
SNMP is divided into two parts, i.e. administration agent and management equipment, and administration agent is to be arranged in managed devices, and is used for following the tracks of the special software or the firmware of managed devices state; Management equipment is used for the manager/agent communication with different managed devices, and shows these administration agent states.
Administration agent comprises the information about a special installation and/or this equipment environment of living in, and when an administration agent was installed on the equipment, this equipment just was listed in managed devices.In other words, administration agent is exactly a database, and the data that comprised in the database are difference with the difference that is mounted equipment.For example, on router, administration agent comprises the information such as sum about routing table, reception and transmission bag; On bridge, administration agent comprises about transmitting information such as bag number and filter table.Network management device can obtain the information about managed devices from administration agent; The list item in the administration agent can be revised, increases or be deleted to network management device, for example the routing table list item in the database of being safeguarded by administration agent.
Administration agent informs by MIB which configuration network management device can do, and network management device manages administration agent by MIB.Present management system is by different different management equipment and the interfaces of MIB exploitation managed basically, generally all develop manager based on the SNMP++ kit of increasing income, the SNMP++ kit provides the SNMP network management protocol described all orders, and the parsing of SMI data type is provided, and SMI has defined each object and has looked as what.To the management of SNMP equipment, a normally given MIB shows at present, corresponding development interface and manager part, and the interface is to show at specific MIB, manager is then write into mib information in the code, finishes by the interface function that calls SNMP++ then.
Yet the interface in the network management device of the prior art customizes, and corresponding MIB table need be write an interface, and efficient is very low; And the code of manager part repeats in a large number, and development cost is very high, makes mistakes easily.
Summary of the invention
The embodiment of the invention provides a kind of general configuration method and device based on SNMP, to solve code repetition rate height in the prior art, defective that development cost is high.
The embodiment of the invention provides a kind of general configuration method based on SNMP, may further comprise the steps:
The network management device backstage is analyzed mib file by analysis tool, according to analyzing generating structure query language SQL script, generates the MIB description list according to the SQL script;
The network management device foreground obtains management information bank MIB description list from the network management device backstage;
Described network management device foreground generates customizable component by JAVA assembly, constraint interface, and according to the common interface that generates automatically of described MIB description list;
Operate according to described interface on described network management device foreground, the assembly on network management device foreground according to separately constraint automatically to the data inspection that legalizes, after the passed examination, the management equipment foreground is assembled into ASN.1 message automatically and is handed down to the network management device backstage;
Described ASN.1 message is resolved according to described MIB description list in described network management device backstage, and the snmp message of generation visit managed devices is issued to managed devices automatically;
The network management device backstage receives the response message that managed devices sends, the network management device backstage according to response message generate automatically SQL statement, with database in the SQL script stored carry out synchronously, and generate general operation message automatically according to the SQL script after synchronous and return to managed devices.
The embodiment of the invention also provides a kind of network management device based on SNMP, comprising:
The network management device foreground, be used for obtaining the MIB description list from the network management device backstage, generate customizable component by JAVA assembly, constraint interface, and according to the common interface that generates automatically of described MIB description list, and operate according to described interface, automatically to the data inspection that legalizes, after the passed examination, the management equipment foreground is assembled into ASN.1 message automatically and is handed down to the network management device backstage according to separately constraint for the assembly on network management device foreground;
Described network management device backstage, be used for mib file being analyzed by analysis tool, according to analyzing generating structure query language SQL script, generate the MIB description list according to the SQL script, for described network management device foreground provides described MIB description list, resolve described ASN.1 message, and the snmp message that generates the visit managed devices automatically is issued to managed devices, receive the response message that managed devices sends, automatically generate SQL statement according to response message, carry out synchronously with the SQL script of storing in the database, and generate general operation message automatically according to the SQL script after synchronously and return to managed devices.
The embodiment of the invention also provides a kind of network management device foreground, comprising:
MIB description list acquiring unit is used for obtaining from described network management device backstage the MIB description list that generates according to the SQL script;
The automatic generation unit in interface is used for generating customizable component by JAVA assembly, constraint interface, and according to the common interface that generates automatically of described MIB description list;
The legitimacy detecting unit is connected between automatic generation unit in interface and the operation information transmitting element, and whether the operation information that is used to detect user's input meets preset standard, when meeting, then starts described operation information transmitting element;
The operation information transmitting element is used for that the operation information that the user imports is assembled into ASN.1 message automatically and is handed down to the network management device backstage.
The embodiment of the invention also provides a kind of network management device backstage, comprising:
MIB description list generation unit is used for by analysis tool mib file being analyzed, and according to analyzing generating structure query language SQL script, generates the MIB description list according to the SQL script;
MIB data table stores unit is used for the data of store M IB description list correspondence;
The operation information retransmission unit, be used for according to described MIB description list, resolve described ASN.1 message, and the snmp message that generates the visit managed devices automatically is issued to managed devices, receive the response message that managed devices sends, according to response message generate automatically SQL statement, with database in the SQL script stored carry out synchronously, and generate general operation message automatically according to the SQL script after synchronous and return to managed devices.
Compared with prior art, the embodiment of the invention has the following advantages:
In the embodiments of the invention, the interface in the network management device generates automatically, has saved the development cost on foreground; AM/BAM uses general management agreement, has saved a large amount of communication code between the AM/BAM; Based on the API of the automatic visit SNMP equipment of describing, simplified a large amount of codes on backstage, improved the efficient and the quality of program.
Description of drawings
Fig. 1 is a kind of general configuration method flow chart based on SNMP of the embodiment of the invention;
Fig. 2 is the system configuration schematic diagram of network management device and managed devices in the embodiment of the invention;
Fig. 3 is the initialization flowchart of SNMP generic configuration in the embodiment of the invention;
Fig. 4 is that the user is configured operational flowchart to managed devices in the embodiment of the invention;
Fig. 5 is a kind of generic configuration network management device structure chart based on SNMP of the embodiment of the invention.
Embodiment
The embodiment of the invention provides a kind of general configuration method based on SNMP, as shown in Figure 1, may further comprise the steps:
Step s101, the network management device foreground obtains management information bank MIB description list from the network management device backstage; Specifically comprise: the network management device foreground claims to ask the network management device backstage to send corresponding data according to the table name in the MIB description list; The network management device backstage claims the corresponding data of inquiry from the MIB tables of data according to table name, if find, then directly returns to the network management device foreground, if do not have, then obtains corresponding data from managed devices, returns to the network management device foreground.Usually communicate by general MIB operating protocol (as ASN.1) between the AM/BAM.
Step s102, the network management device foreground generates the interface automatically according to the MIB description list.Specifically comprise: the network management device foreground is filled into data at the interface of automatic generation.
Step s103, operate according to the interface on the network management device foreground, for example the managed devices configuration information is inquired about, revises, deleted or increase etc.
Step s104 sends to managed devices with the operation information that generates in the operation by the network management device backstage, and specifically comprise: validity checking is carried out to data in the network management device foreground, after the passed examination, re-sends to the network management device backstage; The network management device backstage generates the SQL statement of accessing database and the simple management agreement snmp message of visit managed devices according to the MIB description list automatically with operation information; The network management device backstage sends to managed devices with snmp message.
Also comprise before the step s101: the network management device backstage is analyzed the mib file that managed devices provides by analysis tool, generating structure query language SQL script, the SQL script is stored in the database, and generate the MIB description list according to the SQL script.
Also comprise after the step s103: managed devices sends response message to the network management device backstage; The network management device backstage generates SQL statement automatically, carries out synchronously with the SQL script of database storage according to described response message, and generates general operation message automatically according to the SQL script after synchronous and return to managed devices.
The system configuration schematic diagram of network management device and managed devices as shown in Figure 2 in the embodiment of the invention, comprise network management device foreground, network management device backstage and managed devices, generally, network management device foreground and network management device backstage should be on same network management devices, but also independent design as required.Wherein, network management device foreground and network management device backstage are by general ASN.1 message communicating, communicate by letter with managed devices by the SNMP interface in the network management device backstage.Generate customizable component by JAVA assembly, constraint interface in the network management device foreground, and generate automatic interface jointly with the MIB description list that obtains from the backstage.Difference store M IB description list and MIB tables of data in the database in the network management device backstage.A store M IB in the managed devices.
Below in conjunction with Fig. 2 the initialization flow process of the SNMP generic configuration of the embodiment of the invention and user being configured operating process to managed devices describes.
The initialization flow process of the SNMP generic configuration of the embodiment of the invention may further comprise the steps as shown in Figure 3:
Step s301, the network management device backstage converts the MIB of managed devices to the SQL script by the analysis of MIB analysis tool, and this SQL script is stored in the database on network management device backstage, generates the MIB description list according to this SQL script.Wherein, store M IB description list and MIB tables of data in this database, MIB description list content is as shown in table 1.
Table 1:
Field name Explain
DeviceType Device type ID
DeviceVersion Device version ID
TableName Table name claims
DisplayName Table foreground display Name
TableType Table type (0:MIB groups of nodes; The 1:MIB table; 2: system oid table; The 3:trap table)
AccessAttribute The table access attribute
RowStatusLeaf Row state leaf title
RowStatusOid Row state leaf OID
Step s302, the network management device backstage is configured the field contents that needs in the MIB description list to show by the MIB configuration tool, the label and the MIB description list title that mainly comprise the demonstration of each field, wherein, MIB description list field is as shown in table 2, and MIB table index information description is as shown in table 3.
Table 2:
Field name Explain
DeViceType Device type ID
DeviceVersion Device version ID
TableName Table name claims
FieldName Field name
FieldType Field type
FieldOrder The serial number of field
DisplayName Field foreground display Name
DisplayType Field foreground display type, such as integer, IP address etc.
IsVisible Whether field shows on the foreground
Constraints The field constraint
Hint Field is violated the information of constraint
SnmpType Field SNMP type
OIDName Field OID title
OID Field OID
AccessAttribute Field access attribute (reading and writing, read and write, establishment)
IsKey Whether field is the MIB index
Table 3:
Field name Explain
DeviceType Device type ID
DeviceVersion Device version ID
TableName Table name claims
IndexName Index name
SnmpType Index SNMP type
OIDLength Index OID length
OID Index OID
IsForCreate Whether index has the default value 0 of negotiation with equipment when creating record:
No, 1: have
Step s303, the network management device foreground by customization the JAVA assembly or by inherit the JAVA assembly and based on constraint (such as, maximum 15 of the number of characters of input is set, then the user is when being configured, if import 16 characters, then invalid) interface realize the automation video data of assembly, the function of automatically data being carried out validity checking, and then realize the interface automation.
Step s304, when the network management device foreground was configured a managed devices, a piece of news was sent out to the network management device backstage in the network management device foreground, the MIB description list title of this managed devices of acquisition request.
Step s305, the network management device backstage claims by all MIB table names that inquiry MIB description list obtains managed devices, and issues the network management device foreground.
Step s306, the network management device foreground is generating interface generation configuration menu automatically according to MIB description list title.
Step s307, the network management device foreground is selected certain MIB description list in choice menus.
Step s308, the network management device foreground obtains the field description information and the constraint information of this MIB description list to background request.
Step s309, the network management device backstage obtains the field information of this MIB description list and the constraint information of field according to this MIB description list title, sends to the network management device foreground.
Step s310, the network management device foreground is according to the field information and the constraint information of this MIB description list, automatically create each field corresponding controls, and give corresponding controls with the constraint of each field, the network management device foreground while is according to the autoplacement that how much carries out on the interface of control.
Step s311, the network management device foreground sends the data that message request obtains the correspondence of this MIB description list to the network management device backstage.These data are the primary data that the foreground generates automatically to be needed in the interface, for example, are 1 for the initial configuration of certain managed devices, and the user can revise this initial configuration by the input new data.
Step s312, the network management device backstage is according to the data of this MIB description list title corresponding MIB tables of data inquiry correspondence from database.If corresponding data are arranged, then are assembled into ASN.1 message automatically and issue the network management device foreground; Otherwise, the network management device backstage generates SNMP GET message automatically, obtain corresponding data to the managed devices request, after receiving the data that managed devices returns, the network management device backstage generates the SQL script automatically, with the storage of the correspondence MIB tables of data in the database, be assembled into ASN.1 message then automatically and send to the network management device foreground.
Step s313, the network management device foreground is filled into data in the interface of automatic generation after receiving the data that managed devices sends, and the initialization at interface has just been finished like this.
The user is configured operating process as shown in Figure 4 to managed devices in the embodiment of the invention, may further comprise the steps:
Step s401, the user can operate managed devices by above-mentioned automatic generation interface, for example selects modification, increase, deletion record, and presses confirming button.
Step s402, the assembly on network management device foreground according to separately constraint (such as, maximum 15 of the number of characters of input is set, then the user is when being configured, if import 16 characters, then invalid) automatically data are carried out validity checking, after the passed examination, the network management device foreground is assembled into ASN.1 message automatically and is handed down to the network management device backstage.
Step s403, ASN.1 message is resolved on the network management device backstage, and becomes living snmp message to be issued to managed devices automatically.
Step s404, managed devices is to the success of network management device backstage return.
Step s405, the network management device backstage becomes SQL statement with the ASN.1 message parse, and corresponding MIB tables of data in the operating database is to keep consistent with MIB tables of data on the managed devices.
Step s406, the network management device backstage returns success message and gives the network management device foreground.
Step s407, network management device foreground prompting user's success or failure.
The embodiment of the invention also provides a kind of network management device based on SNMP, as shown in Figure 5, comprise: network management device foreground 100, be used for obtaining the MIB description list from network management device backstage 200, and generate the interface automatically according to the MIB description list, and operate according to the interface, operation information is sent to network management device backstage 200; Network management device backstage 200 is used to network management device foreground 100 that MIB is provided description list, and the operation information on network management device foreground 100 is sent to corresponding managed devices.
Wherein, network management device foreground 100 specifically comprises: MIB description list acquiring unit 110 is used for obtaining the MIB description list from the network management device backstage; The automatic generation unit 120 in interface is used for generating the interface automatically according to the MIB description list; Operation information transmitting element 140, the operation information that is used for being used for by the interface input sends to the network management device backstage; Legitimacy detecting unit 130 is connected between automatic generation unit 120 in interface and the operation information transmitting element 140, and whether the operation information that is used to detect user's input meets preset standard, when meeting, and start-up operation message sending unit then.
Network management device backstage 200 specifically comprises: MIB description list generation unit 210 is used for generating the MIB description list according to the MIB of managed devices; MIB data table stores unit 220 is used for the data of store M IB description list correspondence; Operation information retransmission unit 230 is used for the operation information on network management device foreground is sent to managed devices; Data capture unit 240 is used for obtaining from managed devices the data of MIB description list correspondence.
In the embodiment of the invention, adopt, solve the problem that needs an interface of customization at a MIB table based on the automatic generation interface of describing; Employing is based on the general-purpose interface technology of describing, a large amount of repetitions that solved manager code; Adopt general self-described protocol technology, solved the repetition of AM/BAM communication protocol.
Through the above description of the embodiments, those skilled in the art can be well understood to the present invention and can realize by the mode that software adds essential general hardware platform, can certainly pass through hardware, but the former is better execution mode under a lot of situation.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product is stored in the storage medium, comprise that some instructions are with so that a computer equipment (can be a personal computer, server, the perhaps network equipment etc.) carry out the described method of each embodiment of the present invention.
More than disclosed only be several specific embodiment of the present invention, still, the present invention is not limited thereto, any those skilled in the art can think variation all should fall into protection scope of the present invention.

Claims (14)

1, a kind of general configuration method based on simple management agreement SNMP is characterized in that, may further comprise the steps:
The network management device backstage is analyzed mib file by analysis tool, according to described analysis generating structure query language SQL script, generates the MIB description list according to described SQL script;
The network management device foreground obtains management information bank MIB description list from the network management device backstage;
Described network management device foreground generates customizable component by JAVA assembly, constraint interface, and according to the common interface that generates automatically of described MIB description list;
Operate according to described interface on described network management device foreground, the assembly on network management device foreground according to separately constraint automatically to the data inspection that legalizes, after the passed examination, the management equipment foreground is assembled into ASN.1 message automatically and is handed down to the network management device backstage;
Described ASN.1 message is resolved according to described MIB description list in described network management device backstage, and the snmp message of generation visit managed devices is issued to managed devices automatically;
Described network management device backstage receives the response message that described managed devices sends, described network management device backstage according to described response message generate automatically SQL statement, with described database in the SQL script stored carry out synchronously, and generate general operation message automatically according to described SQL script after synchronous and return to described managed devices.
2, according to claim 1 based on the general configuration method of SNMP, it is characterized in that, also comprise after the described step according to described analysis generation SQL script:
Described SQL script is stored in the database.
According to claim 1 based on the general configuration method of SNMP, it is characterized in that 3, described network management device foreground specifically comprises according to the step that described MIB description list generates the interface automatically:
The network management device foreground claims to ask the network management device backstage to send corresponding data according to the table name in the described MIB description list;
The network management device backstage obtains corresponding data, and returns to the network management device foreground;
The network management device foreground is filled into described data at the interface of automatic generation.
4, as described in the claim 3 based on the general configuration method of SNMP, it is characterized in that the step that described network management device backstage obtains corresponding data specifically comprises:
The network management device backstage claims the corresponding data of inquiry from the MIB tables of data according to table name;
If find, then directly return to the network management device foreground; If no, then from managed devices, obtain corresponding data, return to the network management device foreground.
According to claim 1 based on the general configuration method of SNMP, it is characterized in that 5, the step that described network management device backstage receives described operation information also comprises before:
Validity checking is carried out to data in the network management device foreground, after the passed examination, re-sends to the network management device backstage.
According to claim 1 based on the general configuration method of SNMP, it is characterized in that 6, described operation comprises: the managed devices configuration information is inquired about, revises, deleted or increases.
7, a kind of network management device based on SNMP is characterized in that, comprising:
The network management device foreground, be used for obtaining the MIB description list from the network management device backstage, generate customizable component by JAVA assembly, constraint interface, and according to the common interface that generates automatically of described MIB description list, and operate according to described interface, automatically to the data inspection that legalizes, after the passed examination, the management equipment foreground is assembled into ASN.1 message automatically and is handed down to the network management device backstage according to separately constraint for the assembly on network management device foreground;
Described network management device backstage, be used for mib file being analyzed by analysis tool, according to described analysis generating structure query language SQL script, generate the MIB description list according to described SQL script, for described network management device foreground provides described MIB description list, resolve described ASN.1 message, and the snmp message of generation visit managed devices is issued to managed devices automatically; Receive the response message that described managed devices sends, according to described response message generate automatically SQL statement, with database in the SQL script stored carry out synchronously, and generate general operation message automatically according to the SQL script after synchronous and return to described managed devices.
8, as described in the claim 7 based on the network management device of SNMP, it is characterized in that described network management device foreground specifically comprises:
MIB description list acquiring unit is used for obtaining described MIB description list from described network management device backstage;
The automatic generation unit in interface is used for generating the interface automatically according to described MIB description list;
The operation information transmitting element is connected between automatic generation unit in interface and the network management device backstage, is used for the operation information by the input of described interface is sent to described network management device backstage.
9, as described in the claim 8 based on the network management device of SNMP, it is characterized in that described network management device foreground also comprises:
The legitimacy detecting unit is connected in the operation information that is used to detect user's input and whether meets preset standard, when meeting, then starts described operation information transmitting element.
10, as described in the claim 9 based on the network management device of SNMP, it is characterized in that described network management device backstage specifically comprises:
MIB description list generation unit is used for generating described MIB description list according to the MIB of described managed devices;
MIB data table stores unit is used to store the data of described MIB description list correspondence;
The operation information retransmission unit is used for the operation information on described network management device foreground is sent to managed devices.
11, as described in the claim 10 based on the network management device of SNMP, it is characterized in that described network management device backstage also comprises:
Data capture unit is used for obtaining from described managed devices the data of described MIB description list correspondence.
12, a kind of network management device foreground is characterized in that, comprising:
MIB description list acquiring unit is used for obtaining from described network management device backstage the MIB description list that generates according to the SQL script;
The automatic generation unit in interface is used for generating customizable component by JAVA assembly, constraint interface, and according to the common interface that generates automatically of described MIB description list;
The legitimacy detecting unit is connected between automatic generation unit in interface and the operation information transmitting element, and whether the operation information that is used to detect user's input meets preset standard, when meeting, then starts described operation information transmitting element;
The operation information transmitting element is used for that the operation information that the user imports is assembled into ASN.1 message automatically and is handed down to the network management device backstage.
13, a kind of network management device backstage is characterized in that, comprising:
MIB description list generation unit is used for by analysis tool mib file being analyzed, and according to described analysis generating structure query language SQL script, generates the MIB description list according to described SQL script;
MIB data table stores unit is used to store the data of described MIB description list correspondence;
The operation information retransmission unit, be used for according to described MIB description list, resolve described ASN.1 message, and the snmp message that generates the visit managed devices automatically is issued to managed devices, receive the response message that described managed devices sends, according to described response message generate automatically SQL statement, with database in the SQL script stored carry out synchronously, and generate general operation message automatically according to the SQL script after synchronous and return to described managed devices.
14, as network management device backstage as described in the claim 13, it is characterized in that, also comprise:
Data capture unit is used for obtaining from described managed devices the data of described MIB description list correspondence.
CN200710123102A 2007-06-28 2007-06-28 General configuration method and device based on SNMP Active CN100579030C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200710123102A CN100579030C (en) 2007-06-28 2007-06-28 General configuration method and device based on SNMP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200710123102A CN100579030C (en) 2007-06-28 2007-06-28 General configuration method and device based on SNMP

Publications (2)

Publication Number Publication Date
CN101102226A CN101102226A (en) 2008-01-09
CN100579030C true CN100579030C (en) 2010-01-06

Family

ID=39036332

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200710123102A Active CN100579030C (en) 2007-06-28 2007-06-28 General configuration method and device based on SNMP

Country Status (1)

Country Link
CN (1) CN100579030C (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101237348B (en) * 2008-01-24 2010-12-29 中兴通讯股份有限公司 A realization method for simple network management protocol queue
CN102487333B (en) * 2010-12-06 2014-08-06 中国人民解放军理工大学 Construction method of general management information collection control device
US10382252B2 (en) 2012-06-26 2019-08-13 Juniper Networks, Inc. Filtering within device management protocol queries
CN102801565B (en) * 2012-08-24 2015-04-08 烽火通信科技股份有限公司 Method for carrying out centralized management on service configuration in network management system
CN102945152B (en) * 2012-10-16 2016-08-10 苏州迈科网络安全技术股份有限公司 The apparatus for management of information of embedded system based on management information bank and method
CN103997412B (en) * 2013-02-18 2018-01-02 中兴通讯股份有限公司 Management information base file generation method and device, data handling system
CN103647674A (en) * 2013-12-27 2014-03-19 上海斐讯数据通信技术有限公司 Common management MIB (Management Information Base) interface of network management box type equipment
CN103997419B (en) * 2014-04-18 2017-05-17 烽火通信科技股份有限公司 Universal template configuration management method and apparatus compatible with multiple services
CN109086072A (en) * 2018-08-01 2018-12-25 郑州云海信息技术有限公司 A kind of scenario generation method and device
CN109213783A (en) * 2018-11-15 2019-01-15 凌云天博光电科技股份有限公司 A kind of structuralized query method and device based on MIB
CN111740851B (en) * 2019-03-25 2023-05-09 华为技术有限公司 Configuration message generation method, device and system
CN109787845A (en) * 2019-03-25 2019-05-21 国家计算机网络与信息安全管理中心 A method of based on the snmp management network equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6286040B1 (en) * 1998-05-01 2001-09-04 Cisco Technology, Inc. User-friendly interface for setting expressions on an SNMP agent
CN1523814A (en) * 2003-02-18 2004-08-25 华为技术有限公司 Equipment and method for managing network apparatus
CN1983962A (en) * 2006-06-08 2007-06-20 华为技术有限公司 Extended network managing system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6286040B1 (en) * 1998-05-01 2001-09-04 Cisco Technology, Inc. User-friendly interface for setting expressions on an SNMP agent
CN1523814A (en) * 2003-02-18 2004-08-25 华为技术有限公司 Equipment and method for managing network apparatus
CN1983962A (en) * 2006-06-08 2007-06-20 华为技术有限公司 Extended network managing system and method

Also Published As

Publication number Publication date
CN101102226A (en) 2008-01-09

Similar Documents

Publication Publication Date Title
CN100579030C (en) General configuration method and device based on SNMP
US7506048B1 (en) Method and system for monitoring network connected devices and displaying device status
EP1746767B1 (en) A method for configuration management to the customer premises equipment and the system thereof
CN1910854B (en) Automatic update system and method for using a meta mib
CA2670231C (en) Automated testing and control of networked devices
US7882213B2 (en) Network management system to monitor managed elements
US20040065470A1 (en) Cabling system
US20030220986A1 (en) System and method for transforming configuration commands
CN101009591A (en) Method and system for configuring network devices through an operations support system interface
CN106357457A (en) Warning test method, warning test apparatus and warning test system
KR20050115907A (en) Relational model for management information in network devices
US20090232028A1 (en) Configuration systems and methods for utilizing location information to configure devices in application systems
WO2019187208A1 (en) Information processing device, data management system, data management method, and non-temporary computer-readable medium in which data management program is stored
KR100453968B1 (en) User Interface Providing Method in Home Network System
US20140280855A1 (en) Generic snmp information collection
EP1709548B1 (en) Defining nodes in device management system
CN103139806B (en) Method and base station of the webmaster with base station configuration data decoupling
US20070183322A1 (en) System and Method for Automated Network Element Database Population
KR20070083139A (en) Network management system using xml and method thereof
US7240068B2 (en) Service logic execution environment (SLEE) that is running on a device, supporting a plurality of services and that is compliant with a telecommunications computing standard for SLEES
AU2009349406B2 (en) Method for managing configuration information of outsourced part, and method and system for managing alarm
CN100403294C (en) Method for real-time correcting data report of client terminal
WO2003023735A2 (en) Telecommunications system service logic data model
US7277882B1 (en) System and method for network element database population
MXPA06009479A (en) Method of supplying content to a device

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