copy support-files vsf member
Syntax
copy support-files vsf member <MEMBER-ID> {<REMOTE-URL> [vrf <VRF-NAME>] | <STORAGE-URL>}
Description
Copies a set of support files using SFTP or USB.
Command context
Manager (#
)
Parameters
<MEMBER-ID>
Specified the member-id of the VSF member.
{<REMOTE-URL> [vrf <VRF-NAME> | <STORAGE-URL>]}
Select either the remote URL or the storage URL for the destination of the copied command output. Required.
<REMOTE-URL>
Specifies the URL to copy the command output.
Syntax:
{sftp://<USER>@}{<IP> | <HOST>}[:<PORT>][;blocksize=<VAL>]/<FILE>
vrf <VRF-NAME>
Specifies the VRF name. The default VRF name is default. Optional.
<STORAGE-URL>
Specifies the USB to copy command output.
Syntax:
{usb}:/<FILE>
Usage
If feature name is not provided, the command collects generic system-specific support information. If a feature name is provided, the command collects feature-specific support information.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Copying the support files to a USB:
switch# copy support-files vsf member 2 usb:/file.tar.gz
Copying all the support files to a remote URL with a specified VRF:
switch# copy support-files vsf member 2 sftp://10.100.0.12/support_files_dir_path/ vrf mgmt