YAMAHAのSWX2300は2200と違って、コンソールでのコンフィグが打てるのでちょっと高価!その分設定の柔軟性があるので、お客さんの要望変更にも細かく対応出来るのですね。
そんなわけで、面白みはないですがよく設定する初期設定を記事にしました。
目次
管理パスワード設定
1 2 3 4 5 |
SWX2300#configure terminal SWX2300(config)#enable password 設定したい管理パスワード SWX2300(config)#write Building configuration... [OK] |
端末ログインタイムアウト設定 30分に設定
1 2 3 4 |
SWX2300#configure terminal Enter configuration commands, one per line. End with CNTL/Z. SWX2300(config)#line console 0 SWX2300(config-line)#exec-timeout 30 0 |
ホスト名設定
1 2 |
SWX2300(config)#hostname Center.SWX2300 Center.SWX2300(config)# |
IPアドレスを設定
1 2 3 4 5 |
Center.SWX2300(config)#interface vlan0.1 Center.SWX2300(config-if)#ip address 192.168.100.220/24 Center.SWX2300(config-if)#exit Center.SWX2300(config)#exit Center.SWX2300# |
管理GUIのポート変更
1 2 |
Center.SWX2300(config)#service http-server 35280 Center.SWX2300(config)#write |
今回の記事の例ではこうなります。
http://192.168.100.220:35280/
- ユーザ名:administrator
- パスワード:管理パスワード
デフォルトゲートウェイとネームサーバを設定
1 2 3 |
SWX2300#ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes ping: sendto: Network is unreachable |
デフォルトゲートウェイとDNSサーバをルータ(192.168.100.251)に向けて設定
1 2 3 |
SWX2300#configure terminal SWX2300(config)#ip route 0.0.0.0/0 192.168.100.251 SWX2300(config)#ip name-server 192.168.100.251 |
疎通テスト
1 2 3 4 5 6 7 8 9 |
SWX2300#ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: seq=0 ttl=58 time=8.492 ms 64 bytes from 8.8.8.8: seq=1 ttl=58 time=10.091 ms --- 8.8.8.8 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 8.492/9.291/10.091 ms |
Pingで外に出れています。
1 2 3 4 5 6 |
SWX2300#ping google.co.jp PING google.co.jp (172.217.161.35): 56 data bytes 64 bytes from 172.217.161.35: seq=0 ttl=55 time=9.091 ms 64 bytes from 172.217.161.35: seq=1 ttl=55 time=10.151 ms 64 bytes from 172.217.161.35: seq=2 ttl=55 time=10.147 ms |
DNS引けてます。
どちらもいけますね!
NTPサーバ同期設定
1 2 3 4 |
SWX2300#configure terminal SWX2300(config)#ntpdate server name ntp.nict.jp SWX2300(config)#ntpdate interval 1 SWX2300(config)#clock timezone JST |
Telnetサーバの起動
1 2 3 |
Center.SWX2300(config)#service telnet-server 35223 Center.SWX2300(config)#telnet-server interface vlan0.1 Center.SWX2300(config)#write |
コンフィグバックアップ ※Windows PC側作業
1 |
>tftp 192.168.100.220 get config0/管理パスワード 20180420_Center.SWX2300_config.txt |
お疲れ様です。
お茶を飲んで下さいね。