RUGGEDCOM NETCONF
Reference Guide
Chapter 6
RUGGEDCOM ROX II Actions
install-ca-certificate (IPSEC)
73
<user>{remoteUserName}</user>
<password>{remoteUserPassword}</password>
</install-certificate>
</certificate>
</ipsec>
</tunnel>
</data>
</action>
</rpc>]]>]]>
•
{remoteHost}
The hostname or IP address of the remote host.
•
{remotePort}
The remote host network port for the ssh protocol,
•
{pemFilePath}
The absolute path and file name for the certificate
.pem
file on the remote host.
•
{keyFilePath}
The absolute path and file name for certificate
.key
file on the remote host.
•
{remoteUserName}
A user name on the remote host.
•
{remotePassword}
The password for the user name on the remote host.
Section 6.5.4
install-ca-certificate (IPSEC)
This action uploads an IPSec ca-certificate to the device. The ca-certificate must be located at a network location
accessible to the device. Parameters include
<remote-host>
,
<remote-port>
,
<remote_cacert_path>
,
<user>
, and
<password>
.
<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>
<tunnel xmlns="http://ruggedcom.com/ns/rmf_iftunnel">
<ipsec>
<certificate>
<install-ca-certificate>
<remote-host>{remoteHost}</remote-host>
<remote-port>{remotePort}</remote-port>
<remote_cacert_path>{caCertFilePath}</remote_cacert_path>
<user>{remoteUserName}</user>
<password>{remoteUserPassword</password>
</install-ca-certificate>
</certificate>
</ipsec>
</tunnel>
</data>
</action>
</rpc>]]>]]>
•
{remoteHost}
The hostname or IP address of the remote host.
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 ...