skillfed

IxNetwork

IxNetwork Low Level API

ixnetwork v9.30.2212.8 202.6K downloads/30d#9,645 on PyPI
Permissive license License :: OSI Approved :: MIT License DORMANT released

What it is and what it does

IxNetwork is a Python binding to Ixia's IxNetwork Low Level API, enabling programmatic control of network test equipment and simulations. It wraps the REST/WebSocket interface of an IxNetwork API server, allowing you to script test configuration, execution, and result collection rather than using the GUI.

The package depends on requests, websocket-client, and pyopenssl for secure communication with the API server. It's designed for network engineers and test automation developers who need to integrate Ixia's test capabilities into CI/CD pipelines or custom test frameworks. The library is classified as Production/Stable but has not been updated in over two years, so it is best suited for environments already running compatible IxNetwork server versions.

Use it for:

  • Automate network performance and load testing by scripting IxNetwork test scenarios instead of configuring them manually in the GUI.
  • Integrate Ixia network testing into CI/CD pipelines to validate network behavior as part of infrastructure deployment workflows.
  • Build custom test harnesses that combine IxNetwork simulations with other monitoring or analysis tools via Python.
  • Provision and tear down test topologies programmatically across distributed test environments.
  • Generate and analyze network test reports by querying IxNetwork API results directly from Python scripts.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

IxNetwork is a Python client library for configuring and running tests against Ixia's IxNetwork API server, supporting both Windows and Linux (Web Edition) deployments.

Yes, if you are already committed to using IxNetwork and need Python scripting support. The package is stable, permissively licensed, and has no known vulnerabilities. However, the 966-day gap since the last release and dormant maintenance status mean you should verify compatibility with your specific IxNetwork server version and Python environment before adopting it in a new project. Not suitable if you need active upstream support or are evaluating alternatives.

Install

ixnetwork on PyPI

pip

pip install ixnetwork

uv

uv add ixnetwork

poetry

poetry add ixnetwork

Installing IxNetwork

Before you install

Low install friction with a pure-wheel distribution. Maintenance is dormant (966 days since last release), though the package remains classified as Production/Stable and carries no known security vulnerabilities.

License in practice

MIT license (permissive) — you can use, modify, and distribute this package freely in both open and proprietary projects with minimal restrictions.

Quickstart

pip install ixnetwork

import ixnetwork
# Connect to IxNetwork API server and configure tests
ix = ixnetwork.IxNetwork()
ix.connect(serverIp='<api_server_ip>')

Requires an IxNetwork API server (Windows 8.40+ or Web Edition Linux 8.50+) running and accessible on the network; cannot function standalone.

Verify before relying

  • Whether the package still works reliably with modern Python versions (3.10, 3.11, 3.12 are listed in classifiers but last release was 966 days ago).
  • Current compatibility status with recent IxNetwork server versions beyond 8.50.
  • Whether dormant maintenance status indicates the package is stable or at risk of bitrot.

Package facts

License License :: OSI Approved :: MIT License (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 5 — backports.ssl, backports.ssl-match-hostname, pyopenssl, requests, websocket-client
Maintenance dormant — 966 days since the last release
First released
Downloads 202,578/month — #9,645 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: IxNetwork-9.30.2212.8-py2.py3-none-any.whl

Keywords: ixia, ixnetwork

Development Status :: 5 - Production/StableEnvironment :: No Input/Output (Daemon)Intended Audience :: DevelopersIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsLicense :: OSI Approved :: MIT LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIXOperating System :: UnixProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries :: Python ModulesTopic :: System :: Distributed Computing

Tags

ixnetwork api python clientnetwork test automationixia test configurationnetwork performance testinglow level api pythondistributed network testingixnetwork scripting
network-testingtest-automationixia

More Python Modules packages