■日付と時間を設定する
# config time [date] [time]
# config timezone [gmt_offset] {autodst | noautodst}
■WEBインターフェース
# disable web # enable web■Default VLAN からポートを全部はずす。
# config vlan default delete port 1-24
【手っ取り早く設定するには】
# config vlan Default name room # config room delete port 9-24■VLANをつくる
# create vlan hoge # create vlan office■vlanにポートを割り当てる
# config hoge add port 9-16 # config office add port 17-24■vlanにIPaddressを設定する
# config room ipaddress 192.168.0.254 # config hoge ipaddress 192.168.10.254 # config office ipaddress 192.168.100.254■IP Routingの設定をする
# enable ipforwarding # config ip route add default [gateway] # config ip route add [ipaddr]■設定を保存する
# save
