You are on page 1of 3

In Cisco VSAN, by default VSAN is enabled and its ID is 1 and all the ports belo ngs to default VSAN.

By default, Cisco allows 255 VSANs can be created on a single physical switch (t heo), but EMC best practice is 20 VSAN per switch you can have multiple principal and multiple subordinate based on VSAN VSAN Attributes:: VSAN ID (2 - 4093) VSAN Name Members - Interfaces State - Active / Suspended When you create a VSAN, the default state of VSAN is Active, you can also make i t suspended for later use. Since we maximum of Domain ID is 239, you can add maximum of 239 physical switch es in a VSAN. Trunking is merging of VSAN accross different physical switches. TE port mode found in cisco for ISL, it becomes Automatically, if the trunkmode is turned on. for both physical swiches. switchport trunk mode on /off Every port is shutdown and every port is capable of trunkmode when a VSAN is deleted, the VSAN id of the ports would become 4094 (Isolated VSA N) Create VSAN - Config Mode SW# config SW(Config)# VSAN Database SW(Config-VSan DB) VSAN 2 SW(Config-VSan DB) VSAN 3

- Creates VSAN 2 - Creates VSAN 3 - Suspend VSAN - Make VSAN Active

SW(Config-VSan DB)vsan 2 suspend SW(Config-VSan DB)no vsan 2 suspend SW(Config-VSan DB) no VSAN 2 SW(Config-VSan DB) no VSAN 3

- Deletes VSAN 2 - Deletes VSAN 3 - Rename VSAN 3 to Madhu - add interfaces to VSAN 2 - Removes interfaces from VSAN

SW(Config-VSan DB) VSAN 3 name Madhu

SW(Config-VSan DB) VSAN 2 interface fc 1/5-8 SW(Config-VSan DB)NO VSAN 2 interface fc 1/5-8 2 In Exec Mode, we execute show vsan -list VSAN To enable the interface config t

interface fc 1/1 no shut To disable the interface config t interface fc 1/1 shut To list all the members of a VSAN show vsan membership In VSAN 2, get me the switches and Domain ID, along with their roles show fcdomain domain-list vsan 2 There is two types of DID assignment, preferred Mode (Default) and Static Mode Preferred Mode (Default) :: if subordinate requests for DID 5, if the DID is ava ilable, it gives to subordinate. If the DID 5 is used by other switch then if 6 is available, then it would give 6 and subordinate accepts without any issue. Static Mode :: subordinate requests for DID 5, if the DID is not available, the subordinate wont join to the domain and remain segmented. you can configure a range for static mode between (1 -239) for static mode. SW# config SW(Config)# fcdomain domain 5 preferred vsan 2 SW(Config)# fcdomain domain 6 static vsan 2 SW(Config)# fcdomain domain allowed 6-50 vsan 2 SW(Config)# fcdomain domain restart disruptive vsan 2 san 2 - creating static range -rebooting the v

Switch Priority SW# config SW(Config)# fcdomain priority 1 vsan 2 SW(Config)# fcdomain domain restart disruptive vsan 2 san 2 Zoneing SW# config SW(Config)# zone name madhu vsan 2 SW(Config-Zone)# member pwwn 20.00.00.00.00.00.00 SW(Config-Zone)# member pwwn 20.01.00.00.00.00.00 -rebooting the v

SW(Config)# zone name naina vsan 2 SW(Config-Zone)# member pwwn 20.20.00.00.00.00.00 SW(Config-Zone)# member pwwn 20.21.00.00.00.00.00 SW(Config)# zoneset name madhuset vsan 2 SW(Config-Zone)# member madhu SW(Config-Zone)# member naina SW(Config-Zone)# zoneset activate name madhuset vsan 2 ISL Config SW# config SW(Config)#int fc 1/4 SW(Config-if)# switch port trunk mode on Merge only VSAN2 and VSAN3 but not VSAN 4 SW(Config)#int fc 1/4 SW(Config-if)#switch port trunk allowed vsan 2-3 Port Channelling:: max of 16 links can participate in port channeling The first link in port channeling is called Principal SW# config SW(Config)# int port-channel 1 SW(Config)# fc 1/1-4 SW(Config-if)# no shut SW(Config-if)# channel-group 1 SW(Config-if)#end SW# show port-channel database

-Merge with same VSAN ID

You might also like