CiscoスイッチでRCFをバージョン1.11または1.12aに更新した後、ISLポートがダウンする
環境
- Cisco Nexus 3232Cクラスタスイッチ
- Cisco Nexus C3132Q-Vクラスタスイッチ
- Cisco Nexus C9336C-FX2クラスタスイッチ
- RCF(Reference Configuration File)version 1.11, 1.12, or 1.12a or 1.13
|
警告 このKB記事は、MetroCluster IP構成には適用されません。 |
問題
- すべての手順を正しく実行し、2回リブートして新しいRCFバージョン1.11または1.12aをインストールしたあとでも、ISL(Inter-switch link)インターフェイスは一時停止してダウンしています。
- このエラーは、最初のスイッチリロードとRCFインストール時に表示されることが想定されています。
sw1(config-if)# channel-group 1 mode active
TCAM region is not configured. Please configure TCAM region and retry the command
- 2回目のスイッチのリロードとRCFのインストール後にこのエラーが表示されるのは想定外であり、解決策セクションの手順に従う必要があります:
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
- これが実際に発生した問題であり、ISLポートの特定の設定行を適用できなかったことを確認するには、以下の例に従ってください。この例では、sw1でこの問題が発生しており、sw2は正常に更新されています。
- ISLインターフェイス(この例ではEth1/31とEth1/32)の実行中の設定を確認します。
show running-config eth1/31 |
show running-config eth1/31 |
| Sw1 - 問題 | Sw2 - 作業中 |
interface Ethernet1/31 |
interface Ethernet1/31 |
interface Ethernet1/32 |
interface Ethernet1/32 |
2.インターフェイスのステータスを確認します。
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. このポートチャネルにはメンバー ポートが設定されていません。
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 --