Changes between Version 19 and Version 20 of MEBSandbox/UDTExample


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MEBSandbox/UDTExample

    v19 v20  
    9595You'll get something like this:
    9696{{{
    97 60111: 100.000 Mbit/s    1 ms   50 sl. 0 queues (1 buckets) droptail
     9760111: 100.000 Mbit/s    1 ms   50 sl. 1 queues (1 buckets) droptail
     98    mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
     99BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drp
     100  0 ip    207.167.175.72/0       195.123.216.8/6        7     1060  0    0   0
    9810160121: 100.000 Mbit/s    1 ms   50 sl. 1 queues (1 buckets) droptail
     102    mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
     103BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drp
     104  0 ip   207.167.176.224/0         195.124.8.8/6        8     1138  0    0   0
     105}}}
    99106
    100         mask: proto: 0x00, flow_id: 0x00000000,  ::/0x0000 -> ::/0x0000
    101 BKT ___Prot___ _flow-id_ ______________Source IPv6/port_______________ _______________Dest. IPv6/port_______________ Tot_pkt/bytes Pkt/Byte Drp
    102   0 ipv6-icmp 1610612736                                       ::/0                            ff02::1:ff79:29fb/0         5      378  0    0   0
    103 }}}
    104107This information shows the internal configuration of the "pipes" used to emulate network characteristics.
    105 (Note that your output may appear in a different format, depending on what version of ipfw happens
    106 to be installed on your delay node. However, the key information is still available.)
    107108
    108109You'll want to make note of the two pipe numbers, one for each direction of traffic along your link.
     
    162163{{{
    163164sudo ipfw pipe show
    164 60111: unlimited    0 ms   50 sl. 0 queues (1 buckets) droptail
     16560111: unlimited    0 ms   50 sl. 1 queues (1 buckets) droptail
     166    mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
     167BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drp
     168  0 ip    207.167.175.72/0       195.123.216.8/6        7     1060  0    0   0
    16516960121: unlimited    0 ms   50 sl. 1 queues (1 buckets) droptail
    166 
    167         mask: proto: 0x00, flow_id: 0x00000000,  ::/0x0000 -> ::/0x0000
    168 BKT ___Prot___ _flow-id_ ______________Source IPv6/port_______________ _______________Dest. IPv6/port_______________ Tot_pkt/bytes Pkt/Byte Drp
    169   0 ipv6-icmp 1610612736                                       ::/0                            ff02::1:ff79:29fb/0         5      378  0    0   0
     170    mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
     171BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte Drp
     172  0 ip   207.167.176.224/0         195.124.8.8/6        8     1138  0    0   0
    170173}}}
    171174