Changes between Version 14 and Version 15 of MEBSandbox/UDTExample


Ignore:
Timestamp:
05/02/12 13:58:56 (12 years ago)
Author:
Mark Berman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEBSandbox/UDTExample

    v14 v15  
    7171You'll get something like this:
    7272{{{
    73 60111: 100.000 Mbit/s    1 ms   50 sl. 1 queues (1 buckets) droptail
    74     mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
    75 BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drp
    76   0 ip     207.168.14.72/0         195.128.8.8/6       11     1396  0    0   0
     7360111: 100.000 Mbit/s    1 ms   50 sl. 0 queues (1 buckets) droptail
    777460121: 100.000 Mbit/s    1 ms   50 sl. 1 queues (1 buckets) droptail
    78     mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
    79 BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drp
    80   0 ip   207.168.176.252/0        195.124.24.8/6       10     1306  0    0   0
     75
     76        mask: proto: 0x00, flow_id: 0x00000000,  ::/0x0000 -> ::/0x0000
     77BKT ___Prot___ _flow-id_ ______________Source IPv6/port_______________ _______________Dest. IPv6/port_______________ Tot_pkt/bytes Pkt/Byte Drp
     78  0 ipv6-icmp 1610612736                                       ::/0                            ff02::1:ff79:29fb/0         5      378  0    0   0
    8179}}}
    8280
    83 This information shows the internal configuration of the "pipes" used to emulate network characteristics,
    84 four lines for each pipe.
     81This information shows the internal configuration of the "pipes" used to emulate network characteristics.
     82(Note that your output may appear in a different format, depending on what version of ipfw happens
     83to be installed on your delay node. However, the key information is still available.)
     84
    8585You'll want to make note of the two pipe numbers, one for each direction of traffic along your link.
    8686In the example above, they are 60111 and 60121.
     
    9191The next value shown is the delay, 1 ms in the example above.
    9292The packet loss rate (PLR) is omitted if it's zero, as shown above. If non-zero, you'll see something like '''plr 0.000100'''
    93 immediately before the "1 queues" on the first output line.
     93immediately after the "50 sl." on the first output line.
    9494
    9595It is possible to adjust the parameters of the two directions of your link separately, to emulate asymmetric links.