Brocade Fabric OS Command Reference Manual Supporting Fabric OS v6.3.0 (53-1001337-01, July 2009)

240 Fabric OS Command Reference
53-1001337-01
fcoeLoginGroup
2
fcoeLoginGroup
Creates and manages FCoE login group configuration.
Synopsis fcoelogingroup --create lgname -self |-switch swwn [-allowall | member; member;…]
fcoelogingroup --delete lgname
fcoelogingroup --add lgname member; member;… [-port port]
fcoelogingroup --remove lgname wwn
fcoelogingroup --rename lgname newlgname
fcoelogingroup --help
Description Use this command to create or modify the FCoE login management configuration fabric-wide. You
can create or delete a login group and add or remove VN_Port mappings to a login group.
Notes The configuration changes effected by this command are kept in a transaction buffer until you save
the new configuration with the fabric-wide fcoelogincfg--save command.
The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may
be in place. Refer to chapter 1, "Using Fabric OS commands" and Appendix A, "Command
Availability" for details.
Operands This command has the following operands.
--help Displays the command usage.
--create Creates a login group with the specified name and associates it with a
specified switch..
lgname Specifies the name of the login group for this switch. The maximum length is
a 64-byte string.
-self Specifies the WWN of the current switch. When this operand is specified, the
login group is associated with the current switch.
-switch swwn Specifies the WWN of the switch for which to create the login group.
-allowall Allows all VN_Port devices to log in to the switch.
member Identifies the WWN of the VN_Port. The WWN must be specified in hex format
as xx.xx.xx.xx.xx.xx.xx.xx. Only specified members are allowed to log into the
switch.
--delete Deletes a login group.
lgname Specifies the name of the login group.
--add Adds VN_Port devices to the login group.
lgname Specifies the name of the login group to which VN_Port devices are to be
added.
member Identifies the WWN of the VN_Port. The WWN must be specified in hex as
xx.xx.xx.xx.xx.xx.xx.xx. Only specified members are allowed to log into the
switch.