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

Committing the Configuration

The client application commits the candidate configuration. To confirm that it committed the candidate configuration, the NETCONF server returns an <ok/> tag in an <rpc-reply> tag element. For more information about the commit operation, see Committing a Configuration.

Client Application

NETCONF Server

<rpc>
  <commit/>
</rpc>
]]>]]>

 

 

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


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