You are on page 1of 2

DFDSF C CXVCXFGBFXCVXCBGDFGBFOIHOIHdsfgdvfxcvxBCCB

CommandFGDFGDFDGDF

PurposeCXV XCCVXCCVBCXV CVB


VSDFSD XCXC
Step 1ZXZ\
ZCCS

switch# config t CVC323E21

VCV
Enters configuration mode.

Step 2q sq q

switch(config)# vsan database

switch(config-vsan-db)#

Configures the database for a VSAN.

Step 3cxzcxz

switch(config-vsan-db)# vsan 2

Creates a VSAN with the specified ID (2) if that VSAN does not exist already.

Step 4

switch(config-vsan-db)# vsan 2 interface fc1/8


switch(config-vsan-db)# vsan 7
switch(config-vsan-db)# vsan 7 interface fc1/8

`-- Zone create step --


1. Check the Fabric login status
- show flogi database
- show fcns database vsan 1

2. Disable the default zone


- no zone default-zone permit vsan 1

3. Create the Fc-Alias for zone


- conf
- fcalias name SUN_HBA1 vsan 1
- member pwwn 10:00:00:00:c9:b0:b9:8e
- fcalias name Win_HBA1 vsan 1
- member pwwn 10:00:00:00:c9:6a:33:ff
- fcalias name VNX_SPA vsan 1
- member pwwn 50:06:01:6b:08:60:10:07
- end
- show fcalias

4. Create the zones


- conf
- zone name WIN_HBA1_VNX_SPA vsan 1
- member fcalias Win_HBA1
- member fcalias VNX_SPA
- zone name SUN_HBA1_VNX_SPA vsan 1
- member fcalias SUN_HBA1
- member fcalias VNX_SPA - end
- show zone

5. Create the zoneset


- conf
- zoneset name Cloud_zone vsan 1
- member WIN_HBA1_VNX_SPA
- member SUN_HBA1_VNX_SPA
- end

6. Activate the zoneset


- zoneset activate name Cloud_zone vsan 1
-

7. Save the configuration


- copy running-config startup-config

8. Vaildate the zone configuration and show the active zone.


- show zoneset
- show zoneset active

-- Zone delete step --

1. Deactivate the zoneset


- conf
- no zoneset activate name Cloud_zone vsan 1

2. Delete the zoneset


- no zoneset name Cloud_zone vsan 1

3. Delete the zones


- no zone name WIN_HBA1_VNX_SPA vsan 1
- no zone name SUN_HBA1_VNX_SPA vsan 1

4. Delete the Fc-Alias


- no fcalias name ESXi_HBA1 vsan 1
- end
- show zoneset
- show zoneset active

5. Save the configuration


- copy running-config startup-config

You might also like