ISL port is down after RCF update on Cisco switch to version 1.11 or 1.12a
Applies to
- Cisco Nexus 3232C Cluster Switch
- Cisco Nexus C3132Q-V Cluster Switch
- Cisco Nexus C9336C-FX2 Cluster Switch
- RCF (Reference Configuration File) version 1.11, 1.12, or 1.12a
WARNING This KB Article does not apply to MetroCluster IP configurations. |
Issue
- ISL (Inter-switch link) interface is suspended and down even after correctly following all the steps and rebooting twice to install the new RCF version 1.11 or 1.12a.
- Seeing this error during the first switch reload and RCF installation is expected:
sw1(config-if)# channel-group 1 mode active
TCAM region is not configured. Please configure TCAM region and retry the command
- Seeing this error after the second switch reload and RCF installation is NOT expected and the steps in the solution section will need to be followed:
sw1(config)# interface eth1/31
sw1(config-if)# channel-group 1 mode active
command failed: port not compatible:[Port priority-flow-control]
** You can use force option to override the port's parameters
** (e.g. "channel-group X force")
** Use "show port-channel compatibility-parameters" to get more information on failure
- To verify this is the issue experienced and certain configuration lines on the ISL ports were not able to be applied follow the example below. In the example sw1 is experiencing this problem and sw2 is successfully updated:
- Review the running configuration on the ISL interfaces (in this instance Eth1/31 and Eth1/32):
show running-config eth1/31 |
show running-config eth1/31 |
Sw1 - Problem | Sw2 - Working |
interface Ethernet1/31 |
interface Ethernet1/31 |
interface Ethernet1/32 |
interface Ethernet1/32 |
2. Review the interface status:
sw1# show interface brief
--------------------------------------------------------------------------------
Port VRF Status IP Address Speed MTU
--------------------------------------------------------------------------------
mgmt0 -- up 10.1.1.101 1000 1500
--------------------------------------------------------------------------------
Ethernet VLAN Type Mode Status Reason Speed Port
Interface Ch #
--------------------------------------------------------------------------------Eth1/31 1 eth trunk up none 100G(D) --
Eth1/32 1 eth trunk up none 100G(D) --
Eth1/33 1 eth trunk down XCVR not inserted auto(D) --
Eth1/34 1 eth trunk down XCVR not inserted auto(D) --
------------------------------------------------------------------------------------------
Port-channel VLAN Type Mode Status Reason Speed Protocol
Interface
------------------------------------------------------------------------------------------
Po1 1 eth trunk down No operational members auto(I) lacp
Po999 1 eth access down Administratively down auto(I) none
3. It is noticed that there are no configured member ports for this port channel:
sw1# show port-channel summary
Flags: D - Down P - Up in port-channel (members)
I - Individual H - Hot-standby (LACP only)
s - Suspended r - Module-removed
b - BFD Session Wait
S - Switched R - Routed
U - Up (port-channel)
p - Up in delay-lacp mode (member)
M - Not in use. Min-links not met
--------------------------------------------------------------------------------
Group Port- Type Protocol Member Ports
Channel
--------------------------------------------------------------------------------
1 Po1(SD) Eth NONE --
999 Po999(SD) Eth NONE --
sw2# show interface brief
--------------------------------------------------------------------------------
Port VRF Status IP Address Speed MTU
--------------------------------------------------------------------------------
mgmt0 -- up 10.1.1.102 1000 1500
--------------------------------------------------------------------------------
Ethernet VLAN Type Mode Status Reason Speed Port
Interface Ch #
--------------------------------------------------------------------------------
Eth1/1 1 eth trunk up none 100G(D) --
Eth1/2 1 eth trunk up none 100G(D) --
Eth1/31 1 eth trunk down suspended(no LACP PDUs) auto(D) 1
Eth1/32 1 eth trunk down suspended(no LACP PDUs) auto(D) 1
------------------------------------------------------------------------------------------
Port-channel VLAN Type Mode Status Reason Speed Protocol
Interface
------------------------------------------------------------------------------------------
Po1 1 eth trunk down No operational members auto(D) lacp
Po999 1 eth access down Administratively down auto(I) none
sw2# show port-channel summary
Flags: D - Down P - Up in port-channel (members)
I - Individual H - Hot-standby (LACP only)
s - Suspended r - Module-removed
b - BFD Session Wait
S - Switched R - Routed
U - Up (port-channel)
p - Up in delay-lacp mode (member)
M - Not in use. Min-links not met
--------------------------------------------------------------------------------
Group Port- Type Protocol Member Ports
Channel
--------------------------------------------------------------------------------
1 Po1(SD) Eth LACP Eth1/31(s) Eth1/32(s)
999 Po999(SD) Eth NONE --