M Commands
This chapter describes the Cisco NX-OS Fibre Channel, virtual Fibre Channel, and Fibre Channel over Ethernet (FCoE) commands that begin with M.
member (fcalias configuration mode)
To add a member name to a Fibre Channel alias on a Virtual SAN (VSAN), use the member command. To remove a member name from a Fibre Channel alias, use the no form of this 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
|
|
---|---|
4.0(0)N1(1a) |
This command was introduced. |
Examples
This example shows how to add a member to an alias called samplealias:
switch(config)# fcalias name samplealias
This example shows how to define a Fibre Channel interface for the member:
switch(config-fcalias)# member interface fc3/1
This example shows how to delete the specified member:
switch(config-fcalias)# no member interface fc3/1
Related Commands
|
|
---|---|
fcalias name |
Configures an alias. |
show fcalias |
Displays the member name information in an alias. |
member (zone configuration mode)
To add a member name to a Fibre Channel zone, use the member command. To remove a member name from a zone, use the no form of this command.
member {device-alias aliasname | domain-id domain-id port-number port | fcalias alias-name | fcid fc-id | fwwn fwwn-id | interface fc slot/port [domain-id domain-id | swwn swwn-id] | pwwn pwwn-id [lun lun-id] | symbolic-nodename nodename}
no member {device-alias aliasname | domain-id domain-id port-number port | fcalias alias-name | fcid fc-id | fwwn fwwn-id | interface fc slot/port [domain-id domain-id | swwn swwn-id] | pwwn pwwn-id [lun lun-id] | symbolic-nodename nodename}
Syntax Description
Command Default
None
Command Modes
Zone set zone configuration mode and zoneset-zone configuration mode
Command History
|
|
---|---|
4.0(0)N1(1a) |
This command was introduced. |
Usage Guidelines
Create a zone set zone member only if you need to add member to a zone from the zone set prompt.
Examples
This example shows how to add a member to a zone called zs1 on VSAN 1:
switch(config)# zone name zs1 vsan 1
switch(config-zone)# member fcid 0x111112
This example shows how to add a zone to a zone set called Zoneset1 on VSAN 1:
switch(config)# zoneset name ZoneSet1 vsan 1
switch(config-zoneset-zone)# member fcid 0x111112
This example shows how to assign a Fibre Channel interface member into a zone:
switch(config)# zoneset name ZoneSet1 vsan 1
switch(config-zoneset-zone)# member interface fc 3/1
This example shows how to delete the specified device from a zone:
switch(config-zoneset-zone)# no member interface fc 3/1
Related Commands
|
|
---|---|
zoneset (configuration mode) |
Specifies a name for a zone set. |
zone name (zone set configuration mode) |
Configures a zone in a zone set. |
show zoneset |
Displays zone set information. |
member (zoneset configuration mode)
To configure zone set members, use the member command. To remove a zone set member, use the no form of this command.
member member-name
no member member-name
Syntax Description
member-name |
Member name. The name can be a maximum of 64 characters. |
Command Default
None
Command Modes
Zone set configuration mode
Command History
|
|
4.0(0)N1(1a) |
This command was introduced. |
Examples
This example shows how to add a member zone to a zone set:
switch(config)# zoneset name Zoneset1 vsan 10
switch(config-zoneset)# member ZoneA
Related Commands
|
|
---|---|
show zone |
Displays zone information. |
zoneset name |
Creates a zone set. |