Skip to main content

Python SDK for Cisco MDS Switches

Project description

Python SDK/API library for Cisco MDS Switches.

Python Documentation Status

This library will be useful for automating day to day tasks or developing new tools which involve Cisco MDS switches

  • Python version: 3.6 and above
  • Supports both NXAPI and SSH
  • Limited support for N9K and FI
  • Apache License, Version 2.0 (the "License")

Installation Steps

From pip:

Installs the last released version,

    pip install mdssdk

From github:

  1. Download the zip file from the github

    wget https://github.com/Cisco-SAN/mdssdk/archive/master.zip
    
  2. Unzip the file

    unzip master.zip 
    
  3. Execute source install.sh

    cd mdssdk-master/
    source install.sh
    or
    source ./install.sh
    or 
    . ./install.sh
    
  4. Once successfully done issue pip list and you should see mdssdk package installed

     >>> pip list
     Package    Version   
     ---------- ----------
     .
     . 
     mdssdk     1.3.1       <---
     .
     .
    

Uninstallation Steps

To uninstall mdssdk,

   pip uninstall mdssdk

Documentation

Support Matrix

NXOS Version SDK Version
9.2(1) and below v1.3.1
8.5(1) and below v1.2.0
8.4(2b) and below v1.1.0
8.4(2a) and below v1.0.1

======= History

v1.3.1 (2021-8-23)

  • Fix analytics setter api
  • added setup.cfg for pypi

v1.3.0 (2021-8-23)

  • Limited Support for N9K and FI
  • Some bug fixes and enhancements

v1.2.0 (2021-2-17)

  • Support for 8.5(1) release
  • Some bug fixes and improvements

v1.1.0 (2020-08-21)

  • Support for 8.4(2b) release
  • Many bug fixes and improvements

v1.0.1 (2020-05-11)

  • Python SDK/API library for Cisco MDS switches
  • PEP8 Compliance
  • Supported modules are switch,devicealias,vsan,zone,zoneset and many more
  • Please check the documentation for more details.

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

mdssdk-1.3.1.tar.gz (79.1 kB view hashes)

Uploaded Source

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