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>
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.
See Changing a Configuration Element’s Activation State and Changing a Configuration Element’s Activation State Simultaneously with Other Changes.
inactive, insert, <load-configuration>, rename, replace, <rpc>