7.7.12.22 LIST OFFLOADGROUP
Purpose
The LIST OFFLOADGROUP
command displays the attributes for offload groups.
Syntax
LIST OFFLOADGROUP [name | filters] [attribute_list] [DETAIL]
Usage Notes
-
The name and filters parameters specify the offload groups for which you want to display the attributes.
-
name specifies the name of an offload group.
-
filters specifies an expression to match one or more offload groups.
-
If neither name nor filters is specified, the command lists the attributes for all offload groups.
-
-
The attribute_list parameter specifies one or more attributes for which you want to view. The attribute_list begins with the
ATTRIBUTES
keyword. If specifying more than one attribute, separate the attributes with a comma:ATTRIBUTES { attr1 [, attr2]... }
If the attribute_list parameter is omitted, the command displays all attributes.
-
If the
DETAIL
parameter is used, the command displays an attribute descriptor for each attribute.
Examples
Example 7-192 Displaying All Offload Groups in Detail
The following command lists all the attributes for all offload groups.
LIST OFFLOADGROUP DETAIL
Example 7-193 Displaying the Attributes for an Offload Group
The following command lists all the attributes for an offload group named "offloadgroup1".
LIST OFFLOADGROUP offloadgroup1
Example 7-194 Displaying Specific Attributes
The following command lists the name and package attributes for all offload groups.
LIST OFFLOADGROUP ATTRIBUTES name, package
Related Topics
Parent topic: LIST