Blog Viewer

Scripting How-To: Emit transient changes from a commit script

By Erdem posted 08-07-2015 13:14

  

Transient configuration changes can be emitted from a commit script. To emit the transient configuration changes, emit the changes in tag <transient-change> as follows:

 

1

<transient-change> {

2

<system> {

3

<hostname> "hostname";

4

}

5

}

 

Transient changes are not visible from the CLI. Transient changes will be the part of command "show | display commit-scripts".


#ScriptingHow-To
#commitscript
#How-To
#Slax

Permalink