04-16-2025 02:54 AM
When I set a unique Domian ID on the new switch, create an ISL between the old and the new, why isn't the complete configuration such as zonesets, zone and fcalias copy over from old to new san switch? why do I have to manually create Fcalias/zones and Zonesets.
04-17-2025 07:34 AM
Hi Manoj-Singh,
I'm not sure what type of errors your are getting.
zoneset import interface fc1/3 vsan 2-5
would import the zone set from the switch connected through the fc1/3 interface for VSANs 2 through 5. This document may seem old, but all the concepts are the same for troubleshooting zone issues. https://www.cisco.com/en/US/docs/storage/san_switches/mds9000/sw/rel_3_x/troubleshooting/guide/ts_zones.pdf
04-21-2025 12:40 AM
Thanks for your response Jason, I have created the high-level steps, please validate if they make sense, my understanding is with Enhanced VSAN the complete config including Zoneset and FCALIAS must flow from old switch to new.
show flogi database
show interface fc1/9
04-23-2025 08:42 AM
I always recommend collecting a show tech-support details | no more before you start any migration. You can either capture the output in your terminal window and write it to a file, or redirect the output to a file on bootflash:/. Here's an example show tech-support details > bootflash:/$(SWITCHNAME)-$(TIMESTAMP)_sh-ts-det.txt This will automatically populate the switchname and time it was taken. The show tech will include your config, zoning, flogi's at the time, and many other detailed logs that are useful in troubleshooting if you run into an issue.
For #6 Firmware to be upgraded - MDS 9396T. Because this is a new switch the recommendation is to be running 9.4(2a). I would also make sure to apply the 9.4(2a) EPLD upgrade. This is disruptive, and this is the perfect time to make sure the one from the factory has the latest updates and fixes.
I would do the same thin on the 9396T after your migration so you have a good baseline record.
05-07-2025 08:23 AM
I am migrating from 9396S to 9396T and this is an example, 9396S suppose has VSAN1 in enhanced zone with some valid zones, In the 9396T I shall create VSAN1 and change the zone type to Enhanced ? I believe this is expected, this has to be same for E port to come up, but what am I worrying is 9396T has zero zones or zonesets, while enabling the ISL, will there be any reverse action ? meaning I expect zone to be pulled from 9396S to 9396T and am assuming the same would happen and zones do not get wiped away..
05-10-2025 04:18 PM
Hi Manoj,
Yes, you are correct — both switches need to have the same VSANs created and the zoning mode (Basic or Enhanced) configured before bringing up the ISL. If they mismatch, the E-Port or port-channel will flap or stay down due to a zone merge failure.
However, even when zoning mode and VSANs match, zone sets and aliases do not automatically copy from one switch to another just by forming an ISL. The zoning database only synchronizes after a successful zone merge occurs — and only the active zoneset is propagated.
When a new switch (like your 9396T) with an empty zoning database connects via ISL to an existing fabric (like your 9396S), it will receive the zoning information — but only if the merge is successful. If there are mismatches in settings (e.g., Enhanced vs Basic zoning, conflicting zone DBs, or differing default zoning policies), the merge fails and the zoning does not propagate.
Important: The zoning database on the new switch (even if empty) will not overwrite the existing zoning on the old switch. Cisco MDS enforces merge logic that ensures the fabric with an active zoneset retains control.
To manually pull the zoning information from the existing switch, you can use the following command:
zoneset import interface fcX/Y vsan Z
This will import the active zoneset from the adjacent switch connected to the specified interface and VSAN.
Summary:
zoneset import
command.After bringing up the ISL, validate the merge result with:
show zone status show logging logfile | include zone
Let me know if you’d like help reviewing the zoning config before enabling the ISL — I’m happy to assist.
Best regards,
Jason
Disclaimer: These are my personal responses and do not represent official guidance from Cisco Systems, Inc.
05-13-2025 03:03 AM - edited 05-14-2025 03:19 AM
a new SAN switch to an existing fabric and setting a unique Domain ID, configurations like zonesets, zones, and fcalias are not automatically copied from the old switch to the new switch. Cuyahoga County Auditor You need to manually configure these elements on the new switch. This is because SAN switch fabrics operate with a distributed zoning architecture, and each switch maintains its own zoning information.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide