cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3913
Views
5
Helpful
3
Replies

Redistribut zones & zonesets

opnineopnine
Level 1
Level 1

Hi all,

I have 2 9148s, they are connected via TE ports, I have to create zones/zonesets for the same vsan, but I would like to know, i there’s any way I can create a zone/zoneset in one of the 9148, this can be replicated to the other one?

thanks. !

1 Accepted Solution

Accepted Solutions

jihicks
Cisco Employee
Cisco Employee

By default, the active zoneset is distributed when you activate a zoneset.

What you want is for the full zone database to be distributed.

switch# show zone status
VSAN: 2 default-zone: deny distribute: full only Interop: default
    mode: basic merge-control: allow
    session: none
    hard-zoning: enabled broadcast: unsupported
    smart-zoning: disabled
    rscn-format: fabric-address
    activation overwrite control: disabled
Default zone:
    qos: none broadcast: unsupported ronly: unsupported
Full Zoning Database :
    DB size: 124 bytes
    Zonesets:0  Zones:0 Aliases: 0
Active Zoning Database :
    Database Not Available
Current Total Zone DB Usage: 124 / 4000000 bytes (0 % used)
Pending (Session) DB size:
    Full DB Copy size: n/a
    Active DB Copy size: n/a
SFC size: 124 / 4000000 bytes (0 % used)
Status:

First, create a backup of the configuration on both switches:

copy run bootflash:<switchname>_12_17_2015.cfg

To change to this to distribute full on both switches configure:

conf t

zoneset distribute full vsan x ( replace x with the VSAN number you are using )

exit

copy r s

Now the next time you activate a zoneset, you will distribute the full zone database.

The command above will show you what is in the full zone database on both switches. If one switch has all of the information in the full zone database and the other does not, you can go to the one that has the information in its full zone database and issue the command:

    zoneset distribute vsan x (  replace x with the VSAN number you are using )    

Best regards,

Jim          

            

View solution in original post

3 Replies 3

dynamoxxx
Level 5
Level 5

Read about zoneset distribution.

@dynamoxxx

thanks!

jihicks
Cisco Employee
Cisco Employee

By default, the active zoneset is distributed when you activate a zoneset.

What you want is for the full zone database to be distributed.

switch# show zone status
VSAN: 2 default-zone: deny distribute: full only Interop: default
    mode: basic merge-control: allow
    session: none
    hard-zoning: enabled broadcast: unsupported
    smart-zoning: disabled
    rscn-format: fabric-address
    activation overwrite control: disabled
Default zone:
    qos: none broadcast: unsupported ronly: unsupported
Full Zoning Database :
    DB size: 124 bytes
    Zonesets:0  Zones:0 Aliases: 0
Active Zoning Database :
    Database Not Available
Current Total Zone DB Usage: 124 / 4000000 bytes (0 % used)
Pending (Session) DB size:
    Full DB Copy size: n/a
    Active DB Copy size: n/a
SFC size: 124 / 4000000 bytes (0 % used)
Status:

First, create a backup of the configuration on both switches:

copy run bootflash:<switchname>_12_17_2015.cfg

To change to this to distribute full on both switches configure:

conf t

zoneset distribute full vsan x ( replace x with the VSAN number you are using )

exit

copy r s

Now the next time you activate a zoneset, you will distribute the full zone database.

The command above will show you what is in the full zone database on both switches. If one switch has all of the information in the full zone database and the other does not, you can go to the one that has the information in its full zone database and issue the command:

    zoneset distribute vsan x (  replace x with the VSAN number you are using )    

Best regards,

Jim          

            

Review Cisco Networking for a $25 gift card