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

<edit-config>

Usage


<rpc>
<edit-config>
        <target>
            <candidate/>
        </target>

    <!- - EITHER - ->
        <config>
            <configuration>
                <!- - tag elements representing the data to incorporate - ->
            </configuration>
        </config>

    <!- - OR - ->
        <url>
            <!- - location specifier for file containing data - ->
        </url>

        <default-operation>(merge | none | replace)</default-operation>
<edit-config>
</rpc>
]]>]]>

Description

Request that the NETCONF server incorporate configuration data into the candidate configuration. Provide the data in one of two ways:

<config>—Encloses the <configuration> tag element.

<configuration>—Encloses the tag elements to incorporate into the candidate configuration, provided as a data stream. For information about the syntax for representing the elements to create, delete, or modify, see Mapping Configuration Statements to SRC XML Tag Elements and Changing Individual Configuration Elements.

<default-operation>—(Optional) Specifies how to incorporate the new configuration data into the candidate configuration, particularly when there are conflicting statements. The following are acceptable values:

<url>—Specifies the full pathname of the file that contains the configuration data to load. The file must reside on the local disk. For more information, see Providing Configuration Data in a File.

The <target> tag element and its contents are explained separately.

Usage Guidelines

See Changing Configuration Information.

Related Topics

]]>]]>, <rpc>, <target>


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