The primary network interface is used by the Nextian SNMP Agent Simulator to create virtual interfaces (e.g., eth0, eth1:0, eth1:1, etc.) for simulated agents configured to run on separate IP adresses.
The primary interface must:
- Be created, and be up before the simulator starts
- Have a static IP address (public or private)
Nextian SNMP Agent Simulator supports only one primary interface.
The primary interface is configured in the simulator.conf file located in:
Windows %SYSTEMROOT%\etc\nextian.d\simulator.conf
Linux /etc/nextian.d/simulator.conf
By default, the installer configures the first LAN interface as the primary interface, e.g.:
PRIMARY_INTERFACE='eth0'