User's Manual Part 2

Table Of Contents
Copyright © 2004, Vivato, Inc. Vivato Wi-Fi AP/Bridge User Guide 99
Configuration Example
Configuration Using The Command Line Interface
Configuration Example
This example configures the Wi-Fi AP/Bridge as an access point using WEP security. Some settings are
already provided in the default configuration, but are shown here to illustrate how they are set.
Change settings as needed for your desired configuration. The example begins at the initial command
prompt:
login: admin Enter the user name.
password: vivato Enter the default read password.
vivato> enable Enter the enable mode.
vivato# configure terminal Enter the configuration mode.
vivato (config)# interface wireless all Configure all wireless interfaces (wlans).
vivato (config-wlan-all)# essid jims_java Set ESSID to “jims_java”.
Configure WEP security
vivato (config-wlan-all)# key s:jimsgr8coffee 1 Enter a 104-bit WEP key 1 as a string.
vivato (config-wlan-all)# wep 1 Enable WEP operation using key #1.
vivato (config-wlan-all)# exit Stop configuring all wlans together.
Configure the wireless interfaces to provide one channel operation (default).
vivato (config)# interface wireless 0
vivato (config-wlan0)# channel 1
vivato (config-wlan0)# exit
vivato (config)# interface wireless 1
vivato (config-wlan1)# shutdown
vivato (config-wlan1)# exit
Create the default bridge (br0), and add each Ethernet and wireless interface to the bridge.
vivato (config)# interface bridge br0
vivato (config-br0)# add interface ethernet 0
vivato (config-br0)# add interface wireless 0
vivato (config-br0)# add interface wireless 1
vivato (config-br0)# no shutdown
Specify the IP address and netmask for bridge 0 (br0). This sets the IP address for the Wi-Fi AP/Bridge
in your network.
vivato (config-br0)# ip address 192.165.0.10 255.255.255.0
vivato (config-br0)# exit
Generate the secure shell key and enable the secure shell daemon (default).
vivato (config)# ip ssh genkey
vivato (config)# ip ssh server
Enable the HTTP daemon for web access (default).
vivato (config)# http-server