CN105429786B - The implementation method and network management configuration module of network management configuration module based on TLV structures - Google Patents

The implementation method and network management configuration module of network management configuration module based on TLV structures Download PDF

Info

Publication number
CN105429786B
CN105429786B CN201510730853.5A CN201510730853A CN105429786B CN 105429786 B CN105429786 B CN 105429786B CN 201510730853 A CN201510730853 A CN 201510730853A CN 105429786 B CN105429786 B CN 105429786B
Authority
CN
China
Prior art keywords
configuration
network management
tlv
parameter
mib
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
CN201510730853.5A
Other languages
Chinese (zh)
Other versions
CN105429786A (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 present invention provides a kind of implementation method of the network management configuration module based on TLV structures, the method includes:The configuration parameter that user is needed creates a XML file;A generic configuration masterplate file is created for equipment;It obtains network management configuration information and shows;Down distributing configuration data;Wherein, the ID of the static control of Chinese and English display in need is stored in the XML file, each static control corresponds to globally unique ID.The present invention fully takes into account the flexibility of message structure length when message structure designs, and uses TLV and can be changed long structure, when avoiding the structure design according to regular length, the problem of needing the structure that front and back defines to be consistent, otherwise can report an error.

Description

The implementation method and network management configuration module of network management configuration module based on TLV structures
Technical field
The present invention relates to data communication field more particularly to a kind of realization sides of the network management configuration module based on TLV structures Method.
Background technology
The business configuration funtion part of equipment, occupies bigger proportion in webmaster, passes through the configuration in network management system Module can conveniently intuitively obtain the data configuration information of managed devices in network management system according to practical networking situation, while right The equipment being managed issues parameter configuration.
Network Management System is distributed network application system of the software and hardware combining based on software, passes through network pipe Reason system is managed network, is that Logistics networks are reliable, efficiently and the important means of normal operation.Not with network technology Disconnected development, the continuous improvement of application level, network environment and networking structure become increasingly complex, and the function of Network Management System also exists Constantly enhance, while the technology and methods of network management are also innovated constantly.
Current existing scheme, on realizing Network Management System configuration management, the Network Management System based on C/S frameworks Configuration management front and back communication information structure is the structure design of the regular length of the struct structures used, and the page is for showing Show that the control of configuration parameter value is both needed to binding variable, and is then logical based on the Network Management System configuration management that B/S frameworks are realized It crosses http messages and front and back communication is carried out with json data modes.
Current existing technology, is again based on the Network Management System of C/S frameworks realization, passes through consolidating for struct structures The message structure body storage configuration item of measured length, needs the structure that front and back defines to be consistent, while initialisation structures body When character type configuration parameter length needs be consistent with the length defined in structure, otherwise can report an error, especially MIB section In the case that point changes;It needs to show each control bundle variable for configuring parameter, configuration ginseng to the page in regular length design When number is more, the operation is cumbersome;And network bytes sequence is converted, and initialisation structures body and from structure value and is assigned to boundary Corresponding control etc. is not packaged on face, leads to that foreground code is not succinct enough and size of code is larger, is not easy to later maintenance. Therefore how one data structure that is flexible, not error-prone, facilitating processing is provided, and reduce opening for front desk service configuration section Hair and maintenance cost and burden enable new configuration interface to meet easily extension, the requirement of easy care, while facilitating and supporting future Demand, the problem that undoubtedly program must be anxious to be resolved.
Invention content
In view of the above problems, the application describes a kind of implementation method of the network management configuration module based on TLV structures, described Method includes:
User is needed to configure into parameter and creates a XML file;
A generic configuration masterplate file is created for equipment;
It obtains network management configuration information and shows;
Down distributing configuration data;
Wherein, the ID of the static control of Chinese and English display in need, each static control are stored in the XML file Corresponding globally unique ID.
Preferably, configuration interface is realized based on MFC, initialization function is logged according to user before the configuration interface is shown The Chinese and English selected when gateway system corresponds to the parameter to obtain in the XML file.
Preferably, the generic configuration masterplate file uses the elongated message structures of TLV.
Preferably, the generic configuration masterplate file include the group of multigroup MIB parameters node composition, MIB parameters node with And the group being made of one group of MIB parameter node.
Preferably, the MIB parameters node includes the corresponding TAG of the MIB parameters node, the MIB parameters nodal value Length and the MIB parameters node value.
Preferably, the group being made of one group of MIB parameter node includes cache file and described by one group of MIB parameter The index of the group of node composition.
Preferably, the process for obtaining the network management configuration information and display includes step:
Generate generic configuration masterplate file object objPackage;
Call the corresponding Tag values of the configuration parameter and length addition array that addItem methods will obtain;
GetData method tissues are called to need the data for being sent to server, then by TLV data of composition, corresponding Command code and the message object of return send asynchronous message as parameter call ClientSendSyncMsg to sever;
Call setData parsings from server's by the object objPackage if the message is sent successfully Message, and stored according to group and item;
Call network bytes sequence translation interface that transformed value is assigned to the corresponding controls of Tag to show.
Preferably, the process of down distributing configuration data includes step:
Obtain the corresponding value of configuration interface input frame control;
Network bytes sequence conversion is carried out, generic configuration masterplate file object objPackage is generated;
AddItem methods are called, by transformed value and corresponding Tag values and length, array is added;
GetData method tissues are called to need the data for being sent to server;
Using the TLV data of composition, corresponding command code and the message object of return as parameter call ClientSendSyncMsg sends asynchronous message to sever;
Sever is again by configuration distributing to the equipment.
Above-mentioned technical proposal has the following advantages that or advantageous effect:It is a kind of based on TLV structures present invention is mainly used for providing Network management configuration module implementation method, mainly include XML file design, generic configuration class design, network management configuration acquisition of information And display and configuration data issue several parts.Network management system is to manage the integrated management software platform of a variety of distinct devices, this hair The bright flexibility that message structure length is fully taken into account when message structure designs, use TLV can be changed long structure, avoid by According to regular length structure design when, the problem of needing the structure that front and back defines to be consistent, otherwise can report an error, especially exist In the case that MIB nodes change;It will directly show that the page respectively configures the control ID and TAG value of parameter in TLV structure designs By MAP structure connections, the operation of the display control bundle variable in regular length design to parameters is eliminated;It is right simultaneously Network bytes sequence is converted, and configuration parameter is assigned to the operations such as corresponding control on interface and is sealed by the construction of TLV and parsing Dress, provides calling interface easy to use.Configure interface calling, reduce front desk service configuration section exploitation and safeguard at Originally it and bears;New configuration interface meets easily extension, the requirement of easy care, facilitates and support following demand, such as business configuration Templating.
Description of the drawings
With reference to appended attached drawing, more fully to describe the embodiment of the present invention.However, appended attached drawing be merely to illustrate and It illustrates, and is not meant to limit the scope of the invention.
Fig. 1 is a kind of overview flow chart of the implementation method of the network management configuration module based on TLV structures of the present invention;
Fig. 2 is to obtain network management configuration information in a kind of implementation method of the network management configuration module based on TLV structures of the present invention And show the flow chart of process;
Fig. 3 is down distributing configuration data process in a kind of implementation method of the gateway configuration module based on TLV structures of the present invention Flow chart.
Specific implementation mode
In the following with reference to the drawings and specific embodiments to a kind of realization side of the network management configuration module based on TLV structures of the present invention Method is described in detail.
Embodiment one
As shown in Figure 1, a kind of implementation method of the network management configuration module based on TLV structures, including step:
The all types of parameters that user needs to configure are created into a XML file;
A generic configuration masterplate file is created for equipment;
It obtains network management configuration information and shows;
Down distributing configuration data.
Wherein, the implementation method of the network management configuration module based on TLV structures includes mainly XML file design, generic configuration Design, gateway configuration information acquisition and the display of masterplate and issuing for configuration data.
Specifically, the process that all types of parameters that user needs to configure are created to a XML file is predominantly related to The design of XML file.Configuration management partial page Chinese and English is based primarily upon XML file realization in the present embodiment, and configuration interface is It is realized based on MFC, the element on interface is made of different controls, and each control corresponds to globally unique ID.In XML texts In part, the ID of the static control of Chinese and English display stores corresponding Chinese and English, the initialization letter before interface display as needed The Chinese and English that the when of logging in network management system according to user in OnInitDialog selects is counted to obtain corresponding Chinese and English and call SetWindowText functions are shown.By taking Port Mirroring configures as an example:
The process that a generic configuration masterplate file is created for equipment relates generally to the design of generic configuration masterplate file.This The message structure that front and back communicates in embodiment, using the elongated message structures of TLV, generic configuration class CCommConfig is (i.e. general Configuration template file) expansibility and ease for maintenance of interface are fully taken into account at the beginning of design, while to facilitate and support future Demand, and can reduce exploitation and maintenance cost and the burden of front desk service configuration section by configuring the calling of interface. Network bytes sequence is converted, the construction of TLV and parsing etc. are encapsulated, and calling interface easy to use is provided.
It is as shown in table 1 below with configuration class CCommConfig attributes:
1 CCommConfig members lists of table
Main method and function are as follows:
CCommConfig::CreateGroup methods:An item group is created, and is added to array end;
CCommConfig::AddItem methods:An item is added in the last one group into array;
CCommConfig::GetData methods:Tissue needs the data for being sent to server;
CCommConfig::SetData methods:The message from server is parsed, and is deposited according to group and item Storage;
CCommConfig::GetItemInfo methods:According to the corresponding TAG value of node, taken in Group after parsing Go out corresponding value;
Wherein, CTlvItem and CTlvItemGroup is the corresponding class of generic configuration class members, and CTlvItem is MIB ginsengs Number node class, CTlvItemGroup are the group classes of MIB parameter nodes composition.
CTlvItem members lists and main method are as shown in table 2:
2 CTlvItem members lists of table
Main method and function are as follows:
CTlvItem::GetItemID methods:Take the corresponding TAG of MIB parameter nodes;
CTlvItem::GetValue methods:Take the corresponding value of MIB parameter nodes;
CTlvItem::GetSize methods:Take the length of MIB parameter nodal values;
Shown in CTlvItemGroup members lists and main method table 3:
3 CTlvItemGroup members lists of table
Title Type Explanation
m_arrItem CArray<CSnmpItem*,CSnmpItem*> Cache one group of CSnmpItem
m_nIndex int Index in group
Main method and function:
CTlvItemGroup::AddItem methods:Newly create an item;
CTlvItemGroup::GetItemInfo methods:Read an item information in the group;
CTlvItemGroup::GetData methods:All item of the group are converted into the format of TLV;
CTlvItemGroup::Release methods:Delete all item in the group, Free up Memory.
As shown in Fig. 2, the acquisition and display of network management configuration information are the initialization functions before interface display It is completed in OnInitDialog.Generic configuration class CCommConfig object objPackage are first generated, the object is then passed through It calls the corresponding Tag values of each configuration parameter, length that addItem methods will obtain that array is added, recalls getData methods Tissue needs the data for being sent to server, then makees the TLV data of composition, corresponding command code and the message object of return Asynchronous message is sent to sever for parameter call ClientSendSyncMsg, passes through CCommConfig objects if success ObjPackage calls setData to parse the message from server, and is stored according to group and item;Finally call Transformed value is assigned to the corresponding controls of Tag to show by network bytes sequence translation interface.
During down distributing configuration data, after having modified the value of configuration parameter and determining modification, responded in ACK button Event in complete configuration data and issue.As shown in figure 3, obtaining the corresponding value of configuration interface input frame control first, then Network bytes sequence conversion is carried out, generates generic configuration class CCommConfig object objPackage, and call addItem methods, By transformed value and corresponding Tag and length, array is added, recalls getData method tissues and needs to be sent to server Data, then using the TLV data of composition, corresponding command code and the message object of return as parameter call ClientSendSyncMsg sends asynchronous message to sever, and sever again can come into force configuration distributing to equipment.
The implementation method for the network management configuration module based on TLV structures that the present embodiment proposes, XML realize configuration management interface The message structure length of Chinese and English display, the communication of network management configuration front and back is variable, and the page will be directly shown in TLV structure designs The control ID of each configuration parameter, by MAP structure connections, eliminates the display to parameters in regular length design with TAG value The operation of control bundle variable, and network bytes sequence is converted, the construction of TLV and parsing etc. are encapsulated, and are provided simple easy Interface calls.When supporting the management configuration to miscellaneous equipment, if the corresponding MIB of configuration item is consistent, can directly prop up It holds without changing code;If inconsistent, only structure and the page display of request needs to distinguish with unit type, Its code different models of equipment is generally applicable, and without change, the configuration interface in general class is also generally applicable between distinct device, can be fast Speed supports the management configured to miscellaneous equipment.And code is succinct, realizes that the time is short, it is characterised in that including:
1) XML realizes Chinese and English.For XML file for storage configuration administrative section page Chinese and English, configuration interface is to be based on What MFC (Microsoft Foundation Classes, Microsoft Foundation class libraries) was realized, existed by loading XML dynamic link libraries XML file can be very easily operated in program.Element on interface is made of different controls, and each control is corresponding complete The unique ID of office.In XML file, the ID of the static control of Chinese and English display stores corresponding Chinese and English as needed, on boundary Face show before initialization function OnInitDialog in when logging in network management system according to user the Chinese and English that selects obtain pair The Chinese and English answered simultaneously calls SetWindowText functions to show.
2) control is associated with TAG.It will directly show that the page respectively configures the control ID and TAG of parameter in Data Structure Design Value eliminates the operation of the display control bundle variable in regular length design to parameters by MAP structure connections.
3) message structure length is variable.Front and back message communicating uses TLV variable length formats, and the ends client and sever are only Configuration parameter need to be packaged and be parsed by the group packet and unpacking rule of TLV, without as struct regular lengths Structure design needs the ends client and sever to preserve the corresponding structure of configuration parameter of identical structure and length respectively like that, The mistake caused by structure is inconsistent is avoided, is dealt with also relatively more flexible.
4) construction of TLV and parsing.Network managment foreground and background communication information structure is about set to TLV structures, in client to sever When sending GET request, each parameter to be obtained is organized into TLV character strings according to the structure and is sent to by client needs The ends server, the ends sever need that first data packet is split and (parsed) according to TLV structures to want to know after receiving data The value of which configuration parameter is taken from equipment.It the ends sever also will be according to the structure by the configuration parameter got after getting value Value is organized into TLV character strings and returns to the ends client, and the ends client receive to be split by TLV structures after the value of return and (solve Analysis) at each configuration item and value and shown.SET asks similarly, not repeat in this way.
5) self-defined generic configuration class provides interface and calls.Writing code in order to avoid repetition leads to code redundancy, makes work( It can reuse, shorten the development time of similar functions, here convert the general network bytes sequence of each configuration item, TLV Construction and the functions such as parsing encapsulated, directly called by generating the object of generic configuration class, code structure is succinct, It uses and is convenient to.
The elongated message structure refers to that the message structure length that front and back is communicated is not fixed, can be according to agreement TLV groups packet and unpack rule configuration parameter constructed and parsed, message-length regard configuration parameter type, number and value and It is fixed.
The TLV structures, tag-length-value (TLV), Tag (label), Length (length), Value (value), In data communication field, T, the length of L field are often fixed (being usually 1~4bytes), and V field lengths are variable.T fields indicate Type of message, L field indicate that message length, V fields are often used to store the content of message.
The XML dynamic link libraries when parsing XML file in a program, need to introduce msxml6.dll, there is no need to me Oneself write the syntax analyzer of XML.It is a COM (Component Object Model) library of object, will be carried out Required all objects are encapsulated when XML parsings.Because COM be it is a kind of occur in a binary format it is reusable right As and language it is unrelated, it can be called with any language (such as VC, C++Builder etc.), in the application realize pair The parsing of XML document.
The present invention is directed to the configuration management in Network Management System, provides a kind of network management configuration mould based on TLV structures The implementation method of block, by under XML file design, the design of generic configuration class, network management configuration acquisition of information and display and configuration data Send out part a few and complete jointly the configuration management function in network management system.The support of administration page Chinese and English of the present invention is to be based on XML It realizes, generic configuration class CCommConfig provides abundant interface, and client is corresponding by configuring relevant MIB node TAG and value (null value is assigned when GET) call the relevant interface function tissue that CCommConfig is provided to need to be sent to server's Data send GET and SET requests to server, and the relevant interface function parsing that CCommConfig is provided then is called in GET successes Server return message and display, deal with very simple and convenient.Mainly there is configuration item in this system:RSTP, port mirror Picture, 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 two kinds of models of FP6508 and FP8680 and various types of ONU, to support directly support, if not the management configuration of miscellaneous equipment when the corresponding MIB of configuration item is consistent Unanimously, then only structure and the page display of request need to distinguish with unit type, and other code different models of equipment can It is general, without change, it can quickly support the management configured to miscellaneous equipment.
The present invention provides the implementation method of the network management configuration module based on TLV structures, front and back communication information structure is long Degree is variable, and the control ID that the display page is directly respectively configured to parameter in Data Structure Design is closed with TAG value by MAP structures Connection eliminates the operation of the display control bundle variable in regular length design to parameters.Self-defined generic configuration class, Network bytes sequence is converted, the construction of TLV and parsing etc. are encapsulated, and calling interface easy to use is provided.Configure interface Calling, reduce exploitation and maintenance cost and the burden of front desk service configuration section;Meanwhile new configuration interface, meet easy Extension, the requirement of easy care facilitate following demand of supporting, such as the templating of business configuration.
Interface in generic configuration class is unrelated with device type, generally applicable in the management configuration of distinct device, to branch The management configuration to miscellaneous equipment is held, when the corresponding MIB of configuration item is consistent, can directly support, if inconsistent, be Structure and the page display of request need to distinguish with unit type, and other code different models of equipment are generally applicable, without changing It is dynamic, it can quickly support the management configured to miscellaneous equipment.
For a person skilled in the art, after reading above description, various changes and modifications undoubtedly will be evident. Therefore, appended claims should regard the whole variations and modifications for covering the true intention and range of the present invention as.It is weighing The range and content of any and all equivalences within the scope of sharp claim, are all considered as still belonging to the intent and scope of the invention.

Claims (7)

1. a kind of implementation method of the network management configuration module based on TLV structures, which is characterized in that the method includes:
The configuration parameter that user is needed creates a XML file;
A generic configuration masterplate file is created for equipment;
It obtains network management configuration information and shows;
Down distributing configuration data;
Wherein, the ID of the static control of Chinese and English display in need is stored in the XML file, each static control corresponds to Globally unique ID;
The process for obtaining the network management configuration information and display includes step:
Generate generic configuration masterplate file object objPackage;
Call the corresponding Tag values of the configuration parameter and length addition array that addItem methods will obtain;
GetData method tissues are called to need the data for being sent to server, then by the TLV data of composition, corresponding order Code and the message object returned send asynchronous message as parameter call ClientSendSyncMsg to server;
SetData is called to parse the report from server by the object objPackage if the message is sent successfully Text, and stored according to group and item;
Call network bytes sequence translation interface that transformed value is assigned to the corresponding controls of Tag to show.
2. the implementation method of the network management configuration module according to claim 1 based on TLV structures, which is characterized in that configuration Interface is realized based on MFC, in being selected when initialization function logs in network management system according to user before the configuration interface is shown English corresponds to the parameter to obtain in the XML file.
3. the implementation method of the network management configuration module according to claim 1 based on TLV structures, which is characterized in that described Generic configuration masterplate file uses the elongated message structures of TLV.
4. the implementation method of the network management configuration module according to claim 3 based on TLV structures, which is characterized in that described Generic configuration masterplate file includes the group of multigroup MIB parameters node composition, MIB parameters node and by one group of MIB parameter node The group of composition.
5. the implementation method of the network management configuration module according to claim 4 based on TLV structures, which is characterized in that described MIB parameter nodes include the corresponding TAG of the MIB parameters node, the length of the MIB parameters nodal value and MIB ginsengs The value of number node.
6. the implementation method of the network management configuration module according to claim 4 based on TLV structures, which is characterized in that described The group being made of one group of MIB parameter node includes cache file and the index of the group being made of one group of MIB parameter node.
7. the implementation method of the network management configuration module according to claim 1 based on TLV structures, which is characterized in that issue The process of configuration data includes step:
Obtain the corresponding value of configuration interface input frame control;
Network bytes sequence conversion is carried out, generic configuration masterplate file object objPackage is generated;
AddItem methods are called, by transformed value and corresponding Tag values and length, array is added;
GetData method tissues are called to need the data for being sent to server;
Using the TLV data of composition, corresponding command code and the message object of return as parameter call ClientSendSyncMsg Asynchronous message is sent to server;
Server is again by configuration distributing to the 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 CN105429786A (en) 2016-03-23
CN105429786B true 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)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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)

Family Cites Families (1)

* 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

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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)

Also Published As

Publication number Publication date
CN105429786A (en) 2016-03-23

Similar Documents

Publication Publication Date Title
CN100461692C (en) Allocation system and method of network equipment
US20190349262A1 (en) Data structures representing models of networking equipment and methods of network management employing thereof
CN109951315A (en) A kind of method and system realizing YANG model and being mapped to internal model
CN108733499A (en) Browser page display data processing method and processing device
CN111683066B (en) Heterogeneous system integration method, heterogeneous system integration device, computer equipment and storage medium
CN104932364A (en) OPC UA conversion apparatus of Modbus communication protocol, and method
BRPI0903299B1 (en) method implemented by computer, computer system and storage medium
BRPI0708569B1 (en) PORTABLE COMMUNICATION DEVICE AND ADAPTED BASE TO COMMUNICATE WITH A PORTABLE COMMUNICATION DEVICE
US20070143330A1 (en) Processing an XML schema
CN104331315B (en) A kind of parsing of arbitrary levels json objects and generation method and system
CN106202006A (en) Document generating method and device
CN102299966B (en) Method and device for loading data in large volume at WEB client
CN105429786B (en) The implementation method and network management configuration module of network management configuration module based on TLV structures
CN115221113A (en) Data format conversion method, device, equipment and computer readable storage medium
CN109977335A (en) A kind of Web configuration method towards industrial equipment
CN104268163A (en) Method and system for acquiring network management network element configuration interface
CN101170436B (en) A method for managing template in network management system
CN108184174B (en) Method for customizing OAM (operation administration and maintenance) under EPON (Ethernet Passive optical network) system
CN101150434A (en) An object-oriented function deployment method in network management
US8027362B2 (en) Methods and systems for pushing and pulling network data in user interface design
CN107040818B (en) Layout analytic hierarchy process method and system for Android TV
KR20070083139A (en) Network management system using xml and method thereof
CN112306622A (en) VNF template construction method and device
Xiaohua et al. Design and implementation of OpenDayLight manager application
Zichao et al. Ethernet topology discovery for virtual local area networks with incomplete information

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

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.

TR01 Transfer of patent right