Get the mac address for an access point, Get both the ip address and mac address – USRobotics Instant802 APSDK User Manual

Page 193

Advertising
background image

Professional Access Point

Administrator Guide

Class Structure, Commands, and Examples - 193

Get the IP Address for the Internal Interface on an Access Point

In the following example, the IP address for the access point is: 10.10.55.216. Use the

get

command as

shown to obtain the IP address for the Internal network.

USR5453-AP# get interface br0 ip
10.10.55.216

Get the MAC Address for an Access Point

In the following example, the MAC address for the access point is: 00:a0:c9:8c:c4:7e. Use the

get

command as shown to obtain the MAC address.

USR5453-AP# get interface br0 mac
00:a0:c9:8c:c4:7e

Get Both the IP Address and MAC Address

The following command returns both the IP address and the MAC address for an access point:

USR5453-AP# get interface br0 mac ip
Field Value
---------------------
ip 10.10.55.216
mac 00:a0:c9:8c:c4:7e

Get Common Information on All Interfaces for an Access Point

The following example shows common information (including IP addresses) for all interfaces.

USR5453-AP# get interface
name type status mac ip mask
---------------------------------------------------------------------------
-----
lo up 00:00:00:00:00:00 127.0.0.1 255.0.0.0
eth0 up 00:02:B3:01:01:01
eth1 down 00:02:B3:02:02:02
br0 bridge up 00:02:B3:01:01:01 10.10.100.110
255.255.255.0
brguest bridge down 00:00:00:00:00:00
wlan0 service-set up 00:0C:41:16:DF:A6
wlan0guest service-set up
wlan0wds0 wds down

Set the Wireless Network Name (SSID)

set interface wlan0 ssid NewSSiD

For example:

set interface wlan0 ssid Vicky
set interface wlan0 ssid "Vicky’s AP"

Basic Setting

Example

Advertising