ネットワーク関連
目次
BROCADE ICX-6450の設定手順。
| ICX6450-C12-PD | Version 08.0.30jT313 |
コンソールポートからのログインを行う。
初期状態ではユーザ名「admin」のみ、パスワードなしでログインが可能。
中古品等の場合、以下の初期化手順を用いてadminのパスワード変更を行う。
以下の手順に従い、パスワードの再設定を行う。
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>>
ICX64XX-boot>> no password OK! Skip password check when the system is up.
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#
# 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.
ICX64XX(config)# enable super-user-password 【PASSWORD】
(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.
# reload
設定を全て初期化するには以下の処理を行う。
# 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.
# conf t (config)# hostname ICX6450-C12-PD_1
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.
(config)# interface ve 1 (config-vif-1)# ip address 【IP Address】 【Netmask】
(config)# ip route 0.0.0.0 0.0.0.0 【Gateway Address】
(config)# ntp (config-ntp)# server 【IP Address】 SYSLOG: <14>Jan 1 17:35:58 NTP: client association is mobilized for 【IP Address】.
(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
(config)# logging host 【IP Address】 SYSLOG: <14>Aug 31 00:50:16 System: Syslog server IP Address】 added by admin from console session.
# write memory #Flash Memory Write (8192 bytes per dot) . Write startup-config done. Copy Done.