Script for adding zones on cisco9506
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2013 07:04 AM
Hello,
I have some 50 zones to add to a zoneset.. is there any easy way like a script to use and push it..
- Labels:
-
Storage Networking

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2013 07:39 AM
yes, script with your favorite scripting tool that will generate input file and then copy/past output into terminal window or uploaded directly into running config, ie: copy tftp://mytftpserver/script.txt running-config
@dynamoxxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2013 07:06 PM
Hello,
Please use this
Automatic Zone Set Distribution
To enable the switch to distribute the local zone set to all other switches in the VSAN when a zone set is activated, use the zone set distribute full vsan 804 command:
ca-9506# conf t
Enter configuration commands, one per line. End with CNTL/Z.
ca-9506(config)# zoneset distribute full vsan 804
also refer
http://www.cisco.com/en/US/docs/storage/san_switches/mds9000/sw/rel_1_x/1_3/cookbook/CB_zone.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2013 05:45 AM
what does zone distribution have to do with scripting zones ?
@dynamoxxx
