Supportsave data – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 65

Network OS NETCONF Operations Guide
33
53-1003231-02
supportSave data
3
</filter>
</get-config>
</rpc>
<rpc-reply message-id="313" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<banner xmlns="urn:brocade.com:mgmt:brocade-aaa">
<login>Please do not disturb the setup on this switch</login>
</banner>
</rpc-reply>
supportSave data
If you are troubleshooting a production system, you will have to capture data for further analysis or
send the data to your switch service provider. The <copy>/<support> custom action located in the
urn:brocade.com:mgmt:brocade-ras namespace provides a mechanism for capturing critical
system data and uploading the data to an external host or saving the data to an attached USB
device.
Uploading supportSave data to an external host interactively
To upload supportSave data interactively, issue the <copy>/<support-interactive> action located in
the urn:brocade.com:mgmt:brocade-ras namespace.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="314">
<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">
<nca:data>
<copy xmlns="urn:brocade.com:mgmt:brocade-ras">
<support-interactive/>
</copy>
</nca:data>
</nca:action>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="314">
<ok/>
</rpc-reply>
The switch responds with a dialog for accessing and uploading to the external host.
Uploading supportSave to an external host using FTP
To upload supportSave data to an external host using FTP, issue the <copy>/<support>/<ftp>
custom action located in the urn:brocade.com:mgmt:brocade-ras namespace. Under the <ftp>
node, include the following leaf elements:
•
In the <user> and <password> elements, provide valid login credentials for an account on the
FTP server.
•
In the <host> field, specify the IP address of the FTP server.
IPv6 addresses are valid only on Network OS 3.0.0 platforms.
•
In the <directory> field, specify the path to the directory on the FTP server where you want to
store the supportSave data.