07-05-2016 03:09 PM
how to add new WWN to existing fcalias/Zone/zoneset by using Cisco CLI
07-06-2016 06:46 AM
Here is an example: VSAN in use VSAN 1 FCALIAS name My_Storage
new PWWN is 50:00:00:00:00:00:00:60
Zone name Host_A_My_Storage
zoneset name Production
Zoning by pwwn
9148s-1(config)# fcalias name My_Storage vsan 1
9148s-1(config-fcalias)# fcalias name My_Storage vsan 1
9148s-1(config-fcalias)# member pwwn 50:00:00:00:00:00:00:60
9148s-1(config-fcalias)# exit 9148s-1(config)# zone name Host_A_My_Storage vsan 1
9148s-1(config-zone)# member pwwn 50:00:00:00:00:00:00:60
9148s-1(config-zone)# exit
9148s-1(config)# zoneset activate name Production vsan 1
9148s-1(config)# end
9148s-1# copy running-config startup-config
If you are zoning by FCALIAS and the FCALIAS name is already in the zone(s) but you are just adding a new member, then you just update the FCALIAS as above and then activate the zoneset to pick up the change.
Best regards,
Jim
07-06-2016 09:52 AM
Hi Jim
I'm confused !
9148s-1(config-zone)# member pwwn 50:00:00:00:00:00:00:60
should it not be replaces by
9148s-1(config-zone)# member fcalias My_Storage
Walter.
07-07-2016 07:03 AM
Hi Walter,
I assumed that he was adding a new PWWN and not replacing a current one.
Also, he did not state that he was zoning by FCALIAS.
Add the new PWWN to an existing FCALIAS.
If he is already zoning by FCALIAS, then he doesn't have to add that FCALIAS to the zone again, it would already be there.
If he is zoning by PWWN, then he has to add the new PWWN to the existing zone ( or create a new one).
Either way, he has to activate the zoneset again.
Best regards,
Jim
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