Reference Guide
Adding devices to a Peer Zone
To add devices to the Peer Zone, complete the following steps.
1. Connect to the switch and log in using an account with admin permissions.
2. Add Peer Zone devices using the zoneadd --peerzone command.
The following example adds the device "10:00:05:1e:a9:20:00:02" to "peerzone_wwn_mbrs".
switch:admin> zoneadd --peerzone peerzone_wwn_mbrs -members "10:00:05:1e:a9:20:00:02"
Replacing a device in a Peer Zone
To replace devices in the Peer Zone, complete the following steps.
1. Connect to the switch and log in using an account with admin permissions.
2. Replace the existing Peer Zone device with a new device using the zoneobjectreplace command.
The zoneobjectreplace command restricts replacing the Peer Zone property member. A WWN can be replaced with a WWN
only and a D,I member can be replaced with a D,I member only.
The following example replaces the device "20:00:00:05:1e:a1:af:b2" with "10:00:00:05:1e:a1:10:c1" in a Peer Zone.
switch:admin> zoneobjectreplace "20:00:00:05:1e:a1:af:b2" "10:00:00:05:1e:a1:10:c1"
Removing devices from a Peer Zone
To remove devices from a Peer Zone, complete the following steps.
1. Connect to the switch and log in using an account with admin permissions.
2. Remove devices from a Peer Zone using the zoneremove --peerzone command.
Removing the last principal WWN device deletes the Peer Zone.
The following example removes the device "10:00:05:1e:a9:20:00:02" from the "peerzone_wwn_mbrs" Peer Zone.
switch:admin> zoneremove --peerzone peerzone_wwn_mbrs -members "10:00:05:1e:a9:20:00:02"
Deleting Peer Zones
To delete a Peer Zone, complete the following steps.
1. Connect to the switch and log in using an account with admin permissions.
2. Delete Peer Zones using the zonedelete command.
The following example deletes the "peerzone_di_mbrs" Peer Zone.
switch:admin> zonedelete peerzone_di_mbrs
Viewing Peer Zones
To view a Peer Zone configuration, including the devices associated with the Peer Zone, complete the following steps.
1. Connect to the switch and log in to an account.
2. View the Peer Zone configuration contained in the defined and effective zone databases using the zoneshow --peerzone
command.
∙ Use the all option to list all Peer Zones in the zone database.
Administering Advanced Zoning
Brocade Fabric OS Administration Guide, 8.0.1
346 53-1004111-02