Users Guide

Table Of Contents
4–QCS CLI Usage
Performing Management Tasks
Doc No. TD-000971 Rev. 1
January 29, 2021 Page 161 Copyright © 2021 Marvell
Interactive Mode
Issue the add <config file name> command to add a team using a
configuration file.
Example:
add o:\temp\asdf1.bcg
Restoring a Team Configuration
CLI Mode
Issue the following command to restore teams using a configuration file:
QCSCLI -t TEAM "restore <config file name>"
Examples:
QCSCLI -t team "restore o:\temp\asdf.bcg"
Because no host is specified, a host that has teaming is selected to restore the
team file. This command might fail if the team file is not for the selected host.
QCScli -r host -u user -p pass -t team "restore
o:\temp\asdf1.bcg" specifies a host to restore a team.
Interactive Mode
Issue the restore <config file name> to restore teams using a
configuration file.
Example:
restore o:\temp\asdf.bcg
Saving a Team Configuration
CLI Mode
Issue the following command to save the current teaming configuration to a file:
QCSCLI -t TEAM "save {-f MAC|BDF} <file_path_name>"
Examples:
QCSCLI -t team "save -f MAC o:\temp\asdf.bcg" saves the current
teaming configuration to a file named asdf.bcg with adapters identified using
the MAC address.
QCSCLI -t team "save -f BDF o:\temp\asdf.bcg" saves the current
teaming configuration to a file named asdf.bcg with adapters identified using
the BDF hexadecimal numbers.
QCScli -r host -u user -p pass -t team "save
o:\temp\asdf1.bcg" specifies a host to save a team