Install iperf3 | ||||||
---|---|---|---|---|---|---|
| ||||||
Speed test: |
Run an iperf UDP stream with at specific rate (in Mbps):
| ||||||
Speed test: | Run an iperf UDP stream with at specific rate (in Mbps): Start an iperf UDP server: # iperf3 –u –p <listening port> –s # iperf3 –u –p 80 –s Then on the client: # iperf3 –u –p <listening port> –s # iperf3 –u -p 80 –c 10.1.0.3 –b 200m | |||||
Single test: Client to Server | ||||||
1- note the different port for the signaling and the data traffic????? sig src: 48529 Client >>> VPLS >>> VPRN >> VPLS >> Server ( no Rate limiting) | ||||||