有線インターフェイスの有効化と無効化
有線インターフェイスの設定は UIW リリース 17.12.1 から導入され、この機能により有線インターフェイスを無効にできます。両方の有線インターフェイスを同時に無効にすることはできません。CLI を使用して有線インターフェイスを有効にできます。
CLI を使用した有線インターフェイスの有効化または無効化
Device# configure wired <0-1>
disabled disable wired interface
enabled enable wired interface
Device# configure wired 0 disabled
Device# configure wired 1 enabled
Device# write
Device# reload
エラー処理設定
Device # configure wired 0 disabled
Device# configure wired 1 disabled
ERROR: Interface wired0 is disabled, cannot disable both interfaces
CLI を使用した有線インターフェイスの有効化と無効化の確認
有線インターフェイスの有効状態または無効状態を確認するには、次の show コマンドを使用します。
Device# #show wired <0-1> config
例:
Device# show wired 0 config
WIRED0 status: enabled
Device# show wired 1 config
WIRED1 status: disabled