Changes between Version 20 and Version 21 of WARPLab/QuickStart


Ignore:
Timestamp:
Mar 29, 2013, 10:24:19 AM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/QuickStart

    v20 v21  
    6767
    6868==== Ping Test ====
    69 Once the MTU on your machine is raised to its maximum, you can use pings from your computer to determine whether your switch and NIC can actually send and receive jumbo frames.
     69Once the MTU on your machine is raised to its maximum, you can use pings from your computer to determine whether your switch and NIC can actually send and receive jumbo frames. Make sure you have a board configured with the WARPLab bitstream and a DIP switch of '0' (making its IP address 10.0.0.1).
    7070
    71 '''Windows:'''
     71'''Windows:''' Open the command line 'cmd.exe' and type the following:
     72
     73{{{
     74>ping -l 9000 10.0.0.1
     75}}}
     76
     77This will send 9000 byte pings to the boards. If the board responds, Windows will tell you how many bytes were actually returned. For example, we receive the following using one of our PCs:
     78
     79{{{
     80Pinging 10.0.0.1 with 9000 bytes of data:
     81Reply from 10.0.0.1: bytes=8984 (sent 9000) time=3ms TTL=32
     82Reply from 10.0.0.1: bytes=8984 (sent 9000) time=3ms TTL=32
     83Reply from 10.0.0.1: bytes=8984 (sent 9000) time=3ms TTL=32
     84Reply from 10.0.0.1: bytes=8984 (sent 9000) time=3ms TTL=32
     85}}}
     86
     87This shows the 8984 bytes were returned.
     88
     89'''Linux/OSX:''' Open a terminal and type the following:
    7290
    7391==== WARPLab Test ====