Changes between Version 39 and Version 40 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4


Ignore:
Timestamp:
10/17/12 12:33:58 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-4

    v39 v40  
    2424|| Step 11    ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    2525|| Step 12    ||[[Color(yellow,Complete)]]||                         ||               ||                ||
    26 || Step 13    ||[[Color(#63B8FF,In Progress)]]||                     ||               || writing non-ip packet send ||
     26|| Step 13    ||[[Color(yellow,Complete)]]||                         ||               ||  ||
    2727|| Step 14    ||[[Color(orange,Blocked)]]||                          ||               ||monitoring does not support bare metal nodes, no VM data at this time||
    2828|| Step 15    ||[[Color(yellow,Complete)]]||                         ||               ||                ||
     
    348348Started the pingPlusListener on host1:
    349349{{{
    350 $ sudo ./pingPlusListener 10111
    351 }}}
    352 
    353 Started tcpdump on host1:
    354 {{{
    355 $ sudo tcpdump ether host 52:54:00:0e:e5:a1
     350root@debian:~/pingPlus-0.2# ./pingPlusListener 10111
     351}}}
     352
     353After installing tcpdump package, started tcpdump on host1:
     354{{{
     355root@debian:~# tcpdump ether host 52:54:00:0e:e5:a1
     356tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
     357listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
    356358}}}
    357359
    358360On host 2 sent 10 packets with !pingPlus to host1:
    359361{{{
    360 $ sudo ./pingPlus 52:54:00:9c:3f:8a eth0 10111 12
     362root@debian:~/pingPlus-0.2# ./pingPlus 52:54:00:9c:3f:8a eth0 10111 5
     363RQ:'1844+6426' to 52:54:0:9c:3f:8a.
     364RL:1844+6426=8270 from 2:16:3e:3c:ee:1f.
     365RQ:'725+1578' to 52:54:0:9c:3f:8a.
     366RL:1844+6426=8270 from 2:16:3e:3c:ee:1f.
     367RQ:'6819+4568' to 52:54:0:9c:3f:8a.
     368RL:1844+6426=8270 from 2:16:3e:3c:ee:1f.
     369RQ:'2740+9308' to 52:54:0:9c:3f:8a.
     370RL:1844+6426=8270 from 2:16:3e:3c:ee:1f.
     371RQ:'340+8734' to 52:54:0:9c:3f:8a.
     372RL:1844+6426=8270 from 2:16:3e:3c:ee:1f.
    361373}}}
    362374
    363375Packets were received on host1:
    364376{{{
    365 
    366 }}}
    367 
    368 TCPdump captured the content of the Ethernet packet:
    369 {{{
     377root@debian:~/pingPlus-0.2# ./pingPlusListener 10111
     378RQ:1844+6426 from 2:16:3e:78:b9:b2.
     379RL:1844+6426=8270.
     380RQ:725+1578 from 2:16:3e:78:b9:b2.
     381RL:725+1578=2303.
     382RQ:6819+4568 from 2:16:3e:78:b9:b2.
     383RL:6819+4568=11387.
     384RQ:2740+9308 from 2:16:3e:78:b9:b2.
     385RL:2740+9308=12048.
     386RQ:340+8734 from 2:16:3e:78:b9:b2.
     387RL:340+8734=9074.
     388
     389}}}
     390
     391Tcpdump captured the content of the Ethernet packet:
     392{{{
     393root@debian:~# tcpdump ether host 02:16:3e:78:b9:b2
     394....
     39516:31:49.363091 02:16:3e:78:b9:b2 (oui Unknown) > 52:54:00:9c:3f:8a (oui Unknown), ethertype Unknown (0x277f), length 56:
     396        0x0000:  5251 3a31 3633 302b 3733 3832 0000 0000  RQ:1630+7382....
     397        0x0010:  0000 0000 0000 0000 0000 0000 0000 0000  ................
     398        0x0020:  0000 0000 0000 0000 0000                 ..........
     399....
    370400
    371401}}}