WO2018006791A1 - 一种网管业务数据管理方法和网管业务数据管理装置 - Google Patents

一种网管业务数据管理方法和网管业务数据管理装置 Download PDF

Info

Publication number
WO2018006791A1
WO2018006791A1 PCT/CN2017/091623 CN2017091623W WO2018006791A1 WO 2018006791 A1 WO2018006791 A1 WO 2018006791A1 CN 2017091623 W CN2017091623 W CN 2017091623W WO 2018006791 A1 WO2018006791 A1 WO 2018006791A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
service
layer
network
link
Prior art date
Application number
PCT/CN2017/091623
Other languages
English (en)
French (fr)
Inventor
郭锐
章先阵
王雪怀
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2018006791A1 publication Critical patent/WO2018006791A1/zh

Links

Images

Definitions

  • the present disclosure relates to the field of communications technologies, and in particular, to a network management service data management method and a network management service data management apparatus.
  • the related technologies generally divide the service level into tunnels, pseudowires, Layer 2 services, and Layer 3 services.
  • the routing information of each layer only records the service information of the lower layer, and there is no cross-layer record.
  • the user wants to query the cross-layer service association relationship. Organize yourself each time. It can be seen that the current processing method has the problem of low efficiency when querying service related information across multiple layers.
  • the purpose of the embodiments of the present disclosure is to provide a network management service data management method and a network management service data management apparatus, which solves the problem that the current processing mode has low efficiency when querying service association information across multiple layers.
  • an embodiment of the present disclosure provides a network management service data management method, including:
  • the embodiment of the present disclosure further provides a network management service data management apparatus, including:
  • the first query module is configured to query network element information of multiple network elements in the network and link information of multiple links, and generate network elements including network element information of multiple network elements and link information of multiple links.
  • Link undirected graph
  • a second query module configured to query multi-layer service information, and establish a service topology diagram including the multi-layer service information
  • An association module configured to associate the service topology map with the undirected graph of the network element link
  • a search module configured to search for associated information of the target service information in the associated service topology map and the network element link undirected graph.
  • Embodiments of the present disclosure also provide a computer storage medium having stored therein one or more programs executable by a computer, the one or more programs being executed by the computer to cause the computer to perform as described above
  • the network management service data management method provided.
  • the embodiment of the present disclosure queries the network element information of multiple network elements in the network and the link information of multiple links, and generates multiple A network element undirected graph of the network element information of the network element and the link information of the plurality of links; querying the multi-layer service information, and establishing a service topology diagram including the multi-layer service information; The topology map is associated with the undirected graph of the network element link; and the associated information of the target service information is searched in the associated service topology map and the undirected graph of the network element link, so that the query spans multiple layers.
  • Business-related information can improve efficiency, support large-scale services, unify interfaces, and increase scalability.
  • FIG. 1 is a flowchart of a network management service data management method according to an embodiment of the present disclosure
  • FIG. 2 is a flowchart of another network management service data management method according to an embodiment of the present disclosure
  • FIG. 3 is a structural diagram of a network management service data management apparatus according to an embodiment of the present disclosure
  • FIG. 4 is a structural diagram of another network management service data management apparatus according to an embodiment of the present disclosure.
  • FIG. 5 is a structural diagram of another network management service data management apparatus according to an embodiment of the present disclosure.
  • an embodiment of the present disclosure provides a network management service data management method, including the following steps:
  • Step S101 Query network element information of multiple network elements in the network and link information of multiple links, and generate a network element link that includes network element information of multiple network elements and link information of multiple links.
  • Step S102 Query multi-layer service information, and establish a service topology diagram including the multi-layer service information.
  • Step S103 Associate the service topology map with the network element link undirected graph.
  • Step S104 Search for the association information of the target service information in the associated service topology map and the network element link undirected graph.
  • step S101 the network element information of the plurality of network elements and the link information of the multiple links are obtained from the lower layer network management or the local network, and the network element information of the plurality of network elements and the link information of the multiple links are used to generate the network element.
  • Link undirected graph The point attribute of the undirected graph of the network element link includes network element information, and the edge attribute includes link information. It should be noted that the undirected graph of the network element link here is a graph based on the graph theory and with the network as the point and the service as the edge.
  • the querying the multi-layer service information, and establishing a service topology diagram including the multi-layer service information includes:
  • the service information of each layer is queried layer by layer, and the service information of each layer is classified, including unique information, service level information, and topology information.
  • Unique information includes business information such as the name and label of the business.
  • Business level information including industry Business information such as the level of service and the classification of the business.
  • the topology information includes service information such as a terminal point information list set of services, an upper layer service information list set, and a routing service list set.
  • the unique information, the service level information and the topology information are compressed, and the business information is compressed by using techniques such as string dataization, multi-data homo-byteization and null parameter optimization techniques.
  • the service topology information is used to establish a service topology map including the service information of each layer.
  • the node information of the service topology map includes service information such as the service level and attributes, and the side information of the service topology map includes service information such as the upper and lower layer association relationship of the service.
  • the business topology map can be divided into multiple sub-graphs, each of which represents a layer of the service.
  • the service topology map can be divided into multiple sub-graphs according to the upper and lower layer related services, and each sub-picture represents a top-lower relationship network of a group of related services.
  • association information of the service topology map and the undirected map of the network element link to the target service information including:
  • the undirected graph of the network element is associated with the service topology map, and one or more of the uniqueness information, service level information, topology information, and link information of the target service information are searched in the associated graph.
  • the method further includes:
  • a data index is established for the service information of the service topology map, and each index includes functions such as traversal, filtering, and positioning, and a processing strategy when data index conflicts are formulated.
  • An iterator method that establishes different input parameters based on the index. The iterator method uses the starting node and the traversal method to search. For example, to search for a group of services carried on a specified tunnel, return the starting point and ending point of the group of services, and the user can obtain all the target result sets by using the two data.
  • the method further includes:
  • a custom query interface is provided to enable users to quickly add customized service query modes to provide uniform query rules for complex services.
  • a network management service data management method is proposed, which is very fast and efficient when querying service information, and can query related service information across any level, thereby improving efficiency when querying service association information across multiple layers.
  • an embodiment of the present disclosure provides a flow of a network management service data management method, including:
  • step S201 the network element information of the multiple network elements and the link information of the multiple links are obtained from the lower-layer network management or the local network, and the network element information of the multiple network elements and the link information of the multiple links are used to generate the network element link.
  • Undirected graph The point attribute of the undirected graph of the network element link includes network element information, and the edge attribute includes link information.
  • Step S202 querying the service information of each layer in the layer by layer, and the service information of each layer includes the unique information and the industry.
  • the service level information and the topology information are used to establish a service topology diagram including service information of each layer.
  • the service information of each layer is queried layer by layer, and the service information of each layer is classified, including unique information, service level information, and topology information.
  • Unique information includes business information such as the name and label of the business.
  • the business level information includes business information such as the level of the business and the classification of the business.
  • the topology information includes service information such as a terminal point information list set of services, an upper layer service information list set, and a routing service list set.
  • the service topology information is used to establish a service topology map including the service information of each layer.
  • the node information of the service topology map includes service information such as the service level and attributes, and the side information of the service topology map includes service information such as the upper and lower layer association relationship of the service.
  • the business topology map can be divided into multiple sub-graphs, each of which represents a layer of the service.
  • the service topology map can be divided into multiple sub-graphs according to the upper and lower layers of the service, and each sub-picture represents a network of upper and lower associations of a group of related services.
  • Step S203 checking the availability and legality of each service information, and correcting or discarding the abnormal business information data according to the needs of the user.
  • Step S204 digitize the field indicated by the available digits in the service information, and if the port network element information or the type information is the same, compress the multiple data into the same byte, and use the null parameter for the topology information part field where the list set is empty. Optimization technology saves space.
  • Step S205 Establish a data index for the service information of the service topology map, where each index includes functions such as traversal, filtering, and positioning, and formulate a processing strategy when the data index conflicts.
  • An iterator method that establishes different input parameters based on the index.
  • step S206 the service topology map is associated with the undirected graph of the network element link, and multiple associated sub-pictures are split in the connected general map to facilitate targeted searching.
  • Step S207 providing an interface for searching for associated service information of any level by using a network element, a link, and a service band parameter, and providing an interface such as a strong connection algorithm, a connectivity algorithm, and a path search algorithm based on the undirected graph, and related traversal Enhance scalability.
  • a network management service data management method is proposed, which is very fast and efficient when querying service information, and can query related service information across any level, thereby improving efficiency when querying service association information across multiple layers.
  • an embodiment of the present disclosure provides a network management service data management apparatus, which includes the following modules:
  • the first query module 301 is configured to query network element information of multiple network elements in the network and link information of multiple links, and generate a network that includes network element information of multiple network elements and link information of multiple links. Meta link undirected graph;
  • the second query module 302 is configured to query the multi-layer service information, and establish a service topology diagram including the multi-layer service information;
  • the association module 303 is configured to associate the service topology map with the network element link undirected graph
  • the searching module 304 is configured to search for the associated information of the target service information in the associated service topology map and the network element link undirected graph.
  • the second query module 302 is configured to query the service information of each layer in the layer by layer, and compress the service information of each layer, where the service information of each layer includes unique information and service level information.
  • topology information The multi-layer includes a segment layer, a tunnel, a pseudowire, a multi-segment pseudowire, and an Ethernet, and establishes a service topology diagram including service information of each layer after compression.
  • the searching module 304 is configured to search for the uniqueness information, service level information, topology information, and link information of the target service information in the associated service topology map and the network element undirected graph. One or more.
  • the network management service data management apparatus further includes:
  • the establishing module 305 is configured to establish a data index of the service information included in the service topology map.
  • the network management service data management apparatus further includes:
  • a module 306 is provided that is configured to provide a custom query interface.
  • the network management service data management apparatus can implement the network management service data management method in the embodiment shown in FIG. 1 to FIG. 2, and any of the network management service data management methods in the embodiments shown in FIG.
  • the embodiments can be implemented by the network management service data management device in this embodiment, and details are not described herein again.
  • a network management service data management apparatus is provided.
  • the network management service data management method can be implemented on the network management service data management apparatus.
  • the network management service data management method is very fast and efficient when querying service information. Query the associated service information at any level to improve efficiency, support large-scale services, unify interfaces, and improve scalability when querying multiple layers of service-related information.
  • the querying the multi-layer service information, and establishing a service topology diagram including the multi-layer service information includes:
  • association information of the service topology map and the undirected map of the network element link to the target service information including:
  • the method further includes:
  • the method further includes:
  • the storage medium is, for example, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk.
  • the network management service data management method and device provided by the embodiment of the present disclosure, by querying the network element information and the link information, to generate an undirected graph of the network element link, querying the service information to establish a service topology map, and associating the service topology map and the network
  • the undirected graph of the meta-link can be used to find the association information of the target service information in the associated graph, so as to improve efficiency, support large-scale services, unify interfaces, and improve scalability when querying multi-layer service association information.

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本公开提供一种网管业务数据管理方法和网管业务数据管理装置,该方法包括:查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图;查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;将所述业务拓扑图与所述网元链路无向图进行关联;在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息,本公开实施例在查询跨越多层的业务关联信息时可以提高效率、支撑大规模业务、统一接口和提高扩展性。

Description

一种网管业务数据管理方法和网管业务数据管理装置 技术领域
本公开涉及通信技术领域,特别涉及一种网管业务数据管理方法和网管业务数据管理装置。
背景技术
随着通讯技术的不断发展,通讯网络的业务层次和类型均在不断增多,对于网管系统的硬件要求也迅速增加,而不同层次业务的数据量的增大,将导致业务关联关系数目的指数增长。相关技术通常将业务层次分为隧道、伪线、2层业务、3层业务等,每层的路由信息仅记录下层的业务信息,并没有跨层记录,使用者想查询跨层业务关联关系需要每次自己组织。可见,目前的处理方式存在查询跨越多层的业务关联信息时效率很低的问题。
发明内容
本公开实施例的目的在于提供一种网管业务数据管理方法和网管业务数据管理装置,解决了目前的处理方式存在查询跨越多层的业务关联信息时效率很低的问题。
为了达到上述目的,本公开实施例提供一种网管业务数据管理方法,包括:
查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图;
查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;
将所述业务拓扑图与所述网元链路无向图进行关联;
在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息。
本公开实施例还提供一种网管业务数据管理装置,包括:
第一查询模块,设置为查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图;
第二查询模块,设置为查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;
关联模块,设置为将所述业务拓扑图与所述网元链路无向图进行关联;
查找模块,设置为在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息。
本公开实施例还提供一种计算机存储介质,所述计算机存储介质中存储有计算机可执行的一个或多个程序,所述一个或多个程序被所述计算机执行时使所述计算机执行如上述提供的网管业务数据管理方法。
上述技术方案中的一个技术方案具有如下优点或有益效果:
本公开实施例,查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多 个网元的网元信息和多个链路的链路信息的网元链路无向图;查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;将所述业务拓扑图与所述网元链路无向图进行关联;在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息,从而在查询跨越多层的业务关联信息时可以提高效率、支撑大规模业务、统一接口和提高扩展性。
附图说明
图1为本公开实施例提供的一种网管业务数据管理方法的流程图;
图2为本公开实施例提供的另一种网管业务数据管理方法的流程图;
图3为本公开实施例提供的一种网管业务数据管理装置的结构图;
图4为本公开实施例提供的另一种网管业务数据管理装置的结构图;
图5为本公开实施例提供的另一种网管业务数据管理装置的结构图。
具体实施方式
为使本公开要解决的技术问题、技术方案和优点更加清楚,下面将结合附图及具体实施例进行详细描述。
如图1所示,本公开实施例提供一种网管业务数据管理方法,包括以下步骤:
步骤S101、查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图。
步骤S102、查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图。
步骤S103、将所述业务拓扑图与所述网元链路无向图进行关联。
步骤S104、在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息。
在步骤S101中,从下层网管或本地获取多个网元的网元信息和多个链路的链路信息,利用多个网元的网元信息和多个链路的链路信息生成网元链路无向图。网元链路无向图的点属性包括网元信息,边属性包括链路信息。需要说明的是,这里的网元链路无向图是基于图论构建的以网元为点,以业务为边的图。
可选的,所述查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图,包括:
逐层查询多层中的每层的业务信息,对所述每层的业务信息进行压缩,所述每层的业务信息包括唯一性信息、业务层次信息和拓扑信息,所述多层包括段层、隧道、伪线、多段伪线和以太网;
建立包括压缩后的每层的业务信息的业务拓扑图。
逐层查询各个层的业务信息,对每层的业务信息进行分类,包括唯一性信息、业务层次信息和拓扑信息。唯一性信息包括业务的名称和标签等业务信息。业务层次信息包括业 务的层次和业务的分类等业务信息。拓扑信息包括业务的终端点信息列表集合、上层业务信息列表集合和路由业务列表集合等业务信息。对唯一性信息、业务层次信息和拓扑信息进行压缩,使用字符串数据化、多数据同字节化和空参数优化技术等技术对这些业务信息进行压缩。利用业务的层次信息建立包括每层的业务信息的业务拓扑图,业务拓扑图的节点信息包括业务的层次和属性等业务信息,业务拓扑图的边信息包括业务的上下层关联关系等业务信息。业务拓扑图可分割为多个子图,每个子图表示业务的一层。业务拓扑图可按上下层相关业务分割为多个子图,每个子图表示一组相关业务的一个上下关联关系网络。
可选的,所述在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息,包括:
在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的唯一性信息、业务层次信息、拓扑信息和链路信息中的一项或者多项。
将网元链路无向图与业务拓扑图进行关联,在关联后的图中查找目标业务信息的唯一性信息、业务层次信息、拓扑信息和链路信息中的一项或者多项。
可选的,在所述建立包括压缩后的每层的业务信息的业务拓扑图之后,所述方法还包括:
建立所述业务拓扑图包括的业务信息的数据索引。
对业务拓扑图的业务信息建立数据索引,每个索引包括遍历、筛选和定位等功能,并制定数据索引冲突时的处理策略。基于索引,建立不同的输入参数的迭代器方法。迭代器方法利用起始节点和遍历方法进行搜索。例如,要搜索某组指定隧道上所承载的业务,则返回该组业务的起点和终结点,用户可用这两个数据得到所有目标结果集合。
制定数据索引冲突时的处理策略。例如,当业务数据有多条相同或关键索引数据相同时,根据业务信息判断出错的业务数据,从而执行忽略、修正或删除操作。
可选的,在所述建立所述业务拓扑图包括的业务信息的数据索引之后,所述方法还包括:
提供自定义查询接口。
提供自定义查询接口,使用户可快速添加自定义的业务查询方式,为复杂的业务提供统一的查询规则。
本实施例,提出一种网管业务数据管理方法,这种方法在查询业务信息时非常快速和高效,可跨任意层次查询关联业务信息,从而在查询跨越多层的业务关联信息时可以提高效率、支撑大规模业务、统一接口和提高扩展性。
如图2所示,本公开实施例提供一种网管业务数据管理方法的流程,包括:
步骤S201,从下层网管或本地获取多个网元的网元信息和多个链路的链路信息,利用多个网元的网元信息和多个链路的链路信息生成网元链路无向图。网元链路无向图的点属性包括网元信息,边属性包括链路信息。
步骤S202,逐层查询多层中的每层的业务信息,每层的业务信息包括唯一性信息、业 务层次信息和拓扑信息,建立包括每层的业务信息的业务拓扑图。
逐层查询各个层的业务信息,对每层的业务信息进行分类,包括唯一性信息、业务层次信息和拓扑信息。唯一性信息包括业务的名称和标签等业务信息。业务层次信息包括业务的层次和业务的分类等业务信息。拓扑信息包括业务的终端点信息列表集合、上层业务信息列表集合和路由业务列表集合等业务信息。利用业务的层次信息建立包括每层的业务信息的业务拓扑图,业务拓扑图的节点信息包括业务的层次和属性等业务信息,业务拓扑图的边信息包括业务的上下层关联关系等业务信息。业务拓扑图可分割为多个子图,每个子图表示业务的一层。业务拓扑图可根据业务上下层分割为多个子图,每个子图表示一组相关业务的一个上下关联关系网络。
步骤S203,检查每个业务信息的可用性和合法性,对有异常的业务信息数据根据用户需要进行修正或舍弃。
步骤S204,对业务信息中可用数字表示的字段进行数字化,若是端口网元信息或类型信息等则压缩多个数据到同一个字节中,对于列表集合为空的拓扑信息部分字段,用空参数优化技术节省空间。
步骤S205,对业务拓扑图的业务信息建立数据索引,每个索引包括遍历、筛选和定位等功能,并制定数据索引冲突时的处理策略。基于索引,建立不同的输入参数的迭代器方法。
步骤S206,将业务拓扑图与网元链路无向图进行关联,并在连接后的总图中拆分多个关联子图,便于针对性的查找。
步骤S207,提供通过网元、链路、业务带参数查找任意层次的关联业务信息的接口,并给出基于无向图的强连接算法、连通性算法和路径搜索算法等接口,以及相关的遍历器,增强扩展性。
本实施例,提出一种网管业务数据管理方法,这种方法在查询业务信息时非常快速和高效,可跨任意层次查询关联业务信息,从而在查询跨越多层的业务关联信息时可以提高效率、支撑大规模业务、统一接口和提高扩展性。
如图3所示,本公开实施例提供一种网管业务数据管理装置的结构,包括以下模块:
第一查询模块301,设置为查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图;
第二查询模块302,设置为查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;
关联模块303,设置为将所述业务拓扑图与所述网元链路无向图进行关联;
查找模块304,设置为在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息。
可选的,第二查询模块302设置为逐层查询多层中的每层的业务信息,对所述每层的业务信息进行压缩,所述每层的业务信息包括唯一性信息、业务层次信息和拓扑信息,所 述多层包括段层、隧道、伪线、多段伪线和以太网,建立包括压缩后的每层的业务信息的业务拓扑图。
可选的,查找模块304设置为在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的唯一性信息、业务层次信息、拓扑信息和链路信息中的一项或者多项。
可选的,如图4所示,所述网管业务数据管理装置还包括:
建立模块305,设置为建立所述业务拓扑图包括的业务信息的数据索引。
可选的,如图5所示,所述网管业务数据管理装置还包括:
提供模块306,设置为提供自定义查询接口。
本实施例中,上述网管业务数据管理装置可以实现图1-图2所示的实施例中的网管业务数据管理方法,且图1-图2所示的实施例中网管业务数据管理方法的任何实施方式都可以被本实施例中的网管业务数据管理装置所实现,这里不再赘述。
本实施例中,提出一种网管业务数据管理装置,网管业务数据管理方法可以在这种网管业务数据管理装置上实施,这种网管业务数据管理方法在查询业务信息时非常快速和高效,可跨任意层次查询关联业务信息,从而在查询跨越多层的业务关联信息时可以提高效率、支撑大规模业务、统一接口和提高扩展性。
本领域普通技术人员可以理解实现上述实施例方法的全部或者部分步骤是可以通过程序指令相关的硬件来完成,所述的程序可以存储于一计算机可读取介质中,该程序在执行时,包括以下步骤:
查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图;
查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;
将所述业务拓扑图与所述网元链路无向图进行关联;
在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息。
可选的,所述查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图,包括:
逐层查询多层中的每层的业务信息,对所述每层的业务信息进行压缩,所述每层的业务信息包括唯一性信息、业务层次信息和拓扑信息,所述多层包括段层、隧道、伪线、多段伪线和以太网;
建立包括压缩后的每层的业务信息的业务拓扑图。
可选的,所述在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息,包括:
在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的唯一性信息、业务层次信息、拓扑信息和链路信息中的一项或者多项。
可选的,在所述建立包括压缩后的每层的业务信息的业务拓扑图之后,所述方法还包括:
建立所述业务拓扑图包括的业务信息的数据索引。
可选的,在所述建立所述业务拓扑图包括的业务信息的数据索引之后,所述方法还包括:
提供自定义查询接口。
所述的存储介质,如只读存储器(Read-Only Memory,简称ROM)、随机存取存储器(Random Access Memory,简称RAM)、磁碟或者光盘等。
以上所述是本公开的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本公开所述原理的前提下,还可以作出若干改进和润饰,这些改进和润饰也应视为本公开的保护范围。
工业实用性
本公开实施例提供的网管业务数据管理方法与装置,通过查询网络网元信息和链路信息以生成网元链路无向图,查询业务信息以建立业务拓扑图,并关联业务拓扑图与网元链路无向图,在关联后的图中查找目标业务信息的关联信息,实现在查询跨越多层的业务关联信息时可以提高效率、支撑大规模业务、统一接口和提高扩展性的目的。

Claims (11)

  1. 一种网管业务数据管理方法,包括:
    查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图;
    查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;
    将所述业务拓扑图与所述网元链路无向图进行关联;
    在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息。
  2. 如权利要求1所述的方法,其中,所述查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图,包括:
    逐层查询多层中的每层的业务信息,对所述每层的业务信息进行压缩,所述每层的业务信息包括唯一性信息、业务层次信息和拓扑信息,所述多层包括段层、隧道、伪线、多段伪线和以太网;
    建立包括压缩后的每层的业务信息的业务拓扑图。
  3. 如权利要求2所述的方法,其中,所述在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息,包括:
    在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的唯一性信息、业务层次信息、拓扑信息和链路信息中的一项或者多项。
  4. 如权利要求1-3中任一项所述的方法,其中,在所述建立包括压缩后的每层的业务信息的业务拓扑图之后,所述方法还包括:
    建立所述业务拓扑图包括的业务信息的数据索引。
  5. 如权利要求4所述的方法,其中,在所述建立所述业务拓扑图包括的业务信息的数据索引之后,所述方法还包括:
    提供自定义查询接口。
  6. 一种网管业务数据管理装置,包括:
    第一查询模块,设置为查询网络中多个网元的网元信息和多个链路的链路信息,生成包括多个网元的网元信息和多个链路的链路信息的网元链路无向图;
    第二查询模块,设置为查询多层的业务信息,建立包括所述多层的业务信息的业务拓扑图;
    关联模块,设置为将所述业务拓扑图与所述网元链路无向图进行关联;
    查找模块,设置为在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的关联信息。
  7. 如权利要求6所述的网管业务数据管理装置,其中,所述第二查询模块设置为逐层查询多层中的每层的业务信息,对所述每层的业务信息进行压缩,所述每层的业务信息包括唯一性信息、业务层次信息和拓扑信息,所述多层包括段层、隧道、伪线、多段伪线和 以太网,建立包括压缩后的每层的业务信息的业务拓扑图。
  8. 如权利要求7所述的网管业务数据管理装置,其中,所述查找模块设置为在关联后的所述业务拓扑图与所述网元链路无向图中查找目标业务信息的唯一性信息、业务层次信息、拓扑信息和链路信息中的一项或者多项。
  9. 如权利要求8所述的网管业务数据管理装置,其中,所述网管业务数据管理装置还包括:
    建立模块,设置为建立所述业务拓扑图包括的业务信息的数据索引。
  10. 如权利要求9所述的网管业务数据管理装置,其中,所述网管业务数据管理装置还包括:
    提供模块,设置为提供自定义查询接口。
  11. 一种存储介质,设置为存储程序代码,所述程序代码用于执行权利要求1至5中任一项所述的网管业务数据管理方法。
PCT/CN2017/091623 2016-07-07 2017-07-04 一种网管业务数据管理方法和网管业务数据管理装置 WO2018006791A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610530599.9A CN107592207B (zh) 2016-07-07 2016-07-07 一种网管业务数据管理方法和网管业务数据管理装置
CN201610530599.9 2016-07-07

Publications (1)

Publication Number Publication Date
WO2018006791A1 true WO2018006791A1 (zh) 2018-01-11

Family

ID=60912346

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/091623 WO2018006791A1 (zh) 2016-07-07 2017-07-04 一种网管业务数据管理方法和网管业务数据管理装置

Country Status (2)

Country Link
CN (1) CN107592207B (zh)
WO (1) WO2018006791A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113742774B (zh) * 2021-09-03 2024-02-09 北京字跳网络技术有限公司 数据处理方法、装置、可读介质及电子设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100332991A1 (en) * 2009-06-29 2010-12-30 International Business Machines Corporation Increasing Resilience of a Network Service
CN102801618A (zh) * 2012-08-07 2012-11-28 杭州华三通信技术有限公司 一种在以太环网中确定三层数据路径的方法及装置
CN102882722A (zh) * 2012-09-28 2013-01-16 烽火通信科技股份有限公司 Ptn/ipran端到端业务数据快速创建方法
CN104993941A (zh) * 2015-05-14 2015-10-21 西安电子科技大学 一种基于Openflow网络高容错性虚拟网络映射算法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011085823A1 (en) * 2010-01-12 2011-07-21 Telefonaktiebolaget L M Ericsson (Publ) Routing through network having optical and electrical layers
CN102143007A (zh) * 2011-05-03 2011-08-03 中国南方电网有限责任公司 基于分布式的多级网络拓扑发现方法
CN102752806B (zh) * 2012-06-26 2016-03-30 华为技术有限公司 一种准入控制方法及装置
CN103020713A (zh) * 2012-11-19 2013-04-03 山东大学 一种结合拓扑与继电保护逻辑的智能变电站故障诊断方法
CN103873277B (zh) * 2012-12-12 2017-08-25 中国科学院声学研究所 一种分层的网络拓扑可视化方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100332991A1 (en) * 2009-06-29 2010-12-30 International Business Machines Corporation Increasing Resilience of a Network Service
CN102801618A (zh) * 2012-08-07 2012-11-28 杭州华三通信技术有限公司 一种在以太环网中确定三层数据路径的方法及装置
CN102882722A (zh) * 2012-09-28 2013-01-16 烽火通信科技股份有限公司 Ptn/ipran端到端业务数据快速创建方法
CN104993941A (zh) * 2015-05-14 2015-10-21 西安电子科技大学 一种基于Openflow网络高容错性虚拟网络映射算法

Also Published As

Publication number Publication date
CN107592207B (zh) 2022-08-23
CN107592207A (zh) 2018-01-16

Similar Documents

Publication Publication Date Title
US9473373B2 (en) Method and system for storing packet flows
CN105138592B (zh) 一种基于分布式架构的日志数据存储和检索方法
CN103561133B (zh) 一种ip地址归属信息索引方法及快速查询方法
US11361027B2 (en) Historical state management in databases
CN104580027A (zh) 一种OpenFlow报文转发方法及设备
CN108268529B (zh) 一种基于业务抽象和多引擎调度的数据汇总方法和系统
CN105591914B (zh) 一种openflow流表的查表方法和装置
CN107358535B (zh) 一种社区发现方法及装置
WO2015139533A1 (zh) 一种网管对混合组网业务的反算方法
US9135833B2 (en) Process for selecting compressed key bits for collision resolution in hash lookup table
CN105429879A (zh) 流表项查询方法、设备及系统
US11509567B2 (en) IP-based matching system
CN107707474A (zh) 一种路由分配方法及系统
WO2016061925A1 (zh) 一种路由表的维护方法、装置及存储介质
CN112131356B (zh) 一种基于tcam的报文关键字匹配方法和装置
WO2018006791A1 (zh) 一种网管业务数据管理方法和网管业务数据管理装置
CN108696418B (zh) 一种社交网络中隐私保护方法及装置
JP5059239B1 (ja) オントロジースキーマーに基づくインスタンス経路の探索方法及び装置
US9529855B2 (en) Systems and methods for point of interest data ingestion
CN107528794B (zh) 一种数据处理方法和装置
CN112087389B (zh) 一种报文匹配查表方法、系统、存储介质和终端
CN105095283A (zh) 网络社交系统中准好友的推荐方法和系统
US9444735B2 (en) Contextual summarization tag and type match using network subnetting
CN108833724B (zh) 一种cdr合成方法及装置
CN110719225B (zh) 基于ip网络的流媒体路径控制方法、装置及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17823603

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17823603

Country of ref document: EP

Kind code of ref document: A1