Troubleshooting
AP-8000 User Guide
160
Initializing the IP Address using CLI
After installing the serial port cable, you may use the CLI to communicate with the AP. CLI supports most-generic terminal
emulation programs, such as HyperTerminal (which is included with the Windows operating systems). In addition, many
web sites offer shareware or commercial terminal programs that you can download. Once the IP address has been
assigned, you can use the HTTP interface or the CLI over Telnet to complete configuration.
Follow these steps to assign the AP an IP address:
1. Open your terminal emulation program (like HyperTerminal) and set the following connection properties:
•
Com Port
: COM1, COM2 and so on depending on your computer
•
Baud Rate:
115200
•
Data Bits
: 8
•
Stop Bits:
1
•
Flow Control:
None
•
Parity:
None
2. Press the
RESET
button on the AP.
The terminal display shows Power On Self Tests (POST) activity, and then displays the software version. It prompts
you to enter the CLI username and password. The commands to enter the username and password are as follows.
#################################################|
# +-++-++-++-++-++-+
# |p||r||o||x||i||m|
# +-++-++-++-++-++-+
# Version: 1.0.2(203180)
# Architecture: PPC 8347
# Creation: 18-Mar-2009 (IST) 08:07:12 PM
#################################################|
Username: admin
Password:
This process may take up to 90 seconds.
3. Enter the CLI Username and password (default username is
admin
and password is
public
).
The terminal displays a welcome message and then the CLI Prompt:
System Name>
4. Enter
show configure network
to find the current IP address of the device.
5. Change the IP address and other network values by using the following CLI commands (use your own IP Address and
Subnet Mask).
System Name> enable
System Name# configure
System Name(config)# dev-configure
System Name(config-dev<config>)# network
System Name(config-dev<config>-net)# index 1 ipaddress <ipaddress>
Changes in IP Configuration Requires Reboot...
System Name(config-dev<config>-net)# index 1 mask <Subnet mask>
System Name(config-dev<config>-net)# index 1 gateway <IP Gateway>
System Name(config-dev<config>-net)# exit
System Name(config-dev<config>)# exit
System Name(config)# dev-management
System Name(config-mgmt)# system
System Name(config-mgmt-sys)# management
System Name(config-mgmt-sys-sysmgmt)# commit 1