Skip to content

bozensel/how_to_get_basic_show_outputs_using_netconf_on_Nokia_boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

how_to_get_basic_show_outputs_using_netconf_on_Nokia_boxes

Getting some basics show outputs using NETCONF on Nokia devices.

The Network Configuration Protocol (NETCONF) is a network management protocol developed and standardized by the IETF. It was developed in the NETCONF working group and published in December 2006 as RFC 4741 and later revised in 2011 and published as RFC 6241. The NETCONF protocol specification is an Internet Standards Track document.

NETCONF provides mechanisms to install, manipulate, and delete the configuration of network devices. Its operations are realized on top of a simple Remote Procedure Call (RPC) layer. The NETCONF protocol uses an Extensible Markup Language (XML) based data encoding for the configuration data as well as the protocol messages. The protocol messages are exchanged on top of a secure transport protocol.

The NETCONF protocol can be conceptually partitioned into four layers:

  • The Content layer consists of configuration data and notification data.

  • The Operations layer defines a set of base protocol operations to retrieve and edit the configuration data.

  • The Messages layer provides a mechanism for encoding remote procedure calls (RPCs) and notifications.

  • The Secure Transport layer provides a secure and reliable transport of messages between a client and a server.

About

Getting some basics show outputs using NETCONF on Nokia devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published