copy core-dump vsf member kernel

Syntax

copy core-dump vsf member <MEMBER-ID> kernel <REMOTE-URL> [vrf <VRF-NAME>]

copy core-dump vsf member <MEMBER-ID> kernel <STORAGE-URL>

Description

NOTE:

Applicable for 6300 switches only.

Copies the kernel core-dump using TFTP, SFTP or USB.

Command context

Manager (#)

Parameters

<MEMBER-ID>

Specifies the member-id of the VSF member. Optional.

<REMOTE_URL>

Specifies the remote destination URL. Required. The syntax of the URL is the following:

Syntax: {tftp:// | sftp://<USER>@}{<IP> | <HOST>}[:<PORT>][;blocksize=<VAL>]/<FILE>

vrf <VRF-NAME>

Specifies the VRF name. If no VRF name is provided, the VRF named default is used. Optional.

<STORAGE-URL>

Specifies the USB to copy command output. Required.

Syntax: {usb}:/<FILE>

Authority

Administrators or local user group members with execution rights for this command.

Examples

Copying the kernel core dump to the URL with a VRF named mgmt:

switch# copy core-dump vsf member 3 kernel sftp://abc@10.0.14.206/kernel.tar.gz vrf mgmt