S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
19-11
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 19 Configuring and Managing VSANs
Displaying Static VSAN Configuration
Configuring Load Balancing
To configure load balancing on an existing VSAN, follow these steps:
About Interop Mode
Interoperability enables the products of multiple vendors to come into contact with each other. Fibre
Channel standards guide vendors towards common external Fibre Channel interfaces. See the
“Switch
Interoperability” section on page 29-12
.
About FICON VSANs
You can enable FICON in up to eight VSANs. See the
“FICON VSAN Prerequisites” section on
page 28-7
.
Displaying Static VSAN Configuration
Use the
show vsan
command to display information about configured VSANs (see Examples
19-4
to
19-6
).
Example 19-4 Displays the Configuration for a Specific VSAN
switch#
show vsan 100
vsan 100 information
name:VSAN0100 state:active
in-order guarantee:no interoperability mode:no
loadbalancing:src-id/dst-id/oxid
Command
Purpose
Step 1
switch#
config t
Enters configuration mode.
Step 2
switch(config)#
vsan database
switch(config-vsan-db)#
Enters VSAN database configuration submode
Step 3
switch(config-vsan-db)#
vsan 2
Specifies an existing VSAN.
Step 4
switch(config-vsan-db)#
vsan 2
loadbalancing src-dst-id
Enables the load balancing guarantee for the
selected VSAN and directs the switch to use the
source and destination ID for its path selection
process.
switch(config-vsan-db)#
no vsan 2
loadbalancing src-dst-id
Negates the command issued in the previous step
and reverts to the default values of the load
balancing parameters.
switch(config-vsan-db)#
vsan 2
loadbalancing src-dst-ox-id
Changes the path selection setting to use the source
ID, the destination ID, and the OX ID (default).
Step 5
switch(config-vsan-db)#
vsan 2 suspend
Suspends the selected VSAN.
Step 6
switch(config-vsan-db)#
no vsan 2 suspend
Negates the
suspend
command issued in the
previous step.
Step 7
switch(config-vsan-db)#
end
switch#
Returns you to EXEC mode.