ON THIS PAGE
<routing-engine>
Usage
<rpc-reply xmlns:junos="URL">
<commit-results>
<!-- when the candidate configuration or private copy is committed -->
<routing-engine>
<name>reX</name>
<commit-success/>
<commit-revision-information>
<old-db-revision>old-revision-id</old-db-revision>
<new-db-revision>new-revision-id</new-db-revision>
</commit-revision-information>
</routing-engine>
<!-- when the candidate configuration or private copy is syntactically valid -->
<routing-engine>
<name>reX</name>
<commit-check-success/>
</routing-engine>
<!-- when an instance of the ephemeral database is committed -->
<routing-engine>
<name>reX</name>
<commit-success/>
</routing-engine>
</commit-results>
</rpc-reply>Description
Child element included in a Junos XML protocol
server <commit-results> response element
to return information about a requested commit operation on a particular
Routing Engine.
Contents
<commit-check-success> |
Indicates that the configuration is syntactically correct. |
<commit-success> |
Indicates that the Junos XML protocol server successfully committed the configuration. |
<name> |
Name of the Routing Engine on which the commit operation was performed. Possible values are re0 and re1. |
The <commit-revision-information> tag element is described separately.
Release Information
This is a Junos XML management protocol response tag. It is supported in Junos XML protocol sessions, and it is supported as a Juniper Networks proprietary extension in NETCONF sessions on Junos devices that identify the URI http://xml.juniper.net/netconf/junos/1.0 in the capabilities exchange.