• 追加された行はこの色です。
  • 削除された行はこの色です。
目次~
#contents

*概要 [#ub8d0195]
Alaxala AX2130SS-24THの初期設定メモ。~

*アクセス [#i13ba068]
**コンソールアクセス [#c7a2f84e]
RS-232Cにて接続を行い、ターミナルからアクセスする。~

|ユーザ|operator|
|パスワード|なし|

 login: operator
 Password:
 No password is set. Please set password!
 
 Copyright (c) 2017-2020 ALAXALA Networks Corporation. All rights reserved.
 
 >


**パスワードの初期化 [#q6f33391]
ログインユーザ、enableモードのパスワードを初期化する方法。

-1. コンソール接続を行う
-2. 装置のリセットボタンを押し込み、再起動を実行
-3. loginが表示されるまで、Ctrl + Nを押下しつづける
-4. loginが表示されたら、以下にてログイン
|ユーザ|operator|
|パスワード|なし|
-5. 管理者モードに切り替え
 > enable
-6. operatorパスワードを変更
 # password
 Changing local password for operator.
 New password:
 Retype new password:
-7. enableパスワードを変更
 # password enable-mode
 Changing local password for admin.
 New password:
 Retype new password:


*基本操作 [#e1d42e83]
**権限切り替え [#eb46df51]
-管理者モード
 > enable

-設定モード
 # configure

-インターフェイス設定
 (config)# interface gigabitethernet 0/1
 (config-if)# 


**設定の保存 [#tae4d9f7]
未保存の設定がある場合、プロンプトに[!]が表示される。~

-未保存時
 !ax2130s-24th(config)#

-保存
 !ax2130s-24th(config)# save
 ax2130s-24th(config)#



**再起動 [#r4925126]
 # reload



*初期設定 [#t204ce25]

**管理アドレスの設定 [#id3a09c8]

-書式
 (config-if)# ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

-例
 # configure
 (config)# interface vlan 1
 !(config-if)# ip address 192.168.1.15 255.255.255.0


**タイムゾーン設定 [#l993d846]

-書式
 clock timezone [TIMEZONE] [+/-UTC]

-例
 # configure
 (config)# clock timezone JST +9
 !(config)# save

**時刻設定 [#z2ba325a]

-書式
 set clock YYMMDDHHMM

-例
 # set clock 2209102331
 Sat Sep 10 23:31:36 JST 2022

**NTP設定 [#iee32898]
-書式
 (config)# ntp client server xxx.xxx.xxx.xxx

-例
 # configure
 (config)# ntp client server 192.168.0.1

**時刻確認 [#b0b6d11d]
-例
 # show clock
 Sun Sep 11 00:47:31 JST 2022


** SSH設定 [#z1c0be70]

-SSH接続の有効化
 (config)# ip ssh
 (config)# line vty 0 1
 (config)# save


** SNMP設定 [#j1cc2eb9]

-コミュニティ名の設定
 (config)# snmp-server community [COMMUNITY] rw

-SNMPマネージャの設定(ポーリング許可とTrap送信)
 (config)# snmp-server host [xxx.xxx.xxx.xxx] traps localnet version 2c

-設置場所の設定
 (config)# snmp-server location [LOCATION]

-Trap送信設定(起動、設定変更、時刻変更)
 (config)# snmp-server traps unlimited-coldstart-trap 

-Trap送信設定(Link Status)
 (config)# interface gigabitethernet #IF
 (config-if)# snmp trap link-status

** FTP設定 [#wc693bf0]

-FTPのサーバの有効化
 (config)# ftp-server


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS