blob: 3a4bfe9c9610d00026b1b2a3a8ed14104606023d [file] [log] [blame]
Matus Fabian7801ca22017-08-03 00:58:05 -07001create packet-generator interface pg0
2create packet-generator interface pg1
3
Damjan Marion3153f002022-05-14 00:14:02 +02004packet-generator new { \
5 name f1 \
6 limit 1000000 \
7 node ip4-input \
8 size 64-64 \
9 interface pg0 \
10 data { \
11 UDP: 10.0.0.3 -> 172.16.1.2 \
12 UDP: 3000 -> 3001 \
13 length 128 checksum 0 incrementing 1 \
14 } \
Matus Fabian475f0552016-10-19 06:17:52 -070015}
16
17
Damjan Marion3153f002022-05-14 00:14:02 +020018packet-generator new { \
19 name f2 \
20 limit 1000000 \
21 node ip4-input \
22 size 64-64 \
23 interface pg0 \
24 data { \
25 UDP: 10.0.0.3 -> 172.16.1.2 \
26 UDP: 3005 -> 3006 \
27 length 128 checksum 0 incrementing 1 \
28 } \
Matus Fabian475f0552016-10-19 06:17:52 -070029}
30
Matus Fabian2ba92e32017-08-21 07:05:03 -070031nat44 add address 172.16.1.3
Matus Fabian475f0552016-10-19 06:17:52 -070032set int ip address pg0 10.0.0.1/24
Matus Fabian7801ca22017-08-03 00:58:05 -070033set int ip address pg1 172.16.1.1/24
34set int state pg0 up
35set int state pg1 up
ShivaShankarKb0f956c2020-03-18 15:34:11 +053036set ip neighbor static pg0 10.0.0.3 abcd.abcd.abcd
37set ip neighbor static pg0 10.0.0.4 abcd.abcd.abcd
38set ip neighbor static pg1 172.16.1.2 cdef.abcd.abcd
Matus Fabian2ba92e32017-08-21 07:05:03 -070039set int nat44 in pg0 out pg1