Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual
Page 68

36
Network OS NETCONF Operations Guide
53-1003231-02
supportSave data
3
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="318">
<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">
<nca:data>
<system xmlns="urn:brocade.com:mgmt:brocade-ras">
<usb>
<dir>
<rbridge-id>27</rbridge-id>
</dir>
</usb>
</system>
</nca:data>
</nca:action>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="318">
<ok/>
</rpc-reply>
3. Issue the <copy>/<support>/<usb> custom action located in the
urn:brocade.com:mgmt:brocade-ras namespace to copy the supportSave information to the
USB device. Under the <usb> node, include the following leaf elements:
•
In the <directory> element, specify the directory where the supportSave data will be
copied.
•
(VCS Fabric mode only) In the <rbridge-id> element, specify the RBridge ID of the switch
whose data you want copied. Specify “all” to copy supportSave data for all switches in the
Fabric cluster.
•
(Optional) In the <timeout> element, provide a supportSave timeout multiplier. This value
increases timeout values associated with supportSave operations. For example, a value of
2 doubles timeouts.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="319">
<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">
<nca:data>
<copy xmlns="urn:brocade.com:mgmt:brocade-ras">
<support>
<usb>
<directory>support</directory>
<rbridge-id>5</rbridgeid>
<timeout>2</timeout>
</usb>
</support>
</copy>
</nca:data>
</nca:action>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="319">
<copy xmlns="urn:brocade.com:mgmt:brocade-fc-auth">
<support>
<usb>
<supportSaveResult>
<rbridge-id>5</rbridge-id>
<status-code>success</status-code>
</supportSaveResult>
</usb>
</support>