SUMMARY STEPS
1.
configure terminal
2.
zoneset clone oldname newname vsan vsan-id
3.
zone clone oldname newname vsan number
4.
fcalias clone oldname newname vsan vsan-id
5.
zone-attribute-group clone oldname newname vsan vsan-id
6.
zoneset activate name newname vsan vsan-id
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Clones a zone set in the specified VSAN.
zoneset clone oldname newname vsan vsan-id
Example:
switch(config)# zoneset clone test myzoneset2 vsan 2
Step 2
Clones a zone in the specified VSAN.
zone clone oldname newname vsan number
Example:
switch(config)# zone clone test myzone3 vsan 3
Step 3
Clones a fcalias in the specified VSAN.
fcalias clone oldname newname vsan vsan-id
Example:
switch(config)# fcalias clone test myfcalias vsan 30
Step 4
Clones a zone attribute group in the specified
VSAN.
zone-attribute-group clone oldname newname vsan vsan-id
Example:
switch(config)# zone-attribute-group clone test mygroup2
vsan 10
Step 5
Activates the zone set and updates the new zone
name in the active zone set.
zoneset activate name newname vsan vsan-id
Example:
switch(config)# zoneset activate name myzonetest1 vsan
3
Step 6
Clearing the Zone Server Database
You can clear all configured information in the zone server database for the specified VSAN.
Cisco Nexus 5000 Series NX-OS SAN Switching Configuration Guide, Release 5.2(1)N1(1)
150 OL-27583-01
Configuring and Managing Zones
Zone Set Duplication