CN103023702A - Method for processing batched management information bases (MIB) - Google Patents

Method for processing batched management information bases (MIB) Download PDF

Info

Publication number
CN103023702A
CN103023702A CN2012105462614A CN201210546261A CN103023702A CN 103023702 A CN103023702 A CN 103023702A CN 2012105462614 A CN2012105462614 A CN 2012105462614A CN 201210546261 A CN201210546261 A CN 201210546261A CN 103023702 A CN103023702 A CN 103023702A
Authority
CN
China
Prior art keywords
file
network management
managed device
mib
command file
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.)
Pending
Application number
CN2012105462614A
Other languages
Chinese (zh)
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.)
Wuhan FiberHome Networks Co Ltd
Original Assignee
Wuhan FiberHome Networks 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 Wuhan FiberHome Networks Co Ltd filed Critical Wuhan FiberHome Networks Co Ltd
Priority to CN2012105462614A priority Critical patent/CN103023702A/en
Publication of CN103023702A publication Critical patent/CN103023702A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a method for processing batched MIB. The method comprises that a network management system packages batched MIB information into a command file to be transmitted to a managed device, and when the size of the command file exceeds the maximum net load which can be carried by an Internet protocol (IP) message, the command file is compressed and a compression mark is written in; the managed device receives the command file and conducts uncompressing according to the compression mark; the managed device analyzes the command file to obtain the batched MIB information and packages processing results into a response file, when the size of the response file exceeds the maximum net load which can be carried by the IP message, the response file is compressed and a compression mark is written in; the network management system obtains the response file and conducts uncompressing according to the compression mark; and the network management system analyzes the response file to obtain the batched MIB information and finishes corresponding network management.

Description

The processing method of batch MIB
Technical field
The present invention relates to network management, be specifically related to the in batches processing method of MIB.
Background technology
Along with the high speed development of the Internet and telecommunications industry, the disparate networks communication equipment extensively covers each place, has formed numerous catenets.Catenet comprises multiple network equipment, integrating multi network operating system, the application service of operation multiple network.In order to guarantee the efficient operation of above-mentioned large-scale network system, need to build one to network operation situation monitor, to the network management system that the whole network operation conditions is controlled, the operation conditions of whole network system is monitored and is managed.
Present network management system all is that Simple Network Management Protocol (SNMP, Simple NetworkManagement Protocol) manages remote network equipment.Network management based on SNMP comprises two parts: 1) network management system, the functions such as system security management, Topology Management, device configuration management, fault management, performance management, log management, system management mainly are provided, accept user operation, to managed device carry out associative operation and the result by being reflected to user interface; 2) managed device, i.e. network element is such as router, access server, switch, bridge, HUB, main frame or printer etc., network element is provided with the SNMP agency, sets up the management information bank MIB of this network element, and the response to network management system is for the operational order of MIB;
The communication process that traditional NMS is unified between the managed device is as described below:
L10, network management system directly are encapsulated in mib information in the SNMP request message and send to managed device when certain managed device is managed, and wait for its response.
L20, managed device therefrom directly take out mib information after the SNMP request message that network management system is sent, then the SNMP response message is returned to network management system.
L30, network management system parse the MIB response message, and process accordingly according to this information after receiving the SNMP response message that returns, thereby finish corresponding interface display or operation.
This shows traditional network management system and be directly in the SNMP message, to encapsulate mib information in fact by the supervisory communications between the pipe.But, along with the complexity of the network equipment is more and more higher, the function that provides is more and more, integrated circuit board quantity and interface quantity are also more and more, particularly along with the network flattening, some managed device not only will be realized the management function of self, also has simultaneously the function that topology is collected, managed other a large amount of network elements concurrently, such as EPON OLT, the network equipment of the core layer such as GPON OLT and convergence-level.This time, the MIB quantity that managed device need to be realized and the management function of network management system have also significantly increased, the MIB traffic that NMS is unified between the managed device also will strengthen, and because the restriction of IP message length and the restriction of SNMP self efficient, the MIB limited amount that the SNMP communication message carries, need repeatedly communication just can finish complicated batch webmaster operation, thereby the communication efficiency that causes NMS to unify between the managed device is lower.
Summary of the invention
Technical problem to be solved by this invention is to solve unify the lower problem of communication efficiency between the managed device of NMS.
In order to solve the problems of the technologies described above, the technical solution adopted in the present invention provides the processing method of a kind of batch MIB, may further comprise the steps:
The batch mib information that network management system need to operate managed device simultaneously is encapsulated in the command file and sends to managed device, when the size of described command file surpasses the maximum payload that the IP message can carry, compress described command file and write compression at the head of described command file and indicate;
Whether managed device receives described command file, have the compression sign to judge whether this command file is decompressed according to the head of described command file;
Managed device is resolved described command file and is obtained in batches mib information, and according to corresponding processing of described mib information execution, again result is encapsulated as a response file, when the size of described response file surpasses the maximum payload that the IP message can carry, compress described response file and write compression at the head of described response file and indicate;
Whether network management system is obtained described response file, and have the compression sign to judge whether this response file is decompressed according to the head of described response file;
Network management system is resolved described response file and is obtained in batches mib information, and finishes corresponding network management according to described mib information.
In said method, network management system sends to managed device with described command file by SNMP SET order or FTPPUT order, obtains described response file by SNMP GET order or FTP GET order from managed device.
In said method, the maximum payload that described IP message can carry is long 1500 bytes of the maximum bag of an IP.
The present invention has adopted the mode based on compressed file to increase the mib information quantity of carrying in the communication, has improved the efficient of network management.
Description of drawings
Fig. 1 is flow chart of the present invention.
Embodiment
The invention provides the processing method of a kind of batch MIB, employing has increased the mib information quantity of carrying in the communication based on the mode of compressed file, reduced unify number of communications between the managed device of NMS, the SNMP communication that allows NMS unify between the managed device is prompt efficient more fast, improved the efficient of network management, promote real-time and the friendly of network management operation, thereby realized friendly user management experience.Below in conjunction with specification drawings and specific embodiments the present invention is made detailed explanation.
See also Fig. 1, the processing method of batch MIB provided by the invention comprises network management system handling process and two parts of managed device handling process, and concrete steps are as follows:
The network management system handling process may further comprise the steps:
Step 101, the batch mib information that network management system need to be managed managed device (comprising the contents such as OID, type, value) is encapsulated as a command file according to specific format;
Step 102 checks whether the size of command file has surpassed long 1500 bytes of maximum bag that the IP message can carry, if surpass, then execution in step 103, otherwise execution in step 104;
Step 103 adopts universal compressed method compress order file, and writes the compression sign at the head of command file, turns step 104;
Step 104 is issued to managed device by FTP PUT or SNMP SET with command file;
Step 105, whether the periodic test managed device has finished the processing of command file, if finish, enters step 106;
Step 106 is obtained response file by FTP GET or SNMP GET from managed device;
Step 107 checks whether the head of the response file that gets access to comprises the compression sign, if compression sign, execution in step 108, otherwise execution in step 109 are arranged;
Step 108, the decompression response file;
Step 109, parsing obtains mib information and finishes corresponding Network Management Function or interface display from response file.
The managed device handling process may further comprise the steps:
Step 201, the command file that managed device receiving network managing system issues is packaged with in batches mib information in this command file;
Step 202 checks whether comprise the compression sign in the command file, if there is compression to indicate then execution in step 203, otherwise execution in step 204;
Step 203, the decompression command file turns step 204;
Step 204 according to method for packing resolve command file, and is carried out circular treatment to the mib information that parses, and the result that then will process is encapsulated as a response file;
Step 205 checks whether the size of response file has surpassed long 1500 bytes of maximum bag that the IP message can carry, if surpass then execution in step 206, otherwise execution in step 207;
Step 206 adopts universal compressed method compression response file, and writes the compression sign at the head of response file, turns step 207;
Step 207 checks whether to receive that network management system obtains the instruction of file, if receive, enter step 208;
Step 208 sends back to network management system with response file.
By said method, NMS is unified between the managed device by SNMP mib information of carry-on batch of communicating by letter, thereby has reduced unify number of communications between the managed device of NMS, has improved the efficient of network management.
The present invention is not limited to above-mentioned preferred forms, and anyone should learn the structural change of making under enlightenment of the present invention, and every have identical or close technical scheme with the present invention, all falls within protection scope of the present invention.

Claims (3)

1. the processing method of batch MIB is characterized in that, may further comprise the steps:
The batch mib information that network management system need to operate managed device simultaneously is encapsulated in the command file and sends to managed device, when the size of described command file surpasses the maximum payload that the IP message can carry, compress described command file and write compression at the head of described command file and indicate;
Whether managed device receives described command file, have the compression sign to judge whether this command file is decompressed according to the head of described command file;
Managed device is resolved described command file and is obtained in batches mib information, and according to corresponding processing of described mib information execution, again result is encapsulated as a response file, when the size of described response file surpasses the maximum payload that the IP message can carry, compress described response file and write compression at the head of described response file and indicate;
Whether network management system is obtained described response file, and have the compression sign to judge whether this response file is decompressed according to the head of described response file;
Network management system is resolved described response file and is obtained in batches mib information, and finishes corresponding network management according to described mib information.
2. the processing method of batch MIB as claimed in claim 1, it is characterized in that, network management system sends to managed device with described command file by SNMP SET order or FTP PUT order, obtains described response file by SNMP GET order or FTP GET order from managed device.
3. the processing method of batch MIB as claimed in claim 1 is characterized in that, the maximum payload that described IP message can carry is long 1500 bytes of the maximum bag of IP.
CN2012105462614A 2012-12-14 2012-12-14 Method for processing batched management information bases (MIB) Pending CN103023702A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012105462614A CN103023702A (en) 2012-12-14 2012-12-14 Method for processing batched management information bases (MIB)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012105462614A CN103023702A (en) 2012-12-14 2012-12-14 Method for processing batched management information bases (MIB)

Publications (1)

Publication Number Publication Date
CN103023702A true CN103023702A (en) 2013-04-03

Family

ID=47971856

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012105462614A Pending CN103023702A (en) 2012-12-14 2012-12-14 Method for processing batched management information bases (MIB)

Country Status (1)

Country Link
CN (1) CN103023702A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016095221A1 (en) * 2014-12-19 2016-06-23 Thomson Licensing Method and apparatus for data transfer between network devices
CN107634895A (en) * 2016-07-19 2018-01-26 上海诺基亚贝尔股份有限公司 For batch operation processing method and equipment based on file or single message
CN108880875A (en) * 2018-06-06 2018-11-23 新华三技术有限公司 The transmission method and device of log message
CN109314651A (en) * 2016-04-22 2019-02-05 赫思曼自动化控制有限公司 The agreement towards management information bank for efficient http management process
CN109861853A (en) * 2019-01-14 2019-06-07 烽火通信科技股份有限公司 A kind of management method and system of transmission device
CN110446124A (en) * 2019-08-19 2019-11-12 深圳市双翼科技股份有限公司 Unit remote management method, storage medium and device based on ONT Optical Network Terminal
CN111585963A (en) * 2020-04-08 2020-08-25 深圳震有科技股份有限公司 Data acquisition method, system and storage medium
CN112364048A (en) * 2020-11-10 2021-02-12 中国建设银行股份有限公司 Data processing method and device, electronic equipment and computer storage medium
CN113093992A (en) * 2021-03-24 2021-07-09 深圳大普微电子科技有限公司 Method and system for decompressing commands and solid state disk

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6704780B1 (en) * 1999-12-21 2004-03-09 Cisco Technology Efficient representation of system network management object identifiers
CN1929394A (en) * 2005-09-07 2007-03-14 中兴通讯股份有限公司 Optical network unit remote management method in Ethernet passive optical network system
CN101854252A (en) * 2001-08-13 2010-10-06 意大利电信股份公司 Utilize the method and apparatus of cycle repetitive sequence compression by the UDP transferring of SNMP messages
CN102523119A (en) * 2011-12-16 2012-06-27 广东东研网络科技有限公司 EPON network management system data transmission method based on SNMP protocol

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6704780B1 (en) * 1999-12-21 2004-03-09 Cisco Technology Efficient representation of system network management object identifiers
CN101854252A (en) * 2001-08-13 2010-10-06 意大利电信股份公司 Utilize the method and apparatus of cycle repetitive sequence compression by the UDP transferring of SNMP messages
CN1929394A (en) * 2005-09-07 2007-03-14 中兴通讯股份有限公司 Optical network unit remote management method in Ethernet passive optical network system
CN102523119A (en) * 2011-12-16 2012-06-27 广东东研网络科技有限公司 EPON network management system data transmission method based on SNMP protocol

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3235174A4 (en) * 2014-12-19 2018-09-19 Thomson Licensing Method and apparatus for data transfer between network devices
WO2016095221A1 (en) * 2014-12-19 2016-06-23 Thomson Licensing Method and apparatus for data transfer between network devices
CN109314651A (en) * 2016-04-22 2019-02-05 赫思曼自动化控制有限公司 The agreement towards management information bank for efficient http management process
CN107634895B (en) * 2016-07-19 2020-09-22 上海诺基亚贝尔股份有限公司 Method and device for processing batch operation based on file or single message
CN107634895A (en) * 2016-07-19 2018-01-26 上海诺基亚贝尔股份有限公司 For batch operation processing method and equipment based on file or single message
US10798204B2 (en) 2016-07-19 2020-10-06 Alcatel Lucent File based or single message based bulk operation processing method and device
CN108880875A (en) * 2018-06-06 2018-11-23 新华三技术有限公司 The transmission method and device of log message
CN108880875B (en) * 2018-06-06 2021-07-02 新华三技术有限公司 Log message transmission method and device
CN109861853A (en) * 2019-01-14 2019-06-07 烽火通信科技股份有限公司 A kind of management method and system of transmission device
CN110446124A (en) * 2019-08-19 2019-11-12 深圳市双翼科技股份有限公司 Unit remote management method, storage medium and device based on ONT Optical Network Terminal
CN110446124B (en) * 2019-08-19 2021-10-12 深圳市双翼科技股份有限公司 Unit remote management method, storage medium and device based on optical network terminal
CN111585963A (en) * 2020-04-08 2020-08-25 深圳震有科技股份有限公司 Data acquisition method, system and storage medium
CN112364048A (en) * 2020-11-10 2021-02-12 中国建设银行股份有限公司 Data processing method and device, electronic equipment and computer storage medium
CN113093992A (en) * 2021-03-24 2021-07-09 深圳大普微电子科技有限公司 Method and system for decompressing commands and solid state disk

Similar Documents

Publication Publication Date Title
CN103023702A (en) Method for processing batched management information bases (MIB)
CN101197703B (en) Method, system and equipment for managing Zigbee network
CN102571198B (en) System and method for carrying out EPON (Ethemet-based passive optical network) performance test based on emulational ONU (optical network unit)
CN102447585B (en) Method and device for converting network configuration protocol response message into command line
CN105262740B (en) A kind of big data transmission method and system
CN105052076A (en) Interface management service entity, functional service entity and network element management method
CN100499502C (en) Trap analyzing and preprocessing system and method thereof
CN104243198B (en) A kind of network management and system based on network configuration protocol
CN101997721B (en) A kind of telecommunication network management system, method and accordingly device
CN109547257B (en) Network flow control method, device, equipment, system and storage medium
CN111417036B (en) Management method, system and related equipment of optical network unit
CN109656622A (en) A kind of packaging method for realizing network tester in communication equipment automatic test
CN102480319A (en) Method for maintenance management of PON (Passive Optical Network) terminal
CN101710862A (en) Method and device for processing network management operation error message
CN103036715B (en) Device management method, device and corresponding network management system
CN102984006A (en) Network management implementation method based on simple network management protocol
CN101909043A (en) Data transmission method based on simple network management protocol and system thereof
CN102761369B (en) A kind of optical transfer network management system, method and device
US9100267B2 (en) Network management method, a system and a device
Du et al. The design of communication system on the real-time relay protection based on goose
KR101206159B1 (en) Management system and method for smart grid network having private ip
CN101521599B (en) Implementation method of multiple network management access function based on single-thread software framework
KR20010055482A (en) Converting Method of Managing Operation from service management system to Switching Command in a Integrated Network
CN106375116A (en) Network cell equipment configuration information checking system and working method thereof
CN104283702B (en) The implementation method of instrument MIB remote loadings based on instrument 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
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20130403