Procedure
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enters VSAN database configuration submode
vsan database
Example:
switch(config)# vsan database
switch(config-vsan-db)#
Step 2
Specifies an existing VSAN.
vsan vsan-id
Example:
switch(config-vsan-db)# vsan 15
Step 3
Enables the load-balancing guarantee for the
selected VSAN and directs the switch to use
vsan vsan-id loadbalancing src-dst-id
Example:
switch(config-vsan-db)# vsan 15
loadbalancing src-dst-id
Step 4
the source and destination ID for its path
selection process.
Negates the command entered in the previous
step and reverts to the default values of the
load-balancing parameters.
no vsan vsan-id loadbalancing src-dst-id
Example:
switch(config-vsan-db)# no vsan 15
loadbalancing src-dst-id
Step 5
Changes the path selection setting to use the
source ID, the destination ID, and the OX ID
(default).
vsan vsan-id loadbalancing src-dst-ox-id
Example:
switch(config-vsan-db)# vsan 15
loadbalancing src-dst-ox-id
Step 6
Suspends the selected VSAN.
vsan vsan-id suspend
Example:
switch(config-vsan-db)# vsan 23 suspend
Step 7
Negates the
suspend
command entered in the
previous step.
no vsan vsan-id suspend
Example:
switch(config-vsan-db)# no vsan 23
suspend
Step 8
Returns you to EXEC mode.
end
Example:
switch(config-vsan-db)# end
Step 9
Cisco Nexus 5500 Series NX-OS SAN Switching Configuration Guide, Release 7.x
124
OL-30895-01
Configuring and Managing VSANs
Guidelines and Limitations for VSANs