Basic settings – USRobotics Instant802 APSDK User Manual

Page 192

Advertising
background image

Professional Access Point

Administrator Guide

Class Structure, Commands, and Examples - 192

Basic Settings

The following CLI command examples correspond to tasks you can accomplish on the Basic Settings tab
of the Web User Interface for access points with clustering capabilities. In some cases, the CLI

get

command provides additional details not available through the Web User Interface.

This table shows a quick view of Basic Settings commands and provides links to detailed examples.

Note

Before configuring this feature, make sure you are familiar with the names of the interfaces as
described in

“Understanding Interfaces as Presented in the CLI” on page 190

. The interface name you

reference in a command determines whether a setting applies to a wired or wireless interface, or to the
Internal or Guest network.

Basic Setting

Example

Get the IP Address for the Internal Inter-
face on an Access Point

get interface br0 ip

or

get interface

get interface

is a catch-all command that shows common information

on all interfaces for the access point such as IP addresses, MAC
addresses, and so on. The IP address for the Internal interface (and
the one used to access the access point) is that shown for br0. (See

“Understanding Interfaces as Presented in the CLI” on page 190

)

Get the MAC Address for an Access Point

get interface br0 mac

Get Both the IP Address and MAC
Address

get interface br0 mac ip

Get Common Information on All Interfaces
for an Access Point

get interface

Get the Firmware Version for the Access
Point

get system version

Get the Location of the Access Point

get cluster location

Set the Location for an Access Point

set system location NewLocation

For example:

set system location hallway

or

set system location

"

Vicky’s Office

"

Get the Current Password

get system encrypted-password

Set the Password

set system password NewPassword

For example:

set system password admin

Get the Wireless Network Name (SSID)

)

get interface wlan0 ssid

Advertising