Chapter 6
RUGGEDCOM ROX II Actions
RUGGEDCOM NETCONF
Reference Guide
64
reset (Serial Port)
</cellmodem>
</interfaces>
</data>
</action>
</rpc>]]>]]>
•
{module}
The module number for the cellular modem.
•
{port}
The port number for the cellular modem.
•
{atCommand}
The AT command to send to the modem. The command must begin with the prefix AT.
Section 6.2.5
reset (Serial Port)
This action resets the specified serial port. Specify the serial module and port in the
<module>
and
<port>
elements. 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>
<interfaces xmlns="http://ruggedcom.com/ns/rmf_ifs">
<serial>
<module>{module}</module>
<port>{port}</port>
<reset/>
</serial>
</interfaces>
</data>
</action>
</rpc>]]>]]>
•
{module}
The module number for the serial port.
•
{port}
The port number for the serial port.
Section 6.2.6
clear-serial-port-stats
This action clears the port statistics for the specified serial port. Specify the serial module and port in the
<module>
and
<port>
elements. 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>
<interfaces xmlns="http://ruggedcom.com/ns/rmf_ifs">
<serial>
<module>{module}</module>
<port>{port}</port>
<clear-serial-port-stats/>
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 ...