junos:group
Uso
<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>
Descrição
Nomeie o grupo de configuração do qual cada elemento de configuração é herdado. O servidor de protocolo Junos XML inclui o atributo quando o aplicativo do cliente inclui os atributos e groups
os inherit
atributos em uma <get-configuration>
operação.
O atributo não aparece se o cliente solicitar saída ASCII formatada, incluindo o format="text"
atributo na <get-configuration>
operação. Em vez disso, o servidor de protocolo Junos XML fornece as informações em um comentário diretamente acima de cada elemento herdado.