SkyZhone 1600, 1400, 1200 Hardware Installation Guide
41
Changing the Factory Defaults
Refer to the SkyZhone CLI Reference Guide for a list of supported commands to configure
advanced SkyZhone features.
If you are not using the factory default VLANs, you need to delete the default VLANs and
configure the VLANs that are appropriate for your network.
In the example below, VLAN 2 is used for management. Also, VLAN 122 is the data VLAN
instead of VLAN 1.
1.
Delete the default VLANS. The following commands remove the default VLANs:
/config vlan vlanconfig removeport interface eth1 vlanid 1
/config vlan vlanconfig removeport interface wlan0 vlanid 1
/config vlan vlanconfig removevlan vlanid 1
2.
Define the new management VLAN. In this example, VLAN 2 is the management VLAN.
/config vlan vlanconfig addvlan vlan_name management vlanid 2
/config vlan vlanconfig addport interface eth1 vlanid 2 tagged
/config vlan portdefaults vlanport eth1 pvid 2 priority 1
3.
Configure the management address. In this example, the device address is 10.108.14.218.
/config if interface brvlan2 ip 10.108.14.218 mask 255.255.255.0
broadcast 10.108.14.255
/config if route-add destination default gw-addr 10.108.14.254
4.
Define the data VLAN. In this example, the data VLAN is VLAN 122.
/config vlan vlanconfig addvlan vlan_name data vlanid 122
/config vlan vlanconfig addport interface wlan0 vlanid 122
untagged
/config vlan vlanconfig addport interface eth0 vlanid 122 tagged
/config admin-tools save running-config
These commands create the following configuration:
VLAN
Tag/Untagged
Port
IP address
2
Untagged
eth1(Ethernet)
10.108.14.218
122
Tagged
eth1 (Ethernet)
122
Untagged
wlan0