<change> (XSLT)

Usage

<change rollback="index"/>
 
<change url="url" [action="(merge | override | replace | update)"] />
 
<change [action="(merge | override | replace | update)"] ]>
    <!-- tag elements representing configuration statements to load -->
</change>

Release Information

Statement introduced in Junos OS Release 7.4.

Description

Request that the Junos XML protocol server load configuration data into the candidate configuration. Provide the data to load in one of three ways:

action—Specifies how to load the configuration data, particularly when the candidate configuration and loaded configuration contain conflicting statements. The following are acceptable values:

rollback—Specifies the numerical index of the previous configuration to load. Valid values are 0 (zero, for the most recently committed configuration) through one less than the number of stored previous configurations (maximum is 49).

url—Specifies the full pathname of the file that contains the configuration data to load. The file must reside on the device’s local disk.

Usage Guidelines

See Overview of Generating Persistent or Transient Configuration Changes and Overview of Creating Custom Configuration Syntax with Macros.

Related Topics