Cannot configure ISL between Brocade G620 and HPE blade SAN switch due to ESC Enhanced Zone Object Name Conflict error
Applies to
- Brocade G620 switch 8.2.x
- HPE blade SAN switch 7.4.2h
Issue
- Unable to configure ISL between brocade and HPE switch.
- Both the switches are compatible for ISL and HPE switch is in the latest version.
- ISL ports are going into disabled state with error
ESC Enhanced Zone Object Name Conflict
.
Index Port Address Media Speed State Proto
==================================================
28 28 01xxxx id 8G No_Sync FC Disabled (ESC Enhanced Zone Object Name Conflict)
29 29 01xxxx id 8G No_Sync FC Disabled (ESC Enhanced Zone Object Name Conflict)
- Followed KB where it says that special characters should not be used in zone configuration.
- Even after removing the special characters from zone configuration ISL ports are still disabled with same error.
- NPIV is enabled on ISL ports of both switches.
- Tried to disable and enable the ISL ports on both switches, but still no luck.
- Login to the switch as
root
user and ran the commandzone stateshow
to see how many Enhanced Zone Objects are present in the G620 switch, the output still shows 8 as below.
G620xxx:root> zone stateshow
============================
Switch Instance 0:
[output truncated]
Alias Peer Zoning = Not Configured (Cnt: Cmit 0, Def 0)
Enhanced Zone Object Naming = Configured (Cnt: Cmit 8, Def 0)
[output truncated]
G620xxx:root>
- Tried to create fake temporary zones using below commands, still no luck.
zonecreate z_fake_temp_zone, "1,1"
cfgsave -f
zonedelete z_fake_temp_zone
cfgsave -f
zone stateshow
- Since G620 switch had originally 8 zones with hyphen (-) in them, tried to delete one of the 8 zones disruptively and observed if
cmit
is reduced to 7, but issue still persists.
cfgremove "G62xx","z_Sxx_Bx_Exxxxge_VxxxxxC_3x"
zonedelete z_Sxx_Bx_Exxxxge_VxxxxxC_3x
cfgenable "G62xx"
zone stateshow :
============================
[output truncated]
Enhanced Zone Object Naming = Configured (Cnt: Cmit 8, Def 0)