ON THIS PAGE
<checksum-information>
Usage
<rpc-reply>
<checksum-information>
<file-checksum>
<computation-method>MD5</computation-method>
<input-file>
<!-- name and path of file-->
</input-file>
</file-checksum>
</checksum-information>
</rpc-reply>
Description
Encloses tag elements that include the file to check, the checksum algorithm used, and the checksum output.
Contents
<checksum> |
Resulting value from the checksum computation. |
<computation-method> |
Checksum algorithm used. Currently, all checksum computations use the MD5 algorithm; thus, the only possible value is MD5. |
<file-checksum> |
Wrapper that holds the resulting |
<input-file> |
Name and path of the file that the checksum algorithm was run against. |
Release Information
This is a Junos XML management protocol response tag. It is supported in Junos XML protocol sessions, and it is supported as a Juniper Networks proprietary extension in NETCONF sessions on Junos devices that identify the URI http://xml.juniper.net/netconf/junos/1.0 in the capabilities exchange.