< Home

export

Function

The export command exports asset information to a CSV file.

Format

export { all | group group-name } to filename

Parameters

Parameter Description Value
all Exports all asset information to a CSV file. -
group group-name Exports the asset information in the specific group to a CSV file. The value must be the name of an existing asset group.
to filename Specifies the name of the CSV file. The value is a string of 5 to 31 insensitive characters that do not contain spaces, hyphens (-), asterisks (*), or question marks (?).

Views

Security situation awareness view

Default Level

2: Configuration level

Usage Guidelines

After you configure asset information on the FW, the FW stores the information in its memory temporarily. You can run the export command to export the information from the memory to a CSV file in a specific path for easy management.

You can determine whether to specify the storage path in filename or not. If you specify the storage path, the FW exports the asset information in a CSV file in the path; otherwise, the FW exports the asset information to the CSV file in the root directory on the CF card.

If you specify a storage path and the name of a CSV file, the FW will automatically create the file in the path. If the CSV file with the name exists in the path, the system will not re-create the file and use the existing file for asset protection.

Example

# Export all asset information to file asset.csv.

<sysname> system-view
[sysname] ssa
[sysname-ssa] export all to asset.csv
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >