FUJITSU PSWITCH User’s Guide
38 December/2018
If any error happend after execute
CLI commands, switch will
response <rpc-error> with
<error-message> tag element.
And the <error-message> will
include all execution error
information in Cli format.
<copy-config>
Usage :
Response from the switch:
Supported tag elements and values:
Configuraiton that needs to be
changed.
<delete-config>
Usage :
Response from the switch:
<rpc message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<copy-config>
<target >
<startup/>
</target>
<source>
<running/>
</source>
</copy-config>
</rpc>
<rpc-reply message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
<rpc-reply message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
<rpc message-id="201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<delete-config>
<target >
<startup/>
</target>
</delete-config>
</rpc>