User's Manual

Table Of Contents
Troubleshooting
Tsunami QB-8100 Series (100 Mbps/5 Mbps Models) Installation and Management Guide 193
Parity: None
2. Press the REBOOT button on the PoE injector of the unit.
The terminal display shows Power On Self Tests (POST) activity, displays the software version, and prompts to enter the CLI
username and password similar to the example below. This process may take up to 90 seconds.
#################################################|
# Version: 2.5.0 B305010
# Architecture: PowerPC 8313
# Creation: On May 1 2010 At 15:41:28
#################################################|
Username: admin
Password:
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 using the following CLI commands, similar to the example below (use
your own IP address and subnet mask).
System Name> enable
System Name# configure
System Name(config)#network
System Name(config-net)# ip
System Name(config-net-ip)# ethernet-ip-table
System Name(config-net-ip-etherip)# rowedit 1 ipaddress <ipaddress>
System Name(config-net-ip-etherip)# rowedit 1 mask <subnet mask>
System Name(config-net-ip-etherip)# rowedit 1 address-type <Address Type>
System Name(config-net-ip)# default-gateway <IP Gateway>
System Name(config-net-ip-etherip)#exit
System Name(config-net-ip)#exit
System Name(config-net)#exit
System Name(config)# commit 1
System Name(config)# reboot 1
6. After the unit reboots, verify the new IP address by reconnecting to the CLI and enter a show configure network
command. Alternatively, you can ping the device from a network computer to confirm that the new IP address has
taken effect.
7. When the proper IP address is set, use the HTTP interface or CLI over Telnet to configure the rest of the unit’s operating
parameters.