RUGGEDCOM NETCONF
Reference Guide
Chapter 6
RUGGEDCOM ROX II Actions
clear-cable-stats-port (Switch Port) 67
Section6.2.11
clear-cable-stats-port (Switch Port)
This action clears the cable test diagnostic statistics on the specified switch port. Specify the switch 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">
<switch>
<slot>{module}</slot>
<port>{port}</port>
<diagnostics>
<clear-cable-stats-port/>
</diagnostics>
</switch>
</interfaces>
</data>
</action>
</rpc>]]>]]>
• {module}
The module number for the switch port.
• {port}
The port number for the switch port.
Section6.3
Services Namespace Actions
This section describes how to perform actions related to services namespaces using <rpc> messages through
NETCONF.
CONTENTS
• Section6.3.1, “ntp-status”
• Section6.3.2, “log (Link-Failover)”
• Section6.3.3, “start-test (Link Failover)”
• Section6.3.4, “cancel-test (Link Failover)”
• Section6.3.5, “show-active-leases (DHCP Server)”
Section6.3.1
ntp-status
This action displays the status of the running NTP system. 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>
<services xmlns="http://ruggedcom.com/ns/rmf_services">