User's Manual

- Page 22 of 38 -
All contents are Copyright © 2006 GO Networks, Inc. All rights reserved.
However, the default name and password can be used for the initial
configuration.
The default system prompt is set to go.
Configuring the Management Connectivity
Configuring the management connectivity involves setting the device IP
address, IP mask, management VLAN and default gateway. These
procedures are detailed in the following sections.
Assigning management IP and VLAN
Define the static IP address, subnet mask and the management VLAN on
the same network through which you connect to the WLP. You can use the
CLI command:
configure ip vlan {<vlan number> | none}
{<address ipaddress> [<mask ipaddress>] | dhcp}
The default IP address is 192.168.0.10 with no VLAN tagging.
Example:
To assign a management IP and VLAN, where:
Management IP Address = 192.168.30.102
Management IP Subnet Mask = 255.255.255.0
VLAN ID = 0 with no VLAN tagging
specify:
configure ip vlan none 192.168.30.102 255.255.255.0
If the IP address is to be obtained from a DHCP server, the management
IP address and subnet mask is not specified.
Example:
To define that the management IP is to be obtained from a DHCP server,
where:
VLAN ID = 100
specify:
configure ip vlan 100 dhcp