Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)

Dynamically—Assigning VSANs based on the device WWN. This method is referred to as dynamic
port VSAN membership (DPVM). Cisco Nexus 5000 Series switches do not support DPVM.
VSAN trunking ports have an associated list of VSANs that are part of an allowed list.
Related Topics
Assigning Static Port VSAN Membership, page 537
Configuring VSAN Trunking, page 507
Assigning Static Port VSAN Membership
To statically assign VSAN membership for an interface port, perform this task:
Procedure
PurposeCommand or Action
Enters configuration mode.switch# configuration terminal
Step 1
Configures the database for a VSAN.switch(config)# vsan database
Step 2
Creates a VSAN with the specified ID if that
VSAN does not exist already.
switch(config-vsan-db)# vsan vsan-id
Step 3
Assigns the membership of the specified
interface to the VSAN.
switch(config-vsan-db)# vsan vsan-id
interface {fc slot/port | vfc vfc-id}
Step 4
Updates the membership information of the
interface to reflect the changed VSAN.
switch(config-vsan-db)# vsan vsan-id {fc
slot/port | vfc vfc-id}
Step 5
Removes the interface from the VSAN.
switch(config-vsan-db)# no vsan vsan-id {fc
slot/port | vfc vfc-id}
Step 6
Displaying VSAN Static Membership
To display the VSAN static membership information, use the show vsan membership command.
The following example displays membership information for the specified VSAN:
switch # show vsan 1 membership
vsan 1 interfaces:
fc2/1 fc2/2 fc2/3 fc2/4
san-port-channel 3 vfc1/1
Interface information is not displayed if interfaces are not configured on this VSAN.Note
The following example displays membership information for all VSANs:
switch # show vsan membership
vsan 1 interfaces:
fc2/1 fc2/2 fc2/3 fc2/4
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01 537
Configuring and Managing VSANs
Assigning Static Port VSAN Membership