![Vantron VT-SBC-C3558R User Manual Download Page 32](http://html1.mh-extra.com/html/vantron/vt-sbc-c3558r/vt-sbc-c3558r_user-manual_3438291032.webp)
Vantron
| Embedded in your success, Embedded in your better life
World-leading provider of embedded/IoT products and solutions
VT-SBC-C3558R | User Manual 28
3.2
Ethernet
3.2.1
1Gbps Ethernet jack
Connect any of the Ethernet jacks on the Board to the host PC with an Ethernet cable, then
you can proceed to test the Ethernet jack.
1.
Enable the “iperf” service before testing the bandwidth of the network;
# iperf -s
2.
Test the bandwidth of the network by sending 1000MB of data to the iperf server
(Ubuntu host).
# iperf -c
192.168.9.171
-n 1000M
//
replace the IP address with that of the iperf server (Ubuntu host)
------------------------------------------------------------
Client connecting to 192.168.9.171, TCP port 5001
TCP window size: 85.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.9.123 port 52292 connected with 192.168.9.171 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 8.9 sec 1000 MBytes
942 Mbits/sec
3.2.2
10Gbps SFP port
Connect either of the SFP ports on the Board to the host PC with an SFP cable, then you
can proceed to test the SFP port.
1.
Enable the “iperf” service before testing the bandwidth of the network;
# iperf -s
2.
Test the bandwidth of the network by sending 1000MB of data to the iperf server
(Ubuntu host).
# iperf -c
192.168.9.171
-n 1000M
//
replace the IP address with that of the iperf server (Ubuntu host)