Cisco Port Isolation
Cisco Port Isolation
Trunking E ports (TE ports) are similar to E ports except that they carry traffic for multiple VSANs. E ports carry traffic
for a single VSAN. Because TE ports carry traffic for multiple VSANs, ISL isolation can affect one or more VSANs.
For this reason, on a TE port you must troubleshoot for ISL isolation on each VSAN.
To resolve VSAN isolation on a TE port using the CLI, follow these steps:
Step 1 Use the show interface command on the TE port to verify that you have an isolated VSAN.
The example shows the output of the show interface command with one or more isolated VSANs. Here, the TE port
has one VSAN isolated.
Step 2 Use the show interface fc slot/port trunk vsan vsan-id command to verify the reason for VSAN isolation.
This output shows that VSAN 1 is isolated because of a zone merge error.
Step 3 Use the show port internal info interface fc slot/port command to determine the root cause of the VSAN
isolation.
Note To issue commands with the internal keyword, you must have an account that is a member of the network-
admin group.
switch# show port internal info interface fc2/14
The last few lines of the command output provide a description of the reason for VSAN isolation for every isolated
VSAN.
In this example, VSAN 7 is up, while two VSANs are isolated. VSAN 1 is isolated because of domain ID
misconfiguration, and VSAN 8 is isolated because of VSAN misconfiguration.
Step 4 Correct the root cause. See the "DPVM Config Database Not Activating" section for domain misconfiguration
problems. Use the vsanvsan-id interface command to correct the VSAN misconfiguration problems.
Step 5 Repeat this procedure for all isolated VSANs on this TE port.