About: NETCONF is a research topic. Over the lifetime, 295 publications have been published within this topic receiving 2973 citations. The topic is also known as: Network Configuration Protocol.
TL;DR: The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices through an Extensible Markup Language (XML)-based data encoding.
Abstract: The Network Configuration Protocol (NETCONF) defined in this document
provides mechanisms to install, manipulate, and delete the
configuration of network devices. It uses an Extensible Markup
Language (XML)-based data encoding for the configuration data as well
as the protocol messages. The NETCONF protocol operations are realized
as remote procedure calls (RPCs). This document obsoletes RFC 4741.
[STANDARDS-TRACK]
TL;DR: YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF) protocol, NETCONF remote procedure calls, and NET CONF notifications.
Abstract: YANG is a data modeling language used to model configuration and state
data manipulated by the Network Configuration Protocol (NETCONF)
protocol, NETCONF remote procedure calls, and NETCONF notifications.
TL;DR: The NETCONF protocol and a recently introduced NET CONF data modeling language called YANG are described, which allows data modelers to define the syntax and semantics of device configurations, and supports translations to several XML schema languages.
Abstract: The Internet Engineering Task Force has standardized a new network configuration management protocol called NETCONF, which provides mechanisms to install, manipulate, and delete the configuration of network devices. This article describes the NETCONF protocol and a recently introduced NETCONF data modeling language called YANG. The YANG language allows data modelers to define the syntax and semantics of device configurations, and supports translations to several XML schema languages.
TL;DR: This document describes the syntax and semantics of version 1.1 of the Yang language and specifies the YANG mappings to the Network Configuration Protocol (NETCONF).
Abstract: YANG is a data modeling language used to model configuration data,
state data, Remote Procedure Calls, and notifications for network
management protocols. This document describes the syntax and semantics
of version 1.1 of the YANG language. YANG version 1.1 is a maintenance
release of the YANG language, addressing ambiguities and defects in
the original specification. There are a small number of backward
incompatibilities from YANG version 1. This document also specifies
the YANG mappings to the Network Configuration Protocol (NETCONF).
TL;DR: This work implements a similar prototyping system called ESCAPE, which can be used to develop and test various components of the service chaining architecture, and incorporates Click for implementing Virtual Network Functions (VNF), NETCONF for managing Click-based VNFs and POX for taking care of traffic steering.
Abstract: Mininet is a great prototyping tool which combines existing SDN-related software components (e.g., Open vSwitch, OpenFlow controllers, network namespaces, cgroups) into a framework, which can automatically set up and configure customized OpenFlow testbeds scaling up to hundreds of nodes. Standing on the shoulders of Mininet, we implement a similar prototyping system called ESCAPE, which can be used to develop and test various components of the service chaining architecture. Our framework incorporates Click for implementing Virtual Network Functions (VNF), NETCONF for managing Click-based VNFs and POX for taking care of traffic steering. We also add our extensible Orchestrator module, which can accommodate mapping algorithms from abstract service descriptions to deployed and running service chains.