FUJITSU PSWITCH User’s Guide
34 December/2018
configuration.
The following table provides a list of protocol operations supported by the switch.
Retrieve all or part of the running or startup configuration.
Retrieve running configuration and device state information.
Load all or part of a specified configuration to the running or
startup configuration.
Replace the target running or startup configuration with a
source running or startup configuration.
Delete startup configuration.
Lock the running configuration to prevent other users (via
another NETCONF session) from changing it.
Release a locked running configuration.
Request graceful termination of a NETCONF session.
Force the termination of a NETCONF session.
3.1.1.4.2. NETCONF Tag Elements and Values
Following are examples of the NETCONF protocol operations with tag elements and
values.
<get-config>
Usage :
Response from the switch:
<rpc message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-config>
<source>
<running/>
</source>
<filter type="subtree">
<config-text/>
</filter>
</get-config>
</rpc>
<rpc-reply message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<data >
<config-text >
<!-- Configration text… -->
</config-text >
</data >
</rpc-reply>