Installing the SkyZhone access point
38
SkyZhone 1624, 1424, 1224 Hardware Installation Guide
Initial Configuration
Using the factory defaults
The factory defaults for the SkyZhone Access Point includes two VLANS.
•
VLAN 1 is the default data VLAN.
Ports eth0 (SHDSL), eth1 (PoE), and wlan1 are all members of this
VLAN.
•
VLAN 7 is the default management VLAN.
Ports eth0 (SHDSL) and eth1 (PoE) are members of this VLAN.
Before using the SkyZhone Access point, use the CLI commands on the
console interface to assign an IP address to the SkyZhone. For your network,
determine the appropriate IP addresses as well as subnet mask, default
gateway and broadcast address settings. The SkyZhone Access Point can now
be configured for management.
In the following example, the values for the settings for the network are:
•
IP address: 10.108.14.218
•
Subnet mask: 255.255.255.0
•
Broadcast Address: 10.108.14.255
•
Default gateway: 10.108.14.254
Use the following three commands to configure VLAN management.
•
config if interface brvlan7 ip 10.108.14.218 mask 255.255.255.0
broadcast 10.108.14.255
•
config if route-add destination default gateway 10.108.14.254
•
config admin-tools save running-config
After entering these commands, the system can be managed using SSH or
HTTPS over the SHDSL interface or the PoE interface.
Refer to the SkyZhone CLI Reference Guide for a list of supported commands
to configure advanced SkyZhone features.
Changing the factory defaults
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 instead of the default
VLAN 7. Also, VLAN 122 is the data VLAN instead of VLAN 1.