[Contents] [Prev] [Next] [Index] [Report an Error]

<change>

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 Release 7.4.

Description

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:

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.

Usage Guidelines

Generating a Persistent or Transient Configuration Change and Creating Custom Configuration Syntax with Macros

Related Topics

 <transient-change>


[Contents] [Prev] [Next] [Index] [Report an Error]