diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cap2/jumbo.pcap | bin | 0 -> 17791 bytes | |||
-rw-r--r-- | scripts/cap2/jumbo.yaml | 23 | ||||
-rw-r--r-- | scripts/cap2/wrong_ip.pcap | bin | 0 -> 1530 bytes | |||
-rw-r--r-- | scripts/cap2/wrong_ip.yaml | 23 |
4 files changed, 46 insertions, 0 deletions
diff --git a/scripts/cap2/jumbo.pcap b/scripts/cap2/jumbo.pcap Binary files differnew file mode 100644 index 00000000..2a7f7bde --- /dev/null +++ b/scripts/cap2/jumbo.pcap diff --git a/scripts/cap2/jumbo.yaml b/scripts/cap2/jumbo.yaml new file mode 100644 index 00000000..b45a6ca3 --- /dev/null +++ b/scripts/cap2/jumbo.yaml @@ -0,0 +1,23 @@ +- duration : 10.0 + generator : + distribution : "seq" + clients_start : "16.0.0.1" + clients_end : "16.0.1.255" + servers_start : "48.0.0.1" + servers_end : "48.0.0.255" + clients_per_gb : 201 + min_clients : 101 + dual_port_mask : "1.0.0.0" + tcp_aging : 1 + udp_aging : 1 + mac : [0x00,0x00,0x00,0x01,0x00,0x00] + #vlan : { enable : 1 , vlan0 : 100 , vlan1 : 200 } + #mac_override_by_ip : true + cap_info : + - name: cap2/jumbo.pcap + cps : 1.0 + ipg : 10000 + rtt : 10000 + w : 1 + + diff --git a/scripts/cap2/wrong_ip.pcap b/scripts/cap2/wrong_ip.pcap Binary files differnew file mode 100644 index 00000000..08cf8de8 --- /dev/null +++ b/scripts/cap2/wrong_ip.pcap diff --git a/scripts/cap2/wrong_ip.yaml b/scripts/cap2/wrong_ip.yaml new file mode 100644 index 00000000..7de3b82d --- /dev/null +++ b/scripts/cap2/wrong_ip.yaml @@ -0,0 +1,23 @@ +- duration : 10.0 + generator : + distribution : "seq" + clients_start : "16.0.0.1" + clients_end : "16.0.1.255" + servers_start : "48.0.0.1" + servers_end : "48.0.0.255" + clients_per_gb : 201 + min_clients : 101 + dual_port_mask : "1.0.0.0" + tcp_aging : 1 + udp_aging : 1 + mac : [0x00,0x00,0x00,0x01,0x00,0x00] + #vlan : { enable : 1 , vlan0 : 100 , vlan1 : 200 } + #mac_override_by_ip : true + cap_info : + - name: cap2/wrong_ip.pcap + cps : 1.0 + ipg : 10000 + rtt : 10000 + w : 1 + + |