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

Using <copy-config>

One method for replacing the entire candidate configuration is to include the <copy-config> tag element in the <rpc> tag element. The <source> tag element encloses the <url> tag element to specify the filename that contains the new configuration data. The <target> tag element encloses the <candidate/> tag to indicate that the new configuration data replaces the candidate configuration:

<rpc>
    <copy-config>
        <target>
            <candidate/>
        </target>
        <source>
            <url>
                <!- - location specifier for file containing the new configuration - ->
            </url>
        </source>
    </copy-config>
</rpc>
]]>]]>

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