1. Protocol Framework As shown in the following figure (1), NETCONF adopts a layered structure, where each layer encapsulates specific functions and provides services to the upper layer. This structure allows each layer to focus on a single aspect of NETCONF and reduces the dependencies between layers. Changes within a layer have minimal impact on other layers.
NETCONF can be divided into four layers: the transport security layer, the message layer, the operation layer, and the content layer. These layers are:
2. Message Format The following figure (2) is a complete NETCONF YANG request message structure;
3. Communication Framework In NETCONF, the RPC request initiated by the client and the reply from the server are both encoded in XML and contained in the
IV. Database Configuration NETCONF defines a complete set of device configuration parameters. NETCONF defines the existence of one or more configuration databases and allows configuration operations on them. In the basic NETCONF model, only the