目次

概要

Alaxala AX2130SS-24THの初期設定メモ。

アクセス

コンソールアクセス

RS-232Cにて接続を行い、ターミナルからアクセスする。

ユーザoperator
パスワードなし
login: operator
Password:
No password is set. Please set password!

Copyright (c) 2017-2020 ALAXALA Networks Corporation. All rights reserved.

>

パスワードの初期化

ログインユーザ、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:

基本操作

権限切り替え

  • 管理者モード
    > enable
  • 設定モード
    # configure
  • インターフェイス設定
    (config)# interface gigabitethernet 0/1
    (config-if)# 

設定の保存

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

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

再起動

# reload

初期設定

管理アドレスの設定

  • 書式
    (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

タイムゾーン設定

  • 書式  clock timezone [TIMEZONE] [+/-UTC]
  • # configure
    (config)# clock timezone JST +9
    !(config)# save

時刻設定

  • 書式  set clock YYMMDDHHMM
  • # set clock 2209102331
    Sat Sep 10 23:31:36 JST 2022

NTP設定

  • 書式
    (config)# ntp client server xxx.xxx.xxx.xxx
  • # configure
    (config)# ntp client server 192.168.0.1

時刻確認

  • # show clock
    Sun Sep 11 00:47:31 JST 2022

SSH設定

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

SNMP設定

  • コミュニティ名の設定
    (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

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