yasuです。
今回は自宅にあるL2スイッチの1台、アライドテレシス AT-x230-10GPのファームウェアを更新しましたので、次回手間取らないよう手順をメモしておきます。
ファームウェアダウンロード
https://www.allied-telesis.co.jp/support/list/switch/x230/download.html にアクセスしてAT-x230-10GPのファームウェアをダウンロードします。
※ダウンロード時にシリアル番号の入力が必要です
今回ダウンロードしたx230-5.5.4-0.1.zipを解凍して、x230-5.5.4-0.1.relファイルをnasに格納します。
AT-x230-10GPのファームウェア更新
AT-x230-10GPにtelnetで接続し、ファームウェアを適用します。
C:\Users\yasu> telnet AT-x230-10GPのIPアドレス
awplus login: AT-x230-10GPの管理者アカウント名
Password: AT-x230-10GPの管理者アカウントのパスワード
#scpコマンドでnasに格納したファームウェアをAT-x230-10GPのflashにコピーします
awplus# copy scp://root@nasのIPアドレス:/mnt/hdd/zfs/x230-5.5.4-0.1.rel flash
Enter destination file name[x230-5.5.4-0.1.rel]: [Enter]キーを押下
Copying...
#ファームウェアが正しくコピーできたか確認します(x230-5.5.4-0.1.relが存在すること)
awplus# dir flash:/
25620044 -rwx Sep 24 2024 13:48:55 x230-5.5.4-0.1.rel
0 drwx Sep 24 2024 13:43:12 log/
1662 -rw- Jun 23 2023 21:43:55 default.cfg
2875392 -rwx Sep 27 2022 10:13:37 awplus-gui_552_27.gui
25929964 -rwx Sep 27 2022 10:12:43 x230-5.5.2-1.1.rel
4110985 -rwx Apr 18 2018 15:13:41 x230-gui_547_02.jar
#新しいファームウェアを通常用ファームウェアに指定するのと、今までのファームウェアをバックアップファームウェアに指定します
awplus#configure terminal
awplus(config)# boot system flash:/x230-5.5.4-0.1.rel
awplus(config)# boot system backup flash:/x230-5.5.2-1.1.rel
awplus(config)# exit
#起動用ファームウェアの設定を確認します
swplus# show boot
Boot configuration
--------------------------------------------------------------------------------
Current software : x230-5.5.2-1.1.rel
Current boot image : flash:/x230-5.5.4-0.1.rel (file exists)
Backup boot image : flash:/x230-5.5.2-1.1.rel (file exists)
Default boot config: flash:/default.cfg
Current boot config: flash:/default.cfg (file exists)
Backup boot config: Not set
Autoboot status : disabled
Boot Security Level: none
#システムを再起動し、新しいファームウェアで起動します
awplus# reload
reboot system? (y/n): y
再起動に数分かかりますが、無事更新できました。