Open10

FS.COM S5860-20SQ

minamikminamik

MgmtからWebインターフェイスに繋ぐ際の初期IPは192.168.1.1
DHCPは動いていない。

minamikminamik

Webインターフェイス上でのスタッキングの設定は
Config > Further > VSU Settings

minamikminamik

2台それぞれでVSUセッティングをする。
スタッキングポートはこのタイミングで指定。
その際、Device IDは1と2で振り分ける。

スタッキングポートを結線する。

minamikminamik

再起動かかる。

ここで罠。

  • 強制的にFactory Resetされる
    • パスワード初期値に戻る
  • Mgmtの192.168.1.1が削除され、IP割り当てなしになる
minamikminamik
% ls -l /dev/tty.*
crw-rw-rw-  1 root  wheel    9,   4 Mar  9 10:52 /dev/tty.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel    9,   0 Mar  9 10:51 /dev/tty.debug-console
crw-rw-rw-  1 root  wheel    9,   6 Mar 12 13:47 /dev/tty.usbserial-AK05TKUW
crw-rw-rw-  1 root  wheel    9,   2 Mar  9 10:51 /dev/tty.wlan-debug

% screen /dev/tty.usbserial-AK05TKUW

FS> 
FS> enable
FS# 
FS# configure terminal
FS(config)# show ip interface          
Mgmt 1/0
  IP interface state is: UP
  IP interface type is: BROADCAST
  IP interface MTU is: 1500
  IP address is: 
    No address configured
  IP address negotiate is: OFF
  Forward direct-broadcast is: OFF
  ICMP mask reply is: ON
  Send ICMP redirect is: ON
  Send redirect drop is: OFF
  Send ICMP unreachable is: ON
  DHCP relay is: OFF
  Fast switch is: ON
  Help address is: 
  Proxy ARP is: OFF
ARP packet input number: 0
  Request packet     : 0
  Reply packet       : 0
  Unknown packet     : 0
TTL invalid packet number: 0
ICMP packet input number: 0
 Echo request       : 0
 Echo reply         : 0
 Unreachable        : 0
 Source quench      : 0
 Routing redirect   : 0
Mgmt 2/0  
  IP interface state is: DOWN
  IP interface type is: BROADCAST
  IP interface MTU is: 1500
  IP address is: 
    No address configured
  IP address negotiate is: OFF
  Forward direct-broadcast is: OFF
  ICMP mask reply is: ON
  Send ICMP redirect is: ON
  Send redirect drop is: OFF
  Send ICMP unreachable is: ON
  DHCP relay is: OFF
  Fast switch is: ON
  Help address is: 0.0.0.0
  Proxy ARP is: OFF
ARP packet input number: 0
  Request packet     : 0
  Reply packet       : 0
  Unknown packet     : 0
TTL invalid packet number: 0
ICMP packet input number: 0
 Echo request       : 0
 Echo reply         : 0
 Unreachable        : 0
 Source quench      : 0
 Routing redirect   : 0

FS(config)# interface Mgmt 1/0
FS(config-if-Mgmt 1/0)# no switchport
FS(config-if-Mgmt 1/0)# ip address 192.168.250.1 255.255.255.0
FS(config-if-Mgmt 1/0)# interface Mgmt 2/0
FS(config-if-Mgmt 2/0)# no switchport
FS(config-if-Mgmt 2/0)# ip address 192.168.250.2 255.255.255.0
FS(config-if-Mgmt 2/0)# show ip interface
Mgmt 1/0
  IP interface state is: UP
  IP interface type is: BROADCAST
  IP interface MTU is: 1500
  IP address is: 
    192.168.250.1/24 (primary)
  IP address negotiate is: OFF
  Forward direct-broadcast is: OFF
  ICMP mask reply is: ON
  Send ICMP redirect is: ON
  Send redirect drop is: OFF
  Send ICMP unreachable is: ON
  DHCP relay is: OFF
  Fast switch is: ON
  Help address is: 
  Proxy ARP is: OFF
ARP packet input number: 777
  Request packet     : 776
  Reply packet       : 1
  Unknown packet     : 0
TTL invalid packet number: 0
ICMP packet input number: 0
 Echo request       : 0
 Echo reply         : 0
 Unreachable        : 0
 Source quench      : 0
 Routing redirect   : 0
Mgmt 2/0  
  IP interface state is: DOWN
  IP interface type is: BROADCAST
  IP interface MTU is: 1500
  IP address is: 
    192.168.250.2/24 (primary)
  IP address negotiate is: OFF
  Forward direct-broadcast is: OFF
  ICMP mask reply is: ON
  Send ICMP redirect is: ON
  Send redirect drop is: OFF
  Send ICMP unreachable is: ON
  DHCP relay is: OFF
  Fast switch is: ON
  Help address is: 
  Proxy ARP is: OFF
ARP packet input number: 40
  Request packet     : 40
  Reply packet       : 0
  Unknown packet     : 0
TTL invalid packet number: 0
ICMP packet input number: 0
 Echo request       : 0
 Echo reply         : 0
 Unreachable        : 0
 Source quench      : 0
 Routing redirect   : 0

minamikminamik

これで仮にMgmt 1/0が192.168.250.1になったので、ブラウザからアクセス可能かどうか確認。
Device ID 2の方のMgmtを使いたい場合は、Mgmt 2/0にもIPをセットしておく。

minamikminamik

とりあえず各Mgmtには指定したIPでアクセスできる。
隣のデバイスのMgmtのIPを叩いてもアクセスできないので、同じVLANでルーティングされてるとかはなさそう。

minamikminamik

スタッキングはちゃんてできてるっぽい。
どっちのMgmtに繋いでも、同じ状態の管理インターフェイスが出る。
設定内容も共通になっている。