<commit-results>

Usage

<rpc-reply xmlns:junos="URL">
<!-- for the candidate configuration -->
<commit-results>
<routing-engine>...</routing-engine>
</commit-results>

<!-- for a private copy -->
<commit-results>
<load-success/>
<routing-engine>...</routing-engine>
</commit-results>

<!-- for a private copy that does not include changes -->
<commit-results>
</commit-results>
</rpc-reply>

Description

Enclose tag elements that contain information about a commit operation performed by the Junos XML protocol server on a particular Routing Engine.

<load-success/>—Indicates that the Junos XML protocol server successfully merged changes from the private copy into a copy of the candidate configuration, before committing the combined candidate on the specified Routing Engine.

The <routing-engine> tag element is described separately.

Usage Guidelines

See Committing a Configuration.

Related Topics