Skip to main content

No project description provided

Project description

Extreme Flash

This tool allows flashing Enterasys / Extreme Networks access points fully automatically, using OpenWRT's initramfs image.

Installation

Install the tool:

pip install extremeflash

Usage

Prerequisites

  1. connect a USB serial device to the local machine and to the serial port of the Enterasys AP
  2. identify the IP configured on the local machine that will be used to connect to the Enterasys AP
  3. download an OpenWRT Enterasys initramfs-kernel image
  4. download an OpenWRT-based Enterasys squashfs-sysupgrade image

Run the tool

  1. Make sure that the serial cable is connected to the access point, but it is not powered on yet

  2. Run the tool

    • let it autodetect the serial port:

      extremeflash --local-ip 192.168.1.70/24 \
      -i ~/Downloads/openwrt-22.03.3-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin \
      -j ~/Downloads/openwrt-22.03.3-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin
      
    • or manually specify the serial port:

      extremeflash  --port /dev/ttyUSB0 --local-ip 192.168.1.70/24 \
      -i ~/Downloads/openwrt-22.03.3-mpc85xx-p1020-extreme-networks_ws-ap3825i-initramfs-kernel.bin \
      -j ~/Downloads/openwrt-22.03.3-mpc85xx-p1020-enterasys_ws-ap3710i-squashfs-sysupgrade.bin
      
    • For more information run:

      extremeflash --help
      
  3. Power the access point and connect the LAN cable.

  4. The tool will flash the access point automatically. When it finishes, the access point can be reached via 192.168.1.1 (OpenWRT's default IP).

Contributing

Install dependencies

If the dependencies are not already installed, run poetry install followed by a poetry shell to get an environment with all necessary dependencies.

Running modified code

After modifying the code, run the tool by executing python -m extremeflash inside the repository's folder. For example:

python3 -m extremeflash --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

extremeflash-0.2.0.tar.gz (21.3 kB view details)

Uploaded Source

Built Distribution

extremeflash-0.2.0-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file extremeflash-0.2.0.tar.gz.

File metadata

  • Download URL: extremeflash-0.2.0.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.6

File hashes

Hashes for extremeflash-0.2.0.tar.gz
Algorithm Hash digest
SHA256 cbce045330b8cbf84ce9e08f8e2a39e5303458afaff75b16470c31e0cfd241f7
MD5 67616b2ed0be617b5a889a668c7bbe98
BLAKE2b-256 cf2676c3fc8365055fed607a0c149d2249d2e06d6521afc7a269cbfd516e8daf

See more details on using hashes here.

File details

Details for the file extremeflash-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: extremeflash-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.6

File hashes

Hashes for extremeflash-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c36f1c4f79a2a5ff0fea37b6a4b68eee3d955b32081b8d9b954148cd2bd50302
MD5 e6a6dc52ed568faad4713c0c5045a42e
BLAKE2b-256 f30d0529fbd53349f4d7305d8b34fbae3a61204fa33928ef82302da66e57da54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page