Getting The System Name; Getting The Rox Release - Siemens RX1400 Reference Manual

Ruggedcom series
Hide thumbs Also See for RX1400:
Table of Contents

Advertisement

Chapter 7
Examples
Section 7.35, "Enabling the DHCP Server Service"
Section 7.36, "Disabling an Ethernet Port"
Section 7.37, "Enabling an Ethernet Port"
Section 7.38, "Checking an IP Address on a Specific Port using the Interfaces Namespace"
Section 7.39, "Retreiving All Data From Running Database Including Default Values"
Section 7.40, "Retreiving All Data From Running Database Including Default Tags and Values"
Section 7.41, "Changing a User's Password"
Section 7.42, "Displaying the Status of the IPsec Service"
Section 7.43, "Selecting a Certificate for an IPSec Tunnel"
Section 7.44, "Installing a CA Certificate"
Section 7.45, "Configuring a Signed CA Certificate"
Section 7.46, "Installing a Private Key to a Signed CA Certificate"
Section 7.47, "Installing a CRL File"
Section 7.48, "Removing a Certificate"
Section 7.49, "Removing a CA certificate"
Section 7.50, "Removing a CRL File"
Section 7.1

Getting the System Name

In this example, a single <rpc> queries the running configuration and returns the system name.
This example shows how to issue a query for configuration data directly from the running configuration.
<rpc message-id="2"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" with-defaults="true">
<get-config>
<source>
<running/>
</source>
<filter type="subtree">
<admin xmlns="http://ruggedcom.com/ns/rmf_admin">
<system-name></system-name>
</admin>
</filter>
</get-config>
</rpc>]]>]]>
Section 7.2

Getting the ROX Release

In this example, a single <rpc> queries the running configuration and returns the ROX release information.
This example shows how to issue a query for fixed system data from the device.
<rpc message-id="2"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
80
RUGGEDCOM NETCONF
Reference Guide
Getting the System Name

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Rx1500Rx1511Rx1512Rx5000Mx5000Mx5000re ... Show all

Table of Contents