Home

Awesome

Cisco Catalyst to Meraki MS Configuration Checker tool

This tool built to check the Cisco Catalyst configuration text file and verify if they are supported by the Meraki MS platform.

Below is the list of configuration the tool can read at this stage

Solution Components

<Put the photo of High Level Diagram>

The script will parse the Cisco Catalyst configuration txt file and read the above-listed configuration, then save it in a dictionary.

The script will also call the updated list of features that Meraki currently not supporting via a get request against http://msfeatures.netdecorators.com:7900/.

The user will get an outcome page with the features currently supported by Meraki MS and the features that might not be needed to configure, and the features currently not supported by Meraki switches.

Installation

  1. Install python3 pip package
    $ sudo apt install python3-pip
    
  2. Install packages from the requirements file.
    $ sudo pip3 install -r requirements.txt
    
  3. Run the application
    $ python3 app.py
    

Use

From any browser enter http://ip_address:5000 or http://localhost:5000

Demo

You can check the app here -> https://check.netdecorators.com/read

published