RUGGEDCOM NETCONF
Reference Guide
Chapter 6
RUGGEDCOM ROX II Actions
snmp-discover
55
•
Section 6.1.11, “restore-factory-defaults”
•
•
Section 6.1.13, “install-files”
•
Section 6.1.14, “backup-files (Backup Files)”
•
Section 6.1.15, “full-configuration-save”
•
Section 6.1.16, “full-configuration-load”
Section 6.1.1
snmp-discover
This action discovers the SNMP engine ID for a given IP address and port. Parameters include the
{ip address}
,
{port}
, and
{trap-port}
.
<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">
<snmp>
<snmp-discover>
<address>{ipAaddress}</address>
<port>{port}</port>
<trap-port>{trapPort}</trap-port>
</snmp-discover>
</snmp>
</admin>
</data>
</action>
</rpc>]]>]]>
•
{ipAddress}
The SNMP IP address the device listens on.
•
{port}
The SNMP data port the device listens on (if any).
•
{trapPort}
The SNMP trap port the device listens on (if any).
Section 6.1.2
launch-upgrade
This action launches a RUGGEDCOM ROX II software upgrade to the alternate partition on the device. The
repository address and target release must be configured in
admin/software-upgrade/upgrade-settings
.
A reboot is required to run the new software release in the alternate partition. All configurations are locked from
the start of the upgrade to the subsequent reboot.
This action does not take any parameters.
<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">
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 ...