Supported Platforms
Tag Elements to Use When Generating Persistent and Transient Changes
Table 1 describes the data that you can include in the <change> tag element in a commit script. To see how data values are supplied within a script, see Examples: Generating Persistent and Transient Changes.
Table 1: Tags and Attributes for Creating Configuration Changes
Data Item, XML Element, or Attribute | Description |
---|---|
Container Tags | |
<change> | Request that the Junos XML protocol server load configuration data into the candidate configuration. |
<transient-change> | Request that the Junos XML protocol server load configuration data into the configuration. |
Content Tags | |
<jcs:emit-change> | This is a template in the file |
<xsl:with-param name="content"> | You use the content parameter with the jcs:emit-change template. It allows you to include the content of the change, relative to dot. |
<xsl:with-param name="tag" select="'transient-change'"/> | Convert the contents of the content parameter into a <transient-change> request. You use the tag parameter with the jcs:emit-change template. By default, the jcs:emit-change template converts the contents of the content parameter into a <change> (persistent change) request. |