<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>
Release Information
This is a Junos XML management protocol operation. It is a Juniper Networks proprietary extension to NETCONF and is identified in the capabilities exchange by the URI http://xml.juniper.net/netconf/junos/1.0 . This operation is only supported in NETCONF sessions on Juniper Networks devices running the Junos OS.
Description
Enclose tag elements indicating that the NETCONF server successfully fulfilled a commit request.
<commit-check-success> | — | Indicates that the candidate configuration is syntactically correct. |
<commit-success> | — | Indicates that the NETCONF 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. |