IX2215 初期化後の設定
概要
IX2215を初期化し、初期セットアップを実施します。
準備
IX2215にコンソールケーブルを接続します。
初期化
ix2215(config)# erase startup-config
ix2215(config)# reload
初期設定
ユーザー登録とパスワードの設定
Router# enable-config
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# username admin password plain 1 PASSWORD administrator
% User 'admin' has been added.
% Password strength estimation: score 2(normal).
ホスト名
Router(config)# hostname ix2215
ix2215(config)#
設定の保存と再起動
ix2215(config)# write memory
Building configuration...
% Warning: do NOT enter CNTL/Z while saving to avoid config corruption.
ix2215(config)# reload
Notice: The router will be RELOADED. This is to ensure that
the peripheral devices are properly initialized.
Are you sure you want to reload the router? (Yes or [No]): Yes
リモートコンソールの有効化
IPアドレスの設定
GE2ポートに192.168.10.254/24
を設定し、有効化します。
ix2215# configure
Enter configuration commands, one per line. End with CNTL/Z.
ix2215(config)# interface GigaEthernet2.0
ix2215(config-GigaEthernet2.0)# ip address 192.168.10.254/24
ix2215(config-GigaEthernet2.0)# no shutdown
SSHの有効化
ix2215(config)# ssh-server ip enable
HTTPサーバーの有効化
ix2215(config)# http-server ip enable
ix2215(config)# http-server username admin
Info
最低一つはユーザーが登録されてないとゲストページに遷移しません。
省電力設定
使用しないデバイスをシャットダウンします。
ix2215(config)# device GigaEthernet1
ix2215(config-GigaEthernet1)# shutdown
NetMeister設定
NECプラットフォームズが提供しているNetMeisterを利用するための設定です。ファームウェアの更新に使用します。
ix2215(config)# nm ip enable
ix2215(config)# nm account <group-id> password plain <group-password>