Mtaalam Tech
Mtaalam Tech
  • 4
  • 439
Converting a Cisco Aironet 3500 Series Access Point from Lightweight to Autonomous mode Standalone
Welcome!
In this video, we'll walk you through the step-by-step process of converting a Cisco
Aironet 3500 Series Access Point from Lightweight to Autonomous mode.
Let's get started!
Requirements:
--------------
1.Cisco 3500 series Access point
2.Serial or Usb to Console Cable
3.Cisco IOS Software AP3G1-K9W7-M for (C3500 Series AP)
4.Router that will connect the access point and your computer/laptop to the same
network ip range
5.TFTPd64 Server software
6.Putty/Tera Team or any software that connect to a serial connection
7.Adapter (48v)/Switch for POE which will be used to power and connect to the
router.
The network setup
-----------------
Cisco Lightweight AP IP address will be 192.168.100.50
Computer/Laptop IP address where TFTP server is installed 192.168.100.100 [Default
Router IP for Tftpd]
Note: The computer or laptop does not need to be static during the entire process.
The Cisco AP will be dynamic before formatting the static during installation to
standalone mode
The links for the software will be in the description:
Download Link for IOS image of Cisco Aironet 3500 Series Standalone Access Point
(AP3G1-K9W7-M):
drive.google.com/drive/folders/1LPNf1bspZQfQi0dxWx1Bnf-c5ErOHRyz?usp=drive_link
Download Link for TFTPd64 Server:
pjo2.github.io/tftpd64/
Download Link for Tera Term:
github.com/TeraTermProject/teraterm/releases
Download Link for Putty:
www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Procedure
----------
Open Tftpd64 and set the following:
Current working directory: Where the Cisco software location is
Server interface: 192.168.100.100 where the AP will connect to copy the Cisco Software
Open settings and set the following:
On global ensure the TFTP server is checked only.
On TPFTP:
On the base Directory set the location where the Cisco Software is located.
TFTP is set to standard
On Advanced TFTP options only the following should be checked.
- Option negotiation
- Show progression Bar
- Bind TFTP to this address where mine will be 192.168.100.100
Connect your Cisco AP to confirm you are able to connect to the from device manager
and confirm on Device Manager at Port(COM & LPT) which COM port is connected to.
Connect to AP with putty set to serial and indicate the COM Port. With tera term it
will give you in the options which to connect to.
The default credentials are Cisco/Cisco
Once logged type the following to start configuring
en
Password will be Cisco
You can get the current ip configuration by typing:
show ip interface brief
You can confirm the version by typing:
show version
To view the contents of the flash type:
show flash:
Because there is not enough space to copy and install a new software, we will need
to format it.
Format by typing:
format flash:
It will ask for confirmation. Press enter
NOTE: In some cases, you will receive the following error:
"% Invalid input detected at '^' marker.".
The '^' character points to the "o" of the "format flash:"
To work around this type:
delete /recursive /force flash:
You can confirm the formatting by typing:
show flash:
Disconnect the Power cable from the AP then Press the Mode button and plug back
the Ethernet cable to the AP and hold the Mode button Until flash light turns to
Amber.
Once the Lightweight AP goes to online then apply the following commands to convert
it to Autonomous version:
set IP_ADDR 192.168.100.50 [According to my network]
set NETMASK 255.255.255.0 [According to my network]
set DEFAULT_ROUTER 192.168.100.100 [According to my network]
tftp_init
ether_init
flash_init
tar -xtract tftp://192.168.100.100/ap3g1-k9w7-tar.tar flash:
This will take a few minutes to transfer
dir flash:
set boot flash:/ap3g1-k9w7-mx.153-3.JF5/ap3g1-k9w7-mx.153-3.JF5
set
boot
This will begin the resting to autonomous. It will take a few minutes depending on
your machine.
The ip address will change once you run the new firmware. It changed from 50 to 20
Once done, you can change the ap name to which ever you like.
Write the following commands:
enable
configure terminal
hostname HOME4
do copy run start
It will ask for confirmation. Press Enter
type exit to get out of terminal
type show ip interface brief to get new DCHP address
You can confirm on the browser by typing [based on my network]:
192.168.100.20
Default password is Cisco/Cisco
Thank You for Watching.
Переглядів: 251

Відео

How to upgrade to Kernel 6.x on CentOS Stream 8How to upgrade to Kernel 6.x on CentOS Stream 8
How to upgrade to Kernel 6.x on CentOS Stream 8
Переглядів 85 місяців тому
Hello, This video will help you upgrade your CentOS stream from version 4.x to the latest realease. Please ensure you run it your test environment before trying on the production one. STEPS Use the following command to display the current version of kernel the system is running: uname -sr Import the public key and install the ELRepo RPM package using the below commands: rpm import www.elrepo.or...
Ubuntu Server 18.04 insallationUbuntu Server 18.04 insallation
Ubuntu Server 18.04 insallation
Переглядів 65 місяців тому
This is a simple installation for installing ubuntu server 18.04. It has LTS
Converting a Cisco Aironet 3600 Series Access Point from Lightweight to Autonomous mode StandaloneConverting a Cisco Aironet 3600 Series Access Point from Lightweight to Autonomous mode Standalone
Converting a Cisco Aironet 3600 Series Access Point from Lightweight to Autonomous mode Standalone
Переглядів 1745 місяців тому
Let's get started! Requirements: 1.Cisco 3600 series Access point 2.Serial or Usb to Console Cable 3.Cisco IOS Software AP3G2-K9W7-M for (C3600 Series AP) 4.Router that will connect the access point and your computer/laptop to the same network ip range 5.TFTPd64 Server software 6.Putty/Tera Team or any software that connect to a serial connection 7.Adapter (48v)/Switch for POE which will be use...

КОМЕНТАРІ

  • @shoutitallloud
    @shoutitallloud Місяць тому

    Could you please give access to download firmware from googledrive?