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

<commit-results>

Usage

commit-results tag (JUNOScript)load-success tag (JUNOScript)routing-engine tag (JUNOScript)
<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 JUNOScript server on a particular Routing Engine.

<load-success/>—Indicates that the JUNOScript 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

<commit-configuration>, <routing-engine>, <rpc-reply>


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