<transient-change url="url"/>
<transient-change>
<!- - tag elements representing configuration statements to load - ->
</transient-change>
Statement introduced in JUNOS Release 7.4.
Request that the JUNOScript server load configuration data into the checkout configuration. Provide the data to load in one of two ways:
In the following example, the url attribute identifies /tmp/add.conf as the file to load.
- <transient-change url="/tmp/add.conf"/>
Generating a Persistent or Transient Configuration Change and Creating Custom Configuration Syntax with Macros