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

Configuration Change Responses

Configuration change responses are responses to requests that change the state or contents of the routing platform configuration. The NETCONF server indicates successful execution of a request by returning the <ok/> tag within the <rpc-reply> tag element:

<rpc-reply xmlns="URN" xmlns:junos="URL">
    <ok/>
</rpc-reply>
]]>]]>

If the operation fails, the <rpc-reply> tag element instead encloses an <rpc-error> tag element that describes the cause of the failure. For information about handling errors, see Handling an Error or Warning.

For information about changing routing platform configuration, see Changing Configuration Information. For a summary of the available configuration tag elements, see the JUNOS XML API Configuration Reference.


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