copy show-tech feature
Syntax
copy show-tech feature {<远程url >[vrf ] | }
Description
副本显示tech output using TFTP, SFTP, and USB.
Command context
Manager (#
)
Parameters
-
{<远程url >[vrf
| ]} -
Select either the remote URL or the storage URL for the destination of the copied command output. Required.
-
<远程url >
-
Specifies the URL to copy the command output. Required.
Syntax:
{tftp:// | sftp://<用户名>@}{
| }[: ][;blocksize= ]/ -
vrf
-
Specifies the VRF name. The default VRF name is default. Optional.
-
-
Specifies the USB to copy command output. Required.
Syntax:
{usb}:/
-
Authority
Administrators or local user group members with execution rights for this command.
例子
Copying show tech output of theaaa
feature using SFTP:
开关#copy show-tech feature aaa sftp://user@10.0.0.12/file.txt vrf mgmt
Copying show tech output of theconfig
feature using SFTP on themgmt
VRF:
开关#copy show-tech feature config sftp://root@10.0.0.1/tech.txt vrf mgmt