Get the firmware version for the access point, Get the location of the access point, Set the location for an access point – USRobotics Instant802 APSDK User Manual

Page 195: Set the password, Get the wireless network name (ssid)

Advertising
background image

Professional Access Point

Administrator Guide

Class Structure, Commands, and Examples - 195

Get the Firmware Version for the Access Point

In the following example, the access point is running Firmware Version: 1.0.0.9. Use the

get

command as

shown to obtain the Firmware Version.

USR5453-AP# get system version
1.0.0.9

Get the Location of the Access Point

In the following example, the location of the access point has not been set. Use the

get

command as

shown to obtain the location of the access point.

USR5453-AP# get cluster location
not set

Set the Location for an Access Point

To set the location for an access point, use the

set

command as follows:

USR5453-AP# set system location hallway
USR5453-AP# set system location "Vicky's Office"

To check to make sure that the location was set properly, use the

get

command again to find out the

location

USR5453-AP# get system location
Vicky’s Office

Get the Current Password

USR5453-AP# get system encrypted-password
2yn.4fvaTgedM

Set the Password

USR5453-AP# set system password admin
USR5453-AP# get system encrypted-password
/rYSvxS4Okptc

Get the Wireless Network Name (SSID)

USR5453-AP# get interface wlan0 ssid
Internal Instant802 Network

Set the Wireless Network Name (SSID)

USR5453-AP# set interface wlan0 ssid "Vicky’s AP"
USR5453-AP# get interface wlan0 ssid
Vicky’s AP

Advertising