Ruckus—VLAN

Model

# ICX系列交換機(ICX 7850, 8200)

VLAN

# 預設 Default VLAN 會是 VLAN 1

[1]
en
conf t

[2]
vlan 1
  # 指定 untagged port 給VLAN 1
  untagged ethernet 1/1/1 to 1/1/4

  # 指定 tagged port 給VLAN 1
  tagged ethernet 1/1/25 to 1/1/28

  # 在 VLAN 上面建一個 L3 介面
  router-interface ve 1
exit

[4]
# 指定 IP 給 VLAN
interface ve 1
  ip address 192.168.1.1. 255.255.255.0

[5]
# 檢查vlan狀態
show vlan
show vlan brief

[5]
write memory