Wireless interface, Security – USRobotics Instant802 APSDK User Manual

Page 213

Advertising
background image

Professional Access Point

Administrator Guide

Class Structure, Commands, and Examples - 213

2. Turn off Dynamic DNS Nameservers and re-check the settings:

USR5453-AP# set host dns-via-dhcp down
USR5453-AP# get host dns-via-dhcp
down

3. Get the current IP addresses for the DNS Nameservers:

USR5453-AP# get host static-dns-1
10.10.3.9

USR5453-AP# get host static-dns-2
10.10.3.11

4. Re-set the IP addresses for the DNS Nameservers as desired:

USR5453-AP# set host static-dns-1 10.10.3.10
USR5453-AP# get host static-dns-1
10.10.3.10

USR5453-AP# set host static-dns-2 10.10.3.12
USR5453-AP# get host static-dns-2
10.10.3.12

Set DNS Nameservers to Use DHCP IP Addressing (Manual to Dynamic Mode)

To switch

DNS

Nameservers from Manual (static IP addresses) to Dynamic mode (nameserver addresses

assigned by

DHCP

), use the reverse command and check to see the new configuration:

USR5453-AP# set host dns-via-dhcp up
USR5453-AP# get host dns-via-dhcp
up

Wireless Interface

To set up a wireless (radio) interface, configure the following on each interface (Internal or Guest) as
described in other sections of this CLI document.

Configure the Radio Mode and Radio

Channel

as described in

“Configure Radio Settings” on

page 232

.

Configure the Network Name as described in

“Set the Wireless Network Name (SSID)” on page 195

.

Security

The following sections show examples of how to use the CLI to view and configure security settings on the

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.

Advertising