Introduction
Keysight Elastic Network Generator is an agile, lightweight, and composable network test software designed for Continuous Integration. It supports vendor neutral Open Traffic Generator models and APIs, integrates with several network emulation platforms, and drives a range of Keysight’s Network Infrastructure Test software products, hardware load modules and appliances.
The Elastic Network Generator software runs in Docker-based containerized environments and emulates key data center control plane protocols while also sending data plane traffic. It has a modern architecture based on micro-services and open-source interfaces and is designed for very fast automated test scenario execution. All of these characteristics enable robust validation of data center networks to deliver top quality of experience.
Components
Keysight Elastic Network Generator provides an abstraction over various test port implementations – Ixia-c software, UHD400T white-box and purpose-built IxOS hardware. A test program written in Open Traffic Generator API can be run using any of the supported test port types without modifications.
The main components of KENG are:
| Component | Description |
|---|---|
| Test program | Script or other executable that contains the code that defines the test processes. |
| OTG | Open Traffic Generator, an evolving API specification that defines the components of a traffic generator such as: test ports (virtual or physical), emulated devices, traffic flows, and statistics and capture capability. |
| Elastic Network Generator | Controller that manages the flow of commands from the test program to the traffic generation device (virtual or physical) and the flow of results from the device to the test program. |
| Ixia-c | Containerized software traffic generator. |
| UHD400T | Composable test ports based on line-rate white-box switch hardware traffic generator and Ixia-c protocol emulation software. |
| IxOS Hardware | Keysight Novus or AresONE high-performance network test hardware running IxOS. |
Ixia-c Community Edition
Ixia-c Community Edition is a free-to-use version of the Ixia-c container-based traffic generator. The Community Edition supports up to 4 test ports and stateless layer 2-3 traffic flows.
Clients
There are multiple ways to communicate with KENG through the OTG API:
| Method | Description |
|---|---|
| otgen | A command-line tool that is an easy way to get started |
| snappi | A library that makes it easy create test programs in Python or Go |
| direct REST or gRPC calls | An alternative to using snappi |
| custom OTG client | Custom OTG client applications |