routing-engine tag (JUNOScript)commit-check-success tag (JUNOScript)commit-success tag (JUNOScript)name tag (JUNOScript)<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>
Enclose tag elements indicating that the JUNOScript server successfully fulfilled a commit request.
<commit-check-success>—Indicates that the candidate configuration is syntactically correct.
<commit-success>—Indicates that the JUNOScript 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.
See Committing a Configuration.