Chapter 6
RUGGEDCOM ROX II Actions
RUGGEDCOM NETCONF
Reference Guide
60
backup-files (Backup Files)
</rpc>]]>]]>
•
{fileType}
The type of file to copy to the device. Must be one of the following:
config
,
featurekey
,
elancertificate
,
ipseccertificate
,
cacertificate
, or
crlfiles
.
•
{url}
The URL and filename of the RUGGEDCOM NETCONF file to copy. The file transfer supports SCP, SFTP, FTPS,
and HTTP. The URL format is
protocol://user:password@host:port/path-to-file
. If the port is not
specified, the device uses the default port for the protocol.
Section 6.1.14
backup-files (Backup Files)
This action copies files from the device to a specified URL. Parameters include
<file-type>
,
<file>
,
<timestamp>
, and
<url>
.
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<action xmlns="http://tail-f.com/ns/netconf/actions/1.0">
<data>
<admin xmlns="http://ruggedcom.com/ns/rmf_admin">
<backup-files>
<file-type>{fileType}</file-type>
<file>{file}</file>
<timestamp>{timeStamp}</timestamp>
<url>{url}</url>
</backup-files>
</admin>
</data>
</action>
</rpc>]]>]]>
•
{fileType}
The type of file to copy from the device. Must be one of the following:
config
,
featurekey
,
elancertificate
,
ipseccertificate
,
cacertificate
, or
crlfiles
.
•
{file}
The name of the file to copy.
•
{timeStamp}
A Boolean value:
true
or
false
. When
true
, the system appends a timestamp to the filename. This option
does not apply if the file name contains an * (asterisk) character.
•
{url}
The URL to which to copy the file. The file transfer supports SCP, SFTP, FTP, and HTTP. The URL format is
protocol://user:password@host:port/path-to-file/
. Note that the URL must end with a / (forward
slash_ character. If the port is not specified, the device uses the default port for the protocol.
Section 6.1.15
full-configuration-save
This action saves the RUGGEDCOM ROX II configuration in the specified format to a specified file. Files are saved to
the
/var/lib/config
directory on the device. Parameters include
<format>
and
<file-name>
.
Summary of Contents for RUGGEDCOM MX5000RE
Page 8: ...Table of Contents RUGGEDCOM NETCONF Reference Guide viii ...
Page 12: ...Preface RUGGEDCOM NETCONF Reference Guide xii Customer Support ...
Page 26: ...Chapter 1 Introduction RUGGEDCOM NETCONF Reference Guide 14 Sample Session Editing Data ...
Page 40: ...Chapter 3 NETCONF Sessions RUGGEDCOM NETCONF Reference Guide 28 Killing a Session ...
Page 64: ...Chapter 5 Changing Configuration Data RUGGEDCOM NETCONF Reference Guide 52 Committing Changes ...
Page 148: ...Chapter 8 NETCONF XML Elements RUGGEDCOM NETCONF Reference Guide 136 validate ...