<transient-change> (XSLT)
Usage
<transient-change url="url"/>
<transient-change>
<!- - tag elements representing configuration statements to load - ->
</transient-change>
Release Information
Statement introduced in JUNOS Release 7.4.
Description
Request that the JUNOScript server load configuration data into the checkout configuration. Provide the data to load in one of two ways:
- Set the empty <transient-change/> element’s url attribute to the pathname of a file that resides on the
router and contains the JUNOS XML-encoded configuration data.
In the following example, the url attribute identifies /tmp/add.conf as the file to load.
<transient-change url="/tmp/add.conf"/>
- Enclose the configuration data within an opening <transient-change> and closing </transient-change> tag. Inside the <transient-change> element, include the configuration data as JUNOS XML tag elements.
Usage Guidelines
See Overview of Generating Persistent or Transient Configuration Changes and Overview of Creating Custom Configuration Syntax with Macros.