IOS version of the embedded access-point
The AP802 embedded wireless access points has it's own IOS independant from the IOS of the router (flash:/ap802-k9w7-mx.124-25d.JAX1 in Packet Tracer). This AP802 IOS can be downloaded from a TFTP (Trivial File Transfer Protocol), unbundled onto AP flash (flash:1:), using the archive tar /xtract command.server onto the router's main flash partition, and used to configure AP to boot new IOS image.
Cisco IOS Software, AP802 Software (AP802-K9W7-M), Version 12.4(25d)JAX1, RELEASE SOFTWARE (fc4) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2012 by Cisco Systems, Inc. Compiled Fri 03-Aug-12 10:01 by mnguyen ROM: Bootstrap program is AP802 boot loader BOOTLDR: AP802 Boot Loader (AP802-BOOT-M) Version 12.4(25e)JA1, RELEASE SOFTWARE (fc1) ap uptime is 25 minutes System returned to ROM by power-on System image file is "flash:/ap802-k9w7-mx.124-25d.JAX1/ap802-k9w7-mx.124-25d.JAX1" This product contains cryptographic features and is subject to United States and local country laws governing import, export, transfer and use. Delivery of Cisco cryptographic products does not imply third-party authority to import, export, distribute or use encryption. Importers, exporters, distributors and users are responsible for compliance with U.S. and local country laws. By using this product you agree to comply with applicable laws and regulations. If you are unable to comply with U.S. and local laws, return this product immediately. A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html If you require further assistance please contact us by sending email toThis email address is being protected from spambots. You need JavaScript enabled to view it. . cisco 802 (revision A0) with 98304K/32768K bytes of memory. Processor board ID FTX181982RM Last reset from power-on 1 Gigabit Ethernet interface 2 802.11 Radio(s) 32K bytes of flash-simulated non-volatile configuration memory. Base ethernet MAC Address: 00:03:E4:08:49:01 Part Number : 74-10407-01 PCA Assembly Number : 800-00000-00 PCA Revision Number : 00 PCB Serial Number : FOC18115P09 Top Assembly Part Number : 800-37061-02 Top Assembly Serial Number : FTX1819X7F1 Top Revision Number : D0 Product/Model Number : 802 Configuration register is 0xF
Access Point connection
The Cisco 819 embedded access point is not configured through the router's running-config. After setting up an IP address to the wlan-ap0 router interface, connect to the integrated AP802 wireless access point using the following command in privileged mode :
Router# service-module wlan-ap0 session
Detailled configuration :
Router(config)# interface wlan-ap0 Router(config-if)# ip address 10.10.10.1 255.255.255.0 Router(config-if)# no shut Router(config-if)# exit Router# service-module wlan-ap0 session Trying 10.10.10.1, 2002 ... Open ap>
Guest SSID configuration
The following configuration steps are required to configure a working guest SSID
- Define the SSID name (dot11 ssid SSID_NAME)
- Configure the SSID in guest mode (guest-mode)
- Configure the SSID authentication method (auhentication open / open eap / network-eap )
- Link the configured ssid to a Dot11Radio interface
dot11 ssid GUEST_SSID authentication open authentication key-management wpa wpa-psk ascii 0 12345678 guest-mode ! interface Dot11Radio0 no ip address encryption mode ciphers aes-ccm ssid GUEST_SSID
Main SSID configuration
Coming soon