a PC, use the TFTP server to get firmware from a PC, and to place a configuration file on a PC.
Get a configuration file from a PC. Use the format
tftp getconfig [config
file name] [host IP address].
WAP0->
tftp getconfig dap
2690
.dcf 1.49.12.1
tftp: The configuration file was successfully updated.
The following is an example of using TFTP to put a configuration file on a PC, using the format tftp
putconfig
[config file name] [host IP address].
WAP0-> tftp putconfig dap2690.dcf 1.49.12.1
tftp: The putconfig configuration file was successful
The following is an example of using TFTP to get firmware from a PC, using the format
tftp
getfirmware
[firmware file name] [host IP address].
WAP0->
tftp getfirmware dap
2690
-firmware-v100-r0018.bin 1.49.12.1
head in flash
Burning done!
Once the user has determined what type of authentication is best for their wireless network, follow the
appropriate instructions below.
The following is an example in which authentication is set to
Open System
.
WAP0->
set authentication open-system
WAP0->
set cipher no
WAP0->
set apply
The following is an example in which the authentication is set to
Shared-Key
.
WAP0->
set authentication shared-key
WAP0->
set key 1 1234567890
WAP0->
set defkeyindex 1
WAP0->
set cipher wep
WAP0->
set apply
The following is an example in which the authentication is set to
WPA-PSK
.
WAP0->
set authentication wpa-psk
WAP0->
set cipher auto
WAP0->
set passphrase 1234567890
WAP0->
set apply
The following is an example in which the authentication is set to
WPA-EAP
.
WAP0->
set authentication wpa-eap
WAP0->
set cipher auto
WAP0->
set radiusip 192.168.0.88
WAP0->
set radiussecret
WAP0->
set apply
The following is an example in which the authentication is set to
WPA2-EAP
.