2024年7月24日 (初版)
TAC SR Collection |
主な問題 |
Nexus 3000 シリーズで意図的に設定をしていない場合でも system dme enable が設定されていることがあります。 また、 no system dme enable を実行し保存した後に再起動を実施しても、 show running-config 上ではsystem dme enable と表示され、 show system dme status 上では DME is disabled と表示されることがあります。
# show running-config | inc dme system dme enable
# show system dme status DME is disabled
DME 機能は、システム メモリが 4 ギガバイト以下の Nexus 3000 スイッチではサポートされていないため、 enable に設定されている状態でスイッチをリロードすると、DME が有効になり、スイッチのシステム メモリの使用率が高くなります。 また、特定のバージョンに変更する際に互換性がないため失敗することがあります。
Switch# show incompatibility-all nxos nxos.9.3.x.bin Checking incompatible configuration(s) for vdc 'xxxxx': -------------------------------------------------------------- The following configurations on active are incompatible with the system image 1) Service : pltfm_config , Capability : CAP_FEATURE_DME_ENABLED Description : DME feature is not supported on this image Capability requirement : STRICT Enable/Disable command : Please use "no system dme enable" to disable DME feature
show running-config 上では system dme enable と表示されていても、show system dme status 上で DME is disabled と表示されていれば問題なくバージョン変更が可能です。
|
原因 |
ソフトウェア不具合 CSCvw96395 として報告されています。
|
解決策 |
以下の手順で system dme を無効化し、設定を保存した後に再起動を実施します。
(config)# no system dme enable # copy running-config startup-config # reload
なお、上述したように reload 後にも show running-config 上では enable と表示される場合があります。 その場合でも、 show system dme status 上にて DME is disabled と表示されている場合は内部的には無効化された状態です。
# show runnig-config | inc dme system dme enable
# show system dme status DME is disabled
恒久的には、 CSCvw96395 の修正バージョンへアップグレードすることで回避できます。
|
備考
本不具合は、Bug Search Tool でも確認できます。
各製品の TAC SR Collection の一覧は、よくある質問と解決方法 (TAC SR Collection) から確認できます。