Why isnt Brocade zoning enabled after setting up a zone?
Applies to
- Brocade zoning
- Flexpod
Answer
Brocade zoning is not enabled after setting up a zone.
Created a zone on a Brocade switch but zoning does not show up in zoneshow
or cfgshow
.
When creating a zone on Brocade using the GUI or CLI, you must enable the configuration before saving.
Example:
brocade2400:admin> switchshow
switchName: brocade2400
switchType: 3.4
switchState: Online
switchRole: Principal
switchDomain: 1
switchId: XXX01
switchWwn: 10:00:00:XX:XX:XX:XX:XX
switchBeacon: OFF
port 0: id No_Light
port 1: -- No_Module
port 2: id No_Light
port 3: id No_Light
port 4: id No_Light
port 5: id No_Light
port 6: id No_Light
port 7: id No_Light
The basic steps to creating a zone on a Brocade switch are:
- Create aliases (optional, makes device management easier to read and administer) -
alicreate
- Create the zone -
zonecreate
- Create the zone configuration -
cfgcreate
- Enable the configuration -
cfgenable
- Save the configuration -
cfgsave
Example:
alicreate switch1
,10:00:00:XX:XX:XX:XX:XX
(Creates an alias)
zonecreate ZNE_switch1
,switch1
(Create zones)
cfgcreate PROD_faba
,ZNE_switch1
(Creates the zone configuration)
cfgenable PROD_faba
(Enables the zone configuration)
cfgsave
(Save the config)
Aliases make managing larger fabrics simpler because they allow you to use human readable formats. Zone configurations allow you to create one or more zones and group them together so that they can be managed as a single configuration. The configuration that is in effect is the effective configuration. While many configurations can exist on a switch, only one can be active at a given time. It is necessary to save the configuration in order to make it persistent across reboots.
Additional Information
Add your text here.