Get/change the connection type (dhcp or static ip), Get/change the con, Change vlan ids (vlans must be enabled already) – USRobotics Instant802 APSDK User Manual

Page 211

Advertising
background image

Professional Access Point

Administrator Guide

Class Structure, Commands, and Examples - 211

Change VLAN IDs (VLANs Must Be Enabled Already)

1. Check the current configuration of Wired interfaces.

The output of the following command shows that the Guest interface is already configured on VLANs:

USR5453-AP# get bridge-port br0
Name Interface
---------------
br0 wlan0guest
br0 vlan1111

2. Set up a new VLAN and remove the old one:

USR5453-AP# set interface vlan1111 vlan-id 1112
Error: vlan-id cannot be changed after insert.
USR5453-AP# remove bridge-port br0 interface vlan1111
USR5453-AP# remove interface vlan1111
USR5453-AP# add interface vlan1113 type vlan status up vlan-id 1113 vlan-interface
eth0

Get/Change the Connection Type (DHCP or Static IP)

To get the connection type:

USR5453-AP# get dhcp-client status
up

You cannot use the CLI to reset the connection type from DHCP to Static IP because you will lose
connectivity during the process of assigning a new static IP address. To make such a change, use the Web
User Interface on a computer connected to the access point with an Ethernet cable.

To reset the connection type from Static IP to DHCP:

USR5453-AP# set dhcp-client status up

To view the new settings:

USR5453-AP# get interface br0 detail
Field Value
-----------------------------------
type bridge
status up
description Bridge - Internal
mac 00:E0:B8:76:23:B4
ip 10.10.12.221
mask 255.255.255.0
static-ip 10.10.12.221
static-mask 255.255.255.0
nat

Note

For more information on DHCP and Static IP connection types, see the topic “

“Understanding Dynamic

and Static IP Addressing on the Professional Access Point” on page 20

.

Advertising