new-etg-comp ["name"] "dst_ip" ["gateway_ip"] "ip" ["mac_address"] "netmask" [packet_size] [port] [pps]
This command creates an instantiated component of the class etg_comp.
The class description for the etg_comp class: The "etg_comp" component represents an Ethernet traffic generator.
- name is Optional
- If not specified, the component will get a class-specific default name.
- dst_ip is Required
- Destination IP address for generated traffic.
- gateway_ip is Optional
- Gateway for non-local traffic.
- ip is Required
- IP address of the traffic generator.
- mac_address is Optional
- The MAC address of the traffic generator.
- netmask is Required
- IP netmask of the traffic generator.
- packet_size is Optional
- Packet size.
- port is Optional
- Port.
- pps is Optional
- Traffic rate in packets per second.
std-comp