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

junos:group

Usage

junos:group attribute (JUNOS XML with JUNOScript)
<rpc-reply xmlns:junos="URL">
<configuration>
<!- - opening tag for each parent of the element - ->
<inherited-element junos:group="source-group">
<inherited-child-of-inherited-element junos:group="source-group">
<!- - inherited-children-of-child junos:group="source-group" - ->
</inherited-child-of-inherited-element>
</inherited-element>
<!- - closing tag for each parent of the element - ->
</configuration>
</rpc-reply>

Description

Name the configuration group from which each configuration element is inherited. The JUNOScript server includes the attribute when the client application includes the groups attribute in the empty <get-configuration/> tag or opening <get-configuration> tag.

The attribute does not appear if the client requests formatted ASCII output by including the format="text" attribute in the empty <get-configuration/> tag or opening <get-configuration> tag. Instead, the JUNOScript server provides the information in a comment directly above each inherited element.

Usage Guidelines

See Displaying the Source Group for Inherited Configuration Elements.

Related Topics

<get-configuration>, <rpc-reply>


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