blob: 634190b2db9c38517cdd5153df42100cf6006d7a [file] [log] [blame]
ramvermaaf74a622018-07-31 18:25:39 +01001//
2// ============LICENSE_START=======================================================
3// Copyright (C) 2016-2018 Ericsson. All rights reserved.
4// ================================================================================
5// This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
6// Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
7//
8// SPDX-License-Identifier: CC-BY-4.0
9// ============LICENSE_END=========================================================
10//
11// @author Sven van der Meer (sven.van.der.meer@ericsson.com)
12//
13
14== D-MIM (IM'17)
15
16[width="100%",cols="15%,90%"]
17|===
18
19h| Title
20e| Distributed Management Information Models
21
22h| Venue
23| IEEE IM, Lisbon, May 2017
24
25h| Abstract
26| The use of information models to share and allow modification of network element state is one of the best and most widely adopted ideas in network management. The formal structure of information models and the controlled manner of accessing and changing such models brings both flexibility and control when managing network elements. However, keeping information models synchronized and consistent across network elements and management systems is also one of the most challenging tasks in network management system development. Today this problem is exasperated with the advent of ephemeral network functions and elements and also by the need for distributed scalable cooperating management functions running in containerized distributed cloud deployments. In computer science, there have been major advances in systems that allow seamless distribution of data across distributed executing entities, and separately in systems that allow highly granular data access synchronization across distributed entities. However, such systems do not place importance on " information model " concepts, with data usually distributed as largely unmodeled unstructured data maps. In this paper, we describe our novel approach for distributed information models. We describe how information models are distributed to dispersed network elements and management systems, how synchronized access to distributed information models is achieved, how information models are persisted, and how lookups and changes to information models are logged.
27
28h| Links
29| link:https://www.researchgate.net/publication/316629867_Distributed_Management_Information_Models[Research Gate] [accessed Aug 11, 2017]
30
31h| BibTeX
32a|
33[source,bibtex]
34----
35@inproceedings{DBLP:conf/im/FallonKM17,
liamfallona41c8772018-09-05 15:46:31 +010036 author = {Liam Fallon and John Keeney and Sven van der Meer},
ramvermaaf74a622018-07-31 18:25:39 +010037 title = {Distributed Management Information Models},
liamfallona41c8772018-09-05 15:46:31 +010038 booktitle = {2017 {IFIP/IEEE} International Symposium on Integrated Network Management {IM} 2017, Lisbon, Portugal, May 8-12, 2017},
ramvermaaf74a622018-07-31 18:25:39 +010039 pages = {414--420},
40 year = {2017},
41 crossref = {DBLP:conf/im/2017},
ramvermaaf74a622018-07-31 18:25:39 +010042 doi = {10.23919/INM.2017.7987306},
ramvermaaf74a622018-07-31 18:25:39 +010043 biburl = {http://dblp.org/rec/bib/conf/im/FallonKM17},
44 bibsource = {dblp computer science bibliography, http://dblp.org}
45}
46----
47
48|===
49