RUGGEDCOM NETCONF
Reference Guide
Chapter 6
RUGGEDCOM ROX II Actions
full-configuration-load
61
<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">
<full-configuration-save>
<format>{format}</format>
<file-name>{fileName}</file-name>
</full-configuration-save>
</admin>
</data>
</action>
</rpc>]]>]]>
•
{format}
The format for the configuration file:
cli
.
•
{fileName}
The name for the configuration file.
Section 6.1.16
full-configuration-load
This action loads a configuration from the specified file found in the
/var/lib/config
directory on the device.
Parameters include
<format>
and
<file-name>
.
<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">
<full-configuration-load>
<format>{format}</format>
<file-name>{fileName}</file-name>
</full-configuration-load>
</admin>
</data>
</action>
</rpc>]]>]]>
•
{format}
The format for the configuration file:
cli
.
•
{fileName}
The name for the configuration file.
Section 6.2
Interfaces Namespace Actions
This section describes how to perform actions related to interface namespaces using
<rpc>
messages through
NETCONF.
CONTENTS
•
Содержание RUGGEDCOM MX5000RE
Страница 8: ...Table of Contents RUGGEDCOM NETCONF Reference Guide viii ...
Страница 12: ...Preface RUGGEDCOM NETCONF Reference Guide xii Customer Support ...
Страница 26: ...Chapter 1 Introduction RUGGEDCOM NETCONF Reference Guide 14 Sample Session Editing Data ...
Страница 40: ...Chapter 3 NETCONF Sessions RUGGEDCOM NETCONF Reference Guide 28 Killing a Session ...
Страница 64: ...Chapter 5 Changing Configuration Data RUGGEDCOM NETCONF Reference Guide 52 Committing Changes ...
Страница 148: ...Chapter 8 NETCONF XML Elements RUGGEDCOM NETCONF Reference Guide 136 validate ...