Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
8-99
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 8 Fibre Channel Commands
member (fcalias configuration mode)
member (fcalias configuration mode)
To add a member name to a Fibre Channel alias on a VSAN, use the member command. To remove a
member name from a Fibre Channel alias, use the no form of the command.
member {device-alias aliasname | domain-id domain-id port-number port-number | fcid fc-id |
fwwn fwwn-id | interface fc slot/port [domain-id domain-id | swwn swwn-id] | pwwn pwwn-id
| symbolic-nodename nodename}
no member {device-alias aliasname | domain-id domain-id port-number port-number | fcid fc-id
| fwwn fwwn-id | interface fc slot/port [domain-id domain-id | swwn swwn-id] | pwwn pwwn-id
| symbolic-nodename nodename}
Syntax Description
Command Default None
Command Modes Fcalias configuration mode
Command History
Examples The following example shows how to add a member to an alias called samplealias:
switch(config)# fcalias name samplealias
The following example defines a Fibre Channel interface for the member:
switch(switch(config-fcalias)# member interface fc3/1
device-alias aliasname Specifies the member device alias. Maximum length is 64 characters.
domain-id domain-id Specifies the member domain ID. The range is 1 to 239.
fcid fc-id Specifies the member FC ID. The format is 0xhhhhhh, where h is a
hexadecimal digit.
fwwn fwwn-id Specifies the member fWWN ID. The format is hh:hh:hh:hh:hh:hh:hh:hh,
where h is a hexadecimal digit.
interface fc slot/port Specifies the member interface ID.
swwn swwn-id (Optional) Specifies the member sWWN ID. The format is
hh:hh:hh:hh:hh:hh:hh:hh, where h is a hexadecimal digit.
port-number
port-number
Specifies a port number in the range of 0 to 255.
pwwn pwwn-id Specifies the member pWWN ID. The format is hh:hh:hh:hh:hh:hh:hh:hh,
where h is a hexadecimal digit.
symbolic-nodename
nodename
Specifies the member symbolic node name. The maximum length is
255 characters.
Release Modification
4.0(0)N1(1a) This command was introduced.