SUR CETTE PAGE
End-of-document Character Sequence
Utilisation
<hello>
<!-- child tag elements included by client application or NETCONF server -->
</hello>
]]>]]>
<rpc [attributes]>
<!-- tag elements in a request from a client application -->
</rpc>
]]>]]>
<rpc-reply xmlns="URN" xmlns:junos="URL">
<!-- tag elements in the response from the NETCONF server -->
</rpc-reply>
]]>]]>
Description
Signalez la fin de chaque document XML envoyé par le serveur NETCONF et les applications clientes. Les applications clientes envoient la séquence après sa balise de fermeture </hello> et chaque balise de fermeture </rpc> . Le serveur NETCONF envoie la séquence après sa balise de fermeture </hello> et chaque balise de fermeture </rpc-reply> .
L’utilisation de ce signal est requise par la norme RFC 4742, Using the NETCONF Configuration Protocol over Secure SHell (SSH), disponible à l’adresse http://www.ietf.org/rfc/rfc4742.txt .