From f9ad9cc03f4963b7372ba3cb2406119dfe77770b Mon Sep 17 00:00:00 2001 From: Dhruv Dhody Date: Wed, 18 Dec 2024 00:23:15 +0530 Subject: [PATCH] Initial --- draft-iab-nemops-workshop-report.md | 96 +++++++++++++++++++++++++++++ draft-todo-yourname-protocol.md | 89 -------------------------- 2 files changed, 96 insertions(+), 89 deletions(-) create mode 100644 draft-iab-nemops-workshop-report.md delete mode 100644 draft-todo-yourname-protocol.md diff --git a/draft-iab-nemops-workshop-report.md b/draft-iab-nemops-workshop-report.md new file mode 100644 index 0000000..226920d --- /dev/null +++ b/draft-iab-nemops-workshop-report.md @@ -0,0 +1,96 @@ +--- +title: "Report from the IAB Workshop on the Next Era of Network Management Operations" +abbrev: "NEMOPS Workshop Report" +category: info + +docname: draft-iab-nemops-workshop-report-latest +submissiontype: IAB +number: +date: +consensus: true +v: 3 +keyword: + - YANG + - NETCONF + - RESTCONF + - NMOPS +venue: + github: "intarchboard/draft-iab-nemops-workshop-report" + latest: "https://intarchboard.github.io/draft-iab-nemops-workshop-report/draft-iab-nemops-workshop-report.html" +author: + - + fullname: "Wes Hardaker" + email: "hardaker@isi.edu" + - + fullname: "Dhruv Dhody" + email: "dd@dhruvdhody.com" +normative: + +informative: +RFC3535: +RFC6241: +RFC7950: +RFC8040: +I-D.ietf-core-comi: + +--- abstract + +The "Next Era of Network Management Operations (NEMOPS)" workshop was convened by the Internet Architecture Board (IAB) on December 3-5, 2024 as a three-day online meeting. It builds on a previous 2002 workshop, the outcome of which was documented in RFC 3535 identifying 14 operator requirements for consideration in future network management protocol design and related data models, along with some recommendations for the IETF. Much has changed in the Internet’s operation and technological foundations since then. The NEMOPS workshop reviewed the past outcomes and identified any operational barriers that prevented these technologies from being widely implemented. It sketched new requirements for future network management operations collaboratively with the industry, network operators and protocol engineers, and developed a suggested action plan and recommendations for the IETF. + +Note that this document is a report on the proceedings of the workshop. The views and positions documented in this report were expressed during the workshop by participants and do not necessarily reflect IAB's views and positions. + +--- middle + +# Introduction + +The IAB organized a workshop in June 2002 to establish a dialog between network operators and protocol developers, and to guide IETF when working on network management protocols. The outcome of that workshop was documented in the "Overview of the 2002 IAB Network Management Workshop" [RFC3535] which identified 14 operator requirements for consideration in future network management protocol design and related data models, along with some recommendations for the IETF. + +Those requirements were instrumental in developing first the NETCONF protocol (in the NETCONF Working Group) [RFC6241], the associated YANG data modeling language (in the NETMOD Working Group) [RFC7950], RESTCONF [RFC8040], and most recently CORECONF [I-D.ietf-core-comi]. + +The NEMOPS workshop aimed to discuss the following key topics: + +* Review the outcomes and results of the 2002 workshop (current deployments, state of the art) and identify any operational barriers that prevent these technologies from being widely implemented (limitations, hurdles). +* Sketch new requirements for future network management operations in a collaborative manner with the industry, network operators, and protocol engineers. +* Develop a plan of action and recommendations for the IETF. + +## About this workshop report content + +The Internet Architecture Board (IAB) holds occasional workshops designed to consider long-term issues and strategies for the Internet, and to suggest future directions for the Internet architecture. This long-term planning function of the IAB is complementary to the ongoing engineering efforts performed by working groups of the Internet Engineering Task Force (IETF). + +This document is a report on the proceedings of the workshop. The views and positions documented in this report are expressed during the workshop by participants and do not necessarily reflect IAB's views and positions. + +Furthermore, the content of the report comes from presentations given by workshop participants and notes taken during the discussions, without interpretation or validation. Thus, the content of this report follows the flow and dialogue of the workshop but does not necessarily attempt to capture a consensus, unless stated otherwise. + +# Workshop Scope and Discussion + +The workshop was organized across three days with all-group discussion slots, one per day. The following topic areas were identified and the program committee organized paper submissions into three main themes for each of the three discussion slots. During each discussion, those papers were presented sequentially with open discussion held at the end of each day. + +## Session I: Past (lookback, analysis) + +## Session II: Present (identified problems & requirements) + +## Session III: Future (possible solutions, recommendations and next steps) + +## Key Take Aways + +--- back + +# Position Papers + +# Workshop Participants + +The workshop participants were + +# Workshop Program Committee + +The workshop program committee members were Wes Hardaker, Dhruv Dhody, Qin Wu, Suresh Krishnan, Benoît Claise, Mohamed Boucadair, Mahesh Jethanandani, Kent Watsen, and Warren Kumari. + +# IAB Members at the Time of Approval +{:numbered="false"} + +Internet Architecture Board members at the time this document was approved for publication were: TODO + +# Acknowledgments +{:numbered="false"} + +TBD diff --git a/draft-todo-yourname-protocol.md b/draft-todo-yourname-protocol.md deleted file mode 100644 index fa51372..0000000 --- a/draft-todo-yourname-protocol.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -### -# Internet-Draft Markdown Template -# -# Rename this file from draft-todo-yourname-protocol.md to get started. -# Draft name format is "draft---.md". -# -# For initial setup, you only need to edit the first block of fields. -# Only "title" needs to be changed; delete "abbrev" if your title is short. -# Any other content can be edited, but be careful not to introduce errors. -# Some fields will be set automatically during setup if they are unchanged. -# -# Don't include "-00" or "-latest" in the filename. -# Labels in the form draft----latest are used by -# the tools to refer to the current version; see "docname" for example. -# -# This template uses kramdown-rfc: https://github.com/cabo/kramdown-rfc -# You can replace the entire file if you prefer a different format. -# Change the file extension to match the format (.xml for XML, etc...) -# -### -title: "TODO - Your title" -abbrev: "TODO - Abbreviation" -category: info - -docname: draft-todo-yourname-protocol-latest -submissiontype: IETF # also: "independent", "editorial", "IAB", or "IRTF" -number: -date: -consensus: true -v: 3 -area: AREA -workgroup: WG Working Group -keyword: - - next generation - - unicorn - - sparkling distributed ledger -venue: - group: WG - type: Working Group - mail: WG@example.com - arch: https://example.com/WG - github: USER/REPO - latest: https://example.com/LATEST - -author: - - - fullname: Your Name Here - organization: Your Organization Here - email: your.email@example.com - -normative: - -informative: - - ---- abstract - -TODO Abstract - - ---- middle - -# Introduction - -TODO Introduction - - -# Conventions and Definitions - -{::boilerplate bcp14-tagged} - - -# Security Considerations - -TODO Security - - -# IANA Considerations - -This document has no IANA actions. - - ---- back - -# Acknowledgments -{:numbered="false"} - -TODO acknowledge.