<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>
Statement introduced in JUNOS Release 7.4.
Request that the JUNOScript 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:
Also set the replace attribute to the value replace on the opening tag of the container tag element that represents the hierarchy level or object to replace. For more information, see the JUNOScript API Guide.
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 routing platform’s local disk.
Generating a Persistent or Transient Configuration Change and Creating Custom Configuration Syntax with Macros