はじめに
本ドキュメントは リモート操作により、ROMmon モードに入る方法を記載しています。
Catalyst3650とCatalyst3850が対象となります。
他の製品について、通用する場合もありますが、関連コマンドの有効性を確認した上、ご利用ください。
リモート操作により設備の ROMmon に入る方法
ROMmon に入る場合、通常 Mode ボタンを使用しますが、リモート操作により ROMmon に入る方法もあります。
詳細手順は以下となります。
※Catalyst3850を例として、ログを取得しました。
- 製品の switch number を確認する。
3850#show switch
Switch/Stack Mac Address : xxxx.xxxx.xxxx- Local Mac Address
Mac persistency wait time: Indefinite
H/W Current
Switch# Role Mac Address Priority Version State
-------------------------------------------------------------------------------------
*1 Active xxxx.xxxx.xxxx 1 V08 Ready >>>
- boot manual を設定する。
3850#conf t
Enter configuration commands, one per line. End with CNTL/Z.
3850(config)#boot manual switch ?
<1-9> Switch number
3850(config)#boot manual switch 1
3850(config)#end
- 設定内容を保存し、再起動する。
3850#wr
Building configuration...
[OK]
3850#reload
Proceed with reload? [confirm]y
- ROMmon モードに入る。
Reload Command.
Chassis 1 reloading, reason - Reload command
reboot: Restarting system
Booting...
Interface GE 0 link down***ERROR: PHY link is down
The "IP_ADDR" environment variable is not set.
The system is not configured to boot automatically. The
following command will finish loading the operating system
software:
boot
switch:
上記の設定により、製品が再起動する度に、ROMmon モードに入りますので、ご注意ください。
通常状態に戻す場合、ROMmon モードとコンフィグレーションモードにてそれぞれ実施可能です。
設定手順は以下となります。
ROMmon モードにて通常状態に戻す方法
- ROMmon モードにて MANUAL_BOOT=no を設定する。
switch:MANUAL_BOOT=no
- Set コマンドで設定情報を確認する。
switch: set
MANUAL_BOOT=no
省略
- Boot コマンドで製品を起動する。
switch: boot
コンフィグレーションモードにて通常状態に戻す方法
- コンフィグレーションモードで no boot manual を設定する。
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#no boot manual switch 1
Switch(config)#end
- 設定内容を保存する。
Switch#wr