IxNetwork Low Level API provides a Python interface to control and automate Ixia's IxNetwork test platform. Version 9.30.2212.8 is the latest, with irregular releases tied to appliance firmware. Supports HTTP/REST and WebSocket connections to IxNetwork servers for traffic generation, protocol emulation, and chassis management.
pip install ixnetworkVerified import paths — ran on the pinned version, not inferred.
Basic connection to an IxNetwork server. Requires ip/hostname, credentials. The `connect` call is synchronous and returns session IDs.
Upgrade to Python 3.6+ and ensure server TLS 1.2 is enabled.
Always pass `apiKey` parameter (e.g., `apiKey=''` if not used).
Use `ixNet.disconnect()` in a finally block or context manager pattern.
No dependency data recorded yet.