show autoboot
- モード
- 特権EXECモード
- カテゴリー
- 運用・管理 / システム
構文
# show autoboot
コマンド説明
SDHCカード/USBオートブート機能の状態を表示する。使用例
awplus# show autoboot Autoboot configuration ----------------------------------------------------------- Autoboot status : enabled Configuration file autoboot.txt exists : yes Restore information on USB storage device Autoboot enable in autoboot.txt : yes Restore release file : AR4050S-5.5.6-0.1.rel (file exists) Restore configuration file : network_1.cfg (file exists) awplus# show autoboot Autoboot configuration -------------------------------------------------------------------------------- Autoboot status : enabled External media source : media not found.
| Autoboot status | SDHCカード/USBオートブート機能の状態。enabled(有効)またはdisabled(無効) |
| External media source | SDHCカード/USBメモリーが挿入されていない場合は本項目に「media not found.」と表示され、これ以降の項目は表示されない。一方、SDHCカード/USBメモリーが挿入されている場合は本項目が表示されず、次の「Configuration file autoboot.txt exists」項目が表示される。同項目がyesの場合は、さらにそれ以降の項目も表示される |
| Configuration file autoboot.txt exists | SDHCカードまたはUSBメモリー上の設定ファイル(autoboot.txt)の有無。yes(存在する)、または no(存在しない)。Yesの場合は、以下の「Restore information on xxxxxxセクション」が表示される |
| Autoboot enable in autoboot.txt | SDHCカードまたはUSBメモリー上の設定ファイル(autoboot.txt)内の「Copy_from_external_media_enabled」項目に入力された値 |
| Restore release file | SDHCカードまたはUSBメモリー上の設定ファイル(autoboot.txt)内の「Boot_Release」項目に入力されたファームウェアイメージファイル名。および指定したファームウェアイメージファイルがUSBメモリー上に存在するかどうか。存在する(file exists)または存在しない(file not found) |
| Restore configuration file | SDHCカードまたはUSBメモリー上の設定ファイル(autoboot.txt)内の「Boot_Config」項目に入力されたコンフィグファイル名。および指定したコンフィグファイルがUSBメモリー上に存在するかどうか。存在する(file exists)または存在しない(file not found) |