目次
Alaxala AX2350SS-24Tの初期設定メモ。
RS-232Cにて接続を行い、ターミナルからアクセスする。
| ユーザ | operator |
| パスワード | なし |
login: operator Password: No password is set. Please set password! Copyright (c) 2017-2020 ALAXALA Networks Corporation. All rights reserved. >
ログインユーザ、enableモードのパスワードを初期化する方法。
| ユーザ | operator |
| パスワード | なし |
> enable
# password Changing local password for operator. New password: Retype new password:
# password enable-mode Changing local password for admin. New password: Retype new password:
> enable
# configure
(config)# interface gigabitethernet 0/1 (config-if)#
未保存の設定がある場合、プロンプトに[!]が表示される。
!ax2350s-24t(config)#
!ax2350s-24t(config)# save ax2350s-24t(config)#
# reload
(config)# hostname ax2350s-24t
# configure (config)# hostname ax2350s-24t
(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
OS-L2B Ver. 3.2.A (Build:35)にて、デフォルトゲートウェイの設定コマンドが見つからない事象を確認。
代わりに、ipv4のルーティングで経路を設定した。
(config)# ip route 192.168.1.0 255.255.255.0 172.16.0.254
(config)# ip route 192.168.0.0 255.255.255.0 10.10.0.254
# configure (config)# clock timezone JST +9 !(config)# save
# set clock 2209102331 Sat Sep 10 23:31:36 JST 2022
(config)# ntp server xxx.xxx.xxx.xxx
# configure (config)# ntp server 192.168.0.1
# show clock Sun Sep 11 00:47:31 JST 2022
(config)# ip ssh (config)# line vty 0 1 (config)# save
(config)# snmp-server community [COMMUNITY] rw
(config)# snmp-server host [xxx.xxx.xxx.xxx] traps localnet version 2c
(config)# snmp-server location [LOCATION]
(config)# snmp-server traps unlimited-coldstart-trap
(config)# interface gigabitethernet #IF (config-if)# snmp trap link-status
(config)# ftp-server