#author("2026-01-11T13:50:59+00:00","default:t_take","t_take")
#author("2026-01-11T13:52:12+00:00","default:t_take","t_take")
[[ネットワーク関連]]
~
目次~
#contents
*概要 [#yabaeee5]
BROCADE ICX-6450の設定手順。~

**対象機種 [#r940fb08]
|ICX6450-C12-PD|Version 08.0.30jT313|

*接続 [#n4d28798]
コンソールポートからのログインを行う。

**初期ログイン [#j90d8f56]
初期状態ではユーザ名「admin」のみ、パスワードなしでログインが可能。~
中古品等の場合、以下の初期化手順を用いてadminのパスワード変更を行う。~

**パスワード初期化手順 [#qae53382]
以下の手順に従い、パスワードの再設定を行う。~

-1.コンソール接続を行う
-2.機器の電源を投入
-3.起動時に「b」を押下し、ブートローダーのコンソールを起動
 Bootloader Version: 10.1.05T310 (Mar 19 2015 - 16:39:59)
 
 
 Model ID: 1.0.0.0.1.1
 
 Enter 'b' to stop at boot monitor:  0 
 ICX64XX-boot>>
-4.以下のコマンドで一時的なパスワードなしでのログインを可能とする
 ICX64XX-boot>> no password
 
 OK! Skip password check when the system is up.
-5.以下のコマンドでシステムを起動
 ICX64XX-boot>> boot
~
 Booting image from Primary
 ## Booting image at 00007fc0 ...
    Created:      2016-08-20   4:10:04 UTC
    Data Size:    9833988 Bytes =  9.4 MB
    Load Address: 00008000
    Entry Point:  00008000
    Verifying Checksum ... OK
 OK
 〜中略〜
 No password has been assigned yet...
 
 SYSLOG: <14>Jan  1 09:00:40 DST219L310201_L2 Security: console login by un-authenticated console user to PRIVILEGED EXEC mode 
 
 ICX64XX#
-6.adminのパスワードを設定
 # configure terminal
 (config)# username admin password 【PASSWORD】
~
 SYSLOG: <14>Jan  1 09:01:05 DST219L310201_L2 Security: user admin modified by un-authenticated user from console session.
-7.enableモードのパスワードを有効化
 ICX64XX(config)# enable super-user-password 【PASSWORD】
-8.設定を書き込む
 (config)# write memory 
~
 SYSLOG: <14>Jan  1 09:01:43 DST219L310201_L2 Security: startup-config was changed by operator from console 
 DST219L310201_L2(config)#Flash Memory Write (8192 bytes per dot) .
 Write startup-config done.
 Copy Done.
-9.システムを再起動
 # reload


**工場出荷状態に戻す [#la7617ca]
設定を全て初期化するには以下の処理を行う。~

-設定の消去
 # erase startup-config 
~
 Erase startup-config Done.
 dhcp server lease database is also removed
 stacking flash file is also removed

-再起動
 # reload
~
 Are you sure? (enter 'y' or 'n'): y
 Could not verify if the Running Config data has been changed.
~
 Sent SIGTERM to all processeseload anyway? (enter 'y' or 'n'): 
 Sent SIGKILL to all processes
 Requesting system reboot
 Restarting system.


*初期設定 [#j189a36a]
**ホスト名 [#zb96ccb0]
 # conf t
 (config)# hostname ICX6450-C12-PD_1

**IPアドレス [#k39ce1b9]
ICX6450-C12-PDは管理専用のインターフェイスを持つ。~
アドレスの付与方法は管理インターフェイスと管理VLANにより異なる。~
なお、管理インターフェイスと管理VLANに対して、同じセグメントのアドレスを付与することはできない。~

-管理インターフェイスへのアドレス付与
 (config)# interface management 1
 (config-if-mgmt-1)# ip address 【IP Address】 【Netmask】
 
 SYSLOG: <14>Jan  1 17:16:11  PORT: mgmt1, added ip address 【IP Address】 by admin from console session.

-管理VLANへのへのアドレス付与
 (config)# interface ve 1
 (config-vif-1)# ip address 【IP Address】 【Netmask】



**デフォルトゲートウェイ [#ma38ebd1]
 (config)# ip route 0.0.0.0 0.0.0.0 【Gateway Address】


**NTPサーバの指定 [#eb41a8d1]
 (config)# ntp
 (config-ntp)# server 【IP Address】
 
 SYSLOG: <14>Jan  1 17:35:58  NTP: client association is mobilized for 【IP Address】. 

**SNMP設定 [#r608f3ba]
 (config)# snmp-server community public ro
 
 SYSLOG: <14>Jan  1 17:39:50  SNMP: read-only community added by admin from console session.
 
 (config)# snmp-server host 【IP Address】 version v2c public port 162 
 (config)# access-list 1 permit host 【IP Address】 
 
 (config)# snmp-server enable traps cold-start 
 (config)# snmp-server enable traps temperature 
 (config)# snmp-server enable traps link-down
 (config)# snmp-server enable traps link-up 


**Syslog設定 [#y228e9ee]
 (config)# logging host 【IP Address】
 
 SYSLOG: <14>Aug 31 00:50:16  System: Syslog server IP Address】 added by admin from console session.

**設定の保存 [#n86e1359]
 # write memory
 
 #Flash Memory Write (8192 bytes per dot) .
 Write startup-config done.
 Copy Done.



トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS