YANG Data Model for FDM Abstract

Slides:



Advertisements
Similar presentations
Omniran CF CF Network Reference Model Introduction Date: Authors: NameAffiliationPhone Max RiegelNokia Networks+49.
Advertisements

Omniran CF00 1 Some Detailed Information for Network Reference Model Date: [ ] Authors: NameAffiliationPhone Su YiFujitsu R&D.
Omniran CF00 1 Content and outline considerations for Annex: Applicability to non-IEEE 802 PHY layer technologies Date: Authors:
Ethernet OAM Survey and Introducing Network Management Service
Ethernet OAM Survey and Introducing Network Management Service
P802.1CF Information Model Structure
Comparison Between and af
Progressing OmniRAN Abstract
Layer-2 Network Virtualization
802.1CF perspective on planned Industry Connections activity
Network instantiation
P802.1CF Information Model Structure
Report on TGs Date: [ ] Authors: Name Affiliation Phone Hao Wang
Emergency Service – NS/EP Vs E-911 for IEEE m
Layer-2 Network Virtualization
Relation between information modeling and network operation
P802.1CF NRM Mapping to real networks
P802.1CF User Service Information Model
Information Model Structure
omniRAN Virtual Access Network Instantiation
P802.1CF architectural considerations for EM and NM
Model for Accounting and Monitoring
omniRAN Network Function Virtualization
P802.1CF Information Model Structure
P802.1CF NRM Refinements Abstract
P802.1CF NRM Discussions Abstract
Network reference model for access network virtualization
Proposal to Amend the Configuration and Maintenance Model
Chapter 7.1 Restructuring Proposal
Layer-2 Network Virtualization
802.1CF-D1.0 WG ballot comment remedies
802.1CF-D1.0 WG ballot comment remedies
Date: < yyyy-mm-dd >
Investigation Report on
An SDN-based approach for OmniRAN
Information Model for AN Setup
Information Model Structure
Information Model Structure
P802.1CF D1.0 Figure Proposals Abstract
Network instantiation
Brief Introduction to OmniRAN P802.1CF
SDN Functional Decomposition
P802.1CF architectural considerations for EM and NM
Terminology clean-up User/Subscriber
Information Model Structure
Terminology clean-up User/Subscriber
P802.1CF Information Model Structure
P802.1CF operational models
omniRAN Network Function Virtualization
Key concepts of authorization, QoS, and policy control
IEEE 802 omniRAN R9c Reference Point
P802.1CF D1.0 Figure Proposals Abstract
P802.1CF NRM Refinements Abstract
[place document title here]
IEEE 802 Scope of OmniRAN Abstract
Mapping of QoS Related Parameters
P802.1CF NRM Refinements Abstract
Information Model for AN Setup
Working Group Treasurer’s Report - Session #100
An SDN-based approach for OmniRAN Reference Point mapping
M2M Task Group Closing Report (Session #80)
[place document title here]
802.1CF ToC Refinements Abstract
OmniRAN SDN Use Case ToC
SDN-based OmniRAN Use Cases Summary
OmniRAN SDN Use Case ToC
Working Group Treasurer’s Report - Session #106
Working Group Treasurer’s Report - Session #108
Working Group Treasurer’s Report - Session #110
IEEE 802 RAN Recommended Practice ToC Proposal
Presentation transcript:

YANG Data Model for FDM Abstract Date: [2017-03-13] Authors: Name Affiliation Phone Email Hao Wang Fujitsu R&D Center +86-10-59691000 wangh@cn.fujitsu.com Su Yi yisu@cn.fujitsu.com Xiaojing Fan fanxiaojing@cn.fujitsu.com Ryuichi Matsukura Fujitsu/Fujitsu Laboratory +81-44-754-2667 r.matsukura@jp.fujitsu.com Notice: This document does not represent the agreed view of the IEEE 802.1 OmniRAN TG. It represents only the views of the participants listed in the ‘Authors:’ field above. It is offered as a basis for discussion. It is not binding on the contributor, who reserve the right to add, amend or withdraw material contained herein. Copyright policy: The contributor is familiar with the IEEE-SA Copyright Policy <http://standards.ieee.org/IPR/copyrightpolicy.html>. Patent policy: The contributor is familiar with the IEEE-SA Patent Policy and Procedures: <http://standards.ieee.org/guides/bylaws/sect6-7.html#6> and <http://standards.ieee.org/guides/opman/sect6.html#6.3>. Abstract This presentation proposes initial YANG data model structure design for FDM related attributes.

2017-03-13 Hao Wang Fujitsu R&D Center YANG Data Model for FDM 2017-03-13 Hao Wang Fujitsu R&D Center

Introduction UML is a common tool used in IEEE 802.1 specifications, and assists to generate YANG data model. E.g. IEEE 802.1Xck, 802.1Qcp YANG model 802.1CF specification will benefit from UML as well for preparation of YANG model. Based on Clause 7.8 Fault Diagnostics and Maintenance (FDM) in 802.1CF draft (D0.4) and attributes mapping to IEEE 802 technologies, an initial YANG model structure for FDM is proposed. The model is incomplete at this point, and more detailed attributes need to be considered in the future.

Basic Assumptions for FDM Functionality Management client, i.e NETCONF client, resides in NMS by default, and forming a client-server pair as NMS-ANC. FDM control functionality is available for all control entities in the NRM, allowing the possibility of the second client-server form as e.g ANC-TEC. FDM functionality for interface is separated to distinguish those attributes mapping to IEEE 802 technologies. The relevant model of the managed objects defined by other SDO is referred. FDM Control Functionality FDM Functionality for interface Port

Basic Assumptions of UML Class Diagram YANG does not have a concept of ‘public’, ‘private’, ‘protected’ etc. All attributes and operations in UML format are defined as ‘public’ to serve the purpose of YANG/NETCONF operations. Most operations in class are left vacant temporarily. The syntax defined for each attribute needs to be consist with other control functions. This UML example shows a composite aggregation relationship indicating ownership or containment of the source class by the target class. Class 2 values will be contained in Class 1. Visibility of the element: + public - private # protected ~ packet visibility Composite aggregation - represented by different levels of containers in YANG. Equivalent in YANG Container Leaf RPC, notification Multiplicity. 1 = [1,1] Multiplicity. * = 0..∞ Equivalent to “list” in YANG

FDM Module “fdm” is a YANG module that is part of the OmniRAN data model. It can be imported to YANG data model on any OminRAN entities. Reference: ITU-T X.733, BBF TR-181

Element: interface

Reference: MEF-38 (mef-cfm YANG module) Element: port Defined thresholds for reporting link related threshold crossing event. Defined in 802.3 Defined in 802.1Q, a.k.a. Ethernet ping. RRM results as defined in 802.11k WNM results as defined in 802.11v Topology, configuration info provided by LLDP (802.1ab) Reference: MEF-38 (mef-cfm YANG module)

Element: continuity-check Continuity Check (CC): The multicast unidirectional heartbeat message is used to detect connectivity. Defined in 802.3. Reference: MEF-38 (mef-cfm YANG module)

Reference: MEF-38 Example: a container in mef-cfm YANG module

Reference: IEEE 802.1Q

Reference IETF RFC 6020, YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF) OMG Unified Modeling Language (OMG UML), Version 2.5, 2015 http://www.uml.org IEEE 802.1Qcp, IEEE Standard for Local and Metropolitan Area Networks: Bridges and Bridged Networks—Amendment: YANG Data Model, d0.7, 2016 IEEE 802.1Xck, IEEE Standard for Local and Metropolitan Area Networks: Port-Based Network Access Control Amendment 2: YANG Data Model, d1.0, 2016 MEF 38, Service OAM Fault Management YANG Modules, 2012

Questions, Comments Thank YOU!