Reference Guide

Brocade Fabric OS Command Reference 489
53-1004112-02
logicalGroup
member_list
Specifies the elements in the group. The member list must be enclosed in double quotation
marks and can consist of the following:
Port and SFP groups:
A single port, for example, "8" or "2/8" on bladed systems.
A port range where the beginning and end port are separated by a dash, for example,
"8-13" or "2/8-13" on bladed systems.
A set of ports and port ranges separated by commas, for example, "3,5,7-10,15" or
"2/3,2/5,3/7-10,4/15" on bladed systems.
Circuit groups:
A single circuit in VE_Port/circuit format, for example, "33/5".
A circuit range in VE_Port/circuit format, for example, "33/1-3".
A set of circuits separated by commas, for example, "33/1-3,33/5".
--create group_name
Creates a group of monitored elements.
-type group_type
Specifies the type of elements present in the group. Valid types include the following:
port
The elements are FC ports.
circuit
The elements are FCIP circuits.
sfp
The elements are SFP transceivers.
-feature feature_name
Specifies the existing feature name for the group. Valid feature names are PORTNAME and
NODEWWN.
-pattern value
Specifies the wildcard characters while defining the feature characteristics. The wildcard
characters "*" for any string, "?" for any single character, "[expr]" for one character from the
set specified in the expression, or '!' for negation of the string, are supported. If '!' is specified
in the pattern, the pattern must be in single quotes.
-members member_list
Specifies the elements that are to be in the group.
--delete group_name [-force]
Deletes a logical group of monitoring elements. You cannot delete a predefined group. You
cannot delete a group that is used by any rules. The -force option overrides the default
behavior. If a logical group is present in user-defined rules, the -force option deletes all the
rules that are configured with the given group and then deletes the group.
--addmember group_name
Adds members to the group.
-members member_list
Specifies the elements that are to be added to the group.