NETCONF Operation Steps

  • November 1, 2018
NETCONF-messaging

NETCONF Operations

NETCONF Operation has three common steps. These steps are: • Session Establishment • Operation Request and Reply • Session Close Firstly, the Session is Established with the <hello> messages. Both NETCONF Client and NETCONF Server send <hello> message with their capabilities, what operations they support. After Session Establishment, Operation Request and Reply messages are sent. These messages are for specific operations. Here, the messages used for Operation Request is send with <rpc> messages and the Operation Replies is sent with <rpc-reply> messages. NETCONF Client sends its requests to the NETCONF Server with <rpc> message. And Server replies with message. Lastly, session is closed with message. Client sends this message and the server replies back with <ok> message.

NETCONF Messages

We have talk about NETCONF Operation Steps and we saw the messages that are sent between NETCONF Client and NETCONF Server. Now, let’s check a little deeply and see the content of these messages. First of all, let’s start with Hello messages. As you know, Hello messages establishes NETCONF session. These messages includes the capabilities of the sending device.

<hello >
 <capabilities>
   <capability>
     urn:ietf:params:netconf:base:1.1
   </capability>
   <capability>
     https://ipcisco.com/folder1/xyz
   </capability>
 </capabilities>
 <session-id>1</session-id>
</hello>

Now, let’s check Operational RPC Messages.There are two RPC Messages used in NETCONF. All these operations are done within these main messages. These RPC Messages are: [sc name=”ContentRMessage”]

Tags:

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Cisco SD WAN Verification Commands In this lesson we will focus on How to Verify Cisco SD WAN Configuration. Here,...
How to Configure vSmart Controller? The Virtual Machines that we will use as Cisco (Viptela) vSmart Controller device come with...
How to Configure vBond Orchestrator? vBond Orchestrator comes with a factory default configuration at the beginning. So, to enroll to...
Cisco SD-WAN Components In Cisco SD-WAN Architecture, there are main components work on different SD-WAN Architecture Planes. These SD WAN...