IxNetwork is the Perl module for the IxNetwork Low Level API that allows you to configure and run IxNetwork tests.
The master branch always contains the latest official release. It is only updated on new IxNetwork releases. Official releases are posted to CPAN.
The dev branch contains improvements and fixes of the current release that will go into the next release version.
- To install the official release
- with cpanm
cpanm IxNetwork
- with the CPAN shell
cpan IxNetwork
- To manually install the version in github:
- clone the repository
perl Build.PL
perl Build
perl Build install
For general language documentation of IxNetwork API see the Low Level API Guide and the IxNetwork API Help.
This will require a login to Ixia Support web page.
IxNetwork API 9.00 library supports:
- Perl 5.18
- IxNetwork Windows API server 8.40+
- IxNetwork Web Edition (Linux API Server) 8.50+
Compatibility with older versions may continue to work but it is not actively supported.
IxNetwork Low Level API library is supported on the following operating systems:
- Microsoft Windows
- CentOS 7 on x64 platform
- IxNetwork API Tcl Bindings: https://github.com/ixiacom/ixnetwork-api-tcl
- IxNetwork API Python Bindings: https://github.com/ixiacom/ixnetwork-api-py
- IxNetwork API Ruby Bindings: https://github.com/ixiacom/ixnetwork-api-rb