<routing-engine>

Usage

<rpc-reply xmlns:junos="URL">
<commit-results>

<!-- when the candidate configuration is committed -->
<routing-engine>
<name>reX</name>
<commit-success/>
</routing-engine>

<!-- when the candidate configuration is syntactically valid -->
<routing-engine>
<name>reX</name>
<commit-check-success/>
</routing-engine>

</commit-results>
</rpc-reply>

Description

Enclose tag elements indicating that the Junos XML protocol server successfully fulfilled a commit request.

<commit-check-success>—Indicates that the candidate configuration is syntactically correct.

<commit-success>—Indicates that the Junos XML protocol server successfully committed the candidate configuration.

<name>—Name of the Routing Engine on which the commit operation was performed. Possible values are re0 and re1.

Usage Guidelines

See Committing a Configuration.

Related Topics