Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

<edit-config>

 

Usage

Description

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

  • Include the <url> tag element to specify the location of a file that contains the XML configuration tag elements to incorporate.

  • Include the <config> tag element to provide a data stream of XML configuration tag elements to incorporate. The tag elements are enclosed in the <configuration> tag element.

<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:

  • none—Retains each configuration element in the existing candidate configuration unless the new data includes a corresponding element that has the operation attribute in its opening container tag to specify an incorporation mode. This mode prevents the NETCONF server from creating parent hierarchy levels for an element that is being deleted. For more information, see Deleting Configuration Elements.

<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.