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

active

Usage

active attribute (JUNOS XML with JUNOScript)
<rpc>
<load-configuration>
<configuration>
<!- - opening tag for each parent of the element - ->
<element active="active">
<name>identifier</name> <!- - if element has an identifier - ->
</element>
<!- - closing tag for each parent of the element - ->
</configuration>
</load-configuration>
</rpc>

Description

Reactivate a previously deactivated configuration element.

The active attribute can be combined with one or more of the insert, rename, or replace attributes. To deactivate an element, include the inactive attribute instead.

Usage Guidelines

See Changing a Configuration Element’s Activation State and Changing a Configuration Element’s Activation State Simultaneously with Other Changes.

Related Topics

inactive, insert, <load-configuration>, rename, replace, <rpc>


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