Standard Netconf Content Brainstorming on getting there IETF 70.

Slides:



Advertisements
Similar presentations
The eXtensible Markup Language (XML) An Applied Tutorial Kevin Thomas.
Advertisements

YANG Boot Camp The YANG Gang IETF 71. YANG Boot Camp The YANG Gang IETF 71.
XCON - IETF 62 (March 2005) - Minneapolis 1 XCON data modeling – NETCONF, RDF and others draft-schulzrinne-sipping-emergency-req-01 draft-sipping-sos Henning.
Draft-bogdanovic-netmod-yang- model-classification-03 IETF 92 Dallas NETMOD WG B. Claise, C. Moberg, Cisco Systems D. Bogdanovic Juniper Networks.
AIP Archival Information Package – Defines how digital objects and its associated metadata are packaged using XML based files. METS (binding file) MODS.
NETMOD Architecture Phil Shafer IETF 72.
Controlled Vocabularies for DDI 4 How to represent CVs?
XML Overview. Chapter 8 © 2011 Pearson Education 2 Extensible Markup Language (XML) A text-based markup language (like HTML) A text-based markup language.
Model-based Programmable Networks
CIM and UML Overview Terry Saxton Xtensible Solutions
1 Goals and objectives (1 slide only) Project(s): MIB Ad hoc, involves EMS-NMS (MEF 7.1) Purpose of the contribution: Provide the rationale behind starting.
INF 384 C, Spring 2009 Ontologies Knowledge representation to support computer reasoning.
Abierman-nanog-30may03 1 XML Router Configs BOF Operator Involvement Andy Bierman
© Hitachi, Ltd All rights reserved. NETCONF Configuration I/F Advertisement by WSDL and XSD Hideki Okita, Tomoyuki Iijima, Yoshifumi Atarashi, Ray.
Using DSDL plus annotations for Netconf (+) data modeling Rohan Mahy draft-mahy-canmod-dsdl-01.
© 2012 IBM Corporation Best Practices for Publishing RDF Vocabularies Arthur Ryman,
Clue data model Design team meeting 30/09/2014 Roberta Presta, Simon Romano.
Web Architecture: Extensible Language Tim Berners-Lee, Dan Connolly World Wide Web Consortium 元智資工所 系統實驗室 楊錫謦 1999/9/15.
1 Miscellaneous Capabilities for IP Network Infrastructure IETF 64 Vancouver, BC, Canada November 2005.
PG 1 Netconf Data Model Netmod BOF – IETF 60 Sharon Chisholm – Randy Presuhn -
Protocol for I2RS I2RS WG IETF #89 London, UK Dean Bogdanovic v0.1.
Kalua – A DML for NETCONF
Representing Netconf Data Models using Document Schema Definition Languages (DSDL) Rohan Mahy Sharon Chisholm Lada Lhotka IETF 72 - Dublin.
Using DSDL plus annotations for Netconf (+) data modeling Rohan Mahy draft-mahy-canmod-dsdl-01.
PG 1 Framework for Netconf Data Models Netmod BOF – IETF 60 Sharon Chisholm –
Netconf Event Notifications IETF 66 Sharon Chisholm Hector Trevino
Netmod Netconf Data Modeling Sharon Chisholm Nortel
Slide 1 Unified Modeling Language, Version 2.0 Object-Oriented SAD.
Extended Written Response Assessment
Using DSDL plus annotations for Netconf (+) data modeling
Junos Automation Stack
Convergence of Network Management Protocols
Jun Tatemura NEC Laboratories Amercia GGF10, March 2004
LMAP BoF 1. ISP use case 2. Framework
“with-defaults” capability in NETCONF
Asuman Dogac, METU, Turkey Yildiray Kabak, SRDC Ltd.,Turkey
Configuring Applications
The SUPA Information Model
IEEE 802 OmniRAN EC SG July 2013 Conclusion
SUPA/YMCA (Yang Models for Configuration and topology Abstraction)
Creating Subtopics.
Hardware Addressing and Frame Type Identification
CCSDS Message Bus Comparison
CS231: Computer Architecture I
Satisfying Open/Closed Principle
making ogc's wfs specification mash-up friendly
Processes The most important processes used in Web-based systems and their internal organization.
Formal Language Theory
NETCONF Configuration I/F Advertisement by WSDL and XSD
LegalRuleML Metamodel
Linear Inequalities and Absolute Value
Cmake Primer.
Pallavi Patwa CSTE,ISTQB (Foundation)
Factory default Setting draft-wu-netmod-factory-default-01
Higher-Level Testing and Integration Testing
NMDA Q & A draft-dsdt-nmda-guidelines &
IEEE as a “component” Date: Authors: May 2015
CS231: Computer Architecture I
Semantic Markup for Semantic Web Tools:
WebDAV Design Overview
A QUICK START TO OPL IBM ILOG OPL V6.3 > Starting Kit >
VCE IT Theory Slideshows
Decision Making Process
CS231: Computer Architecture I
And Effective Decision Making
CSE591: Data Mining by H. Liu
Lars, Bart, Michel , Jaap, Edo
Task 62 Scope – Config / Operational State
IPv6 Current version of the Internet Protocol is Version 4 (v4)
COMS BoF Addressing the Questions
Presentation transcript:

Standard Netconf Content Brainstorming on getting there IETF 70

Outline Context Two Approaches Top Down Bottom Up Example Hierarchy Requirements on first content

Context We can consider the NETCONF solution to consist of three bits Netconf protocol Method of specifying content Content There are currently many options for defining Netconf content XML Schema Relax NG XML Schema + extensions Relax NG + extensions Yang Owl RDF Etc. All methods describe the same XML going over the wire, just in different ways Therefore there is no reason to not start defining standard NETCONF content now We can always rewrite the specifications later when the selection has been made and standardized on.

Two approaches – Bottom Up Pick a single working group, work with them to define some NETCONF content to configure and manage their technology. Pros Allows us to get started right away Cons May end up with mash up of unrelated content definitions

Two approaches – Top Down First design the general hierarchy of how data models will fit together and some base elements which technologies should base themselves off Interfaces Entities Applications Etc. Pros End up with well organized content which is easier to understand and to filter maximizes consistency whenever possible Cons Requires up front work which might delay us

Example Hierarchy System System-level data Interfaces Physical Entities Applications NETCONF

Requirements on first Content Need to make sure the content we start off with is configurable Is there some way to get us going faster? Tie to typical CLI configuration model? Use other existing data model Or do we need to start from scratch?