ON THIS PAGE
<commit>
Usage
<rpc>
<commit/>
</rpc>
]]>]]>
<rpc>
<commit>
<confirmed/>
<confirm-timeout>rollback-delay</confirm-timeout>
</commit>
</rpc>
]]>]]>
Description
Request that the NETCONF server perform one of the variants of the commit operation on the candidate configuration or open configuration database. Table 1 describes the commit operations.
The <confirmed/> tag is not supported when committing
configuration data to the ephemeral configuration database.
<commit> Operation |
Description |
|---|---|
<commit/> |
Commit the configuration immediately, making it the active configuration on the device. |
<commit>
<confirmed/>
</commit>
<commit>
<confirmed/>
<confirm-timeout>rollback-delay</confirm-timeout>
</commit>
|
Commit the configuration but require an explicit confirmation for the commit to become permanent. If the commit is not confirmed, the configuration rolls back to the previous configuration after the specified time. Optionally, include the To delay the rollback again (past the original rollback
deadline), emit the
To confirm the commit, emit the empty
|
Contents
<confirmed> |
Request a temporary commit of the candidate configuration. If the commit is not confirmed, the device reverts to the previous active configuration after a specified time, which is 600 seconds (10 minutes) by default. |
<confirm-timeout> |
Specify the number of seconds before the device reverts to the previously active configuration. If you omit this element, the server uses the default value.
|