ISL is out-of-sync
Mismatch with the ISL version or switch platform or both.
-
Run the
show vsx status
command.In the following example, the ISL channel is shown as in-sync; however, if the ISL channel was not in-sync, a different status would be provided.
switch# show vsx status VSX Operational State --------------------- ISL channel : In-Sync ISL mgmt channel : operational Config Sync Status : in-sync NAE : peer_unreachable HTTPS Server : peer_unreachable Attribute Local Peer ------------ -------- -------- ISL link 1/1/43 1/1/43 ISL version 0 0 System MAC 48:0f:cf:af:70:84 48:0f:cf:af:c2:84 Platform 8320 8320 Software Version TL.10.01.00004 TL.10.01.00004 Device Role primary secondary
- If there is an ISL version mismatch, update the software so the ISL version is the same on the local and peer VSX switch.
- If the switches have mismatching platforms, create an ISL link that connects two VSX switches with the same platform.
The role is not configured on any of the VSX switches or the same role is configured on both VSX switches.
-
Run the
show vsx status
command.In the following example, the roles are configured correctly; however, if the device roles were configured incorrectly, you might see two primary or two secondary roles or a missing role in the following output.
switch# show vsx status VSX Operational State --------------------- ISL channel : In-Sync ISL mgmt channel : operational Config Sync Status : in-sync NAE : peer_unreachable HTTPS Server : peer_unreachable Attribute Local Peer ------------ -------- -------- ISL link 1/1/43 1/1/43 ISL version 0 0 System MAC 48:0f:cf:af:70:84 48:0f:cf:af:c2:84 Platform 8320 8320 Software Version TL.10.01.00004 TL.10.01.00004 Device Role primary secondary
-
Set the roles correctly so that one of the VSX switches has the primary role and the other switch has the secondary role. To set a switch role, enter the
role {primary | secondary}
command.
The ISL interface is down on any one switch in the VSX pair.
-
Check ISL state and ISL link status by entering:
switch# show vsx status inter-switch-link
In the following example, the ISL state and link status are shown as in-sync and up; however, if the ISL interface is down, a different status would be provided.
switch# show vsx status inter-switch-link State : In-Sync Link Status : up Mgmt state : operational Inter-switch link Statistics ---------------------------- Hello Packets Tx : 4572 Hello Packets Rx : 4573 Data Packets Tx : 80634 Data Packets Rx : 80637 Mgmt Packets Tx : 25946 Mgmt Packets Rx : 25167 Mgmt Packet Drops : 0
-
Re-enable the ISL interface by going to that interface context and entering
no shutdown
:switch(config)# interface 1/1/1 switch(config-if)# no shutdown