Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Change a Configuration Element’s Activation State Simultaneously with Other Changes Using the Junos XML Protocol

In a Junos XML protocol session with a device running Junos OS, a client application can deactivate or reactivate an element at the same time it performs other operations on it (except deletion), by combining the appropriate attributes or operators with the inactive or active attribute or operator. For basic information about activating or deactivating an element, see Changing a Configuration Element’s Activation State Using the Junos XML Protocol.

To define the element to deactivate or activate, a client application includes the basic tag elements or configuration statements for its parent levels, as described in Creating, Modifying, or Deleting Configuration Elements Using the Junos XML Protocol. When using Junos XML tag elements to represent the element, the application includes the inactive="inactive" or active="active" attribute along with the other appropriate attributes in the <load-configuration> tag. When using formatted ASCII text, the application combines the inactive or active operator with the other operator.

For instructions, see the following sections:

Replacing an Element and Setting Its Activation State

To replace (completely reconfigure) an element and simultaneously deactivate or activate it, a client application includes the tag elements or statements that represent all of the element’s characteristics (for complete information about the syntax for defining elements, see Replacing Elements in Configuration Data Using the Junos XML Protocol). The client application uses the attributes and operators discussed in the following examples to indicate which element is being replaced and activated or deactivated.

Using Junos XML Tag Elements for the Replacement Element

If using Junos XML tag elements to represent the element, a client application includes the action="replace" attribute in the <load-configuration> tag element:

In the opening tag for the replacement element, the application includes two attributes—the replace="replace" attribute and either the inactive="inactive" or active="active" attribute. It includes tag elements for all children being defined for the element. In the following, the identifier tag element is called <name>:

Using Formatted ASCII Text for the Replacement Element

If using formatted ASCII text to represent the element, a client application includes the action="replace" and format="text" attributes in the <load-configuration> tag:

The application places the inactive: or active: operator on the line above the new element and the replace: operator directly before the new element. It includes all child statements that it is defining for all children of the element:

Reordering an Element and Setting Its Activation State

To reorder an element in an ordered list and simultaneously deactivate or activate it, the application combines the insert attribute and identifier attribute for the reference element with the inactive or active attribute. In the following, the identifier tag element for the moving element is called <name>. The opening tag appears on two lines for legibility only:

Note:

The reordering operation is not available when formatted ASCII text is used to represent the configuration data.

For complete information about reordering elements, see Reordering Elements In Configuration Data Using the Junos XML Protocol.

Renaming an Object and Setting Its Activation State

To rename an object (change the value of one or more of its identifiers) and simultaneously deactivate or activate it, the application combines the rename attribute and identifier attribute for the new name with the inactive or active attribute.

If the object has one identifier (here called <name>), the syntax is as follows (the opening tag appears on two lines for legibility only):

If the object has multiple identifiers and only one is changing, the syntax is as follows (the opening tag appears on multiple lines for legibility only):

Note:

The renaming operation is not available when formatted ASCII text is used to represent the configuration data.

For complete information about renaming elements, see Renaming Objects In Configuration Data Using the Junos XML Protocol.

Example: Replacing an Object and Deactivating It

The following example shows how to replace the information at the [edit protocols bgp] hierarchy level in the candidate configuration for the group called G3, and also deactivate the group so that it is not used in the actual configuration when the candidate is committed:

The following example shows how to use formatted ASCII text to make the same changes: