
Example: Accessing WLAN CLI Using Telnet Through the Loopback Interface
Router# telnet 1.1.1.1 2002
Trying 1.1.1.1, 2002 ... Open
Connecting to AP console, enter Ctrl-^ followed by x,
then "disconnect" to return to router prompt
ap#
Exiting from the WLAN CLI Interface
To exit from the WLAN CLI and return to the Cisco IOS CLI prompt, press CTRL-SHIFT-6, followed by
x, then “disconnect”.
Setting the IP Address for the Web-based Interface
By default, the IP address used to access the web-based WLAN interface is 10.10.10.2.
To change the IP address of the bridge interface used to access the web-based interface, perform these steps.
SUMMARY STEPS
1.
configure terminal
2.
interface BVI 1
3.
ip address IP-address subnet-mask
DETAILED STEPS
PurposeCommand or Action
Enters configuration mode.configure terminal
Example:
ap# configure terminal
Step 1
Example:
ap(config)#
The interface number.interface BVI 1
Example:
ap(config)# interface BVI 1
Step 2
Configures the new IP address and subnet mask.
ip address IP-address subnet-mask
Step 3
Example:
ap(config-if)# ip address 10.10.10.2
255.255.255.248
Use IPv4 addresses
only.
Note
You can display the configured IP address using the
show interfaces BVI 1 command (see Displaying the
BVI 1 Interface Details, on page 254).
Tip
Cisco 800 Series Integrated Services Routers Software Configuration Guide
OL-31704-02 221
Configuring Wireless Devices
Configuring WLAN Using the CLI-based Interface
Comments to this Manuals