Contents
Add a NIO to a Dynamips device instance
Generic Ethernet Network Input/Output
| Name | Mandatory | Type | Description |
|---|---|---|---|
| ethernet_device | ✔ | string | Ethernet device name e.g. eth0 |
| type | ✔ | enum | Possible values: nio_generic_ethernet |
Linux Ethernet Network Input/Output
| Name | Mandatory | Type | Description |
|---|---|---|---|
| ethernet_device | ✔ | string | Ethernet device name e.g. eth0 |
| type | ✔ | enum | Possible values: nio_linux_ethernet |
NULL Network Input/Output
| Name | Mandatory | Type | Description |
|---|---|---|---|
| type | ✔ | enum | Possible values: nio_null |
TAP Network Input/Output
| Name | Mandatory | Type | Description |
|---|---|---|---|
| tap_device | ✔ | string | TAP device name e.g. tap0 |
| type | ✔ | enum | Possible values: nio_tap |
UDP Network Input/Output
| Name | Mandatory | Type | Description |
|---|---|---|---|
| lport | ✔ | integer | Local port |
| rhost | ✔ | string | Remote host |
| rport | ✔ | integer | Remote port |
| type | ✔ | enum | Possible values: nio_udp |
Remove a NIO from a Dynamips device instance