To support operation as a VLAN trunk device, drivers should be able to support a frame size of 1518 bytes (excluding the Ethernet CRC), which corresponds to an MTU of 1504 bytes. The lotest
command allows an arbitrary MTU to be specified, and so can easily be used to test operation with an MTU of 1504.
Refer to the basic loopback test for background information.
ifstat
to identify the name of your network interface (hereafter assumed to be net0
) and the name of the second network interface (hereafter assumed to be net1
).lotest --mtu 1504 net0 net1
.lotest
increases steadily and rapidly.Ctrl-C
.lotest --mtu 1504 net1 net0
.lotest
increases steadily and rapidly.Ctrl-C
.