Blogs

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

By Erdem posted 08-10-2015 21:07

  

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".


#commitscript
#How-To