Users Guide

Table Of Contents
4–QCS CLI Usage
Performing Management Tasks
Doc No. TD-000971 Rev. 1
January 29, 2021 Page 147 Copyright © 2021 Marvell
QCSCLI -t NDIS -f mac -i 0010181a1b1c "cfg help" displays help for
the configuration of the selected NDIS adapter and their current settings.
Interactive Mode
In interactive mode, use the keywords help or ? to show help for a specific
command. For example:
cfg Advanced help displays help text for the advanced configuration for the
selected device.
info ? displays help text for the information of the selected adapter
Switching Between Different Views of Target Adapters
CLI Mode
In the CLI mode, use the following syntax to list devices in different views:
QCSCLI "list [-f MAC | BDF] [<view>]"
For example:
QCSCLI "list -f MAC NDIS" lists all NDIS devices that are present in the
system with the MAC address as identifiers.
QCSCLI "list -f BDF NDIS" lists all NDIS devices that are present in the
system with bus-device-function (BDF) hexadecimal numbers as identifiers.
QCSCLI "list -f MAC devcon" lists all adapters by the connection
identifying devices using their MAC address.
QCSCLI "list -f BDF devcon" lists all adapters by the connection
identifying devices using their BDF address.
Interactive Mode
Issue the list [-f MAC|BDF] [<view>] command to switch between
different views of target adapters. The default view of QCS CLI is devtype in
interactive mode. All target adapters for the selected view are listed and the
selected default adapter is highlighted. For example:
list -f MAC NDIS lists all NDIS devices that are present in the system with
MAC address as identifiers.
list -f BDF NDIS lists all NDIS devices that are present in the system with
BDF hexadecimal numbers as identifiers.
list -f MAC devcon lists all adapters by the connection identifying devices
using their MAC address.
list -f BDF devcon lists all adapters by the connection identifying devices
using their BDF hexadecimal address.