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

Specifying the merge Data Mode

By default, the NETCONF server merges new configuration data into the candidate configuration. Thus, if no edit-configuration mode is specified, the routers will merge the new configuration elements into the existing candidate configuration. Merging configurations is performed according to the following rules:

To explicitly specify that data be merged, the application can include the <default-operation> tag element with the value merge in the <edit-config> tag element:

<rpc>
    <edit-config>
        <default-operation>merge</default-operation>
        <!- - other child tag elements of the <edit-config> tag element - ->
    </edit-config>
</rpc>
]]>]]>

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