CN105429786A - Realization method for network management configuration module based on TLV structure and network management configuration module - Google Patents

Realization method for network management configuration module based on TLV structure and network management configuration module Download PDF

Info

Publication number
CN105429786A
CN105429786A CN201510730853.5A CN201510730853A CN105429786A CN 105429786 A CN105429786 A CN 105429786A CN 201510730853 A CN201510730853 A CN 201510730853A CN 105429786 A CN105429786 A CN 105429786A
Authority
CN
China
Prior art keywords
configuration
tlv
network management
parameter
group
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.)
Granted
Application number
CN201510730853.5A
Other languages
Chinese (zh)
Other versions
CN105429786B (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.)
Huzhou YingLie Intellectual Property Operation Co.,Ltd.
Original Assignee
Shanghai Feixun Data Communication Technology 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 Shanghai Feixun Data Communication Technology Co Ltd filed Critical Shanghai Feixun Data Communication Technology Co Ltd
Priority to CN201510730853.5A priority Critical patent/CN105429786B/en
Publication of CN105429786A publication Critical patent/CN105429786A/en
Application granted granted Critical
Publication of CN105429786B publication Critical patent/CN105429786B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a realization method for a network management configuration module based on a TLV structure. The method comprises steps that an XML file including configuration parameters required by a user is established; a general configuration template file for equipment is established; network management configuration information is acquired and displayed; configuration data is issued; IDs of static control members displayed in Chinese and English modes are stored in the XML file, and each control member corresponds to a unique global ID. According to the method, flexibility of message structure length is fully considered during message structure design, a TLV variable length structure is employed, structure design according to fixed length is avoided, structure bodies requiring foreground and background definition are kept to be consistent, otherwise an error reporting problem occurs.

Description

Based on implementation method and the network management configuration module of the network management configuration module of TLV structure
Technical field
The present invention relates to data communication field, particularly relate to a kind of implementation method of the network management configuration module based on TLV structure.
Background technology
The business configuration funtion part of equipment, the proportion that occupation ratio is larger in webmaster, the data configuration information obtaining managed devices in network management system intuitively according to actual networking situation can be facilitated by the configuration module in network management system, parameter configuration is issued to the equipment be managed simultaneously.
Network management system is the distribute network application system of a software and hardware combining based on software, is managed network by network management system, is the important means that Logistics networks reliably, efficiently and normally runs.Along with the development of network technology, improving constantly of application level, network environment and networking structure become increasingly complex, and the function of network management system is also constantly strengthening, and the techniques and methods of network management simultaneously is also constantly being innovated.
Current existing scheme, realizing in network management system configuration management, network management system configuration management AM/BAM communication information structure based on C/S framework is the structural design of the regular length of the struct structure adopted, the page all needs binding variable for the control showing configuration parameter value, and the network management system configuration management realized based on B/S framework then carries out AM/BAM communication by http message with json data mode.
Current existing technology, the network management system realized based on C/S framework equally, by the message structure body stored configuration item of the regular length of struct structure, the structure needing AM/BAM to define is consistent, simultaneously during initialisation structures body, the length of character type configuration parameter needs to be consistent with the length that defines in structure, otherwise can report an error, especially in the vicissitudinous situation of MIB node; In regular length design, need the control bundle variable page being shown to each configuration parameter, when configuration parameter is more, this operation is more loaded down with trivial details; And network bytes sequence is changed, initialisation structures body and to be assigned to interface corresponding control etc. all to encapsulate from structure value, causes foreground code succinct not and size of code is comparatively large, is not easy to later maintenance.Therefore the data structure how providing to make mistakes flexibly, not easily, conveniently process, and the exploitation of reduction front desk service configuration section and maintenance cost and burden, make new configuration interface can meet the requirement of easily expansion, easy care, the convenient demand supporting future simultaneously, the problem that program must be anxious to be resolved beyond doubt.
Summary of the invention
In view of the above problems, the application describes a kind of implementation method of the network management configuration module based on TLV structure, and described method comprises:
Configuration parameter user is needed to create a XML file;
For equipment creates a generic configuration masterplate file;
Obtain network management configuration information and show;
Down distributing configuration data;
Wherein, in described XML file, store the ID of the static control needing Chinese and English display, the ID that the corresponding overall situation of each described static control is unique.
Preferably, configuration interface realizes based on MFC, and before described configuration interface display, initialization function obtains corresponding described parameter in described XML file according to the Chinese and English selected during user's logging in gateway system.
Preferably, described generic configuration masterplate file adopts the elongated message structure of TLV.
Preferably, the described generic configuration masterplate file group that comprises the group of many group MIB parameter node compositions, MIB parameter node and be made up of one group of MIB parameter node.
Preferably, described MIB parameter node comprises TAG corresponding to described MIB parameter node, the length of described MIB parameter nodal value and the value of described MIB parameter node.
Preferably, the described group be made up of one group of MIB parameter node comprises the index of cache file and the described group be made up of one group of MIB parameter node.
Preferably, obtain described network management configuration information and display process comprise step:
Generate generic configuration masterplate file object objPackage;
Call Tag value corresponding to described configuration parameter that addItem method will obtain and length adds array;
Call the data that getData method organization need sends to server, then the TLV data of composition, corresponding command code and the message object that returns are sent asynchronous message as parameter call ClientSendSyncMsg to sever;
If described message sends successfully, call the message of setData parsing from server by described object objPackage, and store according to group and item;
Call network bytes sequence translation interface the value after conversion is assigned to control corresponding to Tag and shows.
Preferably, the process of down distributing configuration data comprises step:
Obtain the value that configuration interface input frame control is corresponding;
Carry out the conversion of network bytes sequence, generate generic configuration masterplate file object objPackage;
Call addItem method, by the value after conversion and the Tag value of correspondence and length, add array;
Call the data that getData method organization need sends to server;
The TLV data of composition, corresponding command code and the message object that returns are sent asynchronous message as parameter call ClientSendSyncMsg to sever;
Sever again by configuration distributing to described equipment.
Technique scheme tool has the following advantages or beneficial effect: the present invention is mainly used in the implementation method providing a kind of network management configuration module based on TLV structure, mainly comprises XML file design, the design of generic configuration class, network management configuration acquisition of information and display and configuration data and issues a few part.Network management system is the integrated management software platform managing multiple distinct device, the present invention fully takes into account the flexibility of message structure length when message structure designs, have employed TLV variable length structure, when avoiding the structural design according to regular length, the structure needing AM/BAM to define is consistent, otherwise the problem that can report an error, especially in the vicissitudinous situation of MIB node; Directly control ID and the TAG of each for display page configuration parameter is worth by MAP structure connection when TLV structural design, eliminates the operation to the display control bundle variable of parameters in regular length design; Simultaneously to the conversion of network bytes sequence, the structure of TLV and parsing, configuration parameter is assigned to the operations such as control corresponding on interface encapsulates, the calling interface be simple and easy to is provided.Calling of configuration interface, reduces the exploitation of front desk service configuration section and maintenance cost and burden; New configuration interface, meets the requirement of easily expansion, easy care, the demand that convenient support is following, the templating of such as business configuration.
Accompanying drawing explanation
With reference to appended accompanying drawing, to describe embodiments of the invention more fully.But, appended accompanying drawing only for illustration of and elaboration, do not form limitation of the scope of the invention.
Fig. 1 is the overview flow chart of the implementation method of a kind of network management configuration module based on TLV structure of the present invention;
Fig. 2 is the flow chart obtaining network management configuration information procedure for displaying in the implementation method of a kind of network management configuration module based on TLV structure of the present invention;
Fig. 3 is the flow chart of down distributing configuration data process in the implementation method of a kind of gateway configuration module based on TLV structure of the present invention.
Embodiment
Be described in detail below in conjunction with the implementation method of the drawings and specific embodiments to a kind of network management configuration module based on TLV structure of the present invention.
Embodiment one
As shown in Figure 1, a kind of implementation method of the network management configuration module based on TLV structure, comprises step:
The all types of parameter configured user is needed to create a XML file;
For equipment creates a generic configuration masterplate file;
Obtain network management configuration information and show;
Down distributing configuration data.
Wherein, mainly comprise XML file design based on the implementation method of the network management configuration module of TLV structure, the design of generic configuration masterplate, gateway configuration information obtain and the issuing of display and configuration data.
Specifically, process user being needed all types of parameter configured to create a XML file is mainly the design relating to XML file.In the present embodiment, configuration management partial page Chinese and English mainly realizes based on XML file, and configuration interface realizes based on MFC, and the element on interface is made up of different controls, the ID that all corresponding overall situation of each control is unique.In XML file, the ID of the static control of Chinese and English display stores corresponding Chinese and English as required, and the Chinese and English selected when logging in network management system according to user in the initialization function OnInitDialog before interface display obtains corresponding Chinese and English and calls the display of SetWindowText function.Example is configured to Port Mirroring:
The process creating a generic configuration masterplate file for equipment relates generally to the design of generic configuration masterplate file.The message structure of AM/BAM communication in the present embodiment, adopt the elongated message structure of TLV, generic configuration class CCommConfig (i.e. generic configuration masterplate file) fully takes into account expansibility and the ease for maintenance of interface at the beginning of design, conveniently to support following demand simultaneously, and call the exploitation and maintenance cost and burden that can reduce front desk service configuration section by configuration interface.To the conversion of network bytes sequence, the structure of TLV and parsing etc. encapsulate, and provide the calling interface be simple and easy to.
As shown in table 1 below with configuration class CCommConfig attribute:
Table 1CCommConfig members list
Main method and function as follows:
CCommConfig::createGroup method: create an itemgroup, and add array end to;
CCommConfig::addItem method: add an item in last group in array;
CCommConfig::getData method: organization need sends to the data of server;
CCommConfig::setData method: resolve the message from server, and store according to group and item;
CCommConfig::getItemInfo method: the TAG value corresponding according to node, takes out corresponding value in Group after parsing;
Wherein, CTlvItem and CTlvItemGroup is class corresponding to generic configuration class members, and CTlvItem is MIB parameter node class, and CTlvItemGroup is the group class of MIB parameter node composition.
CTlvItem members list and main method as shown in table 2:
Table 2CTlvItem members list
Main method and function as follows:
CTlvItem::getItemID method: get the TAG that MIB parameter node is corresponding;
CTlvItem::getValue method: get the value that MIB parameter node is corresponding;
CTlvItem::getSize method: the length of getting MIB parameter nodal value;
Shown in CTlvItemGroup members list and main method table 3:
Table 3CTlvItemGroup members list
Title Type Explanation
m_arrItem CArray<CSnmpItem*,CSnmpItem*> Buffer memory one group of CSnmpItem
m_nIndex int Index in group
Main method and function:
CTlvItemGroup::addItem method: a new establishment item;
CTlvItemGroup::getItemInfo method: read an item information in this group;
CTlvItemGroup::getData method: the form all item of this group being converted into TLV;
CTlvItemGroup::release method: delete all item in this group, Free up Memory.
As shown in Figure 2, the acquisition of network management configuration information and display complete in initialization function OnInitDialog before interface display.First generate generic configuration class CCommConfig object objPackage, the Tag value that each configuration parameter that then will be obtained by this object reference addItem method is corresponding, length adds array, call the data that getData method organization need sends to server again, then by the TLV data of composition, corresponding command code and the message object returned send asynchronous message as parameter call ClientSendSyncMsg to sever, if success, call the message of setData parsing from server by CCommConfig object objPackage, and store according to group and item, finally call network bytes sequence translation interface the value after conversion is assigned to control corresponding to Tag and shows.
In the process of down distributing configuration data, have modified the value of configuration parameter and after determining amendment, in the event of ACK button response, complete issuing of configuration data.As shown in Figure 3, first the value that configuration interface input frame control is corresponding is obtained, then the conversion of network bytes sequence is carried out, generate generic configuration class CCommConfig object objPackage, and call addItem method, by the value after conversion and the Tag of correspondence and length, add array, call the data that getData method organization need sends to server again, then the TLV data of composition, corresponding command code and the message object that returns are sent asynchronous message as parameter call ClientSendSyncMsg to sever, configuration distributing can come into force to equipment by sever again.
The implementation method of the network management configuration module based on TLV structure that the present embodiment proposes, XML realizes the Chinese and English display of configuration management interface, the message structure variable-length of network management configuration AM/BAM communication, directly control ID and the TAG of each for display page configuration parameter is worth by MAP structure connection when TLV structural design, eliminate the operation to the display control bundle variable of parameters in regular length design, and network bytes sequence is changed, the structure of TLV and parsing etc. encapsulate, and provide the interface interchange be simple and easy to.When supporting administration configuration to miscellaneous equipment, if MIB corresponding to configuration item is consistent, directly just can to support and without the need to revising code; If inconsistent, the structure of then just asking and page display need to distinguish with unit type, and other code different model equipment can be general, without the need to changing, configuration interface in general class also can be general between distinct device, can support the management to miscellaneous equipment configuration fast.And code is succinct, realizes the time short, it is characterized in that comprising:
1) XML realizes Chinese and English.XML file is used for stored configuration administrative section page Chinese and English, configuration interface is based on MFC (MicrosoftFoundationClasses, Microsoft Foundation class libraries) realize, XML file can be operated very easily in a program by loading XML dynamic link library.Element on interface is made up of different controls, the ID that all corresponding overall situation of each control is unique.In XML file, the ID of the static control of Chinese and English display stores corresponding Chinese and English as required, and the Chinese and English selected when logging in network management system according to user in the initialization function OnInitDialog before interface display obtains corresponding Chinese and English and calls the display of SetWindowText function.
2) control associates with TAG.Directly control ID and the TAG of each for display page configuration parameter is worth by MAP structure connection when Data Structure Design, eliminates the operation to the display control bundle variable of parameters in regular length design.
3) message structure variable-length.AM/BAM message communicating adopts TLV variable length format, client and sever end only and need unpack rule and to encapsulate configuration parameter and resolve by the group bag of TLV, without the need to the structural design as struct regular length, need client and sever to hold the structure that the configuration parameter of preservation same structure and length is respectively corresponding, avoid the mistake caused because structure is inconsistent, deal with also more flexible.
4) structure of TLV and parsing.Network managment foreground and background communication information structure is about decided to be TLV structure, when client sends GET request to sever, client needs, according to this structure, each parameter group that will obtain is made into TLV character string and sends to server to hold, and needs first to split (namely resolving) to know the value will getting which configuration parameter from equipment according to TLV structure to packet after sever end receives data.The value of the configuration parameter got also will to be organized into TLV character string according to this structure and to return to client end by sever end after getting value, carries out splitting (namely resolving) become each configuration item and value and shown after client end receives the value returned by TLV structure.SET request in like manner, does not repeat like this.
5) self-defined generic configuration class provides interface interchange.Code redundancy is caused in order to avoid repeating to write code, function is reused, shorten the development time of similar functions, here network bytes sequence general for each configuration item is changed, the functions such as the structure of TLV and parsing encapsulate, object directly by generating generic configuration class calls, and code structure is succinct, uses also very convenient.
Described elongated message structure, refers to that the message structure length that AM/BAM carries out communicating is not fixed, can TLV group bag according to a preconcerted arrangement and unpack rule and to construct configuration parameter and resolve, and message-length is depending on configuration parameter type, number and value.
Described TLV structure, tag-length-value (TLV), Tag (label), Length (length), Value (value), in data communication field, often fixing (being generally 1 ~ 4bytes), V field length is variable for the length of T, L field.T field represents type of message, the content that L field represents message length, V field is often used for depositing message.
Described XML dynamic link library, in a program during analyzing XML file, needs to introduce msxml6.dll, does not just need us to write the syntax analyzer of XML by oneself.It is COM (ComponentObjectModel) library of object, encapsulates carrying out required all objects when XML resolves.Because COM is a kind of reusable object occurred in a binary format, and language has nothing to do, and can call, realize the parsing to XML document in the application with any language (as VC, C++Builder etc.) to it.
The present invention is directed to the configuration management in network management system, provide a kind of implementation method of the network management configuration module based on TLV structure, designed by XML file, generic configuration class designs, network management configuration acquisition of information and display and configuration data issue a few part and jointly complete configuration management function in network management system.The support of administration page Chinese and English of the present invention realizes based on XML, generic configuration class CCommConfig provides abundant interface, client is by configuring TAG corresponding to relevant MIB node and value (composing null value during GET), the relevant interface function organization need that calling CCommConfig provides sends to the data of server, GET and SET request is sent to server, the message that the relevant interface function parsing server that CCommConfig is then called in GET success to be provided returns also shows, and deals with very simple and convenient.In native system, configuration item mainly contains: RSTP, Port Mirroring, QOS, ACL access control, QINQ, alarm configuration, PON, IGMP, SNMP, ONU mandate, SWITCH, VLAN, VOIP, IPTV, DHCP etc.The device type that webmaster of the present invention has been supported has the OLT of FP6508 and FP8680 two profiles number and the ONU of Multiple Type, to support the administration configuration to miscellaneous equipment, when the MIB that configuration item is corresponding is consistent, directly just can support, if inconsistent, then the structure of just request and page display need to distinguish with unit type, and other code different model equipment can be general, without the need to changing, the management to miscellaneous equipment configuration can be supported fast.
The invention provides the implementation method of the network management configuration module based on TLV structure, AM/BAM communication information structure length is variable, directly control ID and the TAG of each for display page configuration parameter is worth by MAP structure connection when Data Structure Design, eliminates the operation to the display control bundle variable of parameters in regular length design.Self-defined generic configuration class, to the conversion of network bytes sequence, the structure of TLV and parsing etc. encapsulate, and provide the calling interface be simple and easy to.Calling of configuration interface, reduces the exploitation of front desk service configuration section and maintenance cost and burden; Meanwhile, new configuration interface, meets the requirement of easily expansion, easy care, the demand that convenient support is following, the templating of such as business configuration.
Interface in generic configuration class and device type have nothing to do, can be general in the administration configuration of distinct device, to support the administration configuration to miscellaneous equipment, when the MIB that configuration item is corresponding is consistent, directly just can support, if inconsistent, the structure of then just asking and page display need to distinguish with unit type, other code different model equipment can be general, without the need to changing, can support the management to miscellaneous equipment configuration fast.
For a person skilled in the art, after reading above-mentioned explanation, various changes and modifications undoubtedly will be apparent.Therefore, appending claims should regard the whole change and correction of containing true intention of the present invention and scope as.In Claims scope, the scope of any and all equivalences and content, all should think and still belong to the intent and scope of the invention.

Claims (8)

1. based on an implementation method for the network management configuration module of TLV structure, it is characterized in that, described method comprises:
The configuration parameter that user needs is created a XML file;
For equipment creates a generic configuration masterplate file;
Obtain network management configuration information and show;
Down distributing configuration data;
Wherein, in described XML file, store the ID of the static control needing Chinese and English display, the ID that the corresponding overall situation of each described static control is unique.
2. the implementation method of the network management configuration module based on TLV structure according to claim 1, it is characterized in that, configuration interface realizes based on MFC, and before described configuration interface display, initialization function obtains corresponding described parameter in described XML file according to the Chinese and English selected during user's logging in gateway system.
3. the implementation method of the network management configuration module based on TLV structure according to claim 1, is characterized in that, described generic configuration masterplate file adopts the elongated message structure of TLV.
4. the implementation method of the gateway configuration module based on TLV structure according to claim 3, is characterized in that, the group that the MIB of group more than described generic configuration masterplate file comprises parameter node forms, MIB parameter node and the group be made up of one group of MIB parameter node.
5. the implementation method of the gateway configuration module based on TLV structure according to claim 4, it is characterized in that, described MIB parameter node comprises TAG corresponding to described MIB parameter node, the length of described MIB parameter nodal value and the value of described MIB parameter node.
6. the implementation method of the gateway configuration module based on TLV structure according to claim 4, is characterized in that, the described group be made up of one group of MIB parameter node comprises the index of cache file and the described group be made up of one group of MIB parameter node.
7. the implementation method of the gateway configuration module based on TLV structure according to claim 1, is characterized in that, obtain described network management configuration information and display process comprise step:
Generate generic configuration masterplate file object objPackage;
Call Tag value corresponding to described configuration parameter that addItem method will obtain and length adds array;
Call the data that getData method organization need sends to server, then the TLV data of composition, corresponding command code and the message object that returns are sent asynchronous message as parameter call ClientSendSyncMsg to sever;
If described message sends successfully, call the message of setData parsing from server by described object objPackage, and store according to group and item;
Call network bytes sequence translation interface the value after conversion is assigned to control corresponding to Tag and shows.
8. the implementation method of the gateway configuration module based on TLV structure according to claim 1, is characterized in that, the process of down distributing configuration data comprises step:
Obtain the value that configuration interface input frame control is corresponding;
Carry out the conversion of network bytes sequence, generate generic configuration masterplate file object objPackage;
Call addItem method, by the value after conversion and the Tag value of correspondence and length, add array;
Call the data that getData method organization need sends to server;
The TLV data of composition, corresponding command code and the message object that returns are sent asynchronous message as parameter call ClientSendSyncMsg to sever;
Sever again by configuration distributing to described equipment.
CN201510730853.5A 2015-10-30 2015-10-30 The implementation method and network management configuration module of network management configuration module based on TLV structures Active CN105429786B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510730853.5A CN105429786B (en) 2015-10-30 2015-10-30 The implementation method and network management configuration module of network management configuration module based on TLV structures

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510730853.5A CN105429786B (en) 2015-10-30 2015-10-30 The implementation method and network management configuration module of network management configuration module based on TLV structures

Publications (2)

Publication Number Publication Date
CN105429786A true CN105429786A (en) 2016-03-23
CN105429786B CN105429786B (en) 2018-10-12

Family

ID=55507737

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510730853.5A Active CN105429786B (en) 2015-10-30 2015-10-30 The implementation method and network management configuration module of network management configuration module based on TLV structures

Country Status (1)

Country Link
CN (1) CN105429786B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108599985A (en) * 2018-03-15 2018-09-28 烽火通信科技股份有限公司 Field rule generation system and method
CN111800680A (en) * 2020-07-03 2020-10-20 深圳市友华软件科技有限公司 Method and device for rapidly configuring ONU

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050204022A1 (en) * 2004-03-10 2005-09-15 Keith Johnston System and method for network management XML architectural abstraction
KR20070083139A (en) * 2006-02-20 2007-08-23 삼성전자주식회사 Network management system using xml and method thereof
CN101098248A (en) * 2006-06-26 2008-01-02 腾讯科技(深圳)有限公司 Method and system for implementing universal network management based on configuration describing document
CN101141467A (en) * 2007-10-31 2008-03-12 杭州华三通信技术有限公司 Configuring method and system
CN101179444A (en) * 2007-12-11 2008-05-14 华为技术有限公司 Configuration take-effective method, configuration system and configuration gateway
CN103368781A (en) * 2013-07-29 2013-10-23 成都市广达电子电讯技术开发有限公司 Automatic trunked network management device configuration method based on XML (Extensible Markup Language)

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050204022A1 (en) * 2004-03-10 2005-09-15 Keith Johnston System and method for network management XML architectural abstraction
KR20070083139A (en) * 2006-02-20 2007-08-23 삼성전자주식회사 Network management system using xml and method thereof
CN101098248A (en) * 2006-06-26 2008-01-02 腾讯科技(深圳)有限公司 Method and system for implementing universal network management based on configuration describing document
CN101141467A (en) * 2007-10-31 2008-03-12 杭州华三通信技术有限公司 Configuring method and system
CN101179444A (en) * 2007-12-11 2008-05-14 华为技术有限公司 Configuration take-effective method, configuration system and configuration gateway
CN103368781A (en) * 2013-07-29 2013-10-23 成都市广达电子电讯技术开发有限公司 Automatic trunked network management device configuration method based on XML (Extensible Markup Language)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108599985A (en) * 2018-03-15 2018-09-28 烽火通信科技股份有限公司 Field rule generation system and method
CN108599985B (en) * 2018-03-15 2021-03-23 烽火通信科技股份有限公司 Automatic field rule generating system and method
CN111800680A (en) * 2020-07-03 2020-10-20 深圳市友华软件科技有限公司 Method and device for rapidly configuring ONU

Also Published As

Publication number Publication date
CN105429786B (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN106528129B (en) A kind of Web application interface generation system and method
CN101098248B (en) Method and system for implementing universal network management based on configuration describing document
CN102447585B (en) Method and device for converting network configuration protocol response message into command line
KR101782457B1 (en) Application upgrade method and apparatus
US20160110190A1 (en) Web Client Command Infrastructure Integration into a Rich Client Application
CN112114784A (en) Single-Spa-based front-end micro-service system
CN103530379B (en) tree structure data display method and device
CN105045802A (en) Message-driven multi-type file preview system
CN101894192A (en) Simulation and demonstration system for design and validation of AFDX (Avionics Full Duplex Switched Ethernet) network and simulation and demonstration method thereof
CN103164333A (en) WEB testing method and WEB testing system of embedded device system and WEB server
US9935830B1 (en) Cloud management system and method for disparate computing nodes in a cloud computing environment
CN105072211A (en) Domain name deployment system and domain name deployment method based on DNS (Domain Name Server)
CN102299966B (en) Method and device for loading data in large volume at WEB client
CN100449484C (en) Method and system for generating artificial equipment panel
CN101170436B (en) A method for managing template in network management system
CN105429786A (en) Realization method for network management configuration module based on TLV structure and network management configuration module
CN102761443A (en) Collocation method and device of command lines
CN105007597A (en) Node packaging and accessing method of wireless sensor networks based on Restful configuration
CN105574114A (en) On-line plotting method based on telecom resource management standard control library
CN100369443C (en) Method of following SNMP/CIM protocol intermediate piece projection
CN103561113B (en) The generation method and device of Web Service interface
US8027362B2 (en) Methods and systems for pushing and pulling network data in user interface design
US8434096B2 (en) Method, system and device for managing customer premises equipment
KR20070083139A (en) Network management system using xml and method thereof
CN108092959B (en) BACnet protocol analysis method based on configuration

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20201127

Address after: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee after: Hangzhou Jiji Intellectual Property Operation Co., Ltd

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Patentee before: Phicomm (Shanghai) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20201216

Address after: 8319 Yanshan Road, Bengbu City, Anhui Province

Patentee after: Bengbu Lichao Information Technology Co.,Ltd.

Address before: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee before: Hangzhou Jiji Intellectual Property Operation Co., Ltd

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210310

Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China

Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Address before: 8319 Yanshan Road, Bengbu City, Anhui Province

Patentee before: Bengbu Lichao Information Technology Co.,Ltd.