SUMMARY STEPS
1.
configure terminal
2.
vsan database
3.
vsan vsan-id
4.
vsan vsan-id name name
5.
vsan vsan-id suspend
6.
switch(config-vsan-db)# no vsan vsan-id suspend
7.
switch(config-vsan-db)# end
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Configures the database for a VSAN. Application
specific VSAN parameters cannot be configured from
this prompt.
vsan database
Example:
switch(config)# vsan database
Step 2
Creates a VSAN with the specified ID if that VSAN
does not exist already.
vsan vsan-id
Example:
switch(config-vsan-db)# vsan 360
Step 3
Updates the VSAN with the assigned name.
vsan vsan-id name name
Example:
switch(config-vsan-db)# vsan 360 name test
Step 4
Suspends the selected VSAN.
vsan vsan-id suspend
Example:
switch(config-vsan-db)# vsan 470 suspend
Step 5
Negates the suspend command issued in the previous
step.
switch(config-vsan-db)# no vsan vsan-id suspend
Example:
switch(config-vsan-db)# no vsan 470 suspend
Step 6
Returns you to EXEC mode.switch(config-vsan-db)# end
Example:
switch(config-vsan-db)# end
Step 7
Cisco Nexus 5000 Series NX-OS SAN Switching Configuration Guide, Release 5.2(1)N1(1)
OL-27583-01 121
Configuring and Managing VSANs
Guidelines and Limitations for VSANs