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

operation

Usage

<rpc> 
    <edit-config>
        <config>
            <configuration>
                <!- - opening tags for each parent of the changing element - ->
                    <changing-element operation="( create | delete | replace )">
                        <name>identifier</name>
                        <!- - if changing element has an identifier - ->
                        <!- - other child tag elements, if appropriate for the operation - ->
                    </changing-element>
                <!- - closing tags for each parent of the changing element - ->
            </configuration>
        </config>
        <!- - other child tag elements of the <edit-config> tag element - ->
    <edit-config>
</rpc>
]]>]]>

Description

Specify how the NETCONF server incorporates an individual configuration element into the candidate configuration. If the attribute is omitted, the element is merged into the configuration according to the rules defined in Setting the Edit Configuration Mode. The following are acceptable values:

Usage Guidelines

See Changing Individual Configuration Elements.

Related Topics

<configuration> in the JUNOS XML API Configuration Reference, <edit-config>, <rpc>, xmlns


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