[Contents] [Prev] [Next] [Index] [Report an Error]

Unlocking the Configuration

The client application unlocks (and by implication closes) the candidate configuration. To confirm that it unlocked the candidate configuration, the NETCONF server returns an <ok/> tag in an <rpc-reply> tag element. For more information about unlocking the configuration, see Unlocking the Candidate Configuration.

Client Application

NETCONF Server

<rpc>
  <unlock>
    <target>
      <candidate/>
    </target>
  </unlock>
</rpc>
]]>]]>

 

 

<rpc-reply xmlns=”URN” xmlns:sdx=”URL” >
  <ok/>
</rpc-reply>
]]>]]>


[Contents] [Prev] [Next] [Index] [Report an Error]