You are on page 1of 3

http://community.brocade.

com/t5/Fibre-Channel-SAN/What-is-the-best-way-to-migrate-
a-zone-from-one-switch-to/td-p/6523

You can dump the switchconfig with configupload to a ftp server.

Basically you do configupload for both your old and new switch.

Take ONLY the zoning info from the old switch config and paste that into the new
switches config.

configdownload the altered onfig in your new switch and zoning info has been
migrated.

You can both configupload though the GUI (webtools or BNA) or CLI.

If it's alright that new switch gets a different DID, you can also ISL the 2
switches (if license allows that) and when the fabric merges the zoning db is also
copied to the new switch.

There's now "best way", it al comes down to your requirements and what you feel
comfortable with.

===================================================================================
========================
http://community.brocade.com/t5/Fibre-Channel-SAN/Reset-brocade-300-san/td-p/25426

The only way to do this in Brocade switches it through a series of commands:

configdefault -all

passwddefault

ipaddrset (Set to 10.77.77.77)

configure

licenseremove (No Need)

defzone --allaccess

cfgclear;cfgsave

switchname

chassisname

snmpconfig
===================================================================================
=========================
http://community.brocade.com/t5/Fibre-Channel-SAN/How-can-I-reset-a-F-C-switch-
delete-config-reset-pwd-s-reset-to/td-p/14121

The process I generally go through is as follows:

switchdisable

cfgdisable (hit "y" at prompt)

cfgclear (hit "y" at prompt)

cfgsave (hit "y" at prompt)

configdefault

switchenable

reboot

Then, for the ip addresses, you must reset them manually with the "ipaddrset"
command, as suggested above.

As to the user accounts, I would go into either CLI or the webgui and delete all
accounts except "factory" and/or "root".
===================================================================================
==========================
http://storage.ittoolbox.com/groups/technical-functional/emc-l/zoning-via-cli-on-
brocade-switch-1853380

Another option is to save configuration data with configUpload from both new and
old switch,
then replace zoning section in the new switch's configuration and send it back to
the switch with configDownload

If its rip and replace you can set the same did for the new switch as the old
switch.

You can dump the switchconfig with configupload to a ftp server.

Basically you do configupload for both your old and new switch.

Take ONLY the zoning info from the old switch config and paste that into the new
switches config.

configdownload the altered onfig in your new switch and zoning info has been
migrated.

You can both configupload though the GUI (webtools or BNA) or CLI.
If you are to migrate one at a time, you can for the quickest solution ISL the two
switches.

If all conditions are met the Fabric will form and the zoning db will be copied to
the new switch

You might also like