Start a Conversation

Unsolved

This post is more than 5 years old

9058

October 27th, 2010 07:00

How to distribute active zoneset to a newly added cisco switch ?

Hi

if we added new cisco switch to an existing  cisco fabric ..how can we make the active zone set on the existing fabric propagate to the new swith automatically ?

Note :we already have created a vsan identical to the existing fabric vsan

71 Posts

October 27th, 2010 09:00

If the new switch does not have any zonning configuration (i.e. switch is new or previous zonning configuration has been deleted), then the zonning database will be propagated throughout the fabric for that VSAN automatically, as soon as the new switch joins the existing fabric.

71 Posts

October 27th, 2010 09:00

Enabling Full Zone Set Distribution

All switches in the Cisco MDS 9000 Family distribute active zone sets when new E port links come up or when a new zone set is activated in a VSAN. The zone set distribution takes effect while sending merge requests to the adjacent switch or while activating a zone set.

To enable full zone set and active zone set distribution to all switches on a per VSAN basis, follow these

steps:

Step 1

switch# config t

Enters configuration mode.

Step 2

switch(config)# zoneset distribute full vsan 33

Enables sending a full zone set along with an active zone set.

1 Rookie

 • 

118 Posts

October 27th, 2010 10:00

also how can i know if

this is already enabled on the existing fabric ? so i don't need to do this step you mentioned..

"

To enable full zone set and active zone set distribution to all switches on a per VSAN basis, follow these

steps:

Step 1

switch# config t

Enters configuration mode.

Step 2

switch(config)# zoneset distribute full vsan 33

Enables sending a full zone set along with an active zone set.

'''''''''''''''

and where should i do this commands "on new or old " ?

1 Rookie

 • 

118 Posts

October 27th, 2010 10:00

Thanks alot

so in my case the switch is new and the vsan is new.." i will not need to do the distribution comman" ?

and how i can delete the zoning on that vsan"new switch" so it will take the existing active zone set automatically ?

like brocade : cfgclear,cfgsave"

BR

71 Posts

October 27th, 2010 10:00

In such a case the active zoneset will be distributed automatically. The 'zoneset distribution full' command will be required if you want the entire zonning database (along with active zoneset) to be distributed in events of activation, deactivation or merge processes.

The following example shows how to clear all configured information in the zone server for VSAN 1:

switch# clear zone database vsan 33

After issuing a '

clear zone database' command, you need to explicitly issue the ' config' startup-configcopy running-to ensure that the running configuration is used when you next start the switch.

71 Posts

October 27th, 2010 10:00

Hope that answers your query.

71 Posts

October 27th, 2010 11:00

Hope your query is answered.

71 Posts

October 27th, 2010 11:00

By default zoneset distribute full is not enabled, so you may have to do that. You can do it on the existing fabric (old) switch.

1 Rookie

 • 

118 Posts

October 27th, 2010 13:00

Thanks alot that is really heplfull....

last thing.. i think the old one has only active zonset distribution we can work it only...

do you know when we need full zoneset disribution  ?

Thanks again

71 Posts

October 27th, 2010 18:00

There is some formatting error introduced in the 6th message on this forum, in the command given, the correct syntax for it is :-

.config startup-configcopy running-

71 Posts

October 27th, 2010 19:00

Apologies, don't know what's going wrong, though I pasted the syntax right, it is again reflecting the same, let me type it this time:

'copy running-config startup-config'

71 Posts

October 27th, 2010 19:00

Yes, that worked .

71 Posts

October 27th, 2010 19:00

It really depends, when you would want to distribute the entire zonning database, based on your needs. You may think of a situation where you may want to manage the zonning information from the new switch (like adding new zones to the active zoneset from the existing zones in the zonning database) here it would be easier to have the entire zonning database on the new switch rather than creating the new zone manually.

Hope this answers your query.

2 Intern

 • 

20.4K Posts

October 27th, 2010 21:00

if you want to see if "full zone distribution" is enabled switch wide you can run this command:

show system default zone

if you want to see it for a specific vsan you can run this comand:

c9513a1# show zone status vsan 130


VSAN: 130 default-zone: deny distribute: full Interop: default
    mode: basic merge-control: allow
    session: none
    hard-zoning: enabled broadcast: disabled
Default zone:
    qos: none broadcast: disabled ronly: disabled
Full Zoning Database :
    DB size: 140 bytes
    Zonesets:1  Zones:1 Aliases: 1
Active Zoning Database :
    DB size: 56 bytes
    Name: BizSchoolA  Zonesets:1  Zones:1
Status: Activation completed at 19:32:11 EST Oct  3 2010

No Events found!

Top